diff --git a/.github/deployment/sparql/duplicate_definition.sparql b/.github/deployment/sparql/duplicate_definition.sparql index 3b6806d..779e0a4 100644 --- a/.github/deployment/sparql/duplicate_definition.sparql +++ b/.github/deployment/sparql/duplicate_definition.sparql @@ -5,13 +5,13 @@ # Severity: # Error -PREFIX cco: +PREFIX skos: SELECT DISTINCT ?element ?definition ?error WHERE { - ?element cco:definition ?definition . - ?element2 cco:definition ?definition . + ?element skos:definition ?definition . + ?element2 skos:definition ?definition . FILTER (?element != ?element2) FILTER (!isBlank(?element)) BIND (concat("WARNING: The following ontology elements have the same cco:definition ", str(?element), " and ", str(?element2)) AS ?error) -} \ No newline at end of file +} diff --git a/.github/deployment/sparql/min_1_eng_def.sparql b/.github/deployment/sparql/min_1_eng_def.sparql index 3e01195..ef6862a 100644 --- a/.github/deployment/sparql/min_1_eng_def.sparql +++ b/.github/deployment/sparql/min_1_eng_def.sparql @@ -7,14 +7,14 @@ PREFIX owl: PREFIX rdfs: -PREFIX cco: +PREFIX skos: SELECT DISTINCT ?resource ?label ?error WHERE { VALUES ?type {owl:Class owl:ObjectProperty} ?resource a ?type . OPTIONAL { - ?resource cco:definition ?englishDefinition . + ?resource skos:definition ?englishDefinition . FILTER (langMatches(lang(?englishDefinition), "en")) } FILTER(!bound(?englishDefinition)) diff --git a/src/cco-extensions/ModalRelationOntology.ttl b/src/cco-extensions/ModalRelationOntology.ttl index 78845b7..6c9513f 100644 --- a/src/cco-extensions/ModalRelationOntology.ttl +++ b/src/cco-extensions/ModalRelationOntology.ttl @@ -8,6 +8,7 @@ @prefix xml: . @prefix xsd: . @prefix rdfs: . +@prefix skos: . @base . rdf:type owl:Ontology ; @@ -33,23 +34,10 @@ ### http://purl.org/dc/terms/creator rdf:type owl:AnnotationProperty . - -### http://www.ontologyrepository.com/CommonCoreOntologies/definition -cco:definition rdf:type owl:AnnotationProperty . - - ### http://www.ontologyrepository.com/CommonCoreOntologies/definition_source cco:definition_source rdf:type owl:AnnotationProperty . -### http://www.ontologyrepository.com/CommonCoreOntologies/elucidation -cco:elucidation rdf:type owl:AnnotationProperty . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage -cco:example_of_usage rdf:type owl:AnnotationProperty . - - ### http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology cco:is_curated_in_ontology rdf:type owl:AnnotationProperty . @@ -700,7 +688,7 @@ mro:accessory_in rdf:type owl:ObjectProperty ; owl:inverseOf mro:has_accessory ; rdfs:domain obo:BFO_0000040 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; cco:is_curated_in_ontology ; rdfs:label "accessory in"@en . @@ -712,7 +700,7 @@ mro:accomplice_in rdf:type owl:ObjectProperty ; owl:inverseOf mro:has_accomplice ; rdfs:domain obo:BFO_0000040 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; cco:is_curated_in_ontology ; rdfs:label "accomplice in"@en . @@ -724,7 +712,7 @@ mro:affects rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_affected_by ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000002 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "affects"@en . @@ -733,7 +721,7 @@ mro:affects rdf:type owl:ObjectProperty ; mro:agent_in rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000056 ; owl:inverseOf mro:has_agent ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "agent in"@en . @@ -748,7 +736,7 @@ mro:aggregate_bearer_of rdf:type owl:ObjectProperty ; obo:BFO_0000031 ) ] ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "aggregate bearer of"@en . @@ -759,7 +747,7 @@ mro:aggregate_has_capability rdf:type owl:ObjectProperty ; owl:inverseOf mro:capability_of_aggregate ; rdfs:domain cco:GroupOfAgents ; rdfs:range cco:AgentCapability ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "aggregate has capability"@en . @@ -770,7 +758,7 @@ mro:aggregate_has_disposition rdf:type owl:ObjectProperty ; owl:inverseOf mro:disposition_of_aggregate ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000016 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "aggregate has disposition"@en . @@ -780,7 +768,7 @@ mro:aggregate_has_quality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:aggregate_bearer_of ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000019 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "aggregate has quality"@en . @@ -790,7 +778,7 @@ mro:aggregate_has_role rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:aggregate_bearer_of ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "aggregate has role"@en . @@ -801,7 +789,7 @@ mro:capability_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:has_capability ; rdfs:domain cco:AgentCapability ; rdfs:range cco:Agent ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "capability of"@en . @@ -811,7 +799,7 @@ mro:capability_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:inheres_in_aggregate ; rdfs:domain cco:AgentCapability ; rdfs:range cco:GroupOfAgents ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "capability of aggregate"@en . @@ -822,7 +810,7 @@ mro:caused_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_cause_of ; rdfs:domain obo:BFO_0000003 ; rdfs:range obo:BFO_0000003 ; - cco:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ; + skos:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ; cco:is_curated_in_ontology ; rdfs:label "caused by"@en . @@ -832,7 +820,7 @@ mro:coincides_with rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:connected_with ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "coincides with"@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 . @@ -845,7 +833,7 @@ mro:condition_described_by rdf:type owl:ObjectProperty ; owl:propertyChainAxiom ( mro:described_by mro:BFO_0000176 ) ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "condition described by"@en . @@ -855,7 +843,7 @@ mro:connected_with rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "connected with"@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 . @@ -867,7 +855,7 @@ mro:delimits rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_delimited_by ; rdfs:domain cco:DelimitingDomain ; rdfs:range cco:Organization ; - cco:definition "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; cco:is_curated_in_ontology ; rdfs:label "delimits"@en . @@ -878,7 +866,7 @@ mro:described_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_subject_of ; owl:inverseOf mro:describes ; rdfs:range cco:DescriptiveInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "described by"@en . @@ -887,8 +875,8 @@ mro:described_by rdf:type owl:ObjectProperty ; mro:describes rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_about ; rdfs:domain cco:DescriptiveInformationContentEntity ; - cco: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 ; - cco:example_of_usage "the content of a newspaper article describes some current event" , + 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:is_curated_in_ontology ; @@ -902,7 +890,7 @@ mro:describes_condition rdf:type owl:ObjectProperty ; owl:propertyChainAxiom ( mro:BFO_0000178 mro:describes ) ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "describes condition"@en . @@ -912,7 +900,7 @@ mro:designated_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_subject_of ; owl:inverseOf mro:designates ; rdfs:range cco:DesignativeInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "designated by"@en . @@ -921,8 +909,8 @@ mro:designated_by rdf:type owl:ObjectProperty ; mro:designates rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_about ; rdfs:domain cco:DesignativeInformationContentEntity ; - cco: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 ; - cco:example_of_usage "a URL designates the location of a Web Page on the internet" , + 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" ; cco:is_curated_in_ontology ; @@ -935,7 +923,7 @@ mro:disconnected_with rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "disconnected with"@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 . @@ -946,7 +934,7 @@ mro:disposition_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:inheres_in_aggregate ; rdfs:domain obo:BFO_0000016 ; rdfs:range obo:BFO_0000027 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "disposition of aggregate"@en . @@ -959,8 +947,8 @@ mro:disrupts rdf:type owl:ObjectProperty ; rdfs:range obo:BFO_0000015 ; "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; "https://cubrc.org"^^xsd:anyURI ; - cco:definition "A relation where one process disrupts another process from occurring as it would have."@en ; - cco:elucidation "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 ; + skos:definition "A relation where one process disrupts another process from occurring as it would have."@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:is_curated_in_ontology ; rdfs:label "disrupts"@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 ; @@ -972,7 +960,7 @@ mro:externally_connects_with rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:connected_with ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "externally connects with"@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 . @@ -983,7 +971,7 @@ mro:has_accessory rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000057 ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000040 ; - cco: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 ; + 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:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; cco:is_curated_in_ontology ; rdfs:label "has accessory"@en . @@ -994,7 +982,7 @@ mro:has_accomplice rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000057 ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000040 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; cco:is_curated_in_ontology ; rdfs:label "has accomplice"@en . @@ -1016,7 +1004,7 @@ mro:has_affiliate rdf:type owl:ObjectProperty ; cco:Person ) ] ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has affiliate"@en . @@ -1024,7 +1012,7 @@ mro:has_affiliate rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_agent mro:has_agent rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000057 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has agent"@en . @@ -1058,7 +1046,7 @@ mro:has_capability rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000196 ; rdfs:domain cco:Agent ; rdfs:range cco:AgentCapability ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has capability"@en . @@ -1085,7 +1073,7 @@ mro:has_familial_relationship_to rdf:type owl:ObjectProperty ; rdf:type owl:SymmetricProperty ; rdfs:domain cco:Person ; rdfs:range cco:Person ; - cco:definition "A relationship between persons by virtue of ancestry or legal union."@en ; + skos:definition "A relationship between persons by virtue of ancestry or legal union."@en ; cco:is_curated_in_ontology ; rdfs:label "has familial relationship to"@en . @@ -1168,7 +1156,7 @@ mro:has_input rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_input_of ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000002 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has input"@en . @@ -1179,7 +1167,7 @@ mro:has_inside_instant rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_inside_instant_of ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000148 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has inside instant"@en . @@ -1190,7 +1178,7 @@ mro:has_inside_interval rdf:type owl:ObjectProperty ; owl:inverseOf mro:interval_during ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has inside interval"@en . @@ -1203,8 +1191,8 @@ mro:has_interest_in rdf:type owl:ObjectProperty ; rdfs:range obo:BFO_0000015 ; "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; "https://cubrc.org"^^xsd:anyURI ; - cco:definition "A relation between an entity and some process where the entity has an interest in that process."@en ; - cco:elucidation "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 ; + skos:definition "A relation between an entity and some process where the entity has an interest in that process."@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:is_curated_in_ontology ; rdfs:label "has interest in"@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 ; @@ -1256,7 +1244,7 @@ mro:has_member_of_located_in rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_some_member_of_located_in ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000040 ; - cco:definition "x has all members of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and every member of x is located in y."@en ; + skos:definition "x has all members of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and every member of x is located in y."@en ; cco:is_curated_in_ontology ; rdfs:label "has all members of located in"@en . @@ -1299,7 +1287,7 @@ mro:has_nontangential_part rdf:type owl:ObjectProperty ; owl:inverseOf mro:nontangential_part_of ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "has nontangential part"@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 . @@ -1309,7 +1297,7 @@ mro:has_nontangential_part rdf:type owl:ObjectProperty ; mro:has_object rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000057 ; owl:inverseOf mro:is_object_of ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has object"@en . @@ -1320,7 +1308,7 @@ mro:has_organizational_context rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_organizational_context_of ; rdfs:domain obo:BFO_0000023 ; rdfs:range cco:Organization ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has organizational context"@en . @@ -1331,7 +1319,7 @@ mro:has_output rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_output_of ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000002 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; cco:is_curated_in_ontology ; rdfs:label "has output"@en . @@ -1391,7 +1379,7 @@ mro:has_process_part rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_part_of_process ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has process part"@en . @@ -1401,7 +1389,7 @@ mro:has_recipient rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000057 ; owl:inverseOf mro:receives ; rdfs:range cco:Agent ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has recipient"@en . @@ -1411,7 +1399,7 @@ mro:has_sender rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000057 ; owl:inverseOf mro:sends ; rdfs:range cco:Agent ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has sender"@en . @@ -1435,7 +1423,7 @@ mro:has_sister_in_law rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_some_member_of_located_in mro:has_some_member_of_located_in rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; - cco:definition "x has some member of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and at least one member of x is located in y."@en ; + skos:definition "x has some member of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and at least one member of x is located in y."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:anyURI ; rdfs:label "has some member of located in"@en . @@ -1463,7 +1451,7 @@ mro:has_spatial_part rdf:type owl:ObjectProperty ; owl:inverseOf mro:spatial_part_of ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has spatial part"@en . @@ -1490,7 +1478,7 @@ mro:has_subordinate_role rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_subordinate_role_to ; rdfs:domain obo:BFO_0000023 ; rdfs:range obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "has subordinate role"@en . @@ -1501,7 +1489,7 @@ mro:has_subsidiary rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_subsidiary_of ; rdfs:domain cco:Organization ; rdfs:range cco:Organization ; - cco: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 ; + 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:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; cco:is_curated_in_ontology ; rdfs:label "has subsidiary"@en . @@ -1513,7 +1501,7 @@ mro:has_tangential_part rdf:type owl:ObjectProperty ; owl:inverseOf mro:tangential_part_of ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "has tangential part"@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 . @@ -1544,7 +1532,7 @@ mro:inheres_in_aggregate rdf:type owl:ObjectProperty ; ) ] ; rdfs:range obo:BFO_0000027 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "inheres in aggregate"@en . @@ -1555,7 +1543,7 @@ mro:inhibited_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:inhibits ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "inhibited by"@en . @@ -1565,7 +1553,7 @@ mro:inhibits rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "inhibits"@en . @@ -1577,8 +1565,8 @@ mro:instant_is_after rdf:type owl:ObjectProperty ; rdf:type owl:TransitiveProperty ; rdfs:domain obo:BFO_0000148 ; rdfs:range obo:BFO_0000148 ; - cco: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 ; - cco:elucidation "'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 ; + 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:is_curated_in_ontology ; rdfs:label "instant is after"@en . @@ -1589,8 +1577,8 @@ mro:instant_is_before rdf:type owl:ObjectProperty ; rdf:type owl:TransitiveProperty ; rdfs:domain obo:BFO_0000148 ; rdfs:range obo:BFO_0000148 ; - cco: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 ; - cco:elucidation "'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 ; + 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:is_curated_in_ontology ; rdfs:label "instant is before"@en . @@ -1602,7 +1590,7 @@ mro:interval_contained_by rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; owl:propertyDisjointWith mro:interval_disjoint ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval contained by"@en . @@ -1613,7 +1601,7 @@ mro:interval_contains rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; owl:propertyDisjointWith mro:interval_disjoint ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval contains"@en . @@ -1626,7 +1614,7 @@ mro:interval_disjoint rdf:type owl:ObjectProperty ; owl:propertyDisjointWith mro:interval_equals , mro:interval_overlapped_by , mro:interval_overlaps ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval disjoint"@en . @@ -1636,7 +1624,7 @@ mro:interval_during rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:interval_contained_by ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval during"@en . @@ -1647,7 +1635,7 @@ mro:interval_equals rdf:type owl:ObjectProperty ; rdf:type owl:SymmetricProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval equals"@en . @@ -1658,7 +1646,7 @@ mro:interval_finished_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:interval_finishes ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval finished by"@en . @@ -1668,7 +1656,7 @@ mro:interval_finishes rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:interval_contained_by ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval finishes"@en . @@ -1679,7 +1667,7 @@ mro:interval_is_after rdf:type owl:ObjectProperty ; owl:inverseOf mro:interval_is_before ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval is after"@en . @@ -1689,7 +1677,7 @@ mro:interval_is_before rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:interval_disjoint ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval is before"@en . @@ -1701,7 +1689,7 @@ mro:interval_meets rdf:type owl:ObjectProperty ; rdf:type owl:IrreflexiveProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval meets"@en . @@ -1712,7 +1700,7 @@ mro:interval_met_by rdf:type owl:ObjectProperty ; rdf:type owl:IrreflexiveProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval met by"@en . @@ -1723,7 +1711,7 @@ mro:interval_overlapped_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:interval_overlaps ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval overlapped by"@en . @@ -1733,7 +1721,7 @@ mro:interval_overlaps rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval overlaps"@en . @@ -1744,7 +1732,7 @@ mro:interval_started_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:interval_starts ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval started by"@en . @@ -1754,7 +1742,7 @@ mro:interval_starts rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:interval_contained_by ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "interval starts"@en . @@ -1764,8 +1752,8 @@ mro:is_a_interval_measurement_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_a_measurement_of ; owl:inverseOf mro:is_measured_by_interval ; rdfs:domain cco:IntervalMeasurementInformationContentEntity ; - cco: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 ; - cco:example_of_usage "a measurement of air temperature on the Celsius scale." ; + 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:is_curated_in_ontology ; rdfs:label "is a interval measurement of"@en . @@ -1775,7 +1763,7 @@ mro:is_a_measurement_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:describes ; owl:inverseOf mro:is_measured_by ; rdfs:domain cco:MeasurementInformationContentEntity ; - cco: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: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 ; cco:is_curated_in_ontology ; 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 ; @@ -1787,7 +1775,7 @@ mro:is_a_nominal_measurement_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_a_measurement_of ; owl:inverseOf mro:is_measured_by_nominal ; rdfs:domain cco:NominalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is a nominal measurement of"@en . @@ -1797,7 +1785,7 @@ mro:is_a_ordinal_measurement_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_a_measurement_of ; owl:inverseOf mro:is_measured_by_ordinal ; rdfs:domain cco:OrdinalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is a ordinal measurement of"@en . @@ -1807,7 +1795,7 @@ mro:is_a_ratio_measurement_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_a_measurement_of ; owl:inverseOf mro:is_measured_by_ratio ; rdfs:domain cco:RatioMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is a ratio measurement of"@en . @@ -1818,7 +1806,7 @@ mro:is_about rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_subject_of ; rdfs:domain cco:InformationContentEntity ; rdfs:range obo:BFO_0000001 ; - cco:definition "A primitive relationship between an Information Content Entity and some Entity."@en ; + skos:definition "A primitive relationship between an Information Content Entity and some Entity."@en ; cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000136" ; cco:is_curated_in_ontology ; rdfs:label "is about"@en . @@ -1829,7 +1817,7 @@ mro:is_affected_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000056 ; rdfs:domain obo:BFO_0000002 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is affected by"@en . @@ -1849,7 +1837,7 @@ mro:is_affiliated_with rdf:type owl:ObjectProperty ; cco:Person ) ] ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is affiliated with"@en . @@ -1888,7 +1876,7 @@ mro:is_cause_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain obo:BFO_0000003 ; rdfs:range obo:BFO_0000003 ; - cco:definition "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@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:is_curated_in_ontology ; rdfs:label "is cause of"@en . @@ -1920,7 +1908,7 @@ mro:is_delimited_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain cco:Organization ; rdfs:range cco:DelimitingDomain ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; cco:is_curated_in_ontology ; rdfs:label "is delimited by"@en . @@ -1940,7 +1928,7 @@ mro:is_disrupted_by rdf:type owl:ObjectProperty ; rdfs:range obo:BFO_0000015 ; "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; "https://cubrc.org"^^xsd:anyURI ; - cco:definition "Inverse of disrupts." ; + skos:definition "Inverse of disrupts." ; cco:is_curated_in_ontology ; rdfs:label "is disrupted by"@en ; "is disrupted by"@en . @@ -1951,7 +1939,7 @@ mro:is_excerpted_from rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:InformationBearingEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is excerpted from"@en . @@ -1985,7 +1973,7 @@ mro:is_geospatial_coordinate_reference_system_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:uses_geospatial_coordinate_reference_system ; rdfs:domain cco:GeospatialCoordinateReferenceSystem ; rdfs:range cco:InformationBearingEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is geospatial coordinate reference system of"@en . @@ -2077,7 +2065,7 @@ mro:is_input_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000056 ; rdfs:domain obo:BFO_0000002 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is input of"@en . @@ -2087,7 +2075,7 @@ mro:is_inside_instant_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain obo:BFO_0000148 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is inside instant of"@en . @@ -2099,7 +2087,7 @@ mro:is_interest_of rdf:type owl:ObjectProperty ; rdfs:range cco:Agent ; "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; "https://cubrc.org"^^xsd:anyURI ; - cco:definition "The inverse of has_interest_in. " ; + skos:definition "The inverse of has_interest_in. " ; cco:is_curated_in_ontology ; rdfs:label "is interest of"@en ; "is interest of"@en . @@ -2111,7 +2099,7 @@ mro:is_made_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_material_of ; rdfs:domain obo:BFO_0000030 ; rdfs:range obo:BFO_0000030 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is made of"@en . @@ -2121,7 +2109,7 @@ mro:is_material_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain obo:BFO_0000030 ; rdfs:range obo:BFO_0000030 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is material of"@en . @@ -2136,7 +2124,7 @@ mro:is_maternal_aunt_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_maternal_first_cousin_of mro:is_maternal_first_cousin_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_first_cousin_of ; - cco: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 ; + 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:is_curated_in_ontology ; 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 . @@ -2167,7 +2155,7 @@ mro:is_maternal_uncle_of rdf:type owl:ObjectProperty ; mro:is_measured_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:described_by ; rdfs:range cco:MeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is measured by"@en . @@ -2176,7 +2164,7 @@ mro:is_measured_by rdf:type owl:ObjectProperty ; mro:is_measured_by_interval rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_measured_by ; rdfs:range cco:IntervalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is measured by interval"@en . @@ -2185,7 +2173,7 @@ mro:is_measured_by_interval rdf:type owl:ObjectProperty ; mro:is_measured_by_nominal rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_measured_by ; rdfs:range cco:NominalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is measured by nominal"@en . @@ -2194,7 +2182,7 @@ mro:is_measured_by_nominal rdf:type owl:ObjectProperty ; mro:is_measured_by_ordinal rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_measured_by ; rdfs:range cco:OrdinalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is measured by ordinal"@en . @@ -2203,7 +2191,7 @@ mro:is_measured_by_ordinal rdf:type owl:ObjectProperty ; mro:is_measured_by_ratio rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_measured_by ; rdfs:range cco:RatioMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is measured by ratio"@en . @@ -2214,7 +2202,7 @@ mro:is_measurement_unit_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:uses_measurement_unit ; rdfs:domain cco:MeasurementUnit ; rdfs:range cco:InformationBearingEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is measurement unit of"@en . @@ -2223,7 +2211,7 @@ mro:is_measurement_unit_of rdf:type owl:ObjectProperty ; mro:is_mention_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; owl:inverseOf mro:is_mentioned_by ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is mention of"@en . @@ -2231,7 +2219,7 @@ mro:is_mention_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_mentioned_by mro:is_mentioned_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is mentioned by"@en . @@ -2267,7 +2255,7 @@ mro:is_niece_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_object_of mro:is_object_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000056 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is object of"@en . @@ -2277,7 +2265,7 @@ mro:is_organizational_context_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain cco:Organization ; rdfs:range obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is organizational context of"@en . @@ -2287,7 +2275,7 @@ mro:is_output_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000056 ; rdfs:domain obo:BFO_0000002 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is output of"@en . @@ -2306,7 +2294,7 @@ mro:is_part_of_process rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000132 ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is part of process"@en . @@ -2321,7 +2309,7 @@ mro:is_paternal_aunt_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_paternal_first_cousin_of mro:is_paternal_first_cousin_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_first_cousin_of ; - cco: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: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:is_curated_in_ontology ; 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 . @@ -2354,7 +2342,7 @@ mro:is_permitted_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:permits ; rdfs:domain obo:BFO_0000015 ; rdfs:range cco:ActionRegulation ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "is permitted by"@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 . @@ -2366,8 +2354,8 @@ mro:is_predecessor_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:is_successor_of ; rdfs:domain obo:BFO_0000004 ; rdfs:range obo:BFO_0000004 ; - cco: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 ; - cco:elucidation "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@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:is_curated_in_ontology ; rdfs:label "is predecessor of"@en . @@ -2378,7 +2366,7 @@ mro:is_prohibited_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:prohibits ; rdfs:domain obo:BFO_0000015 ; rdfs:range cco:ActionRegulation ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "is prohibited by"@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 . @@ -2390,7 +2378,7 @@ mro:is_reference_system_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:uses_reference_system ; rdfs:domain cco:ReferenceSystem ; rdfs:range cco:InformationBearingEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is reference system of"@en . @@ -2401,7 +2389,7 @@ mro:is_required_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:requires ; rdfs:domain obo:BFO_0000015 ; rdfs:range cco:ActionRegulation ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "is required by"@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 . @@ -2445,7 +2433,7 @@ mro:is_site_of rdf:type owl:ObjectProperty ; owl:inverseOf mro:occurs_at ; rdfs:domain obo:BFO_0000029 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is site of"@en . @@ -2500,7 +2488,7 @@ mro:is_step_sister_of rdf:type owl:ObjectProperty ; mro:is_subject_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:range cco:InformationContentEntity ; - cco:definition "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en ; + skos:definition "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en ; cco:is_curated_in_ontology ; rdfs:label "is subject of"@en . @@ -2510,7 +2498,7 @@ mro:is_subordinate_role_to rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain obo:BFO_0000023 ; rdfs:range obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is subordinate role to"@en . @@ -2520,7 +2508,7 @@ mro:is_subsidiary_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_affiliated_with ; rdfs:domain cco:Organization ; rdfs:range cco:Organization ; - cco: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 ; + 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:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; cco:is_curated_in_ontology ; rdfs:label "is subsidiary of"@en . @@ -2531,7 +2519,7 @@ mro:is_successor_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; rdfs:domain obo:BFO_0000004 ; rdfs:range obo:BFO_0000004 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is successor of"@en . @@ -2542,7 +2530,7 @@ mro:is_supervised_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:supervises ; rdfs:domain cco:Person ; rdfs:range cco:Person ; - cco:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@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:definition_source "http://en.wiktionary.org/wiki/supervise)" ; cco:is_curated_in_ontology ; rdfs:label "is supervised by"@en . @@ -2557,7 +2545,7 @@ mro:is_temporal_region_of rdf:type owl:ObjectProperty ; obo:BFO_0000035 ) ] ; - cco:definition "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."@en ; + skos:definition "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."@en ; cco:is_curated_in_ontology ; rdfs:label "is temporal region of"@en ; "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en . @@ -2583,7 +2571,7 @@ mro:is_uncle_of rdf:type owl:ObjectProperty ; mro:is_used_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; owl:inverseOf mro:uses ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "is used by"@en . @@ -2601,7 +2589,7 @@ mro:language_used_in rdf:type owl:ObjectProperty ; owl:inverseOf mro:uses_language ; rdfs:domain cco:Language ; rdfs:range cco:InformationBearingEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "language used in"@en . @@ -2619,7 +2607,7 @@ mro:nontangential_part_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:spatial_part_of ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "nontangential part of"@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 . @@ -2630,7 +2618,7 @@ mro:occurs_at rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000066 ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000029 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "occurs at"@en . @@ -2640,7 +2628,7 @@ mro:partially_overlaps_with rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:connected_with ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "partially overlaps with"@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 . @@ -2651,7 +2639,7 @@ mro:permits rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:prescribes ; rdfs:domain cco:ActionRegulation ; rdfs:range obo:BFO_0000015 ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "permits"@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 . @@ -2662,7 +2650,7 @@ mro:prescribed_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_subject_of ; owl:inverseOf mro:prescribes ; rdfs:range cco:DirectiveInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "prescribed by"@en . @@ -2671,8 +2659,8 @@ mro:prescribed_by rdf:type owl:ObjectProperty ; mro:prescribes rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_about ; rdfs:domain cco:DirectiveInformationContentEntity ; - cco: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 ; - cco:example_of_usage "A blueprint prescribes some artifact or facility by being a model for it." , + 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:is_curated_in_ontology ; @@ -2683,8 +2671,8 @@ mro:prescribes rdf:type owl:ObjectProperty ; mro:process_started_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:caused_by ; owl:inverseOf mro:process_starts ; - cco: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 ; - cco:elucidation "A process x is started by another process y when y causes x while y is still occurring."@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:is_curated_in_ontology ; rdfs:label "process started by"@en . @@ -2692,8 +2680,8 @@ mro:process_started_by rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/process_starts mro:process_starts rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_cause_of ; - cco: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 ; - cco:elucidation "A process x starts another process y when x causes y while x is still occurring."@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:is_curated_in_ontology ; rdfs:label "process starts"@en . @@ -2703,7 +2691,7 @@ mro:prohibits rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:prescribes ; rdfs:domain cco:ActionRegulation ; rdfs:range obo:BFO_0000015 ; - cco: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 y must not occur."@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 y must not occur."@en ; cco:is_curated_in_ontology ; rdfs:label "prohibits"@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 . @@ -2714,7 +2702,7 @@ mro:quality_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:inheres_in_aggregate ; rdfs:domain obo:BFO_0000019 ; rdfs:range obo:BFO_0000027 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "quality of aggregate"@en . @@ -2723,7 +2711,7 @@ mro:quality_of_aggregate rdf:type owl:ObjectProperty ; mro:receives rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000056 ; rdfs:domain cco:Agent ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "receives"@en . @@ -2733,7 +2721,7 @@ mro:represented_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_subject_of ; owl:inverseOf mro:represents ; rdfs:range cco:RepresentationalInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:comment "See notes for inverse property." ; rdfs:label "represented by"@en . @@ -2743,8 +2731,8 @@ mro:represented_by rdf:type owl:ObjectProperty ; mro:represents rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_about ; rdfs:domain cco:RepresentationalInformationContentEntity ; - cco: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 ; - cco:elucidation "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 ; + 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 "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:is_curated_in_ontology ; 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 ; @@ -2756,7 +2744,7 @@ mro:requires rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:prescribes ; rdfs:domain cco:ActionRegulation ; rdfs:range obo:BFO_0000015 ; - cco: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 y must occur."@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 y must occur."@en ; cco:is_curated_in_ontology ; rdfs:label "requires"@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 . @@ -2767,7 +2755,7 @@ mro:role_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:inheres_in_aggregate ; rdfs:domain obo:BFO_0000023 ; rdfs:range obo:BFO_0000027 ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "role of aggregate"@en . @@ -2776,7 +2764,7 @@ mro:role_of_aggregate rdf:type owl:ObjectProperty ; mro:sends rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000056 ; rdfs:domain cco:Agent ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "sends"@en . @@ -2787,7 +2775,7 @@ mro:spatial_part_of rdf:type owl:ObjectProperty ; mro:connected_with ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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 ; + 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:is_curated_in_ontology ; 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 . @@ -2798,7 +2786,7 @@ mro:supervises rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:has_affiliate ; rdfs:domain cco:Person ; rdfs:range cco:Person ; - cco:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en ; + skos:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en ; cco:definition_source "http://en.wiktionary.org/wiki/supervise" ; cco:is_curated_in_ontology ; rdfs:label "supervises"@en . @@ -2809,7 +2797,7 @@ mro:tangential_part_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:spatial_part_of ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:is_curated_in_ontology ; rdfs:label "tangential part of"@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 . @@ -2821,7 +2809,7 @@ mro:time_zone_identifier_used_by rdf:type owl:ObjectProperty ; owl:inverseOf mro:uses_time_zone_identifier ; rdfs:domain cco:TimeZoneIdentifier ; rdfs:range cco:InformationBearingEntity ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "time zone identifier used by"@en . @@ -2829,7 +2817,7 @@ mro:time_zone_identifier_used_by rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses mro:uses rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:ModalObjectProperty ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "uses"@en . @@ -2839,7 +2827,7 @@ mro:uses_geospatial_coordinate_reference_system rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:uses_reference_system ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:GeospatialCoordinateReferenceSystem ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "uses geospatial coordinate reference system"@en . @@ -2849,7 +2837,7 @@ mro:uses_language rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:prescribed_by ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:Language ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "uses language"@en . @@ -2859,7 +2847,7 @@ mro:uses_measurement_unit rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000101 ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:MeasurementUnit ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "uses measurement unit"@en . @@ -2869,7 +2857,7 @@ mro:uses_reference_system rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000101 ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:ReferenceSystem ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "uses reference system"@en . @@ -2879,7 +2867,7 @@ mro:uses_time_zone_identifier rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:BFO_0000101 ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:TimeZoneIdentifier ; - cco: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 ; + 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:is_curated_in_ontology ; rdfs:label "uses time zone identifier"@en . @@ -2890,8 +2878,8 @@ mro:uses_time_zone_identifier rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/asWKT mro:asWKT rdf:type owl:DatatypeProperty ; - cco:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ; - cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" ; + 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:is_curated_in_ontology ; rdfs:comment "ISO 19162:2015"@en ; rdfs:label "as WKT"@en . @@ -2901,14 +2889,14 @@ mro:asWKT rdf:type owl:DatatypeProperty ; mro:has_URI_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:anyURI ; - cco:definition "A data property that has as its range a URI value."@en ; + skos:definition "A data property that has as its range a URI value."@en ; cco:is_curated_in_ontology ; rdfs:label "has URI value"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_altitude_value mro:has_altitude_value rdf:type owl:DatatypeProperty ; - cco:elucidation "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 ; + 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:is_curated_in_ontology ; rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."@en ; rdfs:label "has altitude value"@en . @@ -2918,7 +2906,7 @@ mro:has_altitude_value rdf:type owl:DatatypeProperty ; mro:has_boolean_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:boolean ; - cco:definition "A data property that has as its range a boolean value."@en ; + skos:definition "A data property that has as its range a boolean value."@en ; cco:is_curated_in_ontology ; rdfs:label "has boolean value"@en . @@ -2926,7 +2914,7 @@ mro:has_boolean_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_date_value mro:has_date_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; - cco:definition "A data property that has as its range a date value."@en ; + skos:definition "A data property that has as its range a date value."@en ; cco:is_curated_in_ontology ; rdfs:label "has date value"@en . @@ -2935,7 +2923,7 @@ mro:has_date_value rdf:type owl:DatatypeProperty ; mro:has_datetime_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:dateTime ; - cco:definition "A data property that has as its value a datetime value."@en ; + skos:definition "A data property that has as its value a datetime value."@en ; cco:is_curated_in_ontology ; rdfs:label "has datetime value"@en . @@ -2944,7 +2932,7 @@ mro:has_datetime_value rdf:type owl:DatatypeProperty ; mro:has_decimal_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:decimal ; - cco:definition "A data property that has as its range a decimal value."@en ; + skos:definition "A data property that has as its range a decimal value."@en ; cco:is_curated_in_ontology ; rdfs:label "has decimal value"@en . @@ -2953,7 +2941,7 @@ mro:has_decimal_value rdf:type owl:DatatypeProperty ; mro:has_double_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:double ; - cco:definition "A data property that has as its range a double value."@en ; + skos:definition "A data property that has as its range a double value."@en ; cco:is_curated_in_ontology ; rdfs:label "has double value"@en . @@ -2962,7 +2950,7 @@ mro:has_double_value rdf:type owl:DatatypeProperty ; mro:has_integer_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:integer ; - cco:definition "A data property that has as its range an integer value."@en ; + skos:definition "A data property that has as its range an integer value."@en ; cco:is_curated_in_ontology ; rdfs:label "has integer value"@en . @@ -2970,7 +2958,7 @@ mro:has_integer_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_latitude_value mro:has_latitude_value rdf:type owl:DatatypeProperty ; rdfs:range xsd:decimal ; - cco:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@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:is_curated_in_ontology ; rdfs:label "has latitude value"@en . @@ -2978,7 +2966,7 @@ mro:has_latitude_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_longitude_value mro:has_longitude_value rdf:type owl:DatatypeProperty ; rdfs:range xsd:decimal ; - cco:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@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:is_curated_in_ontology ; rdfs:label "has longitude value"@en . @@ -2991,7 +2979,7 @@ mro:has_text_value rdf:type owl:DatatypeProperty ; xsd:string ) ] ; - cco:definition "A data property that has as its range a string value."@en ; + skos:definition "A data property that has as its range a string value."@en ; cco:is_curated_in_ontology ; rdfs:label "has text value"@en . diff --git a/src/cco-merged/CommonCoreOntologiesMerged.ttl b/src/cco-merged/CommonCoreOntologiesMerged.ttl index 340173e..c5df45c 100644 --- a/src/cco-merged/CommonCoreOntologiesMerged.ttl +++ b/src/cco-merged/CommonCoreOntologiesMerged.ttl @@ -4,6 +4,7 @@ @prefix dcterms: . @prefix owl: . @prefix rdf: . +@prefix skos: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @@ -19,18 +20,19 @@ "Version 1.6"@en . + ################################################################# # Annotation properties ################################################################# -### http://purl.obolibrary.org/obo/IAO_0000116 -obo:IAO_0000116 rdf:type owl:AnnotationProperty . - - ### http://purl.org/dc/elements/1.1/contributor rdf:type owl:AnnotationProperty . +### http://purl.org/dc/elements/1.1/date + rdf:type owl:AnnotationProperty . + + ### http://purl.org/dc/elements/1.1/identifier rdf:type owl:AnnotationProperty . @@ -39,6 +41,10 @@ obo:IAO_0000116 rdf:type owl:AnnotationProperty . rdf:type owl:AnnotationProperty . +### http://purl.org/dc/elements/1.1/rights + rdf:type owl:AnnotationProperty . + + ### http://purl.org/dc/terms/bibliographicCitation rdf:type owl:AnnotationProperty . @@ -48,19 +54,50 @@ obo:IAO_0000116 rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/created - rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty ; + rdfs:subPropertyOf , + . ### http://purl.org/dc/terms/creator rdf:type owl:AnnotationProperty . +### http://purl.org/dc/terms/date + rdf:type owl:AnnotationProperty . + + ### http://purl.org/dc/terms/description rdf:type owl:AnnotationProperty . +### http://purl.org/dc/terms/hasVersion + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/issued + rdf:type owl:AnnotationProperty . + + ### http://purl.org/dc/terms/license - rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty ; + ; + "2004-06-14"^^xsd:date ; + "2008-01-14"^^xsd:date ; + rdfs:comment "A legal document giving official permission to do something with the resource."@en ; + rdfs:isDefinedBy ; + rdfs:label "License"@en ; + rdfs:subPropertyOf , + ; + rdfs:range . + + +### http://purl.org/dc/terms/modified + rdf:type owl:AnnotationProperty . + + +### http://purl.org/dc/terms/rights + rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title @@ -68,229 +105,246 @@ obo:IAO_0000116 rdf:type owl:AnnotationProperty . ### http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_label -cco:SI_unit_label rdf:type owl:AnnotationProperty ; - cco:definition "An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "SI unit label"@en ; - rdfs:subPropertyOf cco:alternative_label . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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 ; + rdfs:subPropertyOf . ### http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_symbol -cco:SI_unit_symbol rdf:type owl:AnnotationProperty ; - cco:definition "An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "SI unit symbol"@en ; - rdfs:subPropertyOf cco:acronym . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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 ; + rdfs:subPropertyOf . ### http://www.ontologyrepository.com/CommonCoreOntologies/acronym -cco:acronym rdf:type owl:AnnotationProperty ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "acronym"@en ; - rdfs:subPropertyOf . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label -cco:alternative_label rdf:type owl:AnnotationProperty ; - cco:definition "A term or phrase that may be used in place of the stated rdfs:label to denote the entity in question."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "alternative label"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 ; + rdfs:subPropertyOf . ### http://www.ontologyrepository.com/CommonCoreOntologies/code_license -cco:code_license rdf:type owl:AnnotationProperty ; - cco:definition "The name and description of the license under which the .owl file is released."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "code license"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "code license"@en ; + "The name and description of the license under which the .owl file is released."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/content_license -cco:content_license rdf:type owl:AnnotationProperty ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "content license"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/copyright -cco:copyright rdf:type owl:AnnotationProperty ; - cco:definition "An assertion of copyright"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "copyright"@en . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/definition -cco:definition rdf:type owl:AnnotationProperty ; - cco:definition "A natural language explication of the meaning of the term."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "definition"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "copyright"@en ; + "An assertion of copyright"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/definition_source -cco:definition_source rdf:type owl:AnnotationProperty ; - cco:definition "A citation of where all or some of the information used to create the term's Definition was acquired from."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "definition source"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/designator_annotation -cco:designator_annotation rdf:type owl:AnnotationProperty ; - cco:definition "A name or other identifier that is used to designate an individual."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "designator annotation"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "designator annotation"@en ; + "A name or other identifier that is used to designate an individual."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_acronym -cco:doctrinal_acronym rdf:type owl:AnnotationProperty ; - cco:definition "An Acronym that is used by a Doctrinal Source to denote the entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "doctrinal acronym"@en ; - rdfs:subPropertyOf cco:acronym . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "doctrinal acronym"@en ; + "An Acronym that is used by a Doctrinal Source to denote the entity."@en ; + rdfs:subPropertyOf . ### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_definition -cco:doctrinal_definition rdf:type owl:AnnotationProperty ; - cco:definition "A Definition that is taken directly from a Doctrinal Source."@en ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "doctrinal definition"@en ; - rdfs:subPropertyOf cco:definition . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 ; + rdfs:subPropertyOf . ### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_label -cco:doctrinal_label rdf:type owl:AnnotationProperty ; - cco:definition "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "doctrinal label"@en ; - rdfs:subPropertyOf cco:alternative_label . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 ; + rdfs:subPropertyOf . ### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_source -cco:doctrinal_source rdf:type owl:AnnotationProperty ; - cco:definition "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "doctrinal source"@en ; - rdfs:subPropertyOf cco:definition_source . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/elucidation -cco:elucidation rdf:type owl:AnnotationProperty ; - cco:definition "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."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "elucidation"@en . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage -cco:example_of_usage rdf:type owl:AnnotationProperty ; - cco:definition "A phrase, sentence or set of terms intended to convey the conventional usage of the term."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "example of usage"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "doctrinal source"@en ; + "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ; + rdfs:subPropertyOf . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_token_unit -cco:has_token_unit rdf:type owl:AnnotationProperty ; - cco:definition "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has token unit"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/http_query_string -cco:http_query_string rdf:type owl:AnnotationProperty ; - cco:definition "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "http query string"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "http query string"@en ; + "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_measurement_annotation -cco:interval_measurement_annotation rdf:type owl:AnnotationProperty ; - cco:definition "A interval measurement value of an instance of a quality, realizable or process profile "@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "interval measurement annotation"@en ; - rdfs:subPropertyOf cco:measurement_annotation . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "interval measurement annotation"@en ; + "A interval measurement value of an instance of a quality, realizable or process profile "@en ; + rdfs:subPropertyOf . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology -cco:is_curated_in_ontology rdf:type owl:AnnotationProperty ; - cco:definition "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is curated in ontology"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_tokenized_by -cco:is_tokenized_by rdf:type owl:AnnotationProperty ; - cco:definition "A relation between an information content entity and a widely used token used to express it."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is tokenized by"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is tokenized by"@en ; + "A relation between an information content entity and a widely used token used to express it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/measurement_annotation -cco:measurement_annotation rdf:type owl:AnnotationProperty ; - cco:definition "A measurement value of an instance of a quality, realizable or process profile"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "measurement annotation"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "measurement annotation"@en ; + "A measurement value of an instance of a quality, realizable or process profile"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/nominal_measurement_annotation -cco:nominal_measurement_annotation rdf:type owl:AnnotationProperty ; - cco:definition "A nominal measurement value of an instance of a quality, realizable or process profile"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "nominal measurement annotation"@en ; - rdfs:subPropertyOf cco:measurement_annotation . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "nominal measurement annotation"@en ; + "A nominal measurement value of an instance of a quality, realizable or process profile"@en ; + rdfs:subPropertyOf . ### http://www.ontologyrepository.com/CommonCoreOntologies/ordinal_measurement_annotation -cco:ordinal_measurement_annotation rdf:type owl:AnnotationProperty ; - cco:definition "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "ordinal measurement annotation"@en ; - rdfs:subPropertyOf cco:measurement_annotation . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "ordinal measurement annotation"@en ; + "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ; + rdfs:subPropertyOf . ### http://www.ontologyrepository.com/CommonCoreOntologies/query_text -cco:query_text rdf:type owl:AnnotationProperty ; - cco:definition "The text of a query that is associated with a class"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "query text"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "query text"@en ; + "The text of a query that is associated with a class"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ratio_measurement_annotation -cco:ratio_measurement_annotation rdf:type owl:AnnotationProperty ; - cco:definition "A ratio measurement value of an instance of a quality, realizable or process profile"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "ratio measurement annotation"@en ; - rdfs:subPropertyOf cco:measurement_annotation . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "ratio measurement annotation"@en ; + "A ratio measurement value of an instance of a quality, realizable or process profile"@en ; + rdfs:subPropertyOf . ### http://www.ontologyrepository.com/CommonCoreOntologies/term_creator -cco:term_creator rdf:type owl:AnnotationProperty ; - cco:definition "The name of the Term Editor who added the term to the ontology."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "term creator"@en ; - rdfs:subPropertyOf cco:term_editor . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "term creator"@en ; + "The name of the Term Editor who added the term to the ontology."@en ; + rdfs:subPropertyOf . ### http://www.ontologyrepository.com/CommonCoreOntologies/term_editor -cco:term_editor rdf:type owl:AnnotationProperty ; - cco:definition "The name of a person who contributed to the development or enhancement of the term."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "term editor"@en . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "term editor"@en ; + "The name of a person who contributed to the development or enhancement of the term."@en . + + +### http://www.w3.org/2000/01/rdf-schema#comment +rdfs:comment rdfs:comment "A description of the subject resource." ; + rdfs:isDefinedBy rdfs: ; + rdfs:label "comment" ; + rdfs:range rdfs:Literal ; + rdfs:domain rdfs:Resource . + + +### http://www.w3.org/2000/01/rdf-schema#label +rdfs:label rdfs:comment "A human-readable name for the subject." ; + rdfs:isDefinedBy rdfs: ; + rdfs:label "label" ; + rdfs:range rdfs:Literal ; + rdfs:domain rdfs:Resource . ### http://www.w3.org/2004/02/skos/core#altLabel - rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty ; + rdfs:comment "The range of skos:altLabel is the class of RDF plain literals."@en , + "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ; + rdfs:isDefinedBy ; + rdfs:label "alternative label"@en ; + "An alternative lexical label for a resource."@en ; + "Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel)."@en ; + rdfs:subPropertyOf rdfs:label . ### http://www.w3.org/2004/02/skos/core#definition - rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:isDefinedBy ; + rdfs:label "definition"@en ; + "A natural language explication of the meaning of the term."@en , + "A statement or formal explanation of the meaning of a concept."@en ; + rdfs:subPropertyOf . ### http://www.w3.org/2004/02/skos/core#editorialNote - rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "editorial note"@en ; + "A note for an editor, translator or maintainer of the vocabulary."@en ; + rdfs:subPropertyOf . ### http://www.w3.org/2004/02/skos/core#example - rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "example"@en ; + "An example of the use of a concept."@en ; + rdfs:subPropertyOf . + + +### http://www.w3.org/2004/02/skos/core#note + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "note"@en ; + "A general note, for any purpose."@en ; + "This property may be used directly, or as a super-property for more specific note types."@en . ### http://www.w3.org/2004/02/skos/core#prefLabel @@ -298,7 +352,19 @@ cco:term_editor rdf:type owl:AnnotationProperty ; ### http://www.w3.org/2004/02/skos/core#scopeNote - rdf:type owl:AnnotationProperty . + rdf:type owl:AnnotationProperty ; + rdfs:isDefinedBy ; + rdfs:label "scope note"@en ; + "A note that helps to clarify the meaning and/or the use of a concept."@en ; + rdfs:subPropertyOf . + + +################################################################# +# Datatypes +################################################################# + +### http://www.w3.org/2001/XMLSchema#date +xsd:date rdf:type rdfs:Datatype . ################################################################# @@ -306,2827 +372,2857 @@ cco:term_editor 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 ; - "realized in"@en ; - "b has realization c =Def c realizes b"@en ; - "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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "(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." . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "(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 . + 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 ; - "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 . + 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 ; - "b has occurrent part c =Def c occurrent part of b"@en ; - "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 ; - "b has temporal part c =Def c temporal part of b"@en ; - "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 ; - "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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "(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 . + 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 ; - "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 . + 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 ; - "(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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "contains process"@en ; - "b environs c =Def c occurs in b"@en ; - "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 ; - "(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 . + 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 ; - "b has history c =Def c history of b"@en ; - "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 ; - "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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "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 . + 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:is_temporal_region_of ; - 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 ; - "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 . + 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 ; - "(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 . + 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 ; - "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 . + 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 ; - "(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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "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 . + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/accessory_in -cco:accessory_in rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - owl:inverseOf cco:has_accessory ; - rdfs:domain obo:BFO_0000040 ; - rdfs:range obo:BFO_0000015 ; - cco: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:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "accessory in"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/accomplice_in -cco:accomplice_in rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - owl:inverseOf cco:has_accomplice ; - rdfs:domain obo:BFO_0000040 ; - rdfs:range obo:BFO_0000015 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "accomplice in"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/affects -cco:affects rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - owl:inverseOf cco:is_affected_by ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000002 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "affects"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/agent_in -cco:agent_in rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - owl:inverseOf cco:has_agent ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "agent in"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_bearer_of -cco:aggregate_bearer_of rdf:type owl:ObjectProperty ; - owl:inverseOf cco:inheres_in_aggregate ; - rdfs:domain obo:BFO_0000027 ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000020 - obo:BFO_0000031 - ) - ] ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "aggregate bearer of"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_capability -cco:aggregate_has_capability rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:aggregate_bearer_of ; - owl:inverseOf cco:capability_of_aggregate ; - rdfs:domain cco:GroupOfAgents ; - rdfs:range cco:AgentCapability ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "aggregate has capability"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_disposition -cco:aggregate_has_disposition rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:aggregate_bearer_of ; - owl:inverseOf cco:disposition_of_aggregate ; - rdfs:domain obo:BFO_0000027 ; - rdfs:range obo:BFO_0000016 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "aggregate has disposition"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_quality -cco:aggregate_has_quality rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:aggregate_bearer_of ; - rdfs:domain obo:BFO_0000027 ; - rdfs:range obo:BFO_0000019 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "aggregate has quality"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_role -cco:aggregate_has_role rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:aggregate_bearer_of ; - rdfs:domain obo:BFO_0000027 ; - rdfs:range obo:BFO_0000023 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "aggregate has role"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/capability_of -cco:capability_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000197 ; - owl:inverseOf cco:has_capability ; - rdfs:domain cco:AgentCapability ; - rdfs:range cco:Agent ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "capability of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/capability_of_aggregate -cco:capability_of_aggregate rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:inheres_in_aggregate ; - rdfs:domain cco:AgentCapability ; - rdfs:range cco:GroupOfAgents ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "capability of aggregate"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/caused_by -cco:caused_by rdf:type owl:ObjectProperty ; - owl:inverseOf cco:is_cause_of ; - rdfs:domain obo:BFO_0000003 ; - rdfs:range obo:BFO_0000003 ; - cco:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "caused by"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/coincides_with -cco:coincides_with rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:connected_with ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "coincides with"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/condition_described_by -cco:condition_described_by rdf:type owl:ObjectProperty ; - owl:inverseOf cco:describes_condition ; - owl:propertyChainAxiom ( cco:described_by - obo:BFO_0000176 - ) ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "condition described by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + owl:propertyChainAxiom ( + + ) ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/connected_with -cco:connected_with rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "connected with"@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 . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/delimits -cco:delimits rdf:type owl:ObjectProperty ; - owl:inverseOf cco:is_delimited_by ; - rdfs:domain cco:DelimitingDomain ; - rdfs:range cco:Organization ; - cco:definition "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "delimits"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/described_by -cco:described_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_subject_of ; - owl:inverseOf cco:describes ; - rdfs:range cco:DescriptiveInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "described by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/describes -cco:describes rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_about ; - rdfs:domain cco:DescriptiveInformationContentEntity ; - cco: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 ; - cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/describes_condition -cco:describes_condition rdf:type owl:ObjectProperty ; - owl:propertyChainAxiom ( obo:BFO_0000178 - cco:describes - ) ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "describes condition"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:propertyChainAxiom ( + + ) ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/designated_by -cco:designated_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_subject_of ; - owl:inverseOf cco:designates ; - rdfs:range cco:DesignativeInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "designated by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/designates -cco:designates rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_about ; - rdfs:domain cco:DesignativeInformationContentEntity ; - cco: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 ; - cco:example_of_usage "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" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "designates"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/disconnected_with -cco:disconnected_with rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "disconnected with"@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 . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of_aggregate -cco:disposition_of_aggregate rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:inheres_in_aggregate ; - rdfs:domain obo:BFO_0000016 ; - rdfs:range obo:BFO_0000027 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "disposition of aggregate"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/disrupts -cco:disrupts rdf:type owl:ObjectProperty ; - owl:inverseOf cco:is_disrupted_by ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - cco:definition "A relation where one process disrupts another process from occurring as it would have."@en ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "disrupts"@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 . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range . ### http://www.ontologyrepository.com/CommonCoreOntologies/externally_connects_with -cco:externally_connects_with rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:connected_with ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "externally connects with"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "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://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_accessory -cco:has_accessory rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000040 ; - cco: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:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has accessory"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/has_accomplice -cco:has_accomplice rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000040 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has accomplice"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_affiliate -cco:has_affiliate rdf:type owl:ObjectProperty ; - owl:inverseOf cco:is_affiliated_with ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( cco:Agent - cco:Organization - cco:Person - ) - ] ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( cco:Agent - cco:Organization - cco:Person - ) - ] ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has affiliate"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_agent -cco:has_agent rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has agent"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_aunt -cco:has_aunt rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_aunt_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has aunt"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has aunt"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_brother -cco:has_brother rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_sibling_of ; - owl:inverseOf cco:is_brother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has brother"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has brother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_brother_in_law -cco:has_brother_in_law rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_in_law_of ; - owl:inverseOf cco:is_brother_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has brother in law"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has brother in law"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_capability -cco:has_capability rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000196 ; - rdfs:domain cco:Agent ; - rdfs:range cco:AgentCapability ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has capability"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_daughter -cco:has_daughter rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_parent_of ; - owl:inverseOf cco:is_daughter_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has daughter"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has daughter"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_daughter_in_law -cco:has_daughter_in_law rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_in_law_of ; - owl:inverseOf cco:is_daughter_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has daughter in law"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has daughter in law"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_familial_relationship_to -cco:has_familial_relationship_to rdf:type owl:ObjectProperty , - owl:SymmetricProperty ; - rdfs:domain cco:Person ; - rdfs:range cco:Person ; - cco:definition "A relationship between persons by virtue of ancestry or legal union."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has familial relationship to"@en . + rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has familial relationship to"@en ; + "A relationship between persons by virtue of ancestry or legal union."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_father -cco:has_father rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_child_of ; - owl:inverseOf cco:is_father_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has father"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has father"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_father_in_law -cco:has_father_in_law rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_in_law_of ; - owl:inverseOf cco:is_father_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has father in law"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has father in law"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_granddaughter -cco:has_granddaughter rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_grandparent_of ; - owl:inverseOf cco:is_granddaughter_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has granddaughter"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has granddaughter"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_grandfather -cco:has_grandfather rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_grandchild_of ; - owl:inverseOf cco:is_grandfather_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has grandfather"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has grandfather"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_grandmother -cco:has_grandmother rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_grandchild_of ; - owl:inverseOf cco:is_grandmother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has grandmother"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has grandmother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_grandson -cco:has_grandson rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_grandparent_of ; - owl:inverseOf cco:is_grandson_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has grandson"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has grandson"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_half_brother -cco:has_half_brother rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_half_sibling_of ; - owl:inverseOf cco:is_half_brother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has half brother"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has half brother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_half_sister -cco:has_half_sister rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_half_sibling_of ; - owl:inverseOf cco:is_half_sister_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has half sister"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has half sister"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_husband -cco:has_husband rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_spouse_of ; - owl:inverseOf cco:is_husband_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has husband"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has husband"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_input -cco:has_input rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - owl:inverseOf cco:is_input_of ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000002 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has input"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_instant -cco:has_inside_instant rdf:type owl:ObjectProperty ; - owl:inverseOf cco:is_inside_instant_of ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000148 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "has inside instant"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_interval -cco:has_inside_interval rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:interval_contains ; - owl:inverseOf cco:interval_during ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "has inside interval"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_interest_in -cco:has_interest_in rdf:type owl:ObjectProperty ; - owl:inverseOf cco:is_interest_of ; - rdfs:domain cco:Agent ; - rdfs:range obo:BFO_0000015 ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - cco:definition "A relation between an entity and some process where the entity has an interest in that process."@en ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has interest in"@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 . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_aunt -cco:has_maternal_aunt rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_aunt ; - owl:inverseOf cco:is_maternal_aunt_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has maternal aunt"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has maternal aunt"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_first_cousin -cco:has_maternal_first_cousin rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_first_cousin_of ; - owl:inverseOf cco:is_maternal_first_cousin_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has maternal first cousin"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has maternal first cousin"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_grandfather -cco:has_maternal_grandfather rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_grandfather ; - owl:inverseOf cco:is_maternal_grandfather_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has maternal grandfather"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has maternal grandfather"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_grandmother -cco:has_maternal_grandmother rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_grandmother ; - owl:inverseOf cco:is_maternal_grandmother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has maternal grandmother"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has maternal grandmother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_uncle -cco:has_maternal_uncle rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_uncle ; - owl:inverseOf cco:is_maternal_uncle_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has maternal uncle"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has maternal uncle"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in -cco:has_member_of_located_in rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_some_member_of_located_in ; - rdfs:domain obo:BFO_0000027 ; - rdfs:range obo:BFO_0000040 ; - cco:definition "x has all members of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and every member of x is located in y."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has all members of located in"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_mother -cco:has_mother rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_child_of ; - owl:inverseOf cco:is_mother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has mother"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has mother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_mother_in_law -cco:has_mother_in_law rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_in_law_of ; - owl:inverseOf cco:is_mother_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has mother in law"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has mother in law"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_nephew -cco:has_nephew rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_nephew_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has nephew"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has nephew"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_niece -cco:has_niece rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_niece_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has niece"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has niece"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_part -cco:has_nontangential_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_spatial_part ; - owl:inverseOf cco:nontangential_part_of ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "has nontangential part"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "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://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_object -cco:has_object rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - owl:inverseOf cco:is_object_of ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has object"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_organizational_context -cco:has_organizational_context rdf:type owl:ObjectProperty ; - owl:inverseOf cco:is_organizational_context_of ; - rdfs:domain obo:BFO_0000023 ; - rdfs:range cco:Organization ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has organizational context"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_output -cco:has_output rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - owl:inverseOf cco:is_output_of ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000002 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has output"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_parent -cco:has_parent rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_parent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has parent"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has parent"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_aunt -cco:has_paternal_aunt rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_aunt ; - owl:inverseOf cco:is_paternal_aunt_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has paternal aunt"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has paternal aunt"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_first_cousin -cco:has_paternal_first_cousin rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_first_cousin_of ; - owl:inverseOf cco:is_paternal_first_cousin_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has paternal first cousin"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has paternal first cousin"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_grandfather -cco:has_paternal_grandfather rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_grandfather ; - owl:inverseOf cco:is_paternal_grandfather_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has paternal grandfather"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has paternal grandfather"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_grandmother -cco:has_paternal_grandmother rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_grandmother ; - owl:inverseOf cco:is_paternal_grandmother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has paternal grandmother"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has paternal grandmother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_uncle -cco:has_paternal_uncle rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_uncle ; - owl:inverseOf cco:is_paternal_uncle_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has paternal uncle"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has paternal uncle"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_process_part -cco:has_process_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000117 ; - owl:inverseOf cco:is_part_of_process ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has process part"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_recipient -cco:has_recipient rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - owl:inverseOf cco:receives ; - rdfs:range cco:Agent ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has recipient"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_sender -cco:has_sender rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000057 ; - owl:inverseOf cco:sends ; - rdfs:range cco:Agent ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has sender"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_sister -cco:has_sister rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_sibling_of ; - owl:inverseOf cco:is_sister_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has sister"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has sister"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_sister_in_law -cco:has_sister_in_law rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_in_law_of ; - owl:inverseOf cco:is_sister_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has sister in law"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has sister in law"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in -cco:has_some_member_of_located_in rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf owl:topObjectProperty ; - cco:definition "x has member of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and at least one member of x is located in y."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has some member of located in"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain ; + rdfs:range [ owl:intersectionOf ( + [ rdf:type owl:Class ; + owl:complementOf + ] + ) ; + rdf:type owl:Class + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_son -cco:has_son rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_parent_of ; - owl:inverseOf cco:is_son_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has son"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has son"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_son_in_law -cco:has_son_in_law rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_in_law_of ; - owl:inverseOf cco:is_son_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has son in law"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has son in law"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_part -cco:has_spatial_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000178 , - cco:connected_with ; - owl:inverseOf cco:spatial_part_of ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "has spatial part"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "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://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_step_brother -cco:has_step_brother rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_step_sibling_of ; - owl:inverseOf cco:is_step_brother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has step brother"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has step brother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_step_sister -cco:has_step_sister rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_step_sibling_of ; - owl:inverseOf cco:is_step_sister_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has step sister"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has step sister"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_subordinate_role -cco:has_subordinate_role rdf:type owl:ObjectProperty ; - owl:inverseOf cco:is_subordinate_role_to ; - rdfs:domain obo:BFO_0000023 ; - rdfs:range obo:BFO_0000023 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has subordinate role"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_subsidiary -cco:has_subsidiary rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_affiliate ; - owl:inverseOf cco:is_subsidiary_of ; - rdfs:domain cco:Organization ; - rdfs:range cco:Organization ; - cco: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:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has subsidiary"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/has_tangential_part -cco:has_tangential_part rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_spatial_part ; - owl:inverseOf cco:tangential_part_of ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "has tangential part"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "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://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_uncle -cco:has_uncle rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_uncle_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has uncle"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has uncle"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_wife -cco:has_wife rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_spouse_of ; - owl:inverseOf cco:is_wife_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has wife"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has wife"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in_aggregate -cco:inheres_in_aggregate rdf:type owl:ObjectProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000020 - obo:BFO_0000031 - ) - ] ; - rdfs:range obo:BFO_0000027 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "inheres in aggregate"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by -cco:inhibited_by rdf:type owl:ObjectProperty ; - owl:inverseOf cco:inhibits ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "inhibited by"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/inhibits -cco:inhibits rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "inhibits"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_after -cco:instant_is_after rdf:type owl:ObjectProperty ; - owl:inverseOf cco:instant_is_before ; - rdf:type owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000148 ; - rdfs:range obo:BFO_0000148 ; - cco: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 ; - cco:elucidation "'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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "instant is after"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdf:type owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_before -cco:instant_is_before rdf:type owl:ObjectProperty , - owl:TransitiveProperty ; - rdfs:domain obo:BFO_0000148 ; - rdfs:range obo:BFO_0000148 ; - cco: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 ; - cco:elucidation "'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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "instant is before"@en . + rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_contained_by -cco:interval_contained_by rdf:type owl:ObjectProperty ; - owl:inverseOf cco:interval_contains ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - owl:propertyDisjointWith cco:interval_disjoint ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval contained by"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + owl:propertyDisjointWith ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_contains -cco:interval_contains rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - owl:propertyDisjointWith cco:interval_disjoint ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval contains"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + owl:propertyDisjointWith ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_disjoint -cco:interval_disjoint rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - owl:propertyDisjointWith cco:interval_equals , - cco:interval_overlapped_by , - cco:interval_overlaps ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval disjoint"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + owl:propertyDisjointWith , + , + ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_during -cco:interval_during rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:interval_contained_by ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval during"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_equals -cco:interval_equals rdf:type owl:ObjectProperty , - owl:SymmetricProperty ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval equals"@en . + rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_finished_by -cco:interval_finished_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:interval_contains ; - owl:inverseOf cco:interval_finishes ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval finished by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_finishes -cco:interval_finishes rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:interval_contained_by ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval finishes"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_after -cco:interval_is_after rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:interval_disjoint ; - owl:inverseOf cco:interval_is_before ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval is after"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_before -cco:interval_is_before rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:interval_disjoint ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval is before"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_meets -cco:interval_meets rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:interval_disjoint ; - owl:inverseOf cco:interval_met_by ; - rdf:type owl:IrreflexiveProperty ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval meets"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:IrreflexiveProperty ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_met_by -cco:interval_met_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:interval_disjoint ; - rdf:type owl:IrreflexiveProperty ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval met by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdf:type owl:IrreflexiveProperty ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlapped_by -cco:interval_overlapped_by rdf:type owl:ObjectProperty ; - owl:inverseOf cco:interval_overlaps ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval overlapped by"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlaps -cco:interval_overlaps rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval overlaps"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_started_by -cco:interval_started_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:interval_contains ; - owl:inverseOf cco:interval_starts ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval started by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_starts -cco:interval_starts rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:interval_contained_by ; - rdfs:domain obo:BFO_0000038 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval starts"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_a_interval_measurement_of -cco:is_a_interval_measurement_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_a_measurement_of ; - owl:inverseOf cco:is_measured_by_interval ; - rdfs:domain cco:IntervalMeasurementInformationContentEntity ; - cco: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 ; - cco:example_of_usage "a measurement of air temperature on the Celsius scale." ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is a interval measurement of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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." . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_a_measurement_of -cco:is_a_measurement_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:describes ; - owl:inverseOf cco:is_measured_by ; - rdfs:domain cco:MeasurementInformationContentEntity ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 ; - "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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_a_nominal_measurement_of -cco:is_a_nominal_measurement_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_a_measurement_of ; - owl:inverseOf cco:is_measured_by_nominal ; - rdfs:domain cco:NominalMeasurementInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is a nominal measurement of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_a_ordinal_measurement_of -cco:is_a_ordinal_measurement_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_a_measurement_of ; - owl:inverseOf cco:is_measured_by_ordinal ; - rdfs:domain cco:OrdinalMeasurementInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is a ordinal measurement of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_a_ratio_measurement_of -cco:is_a_ratio_measurement_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_a_measurement_of ; - owl:inverseOf cco:is_measured_by_ratio ; - rdfs:domain cco:RatioMeasurementInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is a ratio measurement of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_about -cco:is_about rdf:type owl:ObjectProperty ; - owl:inverseOf cco:is_subject_of ; - rdfs:domain cco:InformationContentEntity ; - rdfs:range obo:BFO_0000001 ; - cco:definition "A primitive relationship between an Information Content Entity and some Entity."@en ; - cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000136" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is about"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://purl.obolibrary.org/obo/IAO_0000136" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is about"@en ; + "A primitive relationship between an Information Content Entity and some Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_affected_by -cco:is_affected_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - rdfs:domain obo:BFO_0000002 ; - rdfs:range obo:BFO_0000015 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is affected by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_affiliated_with -cco:is_affiliated_with rdf:type owl:ObjectProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( cco:Agent - cco:Organization - cco:Person - ) - ] ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( cco:Agent - cco:Organization - cco:Person - ) - ] ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is affiliated with"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + + ) + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_ancestor_of -cco:is_ancestor_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_descendent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is ancestor of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is ancestor of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_aunt_of -cco:is_aunt_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is aunt of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is aunt of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_brother_in_law_of -cco:is_brother_in_law_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is brother-in-law of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is brother-in-law of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_brother_of -cco:is_brother_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is brother of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is brother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_cause_of -cco:is_cause_of rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000003 ; - rdfs:range obo:BFO_0000003 ; - cco:definition "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is cause of"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_child_of -cco:is_child_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_parent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is child of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is child of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_daughter_in_law_of -cco:is_daughter_in_law_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is daughter in-law of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is daughter in-law of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_daughter_of -cco:is_daughter_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_child_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is daughter of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is daughter of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_delimited_by -cco:is_delimited_by rdf:type owl:ObjectProperty ; - rdfs:domain cco:Organization ; - rdfs:range cco:DelimitingDomain ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is delimited by"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_descendent_of -cco:is_descendent_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is descendent of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is descendent of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_disrupted_by -cco:is_disrupted_by rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - cco:definition "Inverse of disrupts." ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is disrupted by"@en ; - "is disrupted by"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_excerpted_from -cco:is_excerpted_from rdf:type owl:ObjectProperty ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range cco:InformationBearingEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is excerpted from"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_father_in_law_of -cco:is_father_in_law_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is father in-law of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is father in-law of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_father_of -cco:is_father_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_parent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is father of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is father of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_first_cousin_of -cco:is_first_cousin_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_first_cousin_of ; - rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is first cousin of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:SymmetricProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is first cousin of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_geospatial_coordinate_reference_system_of -cco:is_geospatial_coordinate_reference_system_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_reference_system_of ; - owl:inverseOf cco:uses_geospatial_coordinate_reference_system ; - rdfs:domain cco:GeospatialCoordinateReferenceSystem ; - rdfs:range cco:InformationBearingEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is geospatial coordinate reference system of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandchild_of -cco:is_grandchild_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_grandparent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is grandchild of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is grandchild of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_granddaughter_of -cco:is_granddaughter_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_grandchild_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is granddaughter of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is granddaughter of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandfather_of -cco:is_grandfather_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_grandparent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is grandfather of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is grandfather of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandmother_of -cco:is_grandmother_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_grandparent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is grandmother of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is grandmother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandparent_of -cco:is_grandparent_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is grandparent of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is grandparent of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandson_of -cco:is_grandson_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_grandchild_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is grandson of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is grandson of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_half_brother_of -cco:is_half_brother_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_half_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is half-brother of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is half-brother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_half_sibling_of -cco:is_half_sibling_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_half_sibling_of ; - rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is half-sibling of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:SymmetricProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is half-sibling of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_half_sister_of -cco:is_half_sister_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_half_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is half sister of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is half sister of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_husband_of -cco:is_husband_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_spouse_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is husband of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is husband of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_in_law_of -cco:is_in_law_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_input_of -cco:is_input_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - rdfs:domain obo:BFO_0000002 ; - rdfs:range obo:BFO_0000015 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is input of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_inside_instant_of -cco:is_inside_instant_of rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000148 ; - rdfs:range obo:BFO_0000038 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "is inside instant of"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "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.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_interest_of -cco:is_interest_of rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range cco:Agent ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - cco:definition "The inverse of has_interest_in. " ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is interest of"@en ; - "is interest of"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is interest of"@en ; + "The inverse of has_interest_in. " ; + "is interest of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_made_of -cco:is_made_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf owl:topObjectProperty ; - owl:inverseOf cco:is_material_of ; - rdfs:domain obo:BFO_0000030 ; - rdfs:range obo:BFO_0000030 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is made of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_material_of -cco:is_material_of rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000030 ; - rdfs:range obo:BFO_0000030 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is material of"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_aunt_of -cco:is_maternal_aunt_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_aunt_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is maternal aunt of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is maternal aunt of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_first_cousin_of -cco:is_maternal_first_cousin_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_first_cousin_of ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_grandfather_of -cco:is_maternal_grandfather_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_grandfather_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is maternal grandfather of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is maternal grandfather of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_grandmother_of -cco:is_maternal_grandmother_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_grandmother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is maternal grandmother of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is maternal grandmother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_uncle_of -cco:is_maternal_uncle_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_uncle_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is maternal uncle of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is maternal uncle of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_measured_by -cco:is_measured_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:described_by ; - rdfs:range cco:MeasurementInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is measured by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_measured_by_interval -cco:is_measured_by_interval rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_measured_by ; - rdfs:range cco:IntervalMeasurementInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is measured by interval"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_measured_by_nominal -cco:is_measured_by_nominal rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_measured_by ; - rdfs:range cco:NominalMeasurementInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is measured by nominal"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_measured_by_ordinal -cco:is_measured_by_ordinal rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_measured_by ; - rdfs:range cco:OrdinalMeasurementInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is measured by ordinal"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_measured_by_ratio -cco:is_measured_by_ratio rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_measured_by ; - rdfs:range cco:RatioMeasurementInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is measured by ratio"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_measurement_unit_of -cco:is_measurement_unit_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000084 ; - owl:inverseOf cco:uses_measurement_unit ; - rdfs:domain cco:MeasurementUnit ; - rdfs:range cco:InformationBearingEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is measurement unit of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_mention_of -cco:is_mention_of rdf:type owl:ObjectProperty ; - owl:inverseOf cco:is_mentioned_by ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is mention of"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_mentioned_by -cco:is_mentioned_by rdf:type owl:ObjectProperty ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is mentioned by"@en . + rdf:type owl:ObjectProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_mother_in_law_of -cco:is_mother_in_law_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is mother in-law of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is mother in-law of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_mother_of -cco:is_mother_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_parent_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is mother of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is mother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_nephew_of -cco:is_nephew_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is nephew of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is nephew of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_niece_of -cco:is_niece_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is niece of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is niece of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_object_of -cco:is_object_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is object of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_organizational_context_of -cco:is_organizational_context_of rdf:type owl:ObjectProperty ; - rdfs:domain cco:Organization ; - rdfs:range obo:BFO_0000023 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is organizational context of"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_output_of -cco:is_output_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - rdfs:domain obo:BFO_0000002 ; - rdfs:range obo:BFO_0000015 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is output of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_parent_of -cco:is_parent_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - rdfs:domain cco:Person ; - rdfs:range cco:Person ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is parent of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is parent of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_part_of_process -cco:is_part_of_process rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000132 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000015 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is part of process"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_aunt_of -cco:is_paternal_aunt_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_aunt_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is paternal aunt of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is paternal aunt of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_first_cousin_of -cco:is_paternal_first_cousin_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_first_cousin_of ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_grandfather_of -cco:is_paternal_grandfather_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_grandfather_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is paternal grandfather of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is paternal grandfather of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_grandmother_of -cco:is_paternal_grandmother_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_grandmother_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is paternal grandmother of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is paternal grandmother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_uncle_of -cco:is_paternal_uncle_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_uncle_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is paternal uncle of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is paternal uncle of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_permitted_by -cco:is_permitted_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:prescribed_by ; - owl:inverseOf cco:permits ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range cco:ActionRegulation ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is permitted by"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_predecessor_of -cco:is_predecessor_of rdf:type owl:ObjectProperty ; - owl:inverseOf cco:is_successor_of ; - rdfs:domain obo:BFO_0000004 ; - rdfs:range obo:BFO_0000004 ; - cco: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 ; - cco:elucidation "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is predecessor of"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_prohibited_by -cco:is_prohibited_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:prescribed_by ; - owl:inverseOf cco:prohibits ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range cco:ActionRegulation ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is prohibited by"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_reference_system_of -cco:is_reference_system_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000084 ; - owl:inverseOf cco:uses_reference_system ; - rdfs:domain cco:ReferenceSystem ; - rdfs:range cco:InformationBearingEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is reference system of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_required_by -cco:is_required_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:prescribed_by ; - owl:inverseOf cco:requires ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range cco:ActionRegulation ; - cco: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 some that y must occur."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is required by"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_second_cousin_of -cco:is_second_cousin_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_second_cousin_of ; - rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is second cousin of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:SymmetricProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is second cousin of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_sibling_of -cco:is_sibling_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_sibling_of ; - rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is sibling of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:SymmetricProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is sibling of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_sister_in_law_of -cco:is_sister_in_law_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is sister-in-law of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is sister-in-law of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_sister_of -cco:is_sister_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is sister of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is sister of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_site_of -cco:is_site_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000183 ; - owl:inverseOf cco:occurs_at ; - rdfs:domain obo:BFO_0000029 ; - rdfs:range obo:BFO_0000015 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is site of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_son_in_law_of -cco:is_son_in_law_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_in_law_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is son in-law of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is son in-law of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_son_of -cco:is_son_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_child_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is son of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is son of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_spouse_of -cco:is_spouse_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_spouse_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_step_brother_of -cco:is_step_brother_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_step_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is step-brother of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is step-brother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_step_sibling_of -cco:is_step_sibling_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_step_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_step_sister_of -cco:is_step_sister_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_step_sibling_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is step-sister of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is step-sister of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_subject_of -cco:is_subject_of rdf:type owl:ObjectProperty ; - rdfs:range cco:InformationContentEntity ; - cco:definition "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is subject of"@en . + rdf:type owl:ObjectProperty ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is subject of"@en ; + "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_subordinate_role_to -cco:is_subordinate_role_to rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000023 ; - rdfs:range obo:BFO_0000023 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is subordinate role to"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_subsidiary_of -cco:is_subsidiary_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_affiliated_with ; - rdfs:domain cco:Organization ; - rdfs:range cco:Organization ; - cco: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:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is subsidiary of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/is_successor_of -cco:is_successor_of rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000004 ; - rdfs:range obo:BFO_0000004 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is successor of"@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_supervised_by -cco:is_supervised_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_affiliated_with ; - owl:inverseOf cco:supervises ; - rdfs:domain cco:Person ; - rdfs:range cco:Person ; - cco:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@en ; - cco:definition_source "http://en.wiktionary.org/wiki/supervise)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is supervised by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://en.wiktionary.org/wiki/supervise)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/is_temporal_region_of -cco:is_temporal_region_of rdf:type owl:ObjectProperty ; - rdfs:domain obo:BFO_0000008 ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( obo:BFO_0000015 - obo:BFO_0000035 - ) - ] ; - cco:definition "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."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is temporal region of"@en ; - "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en . + rdf:type owl:ObjectProperty ; + rdfs:domain ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is temporal region of"@en ; + "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."@en ; + "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_third_cousin_of -cco:is_third_cousin_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - owl:inverseOf cco:is_third_cousin_of ; - rdf:type owl:SymmetricProperty ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is third cousin of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdf:type owl:SymmetricProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is third cousin of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_uncle_of -cco:is_uncle_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_familial_relationship_to ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is uncle of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is uncle of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_used_by -cco:is_used_by rdf:type owl:ObjectProperty ; - owl:inverseOf cco:uses ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is used by"@en . + rdf:type owl:ObjectProperty ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_wife_of -cco:is_wife_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_spouse_of ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is wife of"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is wife of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/language_used_in -cco:language_used_in rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:prescribes ; - owl:inverseOf cco:uses_language ; - rdfs:domain cco:Language ; - rdfs:range cco:InformationBearingEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "language used in"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_part_of -cco:nontangential_part_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:spatial_part_of ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "nontangential part of"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "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://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/occurs_at -cco:occurs_at rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000066 ; - rdfs:domain obo:BFO_0000015 ; - rdfs:range obo:BFO_0000029 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "occurs at"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/partially_overlaps_with -cco:partially_overlaps_with rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:connected_with ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "partially overlaps with"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "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://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/permits -cco:permits rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:prescribes ; - rdfs:domain cco:ActionRegulation ; - rdfs:range obo:BFO_0000015 ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "permits"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/prescribed_by -cco:prescribed_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_subject_of ; - owl:inverseOf cco:prescribes ; - rdfs:range cco:DirectiveInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "prescribed by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/prescribes -cco:prescribes rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_about ; - rdfs:domain cco:DirectiveInformationContentEntity ; - cco: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 ; - cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "prescribes"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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." . ### http://www.ontologyrepository.com/CommonCoreOntologies/process_started_by -cco:process_started_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:caused_by ; - owl:inverseOf cco:process_starts ; - cco: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 ; - cco:elucidation "A process x is started by another process y when y causes x while y is still occurring."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "process started by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/process_starts -cco:process_starts rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_cause_of ; - cco: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 ; - cco:elucidation "A process x starts another process y when x causes y while x is still occurring."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "process starts"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/prohibits -cco:prohibits rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:prescribes ; - rdfs:domain cco:ActionRegulation ; - rdfs:range obo:BFO_0000015 ; - cco: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 that y must not occur."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "prohibits"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/quality_of_aggregate -cco:quality_of_aggregate rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:inheres_in_aggregate ; - rdfs:domain obo:BFO_0000019 ; - rdfs:range obo:BFO_0000027 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "quality of aggregate"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/receives -cco:receives rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - rdfs:domain cco:Agent ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "receives"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/represented_by -cco:represented_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_subject_of ; - owl:inverseOf cco:represents ; - rdfs:range cco:RepresentationalInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "See notes for inverse property." ; - rdfs:label "represented by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/represents -cco:represents rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:is_about ; - rdfs:domain cco:RepresentationalInformationContentEntity ; - cco: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 ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 ; - "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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/requires -cco:requires rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:prescribes ; - rdfs:domain cco:ActionRegulation ; - rdfs:range obo:BFO_0000015 ; - cco: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 that y must occur."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "requires"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/role_of_aggregate -cco:role_of_aggregate rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:inheres_in_aggregate ; - rdfs:domain obo:BFO_0000023 ; - rdfs:range obo:BFO_0000027 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "role of aggregate"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/sends -cco:sends rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000056 ; - rdfs:domain cco:Agent ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "sends"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/spatial_part_of -cco:spatial_part_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000176 , - cco:connected_with ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf , + ; + rdfs:domain ; + rdfs:range ; + "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://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/supervises -cco:supervises rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:has_affiliate ; - rdfs:domain cco:Person ; - rdfs:range cco:Person ; - cco:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en ; - cco:definition_source "http://en.wiktionary.org/wiki/supervise" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "supervises"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://en.wiktionary.org/wiki/supervise" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "supervises"@en ; + "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/tangential_part_of -cco:tangential_part_of rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:spatial_part_of ; - rdfs:domain obo:BFO_0000141 ; - rdfs:range obo:BFO_0000141 ; - cco: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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "tangential part of"@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 . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "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://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/time_zone_identifier_used_by -cco:time_zone_identifier_used_by rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000084 ; - owl:inverseOf cco:uses_time_zone_identifier ; - rdfs:domain cco:TimeZoneIdentifier ; - rdfs:range cco:InformationBearingEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "time zone identifier used by"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + owl:inverseOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/uses -cco:uses rdf:type owl:ObjectProperty ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "uses"@en . + rdf:type owl:ObjectProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/uses_geospatial_coordinate_reference_system -cco:uses_geospatial_coordinate_reference_system rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:uses_reference_system ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range cco:GeospatialCoordinateReferenceSystem ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "uses geospatial coordinate reference system"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/uses_language -cco:uses_language rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf cco:prescribed_by ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range cco:Language ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "uses language"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/uses_measurement_unit -cco:uses_measurement_unit rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000101 ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range cco:MeasurementUnit ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "uses measurement unit"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/uses_reference_system -cco:uses_reference_system rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000101 ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range cco:ReferenceSystem ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "uses reference system"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/uses_time_zone_identifier -cco:uses_time_zone_identifier rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf obo:BFO_0000101 ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range cco:TimeZoneIdentifier ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "uses time zone identifier"@en . + rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf ; + rdfs:domain ; + rdfs:range ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ################################################################# # Data properties ################################################################# +### http://purl.org/dc/terms/created + rdf:type owl:DatatypeProperty ; + rdfs:range rdfs:Literal . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/has_URI_value -cco:has_URI_value rdf:type owl:DatatypeProperty ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range xsd:anyURI ; - cco:definition "A data property that has as its range a URI value."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has URI value"@en . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has URI value"@en ; + "A data property that has as its range a URI value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_altitude_value -cco:has_altitude_value rdf:type owl:DatatypeProperty ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."@en ; - rdfs:label "has altitude value"@en . + rdf:type owl:DatatypeProperty ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_boolean_value -cco:has_boolean_value rdf:type owl:DatatypeProperty ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range xsd:boolean ; - cco:definition "A data property that has as its range a boolean value."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has boolean value"@en . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:boolean ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has boolean value"@en ; + "A data property that has as its range a boolean value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_date_value -cco:has_date_value rdf:type owl:DatatypeProperty ; - rdfs:domain cco:InformationBearingEntity ; - cco:definition "A data property that has as its range a date value."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has date value"@en . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has date value"@en ; + "A data property that has as its range a date value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_datetime_value -cco:has_datetime_value rdf:type owl:DatatypeProperty ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range xsd:dateTime ; - cco:definition "A data property that has as its value a datetime value."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has datetime value"@en . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:dateTime ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has datetime value"@en ; + "A data property that has as its value a datetime value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_decimal_value -cco:has_decimal_value rdf:type owl:DatatypeProperty ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range xsd:decimal ; - cco:definition "A data property that has as its range a decimal value."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has decimal value"@en . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:decimal ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has decimal value"@en ; + "A data property that has as its range a decimal value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_double_value -cco:has_double_value rdf:type owl:DatatypeProperty ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range xsd:double ; - cco:definition "A data property that has as its range a double value."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has double value"@en . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:double ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has double value"@en ; + "A data property that has as its range a double value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_integer_value -cco:has_integer_value rdf:type owl:DatatypeProperty ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range xsd:integer ; - cco:definition "A data property that has as its range an integer value."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has integer value"@en . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + rdfs:range xsd:integer ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has integer value"@en ; + "A data property that has as its range an integer value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_latitude_value -cco:has_latitude_value rdf:type owl:DatatypeProperty ; - rdfs:range xsd:decimal ; - cco:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "has latitude value"@en . + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:decimal ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_longitude_value -cco:has_longitude_value rdf:type owl:DatatypeProperty ; - rdfs:range xsd:decimal ; - cco:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "has longitude value"@en . + rdf:type owl:DatatypeProperty ; + rdfs:range xsd:decimal ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_text_value -cco:has_text_value rdf:type owl:DatatypeProperty ; - rdfs:domain cco:InformationBearingEntity ; - rdfs:range [ rdf:type rdfs:Datatype ; - owl:unionOf ( rdf:langString - xsd:string - ) - ] ; - cco:definition "A data property that has as its range a string value."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has text value"@en . + rdf:type owl:DatatypeProperty ; + rdfs:domain ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has text value"@en ; + "A data property that has as its range a string value."@en . ### http://www.opengis.net/ont/geosparql#asWKT rdf:type owl:DatatypeProperty ; - cco:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ; - cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:comment "ISO 19162:2015"@en ; - rdfs:label "as WKT"@en . + rdfs:label "as WKT"@en ; + "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))" . ################################################################# @@ -3134,13677 +3230,13692 @@ cco:has_text_value rdf:type owl:DatatypeProperty ; ################################################################# ### http://purl.obolibrary.org/obo/BFO_0000001 -obo:BFO_0000001 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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "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 . + 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 ; - "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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "(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." . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "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 . + 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 ; - "(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 . + 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 ; - "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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "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 . + 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 ; - "(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 . + 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 ; - cco: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 ; - cco:elucidation "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:example_of_usage "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 ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Process Profile"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### 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 ; - "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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "(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 . + 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 ; - "(Elucidation) A temporal instant is a zero-dimensional temporal region that has no proper temporal part"@en ; - "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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AbbreviatedName -cco:AbbreviatedName rdf:type owl:Class ; - rdfs:subClassOf cco:DesignativeName ; - cco:definition "A Designative Name that is a shortened form of a Proper Name."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Abbreviated Name"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Abbreviated Name"@en ; + "A Designative Name that is a shortened form of a Proper Name."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AcademicDegree -cco:AcademicDegree rdf:type owl:Class ; - rdfs:subClassOf cco:Certificate ; - cco: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:definition_source "http://www.dictionary.com/browse/degree" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Academic Degree"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/degree" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/Acceleration -cco:Acceleration rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_process_part ; - owl:someValuesFrom cco:Velocity - ] ; - cco:definition "A Process Profile that is the rate of change of the Velocity of an object."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Acceleration&oldid=1062249960"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Acceleration"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://en.wikipedia.org/w/index.php?title=Acceleration&oldid=1062249960"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Acceleration"@en ; + "A Process Profile that is the rate of change of the Velocity of an object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Acronym -cco:Acronym rdf:type owl:Class ; - rdfs:subClassOf cco:AbbreviatedName ; - cco:definition "An Abbreviated Name that combines the initial letters of a Designative Name and which is pronounced as a word."@en ; - cco:example_of_usage "Wi-Fi, ASCII, OPSEC" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Acronym"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/Act -cco:Act rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000015 ; - cco:definition "A Process in which at least one Agent plays a causative role."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act"@en ; + "A Process in which at least one Agent plays a causative role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAdvising -cco:ActOfAdvising rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfDirectiveCommunication ; - cco:definition "An Act of Directive Communication performed by providing advice or counsel to another agent."@en ; - cco:definition_source "http://www.dictionary.com/browse/advising" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Advising"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/advising" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Advising"@en ; + "An Act of Directive Communication performed by providing advice or counsel to another agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfApologizing -cco:ActOfApologizing rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfExpressiveCommunication ; - cco:definition "An Act of Expressive Communication performed by acknowledging and expressing regret for a fault, shortcoming, or failure."@en ; - cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Apologizing"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/ActOfAppraisal -cco:ActOfAppraisal rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfMeasuring ; - cco:definition "An Act of Measuring that involves evaluating, assessing, estimating, or judging the nature, value, importance, condition, or quality of something or someone."@en ; - cco:elucidation "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:example_of_usage "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" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArrival -cco:ActOfArrival rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfLocationChange ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Arrival"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactAssembly -cco:ActOfArtifactAssembly rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactProcessing ; - cco:definition "An Act of Artifact Processing wherein a new Artifact is created by fitting component parts together."@en ; - cco:example_of_usage "putting together a piece of furniture purchased from Ikea" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactEmployment -cco:ActOfArtifactEmployment rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act of using an Artifact."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Artifact Employment"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Artifact Employment"@en ; + "A Planned Act of using an Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactModification -cco:ActOfArtifactModification rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactProcessing ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactProcessing -cco:ActOfArtifactProcessing rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Artifact Processing"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssassination -cco:ActOfAssassination rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfMurder ; - cco:definition "An Act of Murder of a prominent person."@en ; - cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Assassination"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Assassination"@en ; + "An Act of Murder of a prominent person."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssignment -cco:ActOfAssignment rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfDeclarativeCommunication ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Assignment_(law)&oldid=1056101591"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Assignment"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Assignment_(law)&oldid=1056101591"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssociation -cco:ActOfAssociation rdf:type owl:Class ; - rdfs:subClassOf cco:SocialAct ; - cco:definition "A Social Act wherein an Agent unites with some other Agent in a Planned Act, enterprise or business."@en ; - cco:definition_source "http://en.wiktionary.org/wiki/associate" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Association"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://en.wiktionary.org/wiki/associate" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/ActOfBuying -cco:ActOfBuying rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfPurchasing ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Buying"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCargoTransportation -cco:ActOfCargoTransportation rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfLocationChange ; - cco:definition "An Act of Location Change involving the movement of manufactured goods through some Transportation Agent."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Cargo Transportation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Cargo Transportation"@en ; + "An Act of Location Change involving the movement of manufactured goods through some Transportation Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCeremony -cco:ActOfCeremony rdf:type owl:Class ; - rdfs:subClassOf cco:SocialAct ; - cco:definition "A Social Act of ritual significance, performed on a special occasion."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ceremony&oldid=1064081855"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Ceremony"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Ceremony&oldid=1064081855"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Ceremony"@en ; + "A Social Act of ritual significance, performed on a special occasion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfChangeOfResidence -cco:ActOfChangeOfResidence rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfLocationChange ; - cco:definition "An Act of Location Change involving one or more Persons moving from one place of residence to another."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Change of Residence"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCollision -cco:ActOfCollision rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfLocationChange ; - cco:definition "An Act of Location Change involving the movement of one object such that it collides with another object."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Collision"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommanding -cco:ActOfCommanding rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfDirectiveCommunication ; - cco:definition "An Act of Directive Communication that exercises authoritative control or power over another agent's actions."@en ; - cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Commanding"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Commanding"@en ; + "An Act of Directive Communication that exercises authoritative control or power over another agent's actions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommissiveCommunication -cco:ActOfCommissiveCommunication rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication that commits a speaker to some future action."@en ; - cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Examples: agreeing, betting, guaranteeing, inviting, offering, promising, swearing, volunteering"@en ; - rdfs:label "Act of Commissive Communication"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommunication -cco:ActOfCommunication rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Communication"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Communication"@en ; + "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommunicationByMedia -cco:ActOfCommunicationByMedia rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunication ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Communication by Media"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCondoling -cco:ActOfCondoling rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfExpressiveCommunication ; - cco:definition "An Act of Expressive Communication performed by expressing sympathy or sorrow."@en ; - cco:definition_source "http://www.thefreedictionary.com/condoling" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Condoling"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.thefreedictionary.com/condoling" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Condoling"@en ; + "An Act of Expressive Communication performed by expressing sympathy or sorrow."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConductingMassMediaInterview -cco:ActOfConductingMassMediaInterview rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco: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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Conducting Mass Media Interview"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConfessing -cco:ActOfConfessing rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfRepresentativeCommunication ; - cco:definition "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Confessing"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Confessing"@en ; + "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCongratulating -cco:ActOfCongratulating rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfExpressiveCommunication ; - cco: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:definition_source "http://www.merriam-webster.com/dictionary/congratulate" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Congratulating"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/congratulate" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ActOfConstruction -cco:ActOfConstruction rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactProcessing ; - cco:definition "An Act of Artifact Processing wherein Artifacts are built on site as prescribed by some contract."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConsumption -cco:ActOfConsumption rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act in which a resource is ingested or used up."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Consumption"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Consumption"@en ; + "A Planned Act in which a resource is ingested or used up."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfContractFormation -cco:ActOfContractFormation rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfPromising ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Contract&oldid=1061365227"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Contract Formation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Contract&oldid=1061365227"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDataTransformation -cco:ActOfDataTransformation rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfInformationProcessing ; - cco: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 ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Data Transformation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeceptiveCommunication -cco:ActOfDeceptiveCommunication rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunication ; - cco: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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Deceptive Communication"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeclarativeCommunication -cco:ActOfDeclarativeCommunication rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication that changes the reality in accord with the proposition of the declaration."@en ; - cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDecoyUse -cco:ActOfDecoyUse rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which some Agent uses some Decoy."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Decoy Use"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Decoy Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Decoy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDenying -cco:ActOfDenying rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfRepresentativeCommunication ; - cco: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:definition_source "http://www.merriam-webster.com/dictionary/denial" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Denying"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/denial" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ActOfDeparture -cco:ActOfDeparture rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfLocationChange ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Departure"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDirectiveCommunication -cco:ActOfDirectiveCommunication rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication that is intended to cause the hearer to take a particular action."@en ; - cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDonating -cco:ActOfDonating rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Donation&oldid=1059373518"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Donating"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Donation&oldid=1059373518"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEducationalTrainingAcquisition -cco:ActOfEducationalTrainingAcquisition rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTrainingAcquisition ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Educational Training Acquisition"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEducationalTrainingInstruction -cco:ActOfEducationalTrainingInstruction rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTrainingInstruction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Educational Training Instruction"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEmployment -cco:ActOfEmployment rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfAssociation ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Employment"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEncounter -cco:ActOfEncounter rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfAssociation ; - cco:definition "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."@en ; - cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Encounter"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Encounter"@en ; + "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEntertainment -cco:ActOfEntertainment rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Entertainment"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Entertainment"@en ; + "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEspionage -cco:ActOfEspionage rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfIntelligenceGathering ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Espionage&oldid=1062702647"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Espionage"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Espionage&oldid=1062702647"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEstimation -cco:ActOfEstimation rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfMeasuring ; - cco:alternative_label "Act of Approximation"@en ; - cco: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 ; - cco:elucidation "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:example_of_usage "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" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfExpressiveCommunication -cco:ActOfExpressiveCommunication rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication in which an Agent expresses their attitudes or emotions towards some entity."@en ; - cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Examples: apologizing, condoling, congratulating, greeting, thanking, accepting (acknowledging an acknowledgment)"@en ; - rdfs:label "Act of Expressive Communication"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFacilityUse -cco:ActOfFacilityUse rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which an Agent makes use of some Facility."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Facility Use"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Facility Use"@en ; + "An Act of Artifact Employment in which an Agent makes use of some Facility."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialDeposit -cco:ActOfFinancialDeposit rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco: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:definition_source "http://en.wikipedia.org/wiki/Deposit_(bank)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Financial Deposit"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://en.wikipedia.org/wiki/Deposit_(bank)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialInstrumentUse -cco:ActOfFinancialInstrumentUse rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which some Agent uses some Financial Instrument."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Financial Instrument Use"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Financial Instrument Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Financial Instrument."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialWithdrawal -cco:ActOfFinancialWithdrawal rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco: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:definition_source "http://en.wikipedia.org/wiki/Deposit_(bank)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Financial Withdrawal"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://en.wikipedia.org/wiki/Deposit_(bank)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/ActOfFunding -cco:ActOfFunding rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Funding"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfGovernment -cco:ActOfGovernment rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Government"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfHomicide -cco:ActOfHomicide rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfViolence , - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_cause_of ; - owl:someValuesFrom cco:Death - ] ; - cco:definition "An Act of Violence which causes the unlawful killing of another person."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Homicide"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Homicide"@en ; + "An Act of Violence which causes the unlawful killing of another person."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIdentifying -cco:ActOfIdentifying rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfRepresentativeCommunication ; - cco:definition "An Act of Representative Communication performed by asserting who or what a particular person or thing is."@en ; - cco:definition_source "http://www.dictionary.com/browse/identify" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Identifying"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/identify" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ActOfInformationProcessing -cco:ActOfInformationProcessing rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Information Processing"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInhabitancy -cco:ActOfInhabitancy rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco: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:definition_source "http://www.merriam-webster.com/dictionary/inhabit" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Inhabitancy"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/inhabit" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ActOfIntelligenceGathering -cco:ActOfIntelligenceGathering rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco: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:definition_source "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Intelligence Gathering"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/ActOfInterpersonalRelationship -cco:ActOfInterpersonalRelationship rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfAssociation ; - cco:definition "An Act of Association between two or more Persons that may range from fleeting to enduring."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Interpersonal_relationship&oldid=1060991304"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Interpersonal Relationship"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Interpersonal_relationship&oldid=1060991304"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Interpersonal Relationship"@en ; + "An Act of Association between two or more Persons that may range from fleeting to enduring."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInviting -cco:ActOfInviting rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommissiveCommunication ; - cco: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:definition_source "http://www.merriam-webster.com/dictionary/invite" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Inviting"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/invite" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaArticle -cco:ActOfIssuingMassMediaArticle rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco: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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Issuing Mass Media Article"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaDocumentary -cco:ActOfIssuingMassMediaDocumentary rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco: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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Issuing Mass Media Documentary"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaPressRelease -cco:ActOfIssuingMassMediaPressRelease rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco: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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Issuing Mass Media Press Release"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLegalInstrumentUse -cco:ActOfLegalInstrumentUse rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which some Agent uses some Legal Instrument."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Legal Instrument Use"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Legal Instrument Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Legal Instrument."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLoaning -cco:ActOfLoaning rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Loaning"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLocationChange -cco:ActOfLocationChange rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfMotion ; - cco:definition "An Act of Motion in which the location of some Object is changed by some Agent."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Location Change"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Location Change"@en ; + "An Act of Motion in which the location of some Object is changed by some Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMaintenance -cco:ActOfMaintenance rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactModification ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Maintenance"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfManufacturing -cco:ActOfManufacturing rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactProcessing ; - cco:definition "An Act of Artifact Processing wherein Artifacts are created in a Facility for the purpose of being sold to consumers."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "An Act of Manufacturing typically involves the mass production of goods."@en ; - rdfs:label "Act of Manufacturing"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMassMediaCommunication -cco:ActOfMassMediaCommunication rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunication ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Media&oldid=1062799283"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Mass Media Communication"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Media&oldid=1062799283"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMeasuring -cco:ActOfMeasuring rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."@en ; - cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Measuring"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMeeting -cco:ActOfMeeting rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfAssociation ; - cco:definition "An Act of Association wherein two or more Persons assemble for some common purpose."@en ; - cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Meeting"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Meeting"@en ; + "An Act of Association wherein two or more Persons assemble for some common purpose."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryForce -cco:ActOfMilitaryForce rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act of employing a Military Force to achieve some desired result."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Military Force"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Military Force"@en ; + "A Planned Act of employing a Military Force to achieve some desired result."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryService -cco:ActOfMilitaryService rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfEmployment ; - cco:definition "An Act of Employment wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription."@en ; - cco:definition_source "http://www.collinsdictionary.com/dictionary/english/military-service" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Military Service"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.collinsdictionary.com/dictionary/english/military-service" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryTrainingAcquisition -cco:ActOfMilitaryTrainingAcquisition rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTrainingAcquisition ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Military Training Acquisition"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryTrainingInstruction -cco:ActOfMilitaryTrainingInstruction rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTrainingInstruction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Military Training Instruction"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMotion -cco:ActOfMotion rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act by which an Agent causes the position or location of some Object to change."@en ; - cco:definition_source "http://www.merriam-webster.com/dictionary/motion" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Motion"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/motion" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ActOfMurder -cco:ActOfMurder rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfHomicide ; - cco:definition "An Act of Homicide with malice aforethought."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Murder"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Murder"@en ; + "An Act of Homicide with malice aforethought."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOathTaking -cco:ActOfOathTaking rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommissiveCommunication ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Oath&oldid=1052326917"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Oath Taking"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Oath&oldid=1052326917"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfObservation -cco:ActOfObservation rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act of acquiring information from a source via the use of one or more senses."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Observation&oldid=1062502087"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Observation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Observation&oldid=1062502087"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Observation"@en ; + "A Planned Act of acquiring information from a source via the use of one or more senses."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOfficialDocumentation -cco:ActOfOfficialDocumentation rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfDeclarativeCommunication ; - cco:definition "An Act of Declarative Communication in which an Agent records some information for official use by another Agent."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Official Documentation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOwnership -cco:ActOfOwnership rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfPossession ; - cco:definition "An Act of Possession that includes an agent having certain rights and duties over the property owned."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ownership&oldid=1058224617"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Ownership&oldid=1058224617"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPersonalCommunication -cco:ActOfPersonalCommunication rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication having a small audience."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Personal Communication"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Personal Communication"@en ; + "An Act of Communication having a small audience."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPilgrimage -cco:ActOfPilgrimage rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTravel ; - cco:definition "An Act of Travel to a location of importance to a person's beliefs and faith."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pilgrimage&oldid=1056524204"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Pilgrimage"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Pilgrimage&oldid=1056524204"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Pilgrimage"@en ; + "An Act of Travel to a location of importance to a person's beliefs and faith."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPlanning -cco:ActOfPlanning rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act that involves making a Plan to achieve some specified Objective."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Planning"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Planning"@en ; + "A Planned Act that involves making a Plan to achieve some specified Objective."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPortionOfMaterialConsumption -cco:ActOfPortionOfMaterialConsumption rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which a Portion of Material is expended."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Portion of Material Consumption"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Portion of Material Consumption"@en ; + "An Act of Artifact Employment in which a Portion of Material is expended."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPositionChange -cco:ActOfPositionChange rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfMotion ; - cco: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 ; - cco:example_of_usage "a top spinning in place" , - "adjusting your posture" , - "raising your left arm" , - "swivelling your office chair to face the window" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "An Act of Position Change does not entail a change of location."@en ; - rdfs:label "Act of Position Change"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPossession -cco:ActOfPossession rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act in which an agent intentionally exercises control towards a thing."@en ; - cco:definition_source "http://en.wikipedia.org/wiki/Possession_(law)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "In all cases, to possess something, an agent must have an intention to possess it."@en ; - rdfs:label "Act of Possession"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://en.wikipedia.org/wiki/Possession_(law)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/ActOfPrediction -cco:ActOfPrediction rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco: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 ; - cco:elucidation "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:example_of_usage "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" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPromising -cco:ActOfPromising rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommissiveCommunication ; - cco:definition "An Act of Commissive Communication performed by declaring that the promising agent will do, or refrain from doing, the specified action."@en ; - cco:definition_source "http://www.merriam-webster.com/dictionary/promise" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Promising"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/promise" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ActOfPropaganda -cco:ActOfPropaganda rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfDeceptiveCommunication ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Propaganda&oldid=1062472484"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Propaganda"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Propaganda&oldid=1062472484"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaArticle -cco:ActOfPublishingMassMediaArticle rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco: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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Publishing Mass Media Article"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaDocumentary -cco:ActOfPublishingMassMediaDocumentary rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco:definition "An Act of Mass Media Communication involving the preparation and public issuance of information that provides a factual record or report."@en ; - cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Publishing Mass Media Documentary"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaPressRelease -cco:ActOfPublishingMassMediaPressRelease rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco: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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Publishing Mass Media Press Release"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPurchasing -cco:ActOfPurchasing rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Purchasing&oldid=1050163120"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Purchasing"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Purchasing&oldid=1050163120"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReconnaissance -cco:ActOfReconnaissance rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfIntelligenceGathering ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Reconnaissance&oldid=1038843823"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Reconnaissance"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Reconnaissance&oldid=1038843823"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousGroupAffiliation -cco:ActOfReligiousGroupAffiliation rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfAssociation ; - cco:definition "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Religious Group Affiliation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Religious Group Affiliation"@en ; + "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousTrainingAcquisition -cco:ActOfReligiousTrainingAcquisition rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTrainingAcquisition ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Religious Training Acquisition"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousTrainingInstruction -cco:ActOfReligiousTrainingInstruction rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTrainingInstruction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Religious Training Instruction"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousWorship -cco:ActOfReligiousWorship rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCeremony ; - cco:definition "An Act of Ceremony wherein there occurs acts of religious devotion usually directed towards a deity."@en ; - cco:definition_source "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Religious Worship"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/ActOfRemuneration -cco:ActOfRemuneration rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfPurchasing ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Remuneration&oldid=1033306001"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Remuneration&oldid=1033306001"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRenting -cco:ActOfRenting rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfPurchasing ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Renting"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepayment -cco:ActOfRepayment rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco:definition "An Act of Financial Instrument Use wherein a Financial Instrument is returned by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount owed to the Creditor from an earlier Act of Loaning."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Repayment"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReporting -cco:ActOfReporting rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfRepresentativeCommunication ; - cco:definition "An Act of Representative Communication performed by giving a detailed account or statement."@en ; - cco:definition_source "http://www.merriam-webster.com/dictionary/report" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Reporting"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/report" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Reporting"@en ; + "An Act of Representative Communication performed by giving a detailed account or statement."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepresentativeCommunication -cco:ActOfRepresentativeCommunication rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication that commits a speaker to the truth of the expressed proposition."@en ; - cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRequesting -cco:ActOfRequesting rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfDirectiveCommunication ; - cco:definition "An Act of Directive Communication performed by asking for something."@en ; - cco:definition_source "http://www.merriam-webster.com/dictionary/request" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Requesting"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/request" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Requesting"@en ; + "An Act of Directive Communication performed by asking for something."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfResiding -cco:ActOfResiding rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfInhabitancy ; - cco:definition "An Act of Inhabitancy in which a Person lives in a dwelling permanently or for an extended period of time."@en ; - cco:definition_source "http://www.thefreedictionary.com/reside" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Residing"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.thefreedictionary.com/reside" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ActOfSocialGroupMembership -cco:ActOfSocialGroupMembership rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfAssociation ; - cco:definition "An Act of Association wherein a Person belongs to some Social Group."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Social Group Membership"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Social Group Membership"@en ; + "An Act of Association wherein a Person belongs to some Social Group."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSocialMovement -cco:ActOfSocialMovement rdf:type owl:Class ; - rdfs:subClassOf cco:SocialAct ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Social_movement&oldid=1062720561"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Social Movement"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Social_movement&oldid=1062720561"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSojourn -cco:ActOfSojourn rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfInhabitancy ; - cco:definition "An Act of Inhabitancy in which a Person lives in a dwelling temporarily, often during stages of an Act of Travel."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Sojourn"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSuicide -cco:ActOfSuicide rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfViolence , - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_cause_of ; - owl:someValuesFrom cco:Death - ] ; - cco:alternative_label "Suicide"@en ; - cco:definition "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."@en ; - cco:definition_source "http://www.merriam-webster.com/dictionary/suicide" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Suicide"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.merriam-webster.com/dictionary/suicide" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ActOfTargeting -cco:ActOfTargeting rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Targeting"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerrorism -cco:ActOfTerrorism rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfViolence ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Terrorism&oldid=1063471352"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Terrorism"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Terrorism&oldid=1063471352"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerroristTrainingAcquisition -cco:ActOfTerroristTrainingAcquisition rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTrainingAcquisition ; - cco: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:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Terrorist Training Acquisition"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerroristTrainingInstruction -cco:ActOfTerroristTrainingInstruction rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTrainingInstruction ; - cco: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:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Terrorist Training Instruction"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/ActOfTestifying -cco:ActOfTestifying rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfRepresentativeCommunication ; - cco:definition "An Act of Representative Communication performed by making a statement about one's personal knowledge or belief."@en ; - cco:definition_source "http://www.merriam-webster.com/dictionary/testify" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Testifying"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/testify" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Testifying"@en ; + "An Act of Representative Communication performed by stating one's personal knowledge or belief."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfThanking -cco:ActOfThanking rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfExpressiveCommunication ; - cco:definition "An Act of Expressive Communication performed by expressing gratitude."@en ; - cco:definition_source " http://www.merriam-webster.com/dictionary/thanks" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Thanking"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + " http://www.merriam-webster.com/dictionary/thanks" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Thanking"@en ; + "An Act of Expressive Communication performed by expressing gratitude."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfToolUse -cco:ActOfToolUse rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which some Agent uses some Tool."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Tool Use"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Tool Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Tool."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTraining -cco:ActOfTraining rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Training"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTrainingAcquisition -cco:ActOfTrainingAcquisition rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTraining ; - cco:definition "An Act of Training performed by an Agent by acquiring knowledge from another Agent."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Training Acquisition"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Training Acquisition"@en ; + "An Act of Training performed by an Agent by acquiring knowledge from another Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTrainingInstruction -cco:ActOfTrainingInstruction rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTraining ; - cco:definition "An Act of Training performed by an Agent by imparting knowledge to another Agent."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Training Instruction"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Training Instruction"@en ; + "An Act of Training performed by an Agent by imparting knowledge to another Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTravel -cco:ActOfTravel rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfLocationChange ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Travel&oldid=1037229469"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Travel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Travel&oldid=1037229469"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVehicleUse -cco:ActOfVehicleUse rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which some Agent uses some Vehicle."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Vehicle Use"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Vehicle Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Vehicle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfViolence -cco:ActOfViolence rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act of causing harm to oneself or to another through the use of physical or verbal force."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Violence&oldid=1063681926"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Violence"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Violence&oldid=1063681926"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVocationalTrainingAcquisition -cco:ActOfVocationalTrainingAcquisition rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTrainingAcquisition ; - cco: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:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Vocational Training Acquisition"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/ActOfVocationalTrainingInstruction -cco:ActOfVocationalTrainingInstruction rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTrainingInstruction ; - cco: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:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Vocational Training Instruction"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/ActOfVolunteering -cco:ActOfVolunteering rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommissiveCommunication ; - cco:definition "An Act of Commissive Communication performed by voluntarily undertaking or expressing a willingness to undertake a service."@en ; - cco:definition_source "http://www.merriam-webster.com/dictionary/volunteer" ; - cco:example_of_usage "entering into military service voluntarily" , - "rendering a service voluntarily" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Volunteering"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/volunteer" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ActOfWalking -cco:ActOfWalking rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfTravel ; - cco:definition "An Act of Travel that proceeds by foot."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Walking"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Walking"@en ; + "An Act of Travel that proceeds by foot."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWarning -cco:ActOfWarning rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfDirectiveCommunication ; - cco:definition "An Act of Directive Communication performed by indicating a possible or impending danger, problem, or other unpleasant situation."@en ; - cco:definition_source "http://www.merriam-webster.com/dictionary/warning" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Warning"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/warning" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ActOfWeaponUse -cco:ActOfWeaponUse rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which some Agent uses some Weapon."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Weapon Use"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Weapon Use"@en ; + "An Act of Artifact Employment in which some Agent uses some Weapon."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActionPermission -cco:ActionPermission rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ActionRegulation - [ rdf:type owl:Restriction ; - owl:onProperty cco:permits ; - owl:someValuesFrom obo:BFO_0000015 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ActionRegulation ; - cco:alternative_label "Authorization"@en , - "License"@en ; - cco:definition "A Process Regulation that permits some Process."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Action Permission"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Action Permission"@en ; + "Authorization"@en , + "License"@en ; + "A Process Regulation that permits some Process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActionProhibition -cco:ActionProhibition rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ActionRegulation - [ rdf:type owl:Restriction ; - owl:onProperty cco:prohibits ; - owl:someValuesFrom obo:BFO_0000015 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ActionRegulation ; - cco:definition "A Process Regulation that prohibits some Process."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Process Prohibition"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Process Prohibition"@en ; + "A Process Regulation that prohibits some Process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActionRegulation -cco:ActionRegulation rdf:type owl:Class ; - rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco: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 ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Process Regulation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActionRequirement -cco:ActionRequirement rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:ActionRegulation - [ rdf:type owl:Restriction ; - owl:onProperty cco:requires ; - owl:someValuesFrom obo:BFO_0000015 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:ActionRegulation ; - cco:alternative_label "Duty"@en , - "Obligation"@en ; - cco:definition "A Process Regulation that requires some Process."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Process Requirement"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Process Requirement"@en ; + "Duty"@en , + "Obligation"@en ; + "A Process Regulation that requires some Process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActiveStasis -cco:ActiveStasis rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfArtifactOperationality ; - owl:disjointWith cco:DeactivatedStasis ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Active Stasis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Actuator -cco:Actuator rdf:type owl:Class ; - rdfs:subClassOf cco:Transducer ; - cco:definition "A Transducer that is designed to convert some control signal into mechanical motion."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Actuator&oldid=1064000375"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Actuator"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Actuator&oldid=1064000375"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Actuator"@en ; + "A Transducer that is designed to convert some control signal into mechanical motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Affordance -cco:Affordance rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000017 ; - cco:definition "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Capability or Disposition in some Act."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Affordance&oldid=1061963879"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Affordance"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "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 ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Afternoon -cco:Afternoon rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Afternoon"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Agent -cco:Agent rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 - [ rdf:type owl:Restriction ; - owl:onProperty cco:agent_in ; - owl:someValuesFrom obo:BFO_0000015 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000040 ; - cco:definition "A Material Entity that is capable of performing Planned Acts"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Agent"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Agent"@en ; + "A Material Entity that is capable of performing Planned Acts"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AgentCapability -cco:AgentCapability rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000017 ; - cco:definition "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."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Agent Capability"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Agent Capability"@en ; + "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."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AgriculturalFacility -cco:AgriculturalFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Agriculture&oldid=1063222666"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Agricultural Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Agriculture&oldid=1063222666"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AirBreathingCombustionEngine -cco:AirBreathingCombustionEngine rdf:type owl:Class ; - rdfs:subClassOf cco:ReactionEngine ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Air-Breathing Combustion Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AirBreathingJetEngine -cco:AirBreathingJetEngine rdf:type owl:Class ; - rdfs:subClassOf cco:JetEngine ; - cco:alternative_label "Ducted Jet Engine"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Airbreathing_jet_engine&oldid=1062364308"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Air-Breathing Jet Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Airbreathing_jet_engine&oldid=1062364308"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AirConditioningUnit -cco:AirConditioningUnit rdf:type owl:Class ; - rdfs:subClassOf cco:CoolingSystem ; - cco:alternative_label "AC Unit"@en ; - cco:definition "A Cooling System that is designed to remove excess heat and humidity from the air in an enclosed space."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Air_conditioning&oldid=1063494896"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Air Conditioning Unit"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Air_conditioning&oldid=1063494896"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AirInlet -cco:AirInlet rdf:type owl:Class ; - rdfs:subClassOf cco:FluidControlArtifact ; - cco:alternative_label "Air Intake"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Air Inlet"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Aircraft -cco:Aircraft rdf:type owl:Class ; - rdfs:subClassOf cco:Vehicle ; - cco:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by air travel."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Aircraft&oldid=1063924562"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Aircraft"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Aircraft&oldid=1063924562"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Aircraft"@en ; + "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by air travel."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AircraftManufacturingFacility -cco:AircraftManufacturingFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Factory ; - cco:definition "A Factory that is designed to manufacture Aircraft."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Aerospace_manufacturer&oldid=1059223410"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Aircraft Manufacturing Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Aerospace_manufacturer&oldid=1059223410"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Aircraft Manufacturing Facility"@en ; + "A Factory that is designed to manufacture Aircraft."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Airport -cco:Airport rdf:type owl:Class ; - rdfs:subClassOf cco:TransportationFacility ; - cco:definition "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Airport&oldid=1063243963"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Airport"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Airport&oldid=1063243963"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Airport"@en ; + "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Albedo -cco:Albedo rdf:type owl:Class ; - rdfs:subClassOf cco:RadiationReflectivity ; - cco: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 ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Albedo&oldid=1063352646"^^xsd:anyURI ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Albedo"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Albedo&oldid=1063352646"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Algorithm -cco:Algorithm rdf:type owl:Class ; - rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco: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:definition_source "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Algorithm"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/AlkalineElectricBattery -cco:AlkalineElectricBattery rdf:type owl:Class ; - rdfs:subClassOf cco:PrimaryCellElectricBattery ; - cco:definition "A Primary Cell Electric Battery that has a Zinc anode and Manganese (IV) oxide cathode."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Alkaline_battery&oldid=1055652562"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Alkaline Electric Battery"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Alkaline_battery&oldid=1055652562"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Alkaline Electric Battery"@en ; + "A Primary Cell Electric Battery that has a Zinc anode and Manganese (IV) oxide cathode."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AllegianceRole -cco:AllegianceRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Allegiance Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AlliedPerson -cco:AlliedPerson rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:Person - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:AllyRole - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:Person ; - cco:definition "A Person who is the bearer of some Ally Role."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Allied Person"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Allied Person"@en ; + "A Person who is the bearer of some Ally Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AllyRole -cco:AllyRole rdf:type owl:Class ; - rdfs:subClassOf cco:AllegianceRole ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Ally Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AlternatingCurrentPowerSource -cco:AlternatingCurrentPowerSource rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalPowerSource ; - cco:definition "An Electrical Power Source that is designed to transfer electrical power in the form of alternating current."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Alternating Current Power Source"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Altitude -cco:Altitude rdf:type owl:Class ; - rdfs:subClassOf cco:Height ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Altitude"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AmmunitionDepot -cco:AmmunitionDepot rdf:type owl:Class ; - rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store Portions of Ammunition."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ammunition_dump&oldid=1044466765"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Ammunition Depot"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Ammunition_dump&oldid=1044466765"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Ammunition Depot"@en ; + "A Storage Facility that is designed to store Portions of Ammunition."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Amount -cco:Amount rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco: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:definition_source "http://en.wiktionary.org/wiki/amount" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Amount"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://en.wiktionary.org/wiki/amount" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/Amplitude -cco:Amplitude rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Amplitude"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AngularMomentum -cco:AngularMomentum rdf:type owl:Class ; - rdfs:subClassOf cco:Momentum ; - cco:definition "A Momentum that is the product of an object's moment of inertia and its Angular Velocity."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Angular_momentum&oldid=1063992505"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Angular Momentum"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Angular_momentum&oldid=1063992505"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Angular Momentum"@en ; + "A Momentum that is the product of an object's moment of inertia and its Angular Velocity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AngularVelocity -cco:AngularVelocity rdf:type owl:Class ; - rdfs:subClassOf cco:Velocity ; - cco:alternative_label "Rotational Velocity"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Angular_velocity&oldid=1060081663"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Angular Velocity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Angular_velocity&oldid=1060081663"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Animal -cco:Animal rdf:type owl:Class ; - rdfs:subClassOf cco:Organism ; - cco:definition "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Animal"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Animal"@en ; + "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AnthropogenicFeature -cco:AnthropogenicFeature rdf:type owl:Class ; - rdfs:subClassOf cco:EnvironmentalFeature ; - cco:definition "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@en ; - cco:definition_source "http://www.merriam-webster.com/dictionary/anthropogenic" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Anthropogenic Feature"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/anthropogenic" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/AntiBacterialArtifactFunction -cco:AntiBacterialArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:AntiMicrobialArtifactFunction ; - cco:definition "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some bacterium."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Antibiotic&oldid=1063633090"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Anti-Bacterial Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Antibiotic&oldid=1063633090"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AntiMicrobialArtifactFunction -cco:AntiMicrobialArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:PesticideArtifactFunction ; - cco:definition "A Pesticide Artifact Function that is realized in a process which causes illness in, or the death of, a microorganism."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Antimicrobial&oldid=1064100151"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Anti-Microbial Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Antimicrobial&oldid=1064100151"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ApartmentBuilding -cco:ApartmentBuilding rdf:type owl:Class ; - rdfs:subClassOf cco:ResidentialFacility ; - cco:definition "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Apartment&oldid=1064019048"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Apartment Building"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Apartment&oldid=1064019048"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Apartment Building"@en ; + "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArbitraryIdentifier -cco:ArbitraryIdentifier rdf:type owl:Class ; - rdfs:subClassOf cco:NonNameIdentifier ; - owl:disjointWith cco:CodeIdentifier ; - cco:alternative_label "Arbitrary ID"@en ; - cco:definition "A Non-Name Identifier that consists of a string of characters that does not follow an encoding system."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Arbitrary Identifier"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArmedForce -cco:ArmedForce rdf:type owl:Class ; - rdfs:subClassOf cco:Organization ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Armed Force"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArmoredFightingVehicle -cco:ArmoredFightingVehicle rdf:type owl:Class ; - rdfs:subClassOf cco:GroundMotorVehicle ; - cco:definition "A Ground Motor Vehicle that is designed to be armored and used to transport and support military personal in combat missions."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Armoured_fighting_vehicle&oldid=1063212018"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Armored Fighting Vehicle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Armoured_fighting_vehicle&oldid=1063212018"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArmoredPersonnelCarrier -cco:ArmoredPersonnelCarrier rdf:type owl:Class ; - rdfs:subClassOf cco:ArmoredFightingVehicle ; - cco:acronym "APC" ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Armoured_personnel_carrier&oldid=1061608326"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Armored Personnel Carrier"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "APC" ; + "https://en.wikipedia.org/w/index.php?title=Armoured_personnel_carrier&oldid=1061608326"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Arrow -cco:Arrow rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfAmmunition ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Arrow&oldid=1058445874"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Arrow"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Arrow&oldid=1058445874"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArticleOfClothing -cco:ArticleOfClothing rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to cover some portion of a body."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Clothing&oldid=1063505718"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Article of Clothing"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Clothing&oldid=1063505718"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Article of Clothing"@en ; + "A Material Artifact that is designed to cover some portion of a body."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArticleOfSolidWaste -cco:ArticleOfSolidWaste rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfWasteMaterial ; - cco:definition "A Portion of Waste Material that has a low liquid content."@en ; - cco:definition_source "https://stats.oecd.org/glossary/detail.asp?ID=2508" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Article of Solid Waste"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://stats.oecd.org/glossary/detail.asp?ID=2508" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Article of Solid Waste"@en ; + "A Portion of Waste Material that has a low liquid content."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Artifact -cco:Artifact rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - cco:definition "A Material Entity that was designed by some Agent to realize a certain Function."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Material Artifact"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Material Artifact"@en ; + "A Material Entity that was designed by some Agent to realize a certain Function."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactDesignContentEntity -cco:ArtifactDesignContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:DirectiveInformationContentEntity , - [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:Artifact - ] ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Design&oldid=1063941625"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Design"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://en.wikipedia.org/w/index.php?title=Design&oldid=1063941625"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactDimensionSpecification -cco:ArtifactDimensionSpecification rdf:type owl:Class ; - rdfs:subClassOf cco:QualitySpecification ; - cco:definition "An Quality Specification that prescribes some Size Quality."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Dimension Specification"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Dimension Specification"@en ; + "An Quality Specification that prescribes some Size Quality."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactFunction -cco:ArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000034 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000197 ; - owl:someValuesFrom cco:Artifact - ] ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactFunctionSpecification -cco:ArtifactFunctionSpecification rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:DirectiveInformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom cco:ArtifactFunction - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco:definition "A Directive Information Content Entity that prescribes some Artifact Function and which is part of some Artifact Model."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Function Specification"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactHistory -cco:ArtifactHistory rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000182 ; - cco:definition "A History of an Artifact."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact History"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artifact History"@en ; + "A History of an Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactIdentifier -cco:ArtifactIdentifier rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:DesignativeInformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:designates ; - owl:someValuesFrom cco:Artifact - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:DesignativeInformationContentEntity ; - cco:definition "A Designative Information Content Entity which designates some Artifact."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Identifier"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artifact Identifier"@en ; + "A Designative Information Content Entity which designates some Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactLocation -cco:ArtifactLocation rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000029 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000124 ; - owl:someValuesFrom cco:Artifact - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000029 ; - cco:definition "A Site that is the location of some Artifact."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Location"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artifact Location"@en ; + "A Site that is the location of some Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactModel -cco:ArtifactModel rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactDesignContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Model"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactModelName -cco:ArtifactModelName rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:DesignativeInformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:designates ; - owl:someValuesFrom cco:ArtifactModel - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:DesignativeInformationContentEntity ; - cco:definition "A Designative Information Content Entity that designates some Artifact Model."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Model Name"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artifact Model Name"@en ; + "A Designative Information Content Entity that designates some Artifact Model."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactVersionOrdinality -cco:ArtifactVersionOrdinality rdf:type owl:Class ; - rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Artifact Version Ordinality"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtificialEye -cco:ArtificialEye rdf:type owl:Class ; - rdfs:subClassOf cco:Prosthesis ; - cco:definition "A Prosthesis that is designed to replace a missing eye."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Artificial_eye&oldid=1046672400"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artificial Eye"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Artificial_eye&oldid=1046672400"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artificial Eye"@en ; + "A Prosthesis that is designed to replace a missing eye."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtificialLanguage -cco:ArtificialLanguage rdf:type owl:Class ; - rdfs:subClassOf cco:Language ; - owl:disjointWith cco:NaturalLanguage ; - cco:definition "A Language that is developed through conscious planning and premeditation, rather than one that was developed through use and repetition."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Constructed_language&oldid=1062733589"^^xsd:anyURI ; - cco:example_of_usage "Esperanto" , - "Python Programming Language" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Artificial Language"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "https://en.wikipedia.org/w/index.php?title=Constructed_language&oldid=1062733589"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/AssaultRifle -cco:AssaultRifle rdf:type owl:Class ; - rdfs:subClassOf cco:Rifle ; - cco:definition "A Rifle that is designed to have selective-fire functionality and use an intermediate Cartridge and a detachable magazine."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Assault_rifle&oldid=1063774380"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Assault Rifle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Assault_rifle&oldid=1063774380"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AtmosphericFeature -cco:AtmosphericFeature rdf:type owl:Class ; - rdfs:subClassOf cco:GeographicFeature ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Atmospheric Feature"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AttitudeControlArtifactFunction -cco:AttitudeControlArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:alternative_label "Orientation Control Artifact Function"@en ; - cco:definition "An Artifact Function that is realized by an Artifact participating in an attitude control process."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Attitude Control Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AuthorityRole -cco:AuthorityRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Authority Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Automobile -cco:Automobile rdf:type owl:Class ; - rdfs:subClassOf cco:GroundMotorVehicle ; - cco:definition "A Ground Motor Vehicle that is designed to transport a small number of passengers while traveling on four tired wheels."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Car&oldid=1064116950"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Automobile"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Car&oldid=1064116950"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AutopilotSystem -cco:AutopilotSystem rdf:type owl:Class ; - rdfs:subClassOf cco:VehicleControlSystem ; - cco:alternative_label "Autopilot"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Autopilot&oldid=1063382206"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Autopilot System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Autopilot&oldid=1063382206"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AxialRotationPeriod -cco:AxialRotationPeriod rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Axial Rotation Period"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AxisOfRotation -cco:AxisOfRotation rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - cco:alternative_label "Rotational Axis"@en ; - cco:definition "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Axis of Rotation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AztecCode -cco:AztecCode rdf:type owl:Class ; - rdfs:subClassOf cco:TwoDimensionalBarCode ; - cco:definition "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Aztec Code"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Aztec Code"@en ; + "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Banknote -cco:Banknote rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfCash ; - cco:definition "A Portion of Cash that consists of a portable slips of paper or fabric designed to bear some specified Financial Value."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Banknote"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Barcode -cco:Barcode rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco:definition "An Information Bearing Artifact that is designed to bear one or more geometric shapes that concretize some Directive Information Content Entity."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"@en ; - rdfs:label "Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/BaseOfOperations -cco:BaseOfOperations rdf:type owl:Class ; - rdfs:subClassOf cco:MilitaryBase ; - cco:acronym "MOB" ; - cco:alternative_label "Main Operating Base"@en ; - cco: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:definition_source "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Base of Operations"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "MOB" ; + "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/BassFrequency -cco:BassFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 60 and 250 Hz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Bass Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Bass Frequency"@en ; + "A Sonic Frequency that is between 60 and 250 Hz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BatteryTerminal -cco:BatteryTerminal rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to connect a load or charger to a single or multiple-cell Battery."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Battery_terminal&oldid=1059455659"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Battery Terminal"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Battery_terminal&oldid=1059455659"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/BearingArtifactFunction -cco:BearingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bearing Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/BeginningOfLifeStasis -cco:BeginningOfLifeStasis rdf:type owl:Class ; - rdfs:subClassOf cco:OperationalStasis ; - cco:acronym "BOL" , - "BoL" ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "BOL" , + "BoL" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Behavior -cco:Behavior rdf:type owl:Class ; - rdfs:subClassOf cco:Act ; - cco: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:definition_source "http://purl.obolibrary.org/obo/GO_0007610" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Behavior"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://purl.obolibrary.org/obo/GO_0007610" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/Bent -cco:Bent rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:alternative_label "Angular"@en , - "Kinked"@en ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having one or more angles along its border."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Bent"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/BeverageAntenna -cco:BeverageAntenna rdf:type owl:Class ; - rdfs:subClassOf cco:WireAntenna ; - cco: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:definition_source "Adapted from: https://en.wikipedia.org/wiki/Beverage_antenna" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Beverage Antenna"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Adapted from: https://en.wikipedia.org/wiki/Beverage_antenna" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bicycle -cco:Bicycle rdf:type owl:Class ; - rdfs:subClassOf cco:GroundVehicle ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Bicycle&oldid=1063761124"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bicycle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Bicycle&oldid=1063761124"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/BidirectionalTransducer -cco:BidirectionalTransducer rdf:type owl:Class ; - rdfs:subClassOf cco:Transducer ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bidirectional Transducer"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/BiographicalLife -cco:BiographicalLife rdf:type owl:Class ; - rdfs:subClassOf cco:Act ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Biographical Life"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/BiologicalSex -cco:BiologicalSex rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco: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:definition_source "http://purl.org/obo/owl/PATO#PATO_0000047" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Biological Sex"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://purl.org/obo/owl/PATO#PATO_0000047" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/BiologicalWeapon -cco:BiologicalWeapon rdf:type owl:Class ; - rdfs:subClassOf cco:Weapon ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Biological_warfare&oldid=1062972883"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Biological Weapon"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Biological_warfare&oldid=1062972883"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Biological_Depot -cco:Biological_Depot rdf:type owl:Class ; - rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store biological agents."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Biological Depot"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Biological Depot"@en ; + "A Storage Facility that is designed to store biological agents."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Birth -cco:Birth rdf:type owl:Class ; - rdfs:subClassOf cco:NaturalProcess ; - cco:definition "A Natural Process of bringing forth offspring."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Birth&oldid=1063718655"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Birth"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Birth&oldid=1063718655"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Birth"@en ; + "A Natural Process of bringing forth offspring."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Black -cco:Black rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that lacks any hues as parts."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Black"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Black"@en ; + "A Color that lacks any hues as parts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Blond -cco:Blond rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that ranges from nearly white to a light greyish yellow"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Blond"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Blond"@en ; + "A Color that ranges from nearly white to a light greyish yellow"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Blue -cco:Blue rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that is between Cyan and Violet with a wavelength in the visible spectrum typically between 450 to 490 nanometers."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Blue"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Blunt -cco:Blunt rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Blunt"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Blunt"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BodilyComponent -cco:BodilyComponent rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000024 ; - cco:definition "A Fiat Object Part located within or on the surface of an Agent."@en ; - cco:definition_source "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ; - cco:example_of_usage "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Bodily Component"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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." . ### http://www.ontologyrepository.com/CommonCoreOntologies/BodyShape -cco:BodyShape rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a Person's body by virtue of the body's general outline or figure."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Body Shape"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bond -cco:Bond rdf:type owl:Class ; - rdfs:subClassOf cco:FinancialInstrument ; - cco:definition "A Financial Instrument that is designed to secure an Agent's debt for the holders of that debt."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Bond_(finance)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bond"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Bond_(finance)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Bond"@en ; + "A Financial Instrument that is designed to secure an Agent's debt for the holders of that debt."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BondCertificate -cco:BondCertificate rdf:type owl:Class ; - rdfs:subClassOf cco:Bond ; - cco:definition "A Bond that consists of a Certificate."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bond Certificate"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Bond Certificate"@en ; + "A Bond that consists of a Certificate."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Book -cco:Book rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Book"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/BoundingBoxPoint -cco:BoundingBoxPoint rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:GeospatialPosition - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:GeospatialRegionBoundingBox - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:GeospatialPosition ; - cco:definition "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Bounding Box Point"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Bounding Box Point"@en ; + "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bow -cco:Bow rdf:type owl:Class ; - rdfs:subClassOf cco:ProjectileLauncher ; - cco:definition "A Projectile Launcher that is designed to launch Arrows."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Bow_and_arrow&oldid=1062193194"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bow"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Bow_and_arrow&oldid=1062193194"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Bow"@en ; + "A Projectile Launcher that is designed to launch Arrows."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Brake -cco:Brake rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to inhibit the Vehicle's Motion by absorbing energy from a moving system."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Brake&oldid=1047693009"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Brake"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Brake&oldid=1047693009"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Brake"@en ; + "A Material Artifact that is designed to inhibit the Vehicle's Motion by absorbing energy from a moving system."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BrakeControlSystem -cco:BrakeControlSystem rdf:type owl:Class ; - rdfs:subClassOf cco:VehicleControlSystem ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Brake Control System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Branched -cco:Branched rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Branched"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Branched"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bridge -cco:Bridge rdf:type owl:Class ; - rdfs:subClassOf cco:LandTransportationArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Bridge&oldid=1061858310" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bridge"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Bridge&oldid=1061858310" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/BrillianceFrequency -cco:BrillianceFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 6 and 20 kHz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Brilliance Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Brilliance Frequency"@en ; + "A Sonic Frequency that is between 6 and 20 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Brown -cco:Brown rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that consists of dark orange and red, and of very low intensity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Brown"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Brown"@en ; + "A Color that consists of dark orange and red, and of very low intensity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bullet -cco:Bullet rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfAmmunition ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Bullet&oldid=1062391591"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bullet"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Bullet&oldid=1062391591"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bus -cco:Bus rdf:type owl:Class ; - rdfs:subClassOf cco:GroundMotorVehicle ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Bus&oldid=1055341487"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bus"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Bus&oldid=1055341487"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CabinPressurizationControlSystem -cco:CabinPressurizationControlSystem rdf:type owl:Class ; - rdfs:subClassOf cco:EnvironmentControlSystem ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Cabin_pressurization&oldid=1062243955"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cabin Pressurization Control System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Cabin_pressurization&oldid=1062243955"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarDateIdentifier -cco:CalendarDateIdentifier rdf:type owl:Class ; - rdfs:subClassOf cco:DateIdentifier ; - cco: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 ; - cco:example_of_usage "January 1, 2018; 1 January 2018; 01/01/18; 01Jan18" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Calendar Date Identifier"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarDay -cco:CalendarDay rdf:type owl:Class ; - rdfs:subClassOf cco:Day ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Calendar Day"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarMonth -cco:CalendarMonth rdf:type owl:Class ; - rdfs:subClassOf cco:Month ; - cco: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 ; - cco:example_of_usage "January; February; March; April; May; June; July; August; September; October; November; December" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Calendar Month"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarSystem -cco:CalendarSystem rdf:type owl:Class ; - rdfs:subClassOf cco:TemporalReferenceSystem ; - cco:definition "A Temporal Reference System that is designed to organize and identify dates."@en ; - cco:elucidation "Calendars typically organize dates through the use of naming and temporal conventions based on Days, Weeks, Months, and Years."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Calendar System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarWeek -cco:CalendarWeek rdf:type owl:Class ; - rdfs:subClassOf cco:Week ; - cco: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:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Calendar Week"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/CalendarYear -cco:CalendarYear rdf:type owl:Class ; - rdfs:subClassOf cco:Year ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Calendar Year"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Camera -cco:Camera rdf:type owl:Class ; - rdfs:subClassOf cco:ImagingInstrument ; - cco:definition "An Imaging Instrument that is designed to form and digitally or physically record an image of an entity."@en ; - cco:definition_source "http://www.dictionary.com/browse/camera" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Camera"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/camera" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/Canal -cco:Canal rdf:type owl:Class ; - rdfs:subClassOf cco:WaterTransportationArtifact ; - cco:definition "A Water Transportation Artifact that is an artificial Hydrographic Feature designed to convey water or enable Watercraft to travel inland."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Canal&oldid=1059514223" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Canal"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Canal&oldid=1059514223" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Cannon -cco:Cannon rdf:type owl:Class ; - rdfs:subClassOf cco:ProjectileLauncher ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Cannon&oldid=1063792906"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cannon"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Cannon&oldid=1063792906"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CargoCabin -cco:CargoCabin rdf:type owl:Class ; - rdfs:subClassOf cco:VehicleCompartment ; - cco:definition "A Vehicle Compartment that is used to store goods or materials during transportation."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cargo Cabin"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cargo Cabin"@en ; + "A Vehicle Compartment that is used to store goods or materials during transportation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CarrierAirWing -cco:CarrierAirWing rdf:type owl:Class ; - rdfs:subClassOf cco:MilitaryPersonnelForce ; - cco:definition "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Carrier Air Wing"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CartesianCoordinateSystem -cco:CartesianCoordinateSystem rdf:type owl:Class ; - rdfs:subClassOf cco:SpatialReferenceSystem ; - cco:alternative_label "Rectangular Coordinate System"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Cartesian_coordinate_system&oldid=1058613323"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Cartesian Coordinate System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Cartesian_coordinate_system&oldid=1058613323"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Cartridge -cco:Cartridge rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfAmmunition ; - cco: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:definition_source "https://en.wikipedia.org/wiki/Cartridge_(firearms)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cartridge"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Cartridge_(firearms)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CatadioptricOpticalTelescope -cco:CatadioptricOpticalTelescope rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalTelescope ; - cco:alternative_label "Catadioptric Telescope"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Catadioptric_system&oldid=1017210114"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Catadioptric Optical Telescope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Catadioptric_system&oldid=1017210114"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CatalystArtifactFunction -cco:CatalystArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Catalysis&oldid=1063864001"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Catalyst Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Catalysis&oldid=1063864001"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Cause -cco:Cause rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015 - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_cause_of ; - owl:someValuesFrom obo:BFO_0000015 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000015 ; - cco:definition "A Process that is the cause of or one of the causes of some other Process."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Cause"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Cause"@en ; + "A Process that is the cause of or one of the causes of some other Process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CellularTelecommunicationNetwork -cco:CellularTelecommunicationNetwork rdf:type owl:Class ; - rdfs:subClassOf cco:WirelessTelecommunicationNetwork ; - cco:alternative_label "Cellular Network"@en , - "Mobile Telecommunication Network"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Cellular_network&oldid=1061429562"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cellular Telecommunication Network"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Cellular_network&oldid=1061429562"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CenterOfMass -cco:CenterOfMass rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000018 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Center_of_mass&oldid=1059976491"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Center of Mass"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Center_of_mass&oldid=1059976491"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Certificate -cco:Certificate rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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:definition_source "http://www.dictionary.com/browse/degree" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Certificate"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/degree" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/Change -cco:Change rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000015 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Change"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Chart -cco:Chart rdf:type owl:Class ; - rdfs:subClassOf cco:Image ; - cco:definition "An Image that is designed to carry some Representational Information Content Entity that is prescribed by some canonical visual format."@en ; - cco:definition_source "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Chart"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalDepot -cco:ChemicalDepot rdf:type owl:Class ; - rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store chemicals."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Chemical Depot"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Chemical Depot"@en ; + "A Storage Facility that is designed to store chemicals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalManufacturingFacility -cco:ChemicalManufacturingFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Factory ; - cco:definition "A Factory that is designed to manufacture or process chemicals."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Chemical_industry&oldid=1061177027"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Chemical Manufacturing Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Chemical_industry&oldid=1061177027"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Chemical Manufacturing Facility"@en ; + "A Factory that is designed to manufacture or process chemicals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalReactionArtifactFunction -cco:ChemicalReactionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Chemical_reaction&oldid=1063262412"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Chemical Reaction Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Chemical_reaction&oldid=1063262412"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalWeapon -cco:ChemicalWeapon rdf:type owl:Class ; - rdfs:subClassOf cco:Weapon ; - cco:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing toxic chemicals."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Chemical_weapon&oldid=1054342645"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Chemical Weapon"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Chemical_weapon&oldid=1054342645"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Chemical Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing toxic chemicals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Church -cco:Church rdf:type owl:Class ; - rdfs:subClassOf cco:ReligiousFacility ; - cco:definition "A Religious Facility that is designed for Christian worship and prayer."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Church_(building)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Church"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Church_(building)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Church"@en ; + "A Religious Facility that is designed for Christian worship and prayer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CircuitBreaker -cco:CircuitBreaker rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Circuit_breaker&oldid=1060854893"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Circuit Breaker"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Circuit_breaker&oldid=1060854893"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Circumference -cco:Circumference rdf:type owl:Class ; - rdfs:subClassOf cco:Perimeter ; - cco:definition "A Perimeter that inheres in a circle or ellipse."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Circumference"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Circumference"@en ; + "A Perimeter that inheres in a circle or ellipse."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Citizen -cco:Citizen rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:Person - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:CitizenRole - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:Person ; - cco:definition "A Person who is the bearer of some Citizen Role."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Citizen"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Citizen"@en ; + "A Person who is the bearer of some Citizen Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CitizenRole -cco:CitizenRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco:definition "A Role that inheres in a Person who is legally recognized as a member of a particular state, with associated rights and obligations."@en ; - cco:definition_source "http://en.wikitionary.org/wiki/citizen" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Citizen Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://en.wikitionary.org/wiki/citizen" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/City -cco:City rdf:type owl:Class ; - rdfs:subClassOf cco:LocalAdministrativeRegion ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "City"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CivilOrganization -cco:CivilOrganization rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:Organization - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:CivilianRole - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:Organization ; - cco:definition "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Civil Organization"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Civil Organization"@en ; + "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CivilTimeReferenceSystem -cco:CivilTimeReferenceSystem rdf:type owl:Class ; - rdfs:subClassOf cco:TemporalReferenceSystem ; - cco:definition "A Temporal Reference System that is a statutory time scale as designated by civilian authorities to determine local time(s)."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CivilianRole -cco:CivilianRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco:definition "A Role that inheres in an Agent or Group of Agents who is not a member of either an Armed Force or police force."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Civilian Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CleaningArtifactFunction -cco:CleaningArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes in which some Artifact is used to remove foreign objects from another object."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cleaning Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ClockTimeSystem -cco:ClockTimeSystem rdf:type owl:Class ; - rdfs:subClassOf cco:TemporalReferenceSystem ; - cco:definition "A Temporal Reference System that is a convention for keeping and displaying the Time of Day."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ClockwiseRotationalMotion -cco:ClockwiseRotationalMotion rdf:type owl:Class ; - rdfs:subClassOf cco:RotationalMotion ; - cco:alternative_label "CW Rotational Motion"@en , - "Clockwise Rotation"@en ; - cco: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 ; - cco:example_of_usage "the axial rotation of the Earth as seen from above the South Pole" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Clockwise Rotational Motion"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/Closure -cco:Closure rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Closure"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CodabarBarcode -cco:CodabarBarcode rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalBarcode ; - cco:definition "A One-Dimensional Barcode that consists of numbers 0-9 and the characters -$:/.+ and is used by logistics and healthcare professionals."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Codabar Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Code128Barcode -cco:Code128Barcode rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalBarcode ; - cco:definition "A One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Code 128 Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Code39Barcode -cco:Code39Barcode rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalBarcode ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Code 39 Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Code93Barcode -cco:Code93Barcode rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalBarcode ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Code 93 Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CodeIdentifier -cco:CodeIdentifier rdf:type owl:Class ; - rdfs:subClassOf cco:NonNameIdentifier ; - cco:alternative_label "Code ID"@en , - "ID Code"@en , - "Identifier Code"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Code Identifier"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CodeList -cco:CodeList rdf:type owl:Class ; - rdfs:subClassOf cco:List ; - cco:definition "A List that contains an ordered sequence of Information Bearing Entities that carry Code Identifiers."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Code List"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Code List"@en ; + "A List that contains an ordered sequence of Information Bearing Entities that carry Code Identifiers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Coiled -cco:Coiled rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Coiled"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Coiled"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Coin -cco:Coin rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfCash ; - cco:definition "A Portion of Cash that consists of a flat, portable, round pieces of metal designed to bear some specified Financial Value."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Coin"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CollimationArtifactFunction -cco:CollimationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Collimation Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Color -cco:Color rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalProperty ; - cco:definition "An Optical Property that inheres in a bearer in virtue of that bearer's Color Hue, Color Saturation and Color Brightness."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Color"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ColorBrightness -cco:ColorBrightness rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalProperty ; - cco:alternative_label "Color Intensity"@en ; - cco:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect or radiate light."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Color Brightness"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ColorHue -cco:ColorHue rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalProperty ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Color Hue"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ColorSaturation -cco:ColorSaturation rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalProperty ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Color Saturation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CombatOutpost -cco:CombatOutpost rdf:type owl:Class ; - rdfs:subClassOf cco:MilitaryFacility ; - cco:definition "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Outpost_(military)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Combat Outpost"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Outpost_(military)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Combat Outpost"@en ; + "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Combustion -cco:Combustion rdf:type owl:Class ; - rdfs:subClassOf cco:NaturalProcess ; - cco:alternative_label "Burning Process"@en , - "Combustion Process"@en ; - cco:definition "A Natural Process in which a Portion of Fuel or other Material Entity is burned."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Combustion"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CombustionChamber -cco:CombustionChamber rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:alternative_label "Burner"@en , - "Combustor"@en , - "Flame Holder"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Combustion Chamber"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CombustionEngine -cco:CombustionEngine rdf:type owl:Class ; - rdfs:subClassOf cco:HeatEngine ; - cco:definition "A Heat Engine that is designed to convert thermal energy that is generated through a local Combustion process into mechanical energy."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Combustion Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommandPostFacility -cco:CommandPostFacility rdf:type owl:Class ; - rdfs:subClassOf cco:MilitaryFacility ; - cco:definition "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en ; - cco:definition_source "http://www.dictionary.com/browse/command-post" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Command Post Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/command-post" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/CommercialOrganization -cco:CommercialOrganization rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:Organization - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:CommercialRole - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:Organization ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Commercial Organization"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommercialRole -cco:CommercialRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco:definition "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Commercial Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Commercial Role"@en ; + "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommonStock -cco:CommonStock rdf:type owl:Class ; - rdfs:subClassOf cco:Stock ; - cco:definition "Stock that entitles its holder to voting on corporate decisions."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Common Stock"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Common Stock"@en ; + "Stock that entitles its holder to voting on corporate decisions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationArtifactFunction -cco:CommunicationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which meaningful signs are conveyed from one entity to another."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Communication Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationInstrument -cco:CommunicationInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to facilitate communication between at least two entities."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Communication Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Communication Instrument"@en ; + "A Material Artifact that is designed to facilitate communication between at least two entities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationInterferenceArtifactFunction -cco:CommunicationInterferenceArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Communication Interference Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationReceptionArtifactFunction -cco:CommunicationReceptionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Communication Reception Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationRelayArtifactFunction -cco:CommunicationRelayArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Communication Relay Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationSystem -cco:CommunicationSystem rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Communications_system&oldid=1058600948"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Communication System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Communications_system&oldid=1058600948"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility -cco:CommunicationsFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to support processes of receiving or transmitting information."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Communications Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Communications Facility"@en ; + "A Facility that is designed to support processes of receiving or transmitting information."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens -cco:ComplexOpticalLens rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalLens ; - cco:alternative_label "Lens System"@en ; - cco:definition "An Optical Lens consisting of more than one Simple Optical Lenses."@en ; - cco:definition_source "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Complex Optical Lens"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Complex Optical Lens"@en ; + "Lens System"@en ; + "An Optical Lens consisting of more than one Simple Optical Lenses."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ComponentRole -cco:ComponentRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco: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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Component Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "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 ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CompressionIgnitionEngine -cco:CompressionIgnitionEngine rdf:type owl:Class ; - rdfs:subClassOf cco:InternalCombustionEngine ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Compression Ignition Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CompressionIgnitionSystem -cco:CompressionIgnitionSystem rdf:type owl:Class ; - rdfs:subClassOf cco:IgnitionSystem ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Compression Ignition System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Computer -cco:Computer rdf:type owl:Class ; - rdfs:subClassOf cco:InformationProcessingArtifact ; - cco:definition "An Information Processing Artifact that is designed to execute an arbitrary set of arithmetic or logical operations automatically."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Computer&oldid=1061553332"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Computer"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Computer&oldid=1061553332"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Computer"@en ; + "An Information Processing Artifact that is designed to execute an arbitrary set of arithmetic or logical operations automatically."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ComputerNetwork -cco:ComputerNetwork rdf:type owl:Class ; - rdfs:subClassOf cco:TelecommunicationNetwork ; - cco:alternative_label "Data Network"@en ; - cco:definition "A Telecommunication Network that is designed to allow the exchange of data between two or more computers connected to the network."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Computer_network&oldid=1061571662"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Computer Network"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Computer_network&oldid=1061571662"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ComputingArtifactFunction -cco:ComputingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by an Artifact participating in a computation process."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Computing Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Computing Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact participating in a computation process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ConcaveShape -cco:ConcaveShape rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Concave Shape"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ConeShape -cco:ConeShape rdf:type owl:Class ; - rdfs:subClassOf cco:ThreeDimensionalShape ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Cone&oldid=1058362269"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Cone Shape"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Cone&oldid=1058362269"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ConstructedFeature -cco:ConstructedFeature rdf:type owl:Class ; - rdfs:subClassOf cco:AnthropogenicFeature ; - cco:definition "An Anthropogenic Feature that has been constructed by deliberate human effort."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Constructed Feature"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Constructed Feature"@en ; + "An Anthropogenic Feature that has been constructed by deliberate human effort."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Container -cco:Container rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to contain (wholly or partially) some material entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Container"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Container"@en ; + "A Material Artifact that is designed to contain (wholly or partially) some material entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ContainingArtifactFunction -cco:ContainingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which one entity contains another."@en ; - cco:definition_source "http://www.dictionary.com/browse/containing" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Containing Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/containing" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Containing Artifact Function"@en ; + "An Artifact Function that is realized in a process in which one entity contains another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Continent -cco:Continent rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialRegion ; - cco:definition "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en ; - cco:definition_source "JC3IEDM version 3.0.2" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Continent"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "JC3IEDM version 3.0.2" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Continent"@en ; + "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ContractorRole -cco:ContractorRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco:definition "A Role that inheres in an Agent or Group of Agents who enters into a Contract to provide materials or labor to perform a service or complete a task."@en ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Contractor Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ControlSurface -cco:ControlSurface rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Flight_control_surfaces&oldid=1019271264"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Control Surface"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Flight_control_surfaces&oldid=1019271264"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ControlSystem -cco:ControlSystem rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to manage, command, direct, or regulate the behavior of at least one other Artifact."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Control_system&oldid=1061817176"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Control System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Control_system&oldid=1061817176"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ControllablePitchPropeller -cco:ControllablePitchPropeller rdf:type owl:Class ; - rdfs:subClassOf cco:Propeller ; - cco:alternative_label "Variable-Pitch Propeller"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Variable-pitch_propeller&oldid=1041375492"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Controllable Pitch Propeller"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Variable-pitch_propeller&oldid=1041375492"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ControlledAccessHighway -cco:ControlledAccessHighway rdf:type owl:Class ; - rdfs:subClassOf cco:Highway ; - cco:alternative_label "Expressway"@en , - "Freeway"@en , - "Motorway"@en ; - cco:definition "A Highway that is designed for high-speed vehicular traffic, with all traffic flow and ingress/egress regulated."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Controlled-access_highway&oldid=1063655601"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Controlled-Access Highway"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Controlled-access_highway&oldid=1063655601"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ConvergentDivergentNozzle -cco:ConvergentDivergentNozzle rdf:type owl:Class ; - rdfs:subClassOf cco:Nozzle ; - cco:alternative_label "CD Nozzle"@en , - "de Laval Nozzle"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=De_Laval_nozzle&oldid=1062746288"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "By increasing the Exhaust Velocity of the gas, the Nozzle increases the Thrust generated."@en ; - rdfs:label "Convergent-Divergent Nozzle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=De_Laval_nozzle&oldid=1062746288"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ConvexShape -cco:ConvexShape rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Convex Shape"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ConveyanceArtifactFunction -cco:ConveyanceArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:MotionArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Conveyance Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CoolingArtifactFunction -cco:CoolingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which the thermal energy of a system decreases."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cooling Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CoolingSystem -cco:CoolingSystem rdf:type owl:Class ; - rdfs:subClassOf cco:EnvironmentControlSystem ; - cco:definition "An Environment Control System that is designed to cool the air or objects in a Site."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cooling System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cooling System"@en ; + "An Environment Control System that is designed to cool the air or objects in a Site."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CoordinateSystemAxis -cco:CoordinateSystemAxis rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Coordinate System Axis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CountMeasurementInformationContentEntity -cco:CountMeasurementInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:RatioMeasurementInformationContentEntity ; - cco:definition "A Ratio Measurement Information Content Entity that is a measurement of the number of members of some aggregate."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Count Measurement Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CounterClockwiseRotationalMotion -cco:CounterClockwiseRotationalMotion rdf:type owl:Class ; - rdfs:subClassOf cco:RotationalMotion ; - cco:alternative_label "Anti-Clockwise Rotation"@en , - "CCW Rotational Motion"@en , - "Counter-Clockwise Rotation"@en ; - cco: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 ; - cco:example_of_usage "the axial rotation of the Earth as seen from above the North Pole" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Counter-Clockwise Rotational Motion"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/CounterfeitFinancialInstrument -cco:CounterfeitFinancialInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:CounterfeitInstrument ; - cco:definition "A Counterfeit Instrument that is designed to be a fake replica of some legally sanctioned Financial Instrument."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Counterfeit_money&oldid=1064052318"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Counterfeit Financial Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Counterfeit_money&oldid=1064052318"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Counterfeit Financial Instrument"@en ; + "A Counterfeit Instrument that is designed to be a fake replica of some legally sanctioned Financial Instrument."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CounterfeitInstrument -cco:CounterfeitInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to be a fake replica of some genuine Artifact."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Counterfeit Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Counterfeit Instrument"@en ; + "A Material Artifact that is designed to be a fake replica of some genuine Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CounterfeitLegalInstrument -cco:CounterfeitLegalInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:CounterfeitInstrument ; - cco:definition "A Counterfeit Instrument that is designed to be a fake replica of some genuine Legal Instrument."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Counterfeit Legal Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Counterfeit Legal Instrument"@en ; + "A Counterfeit Instrument that is designed to be a fake replica of some genuine Legal Instrument."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Country -cco:Country rdf:type owl:Class ; - rdfs:subClassOf cco:GeopoliticalEntity ; - "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 ; - cco: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 ; - cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Domain of a Country"@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 definine 'Country' but instead define 'Domain of a Country'."@en ; - "Domain of a Country"@en . + 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 ; + "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/County -cco:County rdf:type owl:Class ; - rdfs:subClassOf cco:GeopoliticalEntity ; - cco:definition "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "County"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "County"@en ; + "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Coupling -cco:Coupling rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to connect two Shafts together at their ends for the purpose of transmitting power."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Coupling&oldid=1055718683"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Coupling"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Coupling&oldid=1055718683"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CoveringArtifactFunction -cco:CoveringArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which an entity is covered."@en ; - cco:definition_source "http://www.dictionary.com/browse/covering" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Covering Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/covering" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Covering Artifact Function"@en ; + "An Artifact Function that is realized in a process in which an entity is covered."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Crew -cco:Crew rdf:type owl:Class ; - rdfs:subClassOf cco:GroupOfPersons ; - cco:definition "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Crew"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Crew"@en ; + "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CriminalAct -cco:CriminalAct rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Crime&oldid=1062237249"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Criminal Act"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Crime&oldid=1062237249"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CrushingArtifactFunction -cco:CrushingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:DamagingArtifactFunction ; - cco: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:definition_source "http://www.dictionary.com/browse/crushing" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Crushing Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/crushing" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/CryogenicStorageDewar -cco:CryogenicStorageDewar rdf:type owl:Class ; - rdfs:subClassOf cco:Container ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Cryogenic_storage_dewar&oldid=1021282649"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cryogenic Storage Dewar"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Cryogenic_storage_dewar&oldid=1021282649"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubeShape -cco:CubeShape rdf:type owl:Class ; - rdfs:subClassOf cco:Cuboidal ; - cco:definition "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Cube Shape"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Cube Shape"@en ; + "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Cuboidal -cco:Cuboidal rdf:type owl:Class ; - rdfs:subClassOf cco:ThreeDimensionalShape ; - cco:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Cuboidal"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Cuboidal"@en ; + "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CurrencyUnit -cco:CurrencyUnit rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of financial values."@en ; - cco:example_of_usage "U.S. Dollar, Euro, Yuan, South African Rand" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Currency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/CurrentConversionArtifactFunction -cco:CurrentConversionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalArtifactFunction ; - cco:definition "An Electrical Artifact Function that is realized by processes in which some Artifact is used to convert some electrical current."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Current Conversion Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Curved -cco:Curved rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Curved"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Curved"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CurvilinearMotion -cco:CurvilinearMotion rdf:type owl:Class ; - rdfs:subClassOf cco:TranslationalMotion ; - cco:alternative_label "Curved Motion"@en ; - cco:definition "A Translational Motion process in which an Object moves along a curved path."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Curvilinear Motion"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Curvilinear Motion"@en ; + "Curved Motion"@en ; + "A Translational Motion process in which an Object moves along a curved path."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CuttingArtifactFunction -cco:CuttingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:DamagingArtifactFunction ; - cco: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:definition_source "http://www.dictionary.com/browse/cutting" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cutting Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/cutting" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/CuttingWeapon -cco:CuttingWeapon rdf:type owl:Class ; - rdfs:subClassOf cco:Weapon ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Cutting&oldid=1058846915"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cutting Weapon"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Cutting&oldid=1058846915"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Cyan -cco:Cyan rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that is between Green and Blue with a wavelength in the visible spectrum typically between 490 and 520 nanometers."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Cyan"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Cylindrical -cco:Cylindrical rdf:type owl:Class ; - rdfs:subClassOf cco:ThreeDimensionalShape ; - cco:alternative_label "Columnar"@en ; - cco:definition "A Three Dimensional Shape inhering in a bearer in virtue of the bearer having an elongated shape with round bases."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Cylindrical"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Dam -cco:Dam rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to impound surface water or underground streams."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Dam&oldid=1053601756" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Dam"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Dam&oldid=1053601756" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Dam"@en ; + "A Material Artifact that is designed to impound surface water or underground streams."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DamagedStasis -cco:DamagedStasis rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; - cco:alternative_label "Compromised"@en , - "Damaged"@en , - "Injured"@en ; - cco: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 ; - cco:definition_source "http://www.thefreedictionary.com/damaged" ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Damaged Stasis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.thefreedictionary.com/damaged" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/DamagingArtifactFunction -cco:DamagingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which the structural integrity of an entity is impaired."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Damaging Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DataMatrixCode -cco:DataMatrixCode rdf:type owl:Class ; - rdfs:subClassOf cco:TwoDimensionalBarCode ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Data Matrix Code"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DataRangeIntervalEstimateInformationContentEntity -cco:DataRangeIntervalEstimateInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:IntervalEstimateInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Data Range Interval Estimate Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Database -cco:Database rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Database"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DateIdentifier -cco:DateIdentifier rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:TemporalIntervalIdentifier - [ rdf:type owl:Restriction ; - owl:onProperty cco:designates ; - owl:someValuesFrom cco:Day - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:TemporalIntervalIdentifier ; - cco:alternative_label "Day Identifier"@en ; - cco:definition "A Temporal Interval Identifier that designates some Day."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Date Identifier"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Date Identifier"@en ; + "Day Identifier"@en ; + "A Temporal Interval Identifier that designates some Day."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Day -cco:Day rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_during ; - owl:someValuesFrom cco:Week - ] ; - cco: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 ; - cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=day" ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Day"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://wordnetweb.princeton.edu/perl/webwn?s=day" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/DeactivatedStasis -cco:DeactivatedStasis rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfArtifactOperationality ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Deactivated Stasis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Death -cco:Death rdf:type owl:Class ; - rdfs:subClassOf cco:NaturalProcess ; - cco:definition "A Natural Process in which all biological functions that sustain a living organism cease."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Death&oldid=1064114499"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Death"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Death&oldid=1064114499"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Death"@en ; + "A Natural Process in which all biological functions that sustain a living organism cease."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Decade -cco:Decade rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 ; - cco:definition "A Temporal Interval that is equal to a period of ten consecutive Years."@en ; - cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=decade" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Decade"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://wordnetweb.princeton.edu/perl/webwn?s=decade" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Decade"@en ; + "A Temporal Interval that is equal to a period of ten consecutive Years."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeceptionArtifactFunction -cco:DeceptionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes which misinform or mislead some other entity."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Deception&oldid=1061346984"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Deception Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Deception&oldid=1061346984"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Deception Artifact Function"@en ; + "An Artifact Function that is realized in processes which misinform or mislead some other entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecimalDateIdentifier -cco:DecimalDateIdentifier rdf:type owl:Class ; - rdfs:subClassOf cco:DateIdentifier ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Decimal Date Identifier"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecimalTimeOfDayIdentifier -cco:DecimalTimeOfDayIdentifier rdf:type owl:Class ; - rdfs:subClassOf cco:TimeOfDayIdentifier ; - cco:alternative_label "Fractional Time of Day Identifier"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Decimal Time of Day Identifier"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecontaminationFacility -cco:DecontaminationFacility rdf:type owl:Class ; - rdfs:subClassOf cco:WashingFacility ; - cco:definition "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Decontamination&oldid=1049850150"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Decontamination Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Decontamination&oldid=1049850150"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Decoy -cco:Decoy rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to distract or conceal what an individual or group might be looking for."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Decoy&oldid=1058455081"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Decoy"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Decoy&oldid=1058455081"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Decoy"@en ; + "A Material Artifact that is designed to distract or conceal what an individual or group might be looking for."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfDependentContinuant -cco:DecreaseOfDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:Change ; - cco:definition "A Change in which some Independent Continuant has a decrease in the level of some Dependent Continuant that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Dependent Continuant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfDisposition -cco:DecreaseOfDisposition rdf:type owl:Class ; - rdfs:subClassOf cco:DecreaseOfRealizableEntity ; - cco:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Disposition"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfFunction -cco:DecreaseOfFunction rdf:type owl:Class ; - rdfs:subClassOf cco:DecreaseOfDisposition ; - cco:definition "A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfGenericallyDependentContinuant -cco:DecreaseOfGenericallyDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:DecreaseOfDependentContinuant ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfQuality -cco:DecreaseOfQuality rdf:type owl:Class ; - rdfs:subClassOf cco:DecreaseOfSpecificallyDependentContinuant ; - cco:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Quality that it bears."@en ; - cco:example_of_usage "Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Quality"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfRealizableEntity -cco:DecreaseOfRealizableEntity rdf:type owl:Class ; - rdfs:subClassOf cco:DecreaseOfSpecificallyDependentContinuant ; - cco:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Realizable Entity that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Realizable Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfRole -cco:DecreaseOfRole rdf:type owl:Class ; - rdfs:subClassOf cco:DecreaseOfRealizableEntity ; - cco:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfSpecificallyDependentContinuant -cco:DecreaseOfSpecificallyDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:DecreaseOfDependentContinuant ; - cco:definition "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in some Specifically Dependent Continuant that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Specifically Dependent Continuant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeflectingPrism -cco:DeflectingPrism rdf:type owl:Class ; - rdfs:subClassOf cco:Prism ; - cco:definition "A Prism designed to deflect a beam of light entering the Prism by a fixed angle."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Deflecting Prism"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Deflecting Prism"@en ; + "A Prism designed to deflect a beam of light entering the Prism by a fixed angle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DefoliantArtifactFunction -cco:DefoliantArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:HerbicideArtifactFunction ; - cco:definition "An Herbicide Artifact Function that is realized in a process that causes a plant to lose its leaves."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Defoliant&oldid=1059494225"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Defoliant Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Defoliant&oldid=1059494225"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DefunctStasis -cco:DefunctStasis rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfArtifactOperationality ; - owl:disjointWith cco:OperationalStasis ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Defunct Stasis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DelimitingDomain -cco:DelimitingDomain rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:GeospatialRegion - [ rdf:type owl:Restriction ; - owl:onProperty cco:delimits ; - owl:someValuesFrom cco:Organization - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:GeospatialRegion ; - owl:disjointWith cco:DivisonOfGeopoliticalEntity ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - cco:definition "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Delimiting Domain"@en ; - "Delimiting Domain"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeltaV -cco:DeltaV rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_process_part ; - owl:someValuesFrom cco:Velocity - ] ; - cco:alternative_label "Change in Velocity"@en , - "DeltaV"@en ; - cco:definition "A Process Profile that is the total change in Velocity of an object's Motion."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Density -cco:Density rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco:alternative_label "Density"@en ; - cco:definition "A Quality that inheres in a bearer in virtue of that bearer's mass per unit volume."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Mass Density"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Denture -cco:Denture rdf:type owl:Class ; - rdfs:subClassOf cco:Prosthesis ; - cco:definition "A Prosthesis that is designed to replace missing teeth."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Dentures&oldid=1056527226"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Denture"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Dentures&oldid=1056527226"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Denture"@en ; + "A Prosthesis that is designed to replace missing teeth."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Depth -cco:Depth rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalExtent ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Depth"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DescriptiveInformationContentEntity -cco:DescriptiveInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:InformationContentEntity ; - owl:disjointWith cco:DesignativeInformationContentEntity , - cco:DirectiveInformationContentEntity ; - cco:alternative_label "Descriptive ICE"@en ; - cco:definition "An Information Content Entity that consists of a set of propositions that describe some Entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Descriptive Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DesignativeInformationContentEntity -cco:DesignativeInformationContentEntity rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:InformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:designates ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:InformationContentEntity ; - owl:disjointWith cco:DirectiveInformationContentEntity ; - cco:alternative_label "Designative ICE"@en ; - cco:definition "An Information Content Entity that consists of a set of symbols that denote some Entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Designative Information Content Entity"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DesignativeName -cco:DesignativeName rdf:type owl:Class ; - rdfs:subClassOf cco:DesignativeInformationContentEntity ; - owl:disjointWith cco:NonNameIdentifier ; - cco:alternative_label "Name"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Designative Name"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + owl:disjointWith ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DetergentArtifactFunction -cco:DetergentArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:SurfactantArtifactFunction ; - cco:definition "A Surfactant Artifact Function that is realized in a process that cleans substances in dilute solutions."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Detergent&oldid=1064079329"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Detergent Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Detergent&oldid=1064079329"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Detergent Artifact Function"@en ; + "A Surfactant Artifact Function that is realized in a process that cleans substances in dilute solutions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DetonatingArtifactFunction -cco:DetonatingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Detonation&oldid=1061553336"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Detonating Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Detonation&oldid=1061553336"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeviationMeasurementInformationContentEntity -cco:DeviationMeasurementInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementInformationContentEntity ; - cco:alternative_label "Conformance Measurement"@en , - "Degree of Conformance"@en , - "Degree of Deviation"@en , - "Deviation Measurement"@en ; - cco: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 ; - cco:elucidation "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:example_of_usage "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" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Diameter -cco:Diameter rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalExtent ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Diameter"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DiffractionArtifactFunction -cco:DiffractionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Diffraction Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DiffractionGrating -cco:DiffractionGrating rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalInstrument ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Diffraction_grating&oldid=1060463366"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Diffraction Grating"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Diffraction_grating&oldid=1060463366"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DigitalStorageDevice -cco:DigitalStorageDevice rdf:type owl:Class ; - rdfs:subClassOf cco:InformationMediumArtifact ; - cco: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 ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Data_storage&oldid=1060116427"^^xsd:anyURI ; - cco:example_of_usage "A computer's Hard Disk Drive" , - "A portable USB Drive" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Digital Storage Device"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Data_storage&oldid=1060116427"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/DiminutiveName -cco:DiminutiveName rdf:type owl:Class ; - rdfs:subClassOf cco:AbbreviatedName ; - cco:definition "An Abbreviated Name that is a familiar form of a Proper Name."@en ; - cco:elucidation "\"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:example_of_usage "Alex, Bob, Cathy" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Diminutive Name"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DirectCurrentPowerSource -cco:DirectCurrentPowerSource rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalPowerSource ; - cco:definition "An Electrical Power Source that is designed to transfer electrical power in the form of direct current."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Direct Current Power Source"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DirectiveInformationContentEntity -cco:DirectiveInformationContentEntity rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:InformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:InformationContentEntity ; - cco:alternative_label "Directive ICE"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Directive Information Content Entity"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Disability -cco:Disability rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Disability"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Disease -cco:Disease rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000016 ; - cco:definition "A Disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."@en ; - cco:definition_source "http://purl.obolibrary.org/obo/OGMS_0000031" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Disease"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://purl.obolibrary.org/obo/OGMS_0000031" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/DishReceiver -cco:DishReceiver rdf:type owl:Class ; - rdfs:subClassOf cco:RadioReceiver ; - cco:definition "A Radio Receiver that uses a Parabolic (or Dish) Antenna to intercept radio signals."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Dish Receiver"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Dish Receiver"@en ; + "A Radio Receiver that uses a Parabolic (or Dish) Antenna to intercept radio signals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DispersivePrism -cco:DispersivePrism rdf:type owl:Class ; - rdfs:subClassOf cco:Prism ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Dispersive Prism"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DisruptingDisposition -cco:DisruptingDisposition rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000016 ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - cco:definition "A disposition the realization of which would disrupt a process some entity has an interest in."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Disrupting Disposition"@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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + "https://cubrc.org"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DistanceMeasurementArtifactFunction -cco:DistanceMeasurementArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Distance Measurement Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DistanceMeasurementInformationContentEntity -cco:DistanceMeasurementInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:RatioMeasurementInformationContentEntity ; - cco: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 ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Distance Measurement Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DistributionPort -cco:DistributionPort rdf:type owl:Class ; - rdfs:subClassOf cco:Port ; - cco:definition "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Distribution Port"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Distribution Port"@en ; + "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DivisonOfGeopoliticalEntity -cco:DivisonOfGeopoliticalEntity rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialRegion , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:DelimitingDomain - ] ; - cco:definition "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ; - cco:example_of_usage "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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." . ### http://www.ontologyrepository.com/CommonCoreOntologies/Document -cco:Document rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Document"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DocumentField -cco:DocumentField rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Document Field"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/DocumentForm -cco:DocumentForm rdf:type owl:Class ; - rdfs:subClassOf cco:Document ; - cco:definition "A Document having Document Fields as parts in which to write or select prescribed content."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Form_(document)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Document Form"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Form_(document)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Document Form"@en ; + "A Document having Document Fields as parts in which to write or select prescribed content."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Drooping -cco:Drooping rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Drooping"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Drooping"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EAN13Barcode -cco:EAN13Barcode rdf:type owl:Class ; - rdfs:subClassOf cco:EANBarcode ; - cco:definition "An EAN Barcode that consists of 13 numerical digits and is used to designate products at the point of sale."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "EAN-13 Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EAN8Barcode -cco:EAN8Barcode rdf:type owl:Class ; - rdfs:subClassOf cco:EANBarcode ; - cco:definition "An EAN Barcode that consists of 8 numerical digits and is used to designate products at the point of sale."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "EAN-8 Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EANBarcode -cco:EANBarcode rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalBarcode ; - cco:definition "A One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "EAN Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EducationArtifactFunction -cco:EducationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes of transmiting accumulated knowledge skills and values from one generation to another."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Education Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EducationalFacility -cco:EducationalFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Educational Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Educational Facility"@en ; + "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EducationalOrganization -cco:EducationalOrganization rdf:type owl:Class ; - rdfs:subClassOf cco:Organization ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Educational Organization"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Effect -cco:Effect rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015 - [ rdf:type owl:Restriction ; - owl:onProperty cco:caused_by ; - owl:someValuesFrom obo:BFO_0000015 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000015 ; - cco:alternative_label "Consequence"@en ; - cco:definition "A Process that follows and is caused by some previous Process."@en ; - cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=effect" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Effect"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://wordnetweb.princeton.edu/perl/webwn?s=effect" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Effect"@en ; + "Consequence"@en ; + "A Process that follows and is caused by some previous Process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EffectOfLocationChange -cco:EffectOfLocationChange rdf:type owl:Class ; - rdfs:subClassOf cco:Effect , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000132 ; - owl:someValuesFrom cco:ActOfLocationChange - ] , - [ rdf:type owl:Restriction ; - owl:onProperty cco:caused_by ; - owl:someValuesFrom cco:ActOfLocationChange - ] ; - cco:definition "An Effect caused by some Act of Location Change and which results in an Object being located in a different place."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Effect of Location Change"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Election -cco:Election rdf:type owl:Class ; - rdfs:subClassOf cco:SocialAct ; - cco:alternative_label "Act of Political Election"@en ; - cco:definition "A Social Act by which a population chooses an individual to hold public office."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Election&oldid=1063238552"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Election"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Election&oldid=1063238552"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Election"@en ; + "Act of Political Election"@en ; + "A Social Act by which a population chooses an individual to hold public office."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricBattery -cco:ElectricBattery rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalPowerSource ; - cco:alternative_label "Battery"@en ; - cco:definition "An Electrical Power Source that is designed to produce electric power by converting chemical energy to electrical energy."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Battery_(electricity)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electric Battery"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Battery_(electricity)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricGenerator -cco:ElectricGenerator rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalPowerSource ; - cco:definition "An Electrical Power Source that is designed to convert mechanical energy to electrical energy for use in an external circuit."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electric_generator&oldid=1057805035"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electric Generator"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electric_generator&oldid=1057805035"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricMotor -cco:ElectricMotor rdf:type owl:Class ; - rdfs:subClassOf cco:Engine ; - cco:alternative_label "Electric Engine"@en ; - cco:definition "An Engine that is designed to convert electrical energy into mechanical energy."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electric_motor&oldid=1063829856"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electric Motor"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electric_motor&oldid=1063829856"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electric Motor"@en ; + "Electric Engine"@en ; + "An Engine that is designed to convert electrical energy into mechanical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricPowerStation -cco:ElectricPowerStation rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:alternative_label "Power Plant"@en ; - cco:definition "A Facility that is designed to generate electrical power."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Power_station&oldid=1052973815"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Electric Power Station"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Power_station&oldid=1052973815"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Electric Power Station"@en ; + "Power Plant"@en ; + "A Facility that is designed to generate electrical power."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalArtifactFunction -cco:ElectricalArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized during events in which an Artifact is used to perform a process involving electrical power."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalConductionArtifactFunction -cco:ElectricalConductionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalArtifactFunction ; - cco:definition "An Electrical Artifact Function that is realized by an Artifact being used to conduct an electric current."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Conduction Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalConnectorArtifactFunction -cco:ElectricalConnectorArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalConductionArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Connector Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalContactArtifactFunction -cco:ElectricalContactArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalConductionArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Contact Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalPowerProductionArtifactFunction -cco:ElectricalPowerProductionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalArtifactFunction ; - cco:definition "An Electrical Artifact Function that is realized during events in which an Artifact is used to generate electrical power."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Power Production Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalPowerSource -cco:ElectricalPowerSource rdf:type owl:Class ; - rdfs:subClassOf cco:PowerSource ; - cco:definition "A Power Source that is designed to generate, control, and transfer power in the form of electrical energy."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Power Source"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalPowerStorageArtifactFunction -cco:ElectricalPowerStorageArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalArtifactFunction ; - cco:alternative_label "Capacitance"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Power Storage Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticCommunicationArtifactFunction -cco:ElectromagneticCommunicationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationArtifactFunction ; - cco:definition "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of electromagnetic radiation."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electromagnetic Communication Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticInductionArtifactFunction -cco:ElectromagneticInductionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_induction&oldid=1061836930"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electromagnetic Induction Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_induction&oldid=1061836930"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticPulse -cco:ElectromagneticPulse rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticWaveProcess ; - cco:alternative_label "EMP"@en , - "Transient Electromagnetic Disturbance"@en ; - cco:definition "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_pulse&oldid=1060859738"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Electromagnetic Pulse"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_pulse&oldid=1060859738"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticRadiationFrequency -cco:ElectromagneticRadiationFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:Frequency ; - cco:definition "A Frequency that is characterized by the rate of Oscillations per second of an Electromagnetic Wave."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Divisions between EM radiation frequencies are fiat and sources vary on where to draw boundaries."@en ; - rdfs:label "Electromagnetic Radiation Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticRadiationProperty -cco:ElectromagneticRadiationProperty rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000016 ; - cco:definition "A Disposition that inheres in an bearer in virtue of how that bearer interacts with electromagnetic radiation."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Electromagnetic Radiation Property"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Electromagnetic Radiation Property"@en ; + "A Disposition that inheres in an bearer in virtue of how that bearer interacts with electromagnetic radiation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticShieldingArtifactFunction -cco:ElectromagneticShieldingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_shielding&oldid=1063432544"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electromagnetic Shielding Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_shielding&oldid=1063432544"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticWaveProcess -cco:ElectromagneticWaveProcess rdf:type owl:Class ; - rdfs:subClassOf cco:WaveProcess , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_process_part ; - owl:someValuesFrom cco:TransverseWaveProfile - ] ; - cco:alternative_label "Electromagnetic Radiation"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Electromagnetic Wave Process"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronMicroscope -cco:ElectronMicroscope rdf:type owl:Class ; - rdfs:subClassOf cco:Microscope ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Electron_microscope&oldid=1060512240"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electron Microscope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electron_microscope&oldid=1060512240"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronicBond -cco:ElectronicBond rdf:type owl:Class ; - rdfs:subClassOf cco:Bond ; - cco:definition "A Bond that consists of Bytes."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electronic Bond"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electronic Bond"@en ; + "A Bond that consists of Bytes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronicCash -cco:ElectronicCash rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfCash ; - cco:definition "A Portion of Cash that consists of Bytes."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electronic Cash"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electronic Cash"@en ; + "A Portion of Cash that consists of Bytes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronicSignalProcessingArtifactFunction -cco:ElectronicSignalProcessingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:SignalProcessingArtifactFunction ; - cco:definition "A Signal Processing Artifact Function that inheres in Artifacts that are designed to process or transfer information contained in electronic signals."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electronic Signal Processing Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronicStock -cco:ElectronicStock rdf:type owl:Class ; - rdfs:subClassOf cco:Stock ; - cco:definition "Stock that consists of Bytes."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electronic Stock"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electronic Stock"@en ; + "Stock that consists of Bytes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EmailBox -cco:EmailBox rdf:type owl:Class ; - rdfs:subClassOf cco:TelecommunicationInstrument ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Email_box&oldid=1061295368"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Email Box"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Email_box&oldid=1061295368"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EmailMessage -cco:EmailMessage rdf:type owl:Class ; - rdfs:subClassOf cco:Message ; - cco:definition "A Message that is transmitted to the recipient's Email Box."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Email Message"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Email Message"@en ; + "A Message that is transmitted to the recipient's Email Box."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EmailMessaging -cco:EmailMessaging rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Emailing"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Email Messaging"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EmergencyACDCPowerSource -cco:EmergencyACDCPowerSource rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalPowerSource ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Emergency AC/DC Power Source"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EmergencyLocatorTransmitter -cco:EmergencyLocatorTransmitter rdf:type owl:Class ; - rdfs:subClassOf cco:RadioTransmitter ; - cco:definition "A Radio Transmitter that is designed to signal distress and provide positional data for the entity it is located on."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Emergency_position-indicating_radiobeacon&oldid=1063407242"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Emergency Locator Transmitter"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Emergency_position-indicating_radiobeacon&oldid=1063407242"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EmulsifierArtifactFunction -cco:EmulsifierArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Emulsion&oldid=1056901580"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Emulsifier Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Emulsion&oldid=1056901580"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EndOfLifeStasis -cco:EndOfLifeStasis rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfArtifactOperationality ; - cco:acronym "EOL" , - "EoL" ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "EOL" , + "EoL" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Enemy -cco:Enemy rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:Person - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:EnemyRole - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:Person ; - cco:definition "A Person who is the bearer of some Enemy Role."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Enemy Person"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Enemy Person"@en ; + "A Person who is the bearer of some Enemy Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EnemyRole -cco:EnemyRole rdf:type owl:Class ; - rdfs:subClassOf cco:AllegianceRole ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Enemy Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Engine -cco:Engine rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:alternative_label "Motor"@en ; - cco:definition "A Material Artifact that is designed to convert one form of energy into mechanical energy."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Engine"@en ; + "Motor"@en ; + "A Material Artifact that is designed to convert one form of energy into mechanical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EnhancedStasis -cco:EnhancedStasis rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; - cco:alternative_label "Enhanced"@en ; - cco: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:definition_source "http://www.thefreedictionary.com/enhance" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Enhanced Stasis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.thefreedictionary.com/enhance" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/EnhancingArtifactFunction -cco:EnhancingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Enhancement&oldid=1003326590"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Enhancing Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Enhancement&oldid=1003326590"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EntertainmentFacility -cco:EntertainmentFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Entertainment Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentControlSystem -cco:EnvironmentControlSystem rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentalFeature -cco:EnvironmentalFeature rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - cco:definition "A Material Entity that is either a natural or man-made feature of the environment."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Environmental Feature"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Environmental Feature"@en ; + "A Material Entity that is either a natural or man-made feature of the environment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EquipmentCoolingSystem -cco:EquipmentCoolingSystem rdf:type owl:Class ; - rdfs:subClassOf cco:CoolingSystem ; - cco:definition "A Cooling System that is designed to cool some piece of equipment."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Equipment Cooling System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Equipment Cooling System"@en ; + "A Cooling System that is designed to cool some piece of equipment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EquipmentMount -cco:EquipmentMount rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to support an Artifact."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Equipment Mount"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Equipment Mount"@en ; + "A Material Artifact that is designed to support an Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EstimateInformationContentEntity -cco:EstimateInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementInformationContentEntity ; - cco:alternative_label "Estimate"@en , - "Estimate Measurement Information Content Entity"@en , - "Estimated Value"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Estimate Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EthnicGroup -cco:EthnicGroup rdf:type owl:Class ; - rdfs:subClassOf cco:GroupOfPersons , - [ rdf:type owl:Restriction ; - owl:onProperty cco:aggregate_has_quality ; - owl:someValuesFrom cco:Ethnicity - ] ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Ethnic Group"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Ethnicity -cco:Ethnicity rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Ethnicity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Evening -cco:Evening rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Evening"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EventStatusNominalInformationContentEntity -cco:EventStatusNominalInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:NominalMeasurementInformationContentEntity ; - cco:definition "A Nominal Measurement Information Content Entity that is a measurement of the current state of a process."@en ; - cco:example_of_usage "proposed, approved, planned, in progress, completed, failed, or successful" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Event Status Nominal Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExplosiveArtifactFunction -cco:ExplosiveArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:DamagingArtifactFunction ; - cco: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:definition_source "http://www.dictionary.com/browse/explosive" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Explosive Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/explosive" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ExplosiveWeapon -cco:ExplosiveWeapon rdf:type owl:Class ; - rdfs:subClassOf cco:Weapon ; - cco:alternative_label "Bomb"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Explosive Weapon"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExternalCombustionEngine -cco:ExternalCombustionEngine rdf:type owl:Class ; - rdfs:subClassOf cco:CombustionEngine ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=External_combustion_engine&oldid=1063941809"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "External Combustion Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=External_combustion_engine&oldid=1063941809"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExternalNavigationLightingSystem -cco:ExternalNavigationLightingSystem rdf:type owl:Class ; - rdfs:subClassOf cco:LightingSystem ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Navigation_light&oldid=1034200601"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "External Navigation Lighting System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Navigation_light&oldid=1034200601"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremeUltravioletLightFrequency -cco:ExtremeUltravioletLightFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:UltravioletLightFrequency ; - cco:definition "An Ultraviolet Light Frequency that is between 3 and 30 petahertz."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Extreme Ultraviolet Light Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Extreme Ultraviolet Light Frequency"@en ; + "An Ultraviolet Light Frequency that is between 3 and 30 petahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremelyHighFrequency -cco:ExtremelyHighFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:MicrowaveFrequency ; - cco:acronym "EHF" ; - cco:alternative_label "ITU Band Number 11"@en , - "Millimeter Band Frequency"@en ; - cco:definition "A Microwave Frequency that is between 30 and 300 GHz."@en ; - cco:definition_source "International Telecommunication Union (ITU)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 10–1 mm"@en ; - rdfs:label "Extremely High Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "EHF" ; + "International Telecommunication Union (ITU)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremelyLowFrequency -cco:ExtremelyLowFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:RadioFrequency ; - cco:acronym "ELF" ; - cco:alternative_label "ITU Band Number 1"@en ; - cco:definition "A Radio Frequency that is between 3 and 30 Hz."@en ; - cco:definition_source "International Telecommunication Union (ITU)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 100,000–10,000 km"@en ; - rdfs:label "Extremely Low Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "ELF" ; + "International Telecommunication Union (ITU)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Eye -cco:Eye rdf:type owl:Class ; - rdfs:subClassOf cco:BodilyComponent ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Eye"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EyeColor -cco:EyeColor rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000197 ; - owl:someValuesFrom cco:Iris - ] ; - cco:definition "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Eye Color"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Eye Color"@en ; + "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FMRadioBroadcastFrequency -cco:FMRadioBroadcastFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:VeryHighFrequency ; - cco:alternative_label "Frequency Modulation Radio Broadcast Frequency"@en ; - cco:definition "A Very High Frequency that is between 88 and 108 MHz."@en ; - cco:definition_source "International Telecommunication Union (ITU) Region 2" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "FM Radio Broadcast Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "International Telecommunication Union (ITU) Region 2" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FacialHair -cco:FacialHair rdf:type owl:Class ; - rdfs:subClassOf cco:BodilyComponent ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Facial Hair"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Facility -cco:Facility rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000171 ; - owl:someValuesFrom cco:PortionOfGeosphere - ] ; - cco:definition "A Material Artifact that is designed as a building or campus dedicated to some specific purpose."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Facility"@en ; + "A Material Artifact that is designed as a building or campus dedicated to some specific purpose."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FacsimileTransmission -cco:FacsimileTransmission rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Facsimile Transmission"@en , - "Act of Faxing"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Fax&oldid=1054674158"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Facsimile Transmission"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Fax&oldid=1054674158"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Factory -cco:Factory rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for manufacturing or refining material products."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Factory&oldid=1064125324"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Factory"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Factory&oldid=1064125324"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Factory"@en ; + "A Facility that is designed for manufacturing or refining material products."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Family -cco:Family rdf:type owl:Class ; - rdfs:subClassOf cco:GroupOfPersons ; - cco:definition "A Group of Persons related to one another by ancestry or marriage."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Family"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Family"@en ; + "A Group of Persons related to one another by ancestry or marriage."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Fan -cco:Fan rdf:type owl:Class ; - rdfs:subClassOf cco:FluidControlArtifact ; - cco: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:definition_source "https://en.wikipedia.org/wiki/Fan_(machine)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fan"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Fan_(machine)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FarInfraredLightFrequency -cco:FarInfraredLightFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:InfraredLightFrequency ; - cco:definition "An Infrared Light Frequency that is between 300 gigahertz and 20 terahertz."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Far Infrared Light Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Far Infrared Light Frequency"@en ; + "An Infrared Light Frequency that is between 300 gigahertz and 20 terahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Farm -cco:Farm rdf:type owl:Class ; - rdfs:subClassOf cco:AgriculturalFacility ; - cco:definition "An Agricultural Facility that is designed to produce food and other crops."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Farm&oldid=1058311769"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Farm"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Farm&oldid=1058311769"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Farm"@en ; + "An Agricultural Facility that is designed to produce food and other crops."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Fatigability -cco:Fatigability rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000017 ; - cco:definition "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Fatigability"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Fatigability"@en ; + "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FemaleSex -cco:FemaleSex rdf:type owl:Class ; - rdfs:subClassOf cco:BiologicalSex ; - cco:definition "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en ; - cco:definition_source "http://purl.org/obo/owl/PATO#PATO_0000383" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Female Sex"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://purl.org/obo/owl/PATO#PATO_0000383" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/FertilizerArtifactFunction -cco:FertilizerArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:EnhancingArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Fertilizer&oldid=1062923261"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fertilizer Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Fertilizer&oldid=1062923261"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Filter -cco:Filter rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to restrict access to the system it is part of by separating the entities that enter the Filter and only allowing entities of the specified type or with the specified properties to pass through."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment """Although its basic function remains the same, a Filter can be used in 2 different ways: + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Filter"@en ; + "A Material Artifact that bears a Filter Function."@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/FilterFunction + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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"@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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FiltrationArtifactFunction -cco:FiltrationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which some solid entity is prevented from moving along with some quantity of liquid."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Filtration&oldid=1061655528"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Filtration Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Filtration&oldid=1061655528"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialArtifactFunction -cco:FinancialArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes of managing money."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Financial Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Financial Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of managing money."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialFacility -cco:FinancialFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to support the management of money."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Financial Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Financial Facility"@en ; + "A Facility that is designed to support the management of money."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialInstrument -cco:FinancialInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to be a tradeable asset and that is legally sanctioned."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Financial Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Financial Instrument"@en ; + "A Material Artifact that is designed to be a tradeable asset and that is legally sanctioned."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialValue -cco:FinancialValue rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Financial Value"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialValueOfProperty -cco:FinancialValueOfProperty rdf:type owl:Class ; - rdfs:subClassOf cco:FinancialValue ; - cco:alternative_label "Property Value"@en ; - cco:definition "Financial Value that inheres in an material entity that is the object of an Act of Ownership."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Financial Value of Property"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FireStation -cco:FireStation rdf:type owl:Class ; - rdfs:subClassOf cco:PublicSafetyFacility ; - cco:alternative_label "Fire Hall"@en , - "Fire House"@en ; - cco:definition "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fire_station&oldid=1060666629"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Fire Station"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Fire_station&oldid=1060666629"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Firearm -cco:Firearm rdf:type owl:Class ; - rdfs:subClassOf cco:ProjectileLauncher ; - cco:definition "A Projectile Launcher that is designed to launch Bullets or Cartridges."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Firearm&oldid=1061216363"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Firearm"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Firearm&oldid=1061216363"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Firearm"@en ; + "A Projectile Launcher that is designed to launch Bullets or Cartridges."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FirstOrderAdministrativeRegion -cco:FirstOrderAdministrativeRegion rdf:type owl:Class ; - rdfs:subClassOf cco:GeopoliticalEntity , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:Country - ] ; - cco:definition "A Government Domain that is a primary administrative division of a Country."@en ; - cco:definition_source "http://www.geonames.org/export/codes.html" ; - cco:example_of_usage "a state in the United States" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "First-Order Administrative Region"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.geonames.org/export/codes.html" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/FixedLineNetworkTelephoneCall -cco:FixedLineNetworkTelephoneCall rdf:type owl:Class ; - rdfs:subClassOf cco:TelephoneCall ; - cco:definition "A Telephone Call transmitted over a telephone network where the telephones are wired into a single telephone exchange."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Fixed Line Network Telephone Call"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Flat -cco:Flat rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border without a significant deviation."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Flat"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FlightTransponder -cco:FlightTransponder rdf:type owl:Class ; - rdfs:subClassOf cco:RadioTransponder ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Transponder_(aeronautics)&oldid=1052688836"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Flight Transponder"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Transponder_(aeronautics)&oldid=1052688836"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FlowControlValve -cco:FlowControlValve rdf:type owl:Class ; - rdfs:subClassOf cco:Valve ; - cco:definition "A Valve that is designed to regulate the flow or Pressure of a fluid."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Flow_control_valve&oldid=1013438085"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Flow_control_valve&oldid=1013438085"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FluidControlArtifact -cco:FluidControlArtifact rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to manipulate the flow of a fluid (i.e. a liquid or a gas)."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fluid Control Artifact"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FluidControlArtifactFunction -cco:FluidControlArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fluid Control Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Fluorescence -cco:Fluorescence rdf:type owl:Class ; - rdfs:subClassOf cco:LuminescentProperty ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Fluorescence&oldid=1061358510"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Fluorescence"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Fluorescence&oldid=1061358510"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Flywheel -cco:Flywheel rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Flywheel&oldid=1061360783"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Flywheel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Flywheel&oldid=1061360783"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Folded -cco:Folded rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of one part of the bearer being layered over another connected part."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Folded"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Force -cco:Force rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Force"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Fort -cco:Fort rdf:type owl:Class ; - rdfs:subClassOf cco:MilitaryFacility ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Fortification&oldid=1060156408"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Fort"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Fortification&oldid=1060156408"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ForwardOperationsBase -cco:ForwardOperationsBase rdf:type owl:Class ; - rdfs:subClassOf cco:MilitaryBase ; - cco:acronym "FOB" ; - cco:alternative_label "Forward Operating Base"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Forward_operating_base&oldid=1059263624"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Forward Operations Base"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "FOB" ; + "https://en.wikipedia.org/w/index.php?title=Forward_operating_base&oldid=1059263624"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FossilFuelPowerPlant -cco:FossilFuelPowerPlant rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricPowerStation ; - cco:definition "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fossil_fuel&oldid=1062298144"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Fossil Fuel Power Plant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Fossil_fuel&oldid=1062298144"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FourthOrderAdministrativeRegion -cco:FourthOrderAdministrativeRegion rdf:type owl:Class ; - rdfs:subClassOf cco:GeopoliticalEntity , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:ThirdOrderAdministrativeRegion - ] ; - cco:definition "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en ; - cco:definition_source "http://www.geonames.org/export/codes.html" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Fourth-Order Administrative Region"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.geonames.org/export/codes.html" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Fourth-Order Administrative Region"@en ; + "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FragmentationArtifactFunction -cco:FragmentationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:DamagingArtifactFunction ; - cco: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:definition_source "http://www.dictionary.com/browse/fragmentation" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fragmentation Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/fragmentation" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/FragranceArtifactFunction -cco:FragranceArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes of perceiving a pleasant or sweet odor."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Perfume&oldid=1062785740"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fragrance Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Perfume&oldid=1062785740"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fragrance Artifact Function"@en ; + "An Artifact Function that is realized in processes of perceiving a pleasant or sweet odor."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FreightTrainCar -cco:FreightTrainCar rdf:type owl:Class ; - rdfs:subClassOf cco:TrainCar ; - cco:alternative_label "Freight Car"@en ; - cco:definition "A Train Car that is designed to transport cargo."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Goods_wagon&oldid=1062686785"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Freight Train Car"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Goods_wagon&oldid=1062686785"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Freight Train Car"@en ; + "Freight Car"@en ; + "A Train Car that is designed to transport cargo."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Frequency -cco:Frequency rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - cco:alternative_label "Temporal Frequency"@en ; - cco:definition "A Process Profile that is characterized by the number of repetitive processes during a particular time period."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Frequency&oldid=1062800545"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Frequency&oldid=1062800545"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FrequencyMeasurementArtifactFunction -cco:FrequencyMeasurementArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Frequency Measurement Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FrictionReductionArtifactFunction -cco:FrictionReductionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes of reducing the force resisting the relative motion of surfaces in contact."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Friction&oldid=1061569068"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Friction Reduction Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Friction&oldid=1061569068"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunction -cco:FuelArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fuel Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelCell -cco:FuelCell rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalPowerSource ; - cco: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 ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fuel_cell&oldid=1063586731"^^xsd:anyURI ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fuel Cell"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Fuel_cell&oldid=1063586731"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelSystem -cco:FuelSystem rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fuel System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelTank -cco:FuelTank rdf:type owl:Class ; - rdfs:subClassOf cco:Container ; - cco:definition "A Container that is designed to store a Portion of Fuel."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fuel Tank"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fuel Tank"@en ; + "A Container that is designed to store a Portion of Fuel."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelTransferSystem -cco:FuelTransferSystem rdf:type owl:Class ; - rdfs:subClassOf cco:FluidControlArtifact ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fuel Transfer System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelVentilationSystem -cco:FuelVentilationSystem rdf:type owl:Class ; - rdfs:subClassOf cco:FluidControlArtifact ; - cco:definition "A Fluid Control Artifact that is designed to allow air into the Fuel Tank to take the place of burned fuel."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fuel Ventilation System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FullMotionVideoCamera -cco:FullMotionVideoCamera rdf:type owl:Class ; - rdfs:subClassOf cco:VideoCamera ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Full Motion Video Camera"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FullMotionVideoImagingArtifactFunction -cco:FullMotionVideoImagingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ImagingArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Full Motion Video Imaging Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FundamentalFrequency -cco:FundamentalFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:SoundFrequency ; - cco:definition "A Sound Frequency that is the lowest Frequency of a Sound Wave."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Fundamental Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Fundamental Frequency"@en ; + "A Sound Frequency that is the lowest Frequency of a Sound Wave."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Funeral -cco:Funeral rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCeremony ; - cco:alternative_label "Act of Funeral Ceremony"@en ; - cco:definition "An Act of Ceremony in which the Life of a Person who has died is celebrated, sanctified, or remembered."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Funeral&oldid=1060270978"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Funeral"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Funeral&oldid=1060270978"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FungicideArtifactFunction -cco:FungicideArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:AntiMicrobialArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Fungicide&oldid=1056769271"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fungicide Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Fungicide&oldid=1056769271"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GS1DataBar -cco:GS1DataBar rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalBarcode ; - cco:definition "A One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "Further variants of GS1 DataBar have not been defined here."@en ; - rdfs:label "GS1 DataBar Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDependentContinuant -cco:GainOfDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:Change ; - cco:definition "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Gain of Dependent Continuant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Gain of Dependent Continuant"@en ; + "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDisposition -cco:GainOfDisposition rdf:type owl:Class ; - rdfs:subClassOf cco:GainOfRealizableEntity , - [ 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 - ] - ] ; - cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + 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 + ] + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfFunction -cco:GainOfFunction rdf:type owl:Class ; - rdfs:subClassOf cco:GainOfDisposition , - [ 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 - ] - ] ; - cco:definition "A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + 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 + ] + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfGenericallyDependentContinuant -cco:GainOfGenericallyDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:GainOfDependentContinuant , - [ 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 - ] - ] ; - cco:definition "A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant."@en ; - cco:example_of_usage "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced." ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Gain of Generically Dependent Continuant"@en . + 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 + ] + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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." . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfQuality -cco:GainOfQuality rdf:type owl:Class ; - rdfs:subClassOf cco:GainOfSpecificallyDependentContinuant , - [ 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 - ] - ] ; - cco:definition "A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality."@en ; - cco:example_of_usage "A person becoming pregnant." ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Gain of Quality"@en . + 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 + ] + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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." . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfRealizableEntity -cco:GainOfRealizableEntity rdf:type owl:Class ; - rdfs:subClassOf cco:GainOfSpecificallyDependentContinuant , - [ 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 - ] - ] ; - cco:definition "A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity."@en ; - cco:example_of_usage "An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role)." ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Gain of Realizable Entity"@en . + 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 + ] + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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)." . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfRole -cco:GainOfRole rdf:type owl:Class ; - rdfs:subClassOf cco:GainOfRealizableEntity , - [ 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 - ] - ] ; - cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + 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 + ] + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfSpecificallyDependentContinuant -cco:GainOfSpecificallyDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:GainOfDependentContinuant , - [ 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 - ] - ] ; - cco:definition "A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant."@en ; - cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Gain of Specifically Dependent Continuant"@en . + 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 + ] + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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)." . ### http://www.ontologyrepository.com/CommonCoreOntologies/GammaRayFrequency -cco:GammaRayFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is above 30 exahertz."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Gamma_ray&oldid=1062115897"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 ; + "https://en.wikipedia.org/w/index.php?title=Gamma_ray&oldid=1062115897"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . + rdfs:label "Gamma Ray Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is above 30 exahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GammaRayTelescope -cco:GammaRayTelescope rdf:type owl:Class ; - rdfs:subClassOf cco:Telescope ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Gamma-ray Telescope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GasProcessingFacility -cco:GasProcessingFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Refinery ; - cco:definition "A Refinery that is designed for refining natural gas into products of value."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Natural-gas_processing&oldid=1056700541"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Gas Processing Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Natural-gas_processing&oldid=1056700541"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Gas Processing Facility"@en ; + "A Refinery that is designed for refining natural gas into products of value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GasTurbine -cco:GasTurbine rdf:type owl:Class ; - rdfs:subClassOf cco:InternalCombustionEngine ; - cco:alternative_label "Combustion Turbine"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Gas_turbine&oldid=1062398125"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Gas Turbine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Gas_turbine&oldid=1062398125"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeneratorControlUnit -cco:GeneratorControlUnit rdf:type owl:Class ; - rdfs:subClassOf cco:ControlSystem ; - cco:definition "A Control System that is designed to regulate the voltage of some Electrical Power Source."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Generator Control Unit"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Generator Control Unit"@en ; + "A Control System that is designed to regulate the voltage of some Electrical Power Source."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeographicFeature -cco:GeographicFeature rdf:type owl:Class ; - rdfs:subClassOf cco:EnvironmentalFeature ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geographic Feature"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntity -cco:GeopoliticalEntity rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:DelimitingDomain - [ rdf:type owl:Restriction ; - owl:onProperty cco:delimits ; - owl:someValuesFrom cco:Government - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:DelimitingDomain ; - cco:definition "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Government Domain"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Government Domain"@en ; + "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityBorder -cco:GeopoliticalEntityBorder rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialBoundary ; - cco:definition "A Geospatial Boundary that is a boundary of some Government Domain."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Government Domain Border"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Government Domain Border"@en ; + "A Geospatial Boundary that is a boundary of some Government Domain."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalOrganization -cco:GeopoliticalOrganization rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:Organization - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:GeopoliticalPowerRole - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:Organization ; - "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 ; - cco:definition "An Organization that bears a Geopolitical Power Role."@en ; - cco:definition_source "https://chass.usu.edu/international-studies/aggies-go/power" , - "https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Geopolitical Organization"@en ; - "Geopolitical Organization"@en . + 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 ; + "https://chass.usu.edu/international-studies/aggies-go/power" , + "https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Geopolitical Organization"@en ; + "An Organization that bears a Geopolitical Power Role."@en ; + "Geopolitical Organization"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalPowerRole -cco:GeopoliticalPowerRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000197 ; - owl:someValuesFrom cco:Organization - ] ; - "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 ; - cco: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 ; - cco:definition_source "https://chass.usu.edu/international-studies/aggies-go/power" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Geopolitical Power Role"@en ; - "Geopolitical Power Role"@en . + 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 ; + "https://chass.usu.edu/international-studies/aggies-go/power" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary -cco:GeospatialBoundary rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000142 ; - cco:definition "A Fiat Line that is a boundary of some Geospatial Region."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "One-Dimensional Geospatial Boundary"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "One-Dimensional Geospatial Boundary"@en ; + "A Fiat Line that is a boundary of some Geospatial Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialCoordinateReferenceSystem -cco:GeospatialCoordinateReferenceSystem rdf:type owl:Class ; - rdfs:subClassOf cco:SpatialReferenceSystem ; - cco:alternative_label "Geographic Coordinate System"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Coordinate Reference System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse -cco:GeospatialEllipse rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialBoundary ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Ellipse"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialErrorRegion -cco:GeospatialErrorRegion rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialBoundary ; - cco:definition "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Error Region"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLine -cco:GeospatialLine rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialLineString ; - cco:definition "A Geospatial Line String that has only two vertices."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Line"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Line"@en ; + "A Geospatial Line String that has only two vertices."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLineString -cco:GeospatialLineString rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialBoundary ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Line String"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLocation -cco:GeospatialLocation rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialRegion , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000124 ; - owl:someValuesFrom obo:BFO_0000001 - ] ; - cco:definition "A Geospatial Region that is at which an Entity or Event is located."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Location"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Location"@en ; + "A Geospatial Region that is at which an Entity or Event is located."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPolygon -cco:GeospatialPolygon rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialLineString ; - cco:definition "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Polygon"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Polygon"@en ; + "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPosition -cco:GeospatialPosition rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000147 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Position"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegion -cco:GeospatialRegion rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000029 ; - cco:definition "A Site that is at or near the surface of the Earth."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Region"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Region"@en ; + "A Site that is at or near the surface of the Earth."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBox -cco:GeospatialRegionBoundingBox rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialPolygon ; - cco:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Region Bounding Box"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Region Bounding Box"@en ; + "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBoxIdentifierList -cco:GeospatialRegionBoundingBoxIdentifierList rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnitOfGeocoordinate ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Region Bounding Box Identifier List"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Gimbal -cco:Gimbal rdf:type owl:Class ; - rdfs:subClassOf cco:EquipmentMount ; - cco:definition "An Equipment Mount that consists of a pivoted support that allows an Artifact to Rotate about one or more Axes."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Gimbal&oldid=1053306885"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Gimbal"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Gimbal&oldid=1053306885"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GoldColor -cco:GoldColor rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Gold Color"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Gold Color"@en ; + "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Government -cco:Government rdf:type owl:Class ; - rdfs:subClassOf cco:Organization , - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_delimited_by ; - owl:someValuesFrom cco:DelimitingDomain - ] ; - "https://cubrc.org"^^xsd:anyURI ; - cco: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 ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Government"@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 . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://cubrc.org"^^xsd:anyURI ; + "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentAgency -cco:GovernmentAgency rdf:type owl:Class ; - rdfs:subClassOf cco:Organization , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:Government - ] ; - cco:definition "An Organization that is part of a Government and is responsible for the oversight or administration of specific governmental functions."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Government Organization"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentArtifactFunction -cco:GovernmentArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Government Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentBuilding -cco:GovernmentBuilding rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for the administration of a community."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Administration_(government)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Government Building"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Administration_(government)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Government Building"@en ; + "A Facility that is designed for the administration of a community."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentOfACountry -cco:GovernmentOfACountry rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:Government - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_delimited_by ; - owl:someValuesFrom cco:Country - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:Government ; - "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 ; - cco:definition "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ; - cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Government of a Country"@en ; - "Government of a Country"@en . + 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 ; + "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Green -cco:Green rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that is between Yellow and Cyan with a wavelength in the visible spectrum, typically between 520 to 560 nanometers."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Green"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GreenwichMeanTimeZoneIdentifier -cco:GreenwichMeanTimeZoneIdentifier rdf:type owl:Class ; - rdfs:subClassOf cco:TimeZoneIdentifier ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GregorianDay -cco:GregorianDay rdf:type owl:Class ; - rdfs:subClassOf cco:CalendarDay ; - cco:definition "A Calendar Day in the Gregorian Calendar."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "A Gregorian Day is twenty-four Hours in duration."@en ; - rdfs:label "Gregorian Day"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GregorianYear -cco:GregorianYear rdf:type owl:Class ; - rdfs:subClassOf cco:CalendarYear ; - cco:definition "A Calendar Year in the Gregorian Calendar."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Grenade -cco:Grenade rdf:type owl:Class ; - rdfs:subClassOf cco:ExplosiveWeapon ; - cco:alternative_label "Hand Grenade"@en ; - cco:definition "An Explosive Weapon that is designed to be relatively small and to be thrown by hand."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Grenade&oldid=1060366148"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Grenade"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Grenade&oldid=1060366148"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Grenade"@en ; + "Hand Grenade"@en ; + "An Explosive Weapon that is designed to be relatively small and to be thrown by hand."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Grey -cco:Grey rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color between white and black colors."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Grey"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Grey"@en ; + "A Color between white and black colors."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroceryStore -cco:GroceryStore rdf:type owl:Class ; - rdfs:subClassOf cco:RetailFacility ; - cco:definition "A Commercial Facility that is designed to sell food."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Grocery_store&oldid=1060022873"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Grocery Store"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Grocery_store&oldid=1060022873"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Grocery Store"@en ; + "A Commercial Facility that is designed to sell food."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundMotorVehicle -cco:GroundMotorVehicle rdf:type owl:Class ; - rdfs:subClassOf cco:GroundVehicle ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Motor_vehicle&oldid=1063627395"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ground Motor Vehicle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Motor_vehicle&oldid=1063627395"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundMovingTargetIndicationArtifactFunction -cco:GroundMovingTargetIndicationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:MovingTargetIndicationArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ground Moving Target Indication Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrack -cco:GroundTrack rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - cco:alternative_label "Ground Trace"@en ; - cco: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 ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ground_track&oldid=1058025510"^^xsd:anyURI ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Ground Track"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Ground_track&oldid=1058025510"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrackPoint -cco:GroundTrackPoint rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000018 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Ground Track Point"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundVehicle -cco:GroundVehicle rdf:type owl:Class ; - rdfs:subClassOf cco:Vehicle ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Category:Land_vehicles&oldid=546083623"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ground Vehicle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Category:Land_vehicles&oldid=546083623"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroupOfAgents -cco:GroupOfAgents rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000027 , - [ owl:intersectionOf ( [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000115 ; - owl:someValuesFrom cco:Agent - ] - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000115 ; - owl:allValuesFrom cco:Agent - ] - ) ; - rdf:type owl:Class - ] ; - cco:definition "An Object Aggregate that has only Agents as parts."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Group of Agents"@en . + 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 + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Group of Agents"@en ; + "An Object Aggregate that has only Agents as parts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroupOfOrganizations -cco:GroupOfOrganizations rdf:type owl:Class ; - rdfs:subClassOf cco:GroupOfAgents , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:someValuesFrom cco:Organization - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom cco:Organization - ] ; - cco:definition "A Group of Agents that has only Organizations as parts."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Group of Organizations"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Group of Organizations"@en ; + "A Group of Agents that has only Organizations as parts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroupOfPersons -cco:GroupOfPersons rdf:type owl:Class ; - rdfs:subClassOf cco:GroupOfAgents , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:someValuesFrom cco:Person - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:allValuesFrom cco:Person - ] ; - cco:definition "A Group of Agents that has only Persons as parts."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Group of Persons"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:allValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Group of Persons"@en ; + "A Group of Agents that has only Persons as parts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HairColor -cco:HairColor rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality inhering in a portion of Hair by virtue of its color."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Hair Color"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Hair Color"@en ; + "A Quality inhering in a portion of Hair by virtue of its color."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HandGun -cco:HandGun rdf:type owl:Class ; - rdfs:subClassOf cco:Firearm ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Handgun&oldid=1060570395"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hand Gun"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Handgun&oldid=1060570395"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/HardXrayFrequency -cco:HardXrayFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:XrayFrequency ; - cco:definition "An X-Ray Frequency that is between 3 and 30 exahertz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Hard X-ray Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Hard X-ray Frequency"@en ; + "An X-Ray Frequency that is between 3 and 30 exahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hardness -cco:Hardness rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Hardness"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hazel -cco:Hazel rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that is a combination of Brown and Green, typically associated with eye color."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Hazel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Hazel"@en ; + "A Color that is a combination of Brown and Green, typically associated with eye color."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HealingArtifactFunction -cco:HealingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which health is restored to an unbalanced, diseased, or damaged organism."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Healing&oldid=1053920678"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Healing Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Healing&oldid=1053920678"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareArtifactFunction -cco:HealthcareArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes of treating and preventing illness."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Health_care&oldid=1064015344"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Healthcare Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Health_care&oldid=1064015344"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Healthcare Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of treating and preventing illness."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareFacility -cco:HealthcareFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Medicine&oldid=1062226814"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Healthcare Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Medicine&oldid=1062226814"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Healthcare Facility"@en ; + "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HearingAid -cco:HearingAid rdf:type owl:Class ; - rdfs:subClassOf cco:MedicalArtifact ; - cco:definition "A Medical Artifact that is designed to improve hearing for its user."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hearing_aid&oldid=1062688647"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hearing Aid"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Hearing_aid&oldid=1062688647"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hearing Aid"@en ; + "A Medical Artifact that is designed to improve hearing for its user."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HeatEngine -cco:HeatEngine rdf:type owl:Class ; - rdfs:subClassOf cco:Engine ; - cco:definition "An Engine that is designed to convert thermal energy into mechanical energy."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Heat Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Heat Engine"@en ; + "An Engine that is designed to convert thermal energy into mechanical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HeatSink -cco:HeatSink rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Heat_sink&oldid=1062822080"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Heat Sink"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Heat_sink&oldid=1062822080"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/HeatingArtifactFunction -cco:HeatingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which the thermal energy of a system increases."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Heating Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/HeatingSystem -cco:HeatingSystem rdf:type owl:Class ; - rdfs:subClassOf cco:EnvironmentControlSystem ; - cco:definition "An Environment Control System that is designed to heat the air or objects in a Site."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Heating System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Heating System"@en ; + "An Environment Control System that is designed to heat the air or objects in a Site."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HeavyMachineGun -cco:HeavyMachineGun rdf:type owl:Class ; - rdfs:subClassOf cco:MountedGun ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Heavy_machine_gun&oldid=1047303735"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Heavy Machine Gun"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Heavy_machine_gun&oldid=1047303735"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Height -cco:Height rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalExtent ; - cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a vertical direction."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Height"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/HelicalAntenna -cco:HelicalAntenna rdf:type owl:Class ; - rdfs:subClassOf cco:WireAntenna ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Helical_antenna&oldid=1062343033"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Helical Antenna"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Helical_antenna&oldid=1062343033"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Heliport -cco:Heliport rdf:type owl:Class ; - rdfs:subClassOf cco:Airport ; - cco:definition "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Heliport&oldid=1049937701"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Heliport"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Heliport&oldid=1049937701"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Heliport"@en ; + "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HerbicideArtifactFunction -cco:HerbicideArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:PesticideArtifactFunction ; - cco:definition "A Pesticide Artifact Function that is realized in a process which causes harm to, or the death to, unwanted plants."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Herbicide&oldid=1061228045"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Herbicide Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Herbicide&oldid=1061228045"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/HighDensityResidentialArea -cco:HighDensityResidentialArea rdf:type owl:Class ; - rdfs:subClassOf cco:PopulatedPlace ; - cco:definition "A Populated Place which is characterized by densely contained multiple-unit living structures."@en ; - cco:definition_source "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "High Density Residential Area"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "High Density Residential Area"@en ; + "A Populated Place which is characterized by densely contained multiple-unit living structures."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HighFrequency -cco:HighFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:RadioFrequency ; - cco:acronym "HF" ; - cco:alternative_label "ITU Band Number 7"@en ; - cco:definition "A Radio Frequency that is between 3 and 30 MHz."@en ; - cco:definition_source "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 100–10 m"@en ; - rdfs:label "High Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "HF" ; + "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/HighFrequencyCommunicationInstrument -cco:HighFrequencyCommunicationInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some High Frequency."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "High Frequency Communication Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Highway -cco:Highway rdf:type owl:Class ; - rdfs:subClassOf cco:Road ; - cco:definition "A Road that is designed to enable Ground Vehicles to travel between relatively major destinations."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Highway&oldid=1063985949"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Highway"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Highway&oldid=1063985949"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Highway"@en ; + "A Road that is designed to enable Ground Vehicles to travel between relatively major destinations."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HighwayInterchange -cco:HighwayInterchange rdf:type owl:Class ; - rdfs:subClassOf cco:RoadJunction ; - cco: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:definition_source "https://en.wikipedia.org/wiki/Interchange_(road)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Highway Interchange"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Interchange_(road)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hinge -cco:Hinge rdf:type owl:Class ; - rdfs:subClassOf cco:MachineBearing ; - cco:definition "A Machine Bearing that is designed to limit the angle of Rotation between two solid objects."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hinge&oldid=1059935559"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hinge"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Hinge&oldid=1059935559"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hinge"@en ; + "A Machine Bearing that is designed to limit the angle of Rotation between two solid objects."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HornAntenna -cco:HornAntenna rdf:type owl:Class ; - rdfs:subClassOf cco:RadioAntenna ; - cco:alternative_label "Microwave Horn"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Horn_antenna&oldid=1050375403"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Horn Antenna"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Horn_antenna&oldid=1050375403"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hospital -cco:Hospital rdf:type owl:Class ; - rdfs:subClassOf cco:HealthcareFacility ; - cco:definition "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hospital&oldid=1063047817"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Hospital"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Hospital&oldid=1063047817"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Hospital"@en ; + "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HospitalityArtifactFunction -cco:HospitalityArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Hospitality&oldid=1049599161"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hospitality Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Hospitality&oldid=1049599161"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hostel -cco:Hostel rdf:type owl:Class ; - rdfs:subClassOf cco:ResidentialFacility ; - cco:definition "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hostel&oldid=1057812930"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Hostel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Hostel&oldid=1057812930"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Hostel"@en ; + "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hotel -cco:Hotel rdf:type owl:Class ; - rdfs:subClassOf cco:ResidentialFacility ; - cco:definition "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hotel&oldid=1063583593"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Hotel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Hotel&oldid=1063583593"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Hotel"@en ; + "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hour -cco:Hour rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_during ; - owl:someValuesFrom cco:Day - ] ; - cco:definition "A Temporal Interval that is equal to sixty consecutive Minutes."@en ; - cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=hour" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Hour"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://wordnetweb.princeton.edu/perl/webwn?s=hour" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Hour"@en ; + "A Temporal Interval that is equal to sixty consecutive Minutes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/House -cco:House rdf:type owl:Class ; - rdfs:subClassOf cco:ResidentialFacility ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=House&oldid=1062818553"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "House"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=House&oldid=1062818553"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Howitzer -cco:Howitzer rdf:type owl:Class ; - rdfs:subClassOf cco:Cannon ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Howitzer&oldid=1059576383"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Howitzer"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Howitzer&oldid=1059576383"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicFluidReservoir -cco:HydraulicFluidReservoir rdf:type owl:Class ; - rdfs:subClassOf cco:Container ; - cco:definition "A Container that is designed to store some hydraulic fluid for use in some Hyrdraulic Power Source."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hydraulic Fluid Reservoir"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hydraulic Fluid Reservoir"@en ; + "A Container that is designed to store some hydraulic fluid for use in some Hyrdraulic Power Source."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicMotor -cco:HydraulicMotor rdf:type owl:Class ; - rdfs:subClassOf cco:PhysicallyPoweredEngine ; - cco:definition "A Physically Powered Engine that converts hydraulic pressure and flow into torque and angular displacement."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hydraulic_motor&oldid=1027427666"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hydraulic Motor"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Hydraulic_motor&oldid=1027427666"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hydraulic Motor"@en ; + "A Physically Powered Engine that converts hydraulic pressure and flow into torque and angular displacement."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicPowerSource -cco:HydraulicPowerSource rdf:type owl:Class ; - rdfs:subClassOf cco:PowerSource ; - cco:definition "A Power Source that is designed to generate, control, or transmit power by means of pressurized liquid."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hydraulic Power Source"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hydraulic Power Source"@en ; + "A Power Source that is designed to generate, control, or transmit power by means of pressurized liquid."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicPowerTransferUnit -cco:HydraulicPowerTransferUnit rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hydraulic Power Transfer Unit"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicValve -cco:HydraulicValve rdf:type owl:Class ; - rdfs:subClassOf cco:Valve ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hydraulic Valve"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydroelectricPowerPlant -cco:HydroelectricPowerPlant rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricPowerStation ; - cco:definition "An Electric Power Station that is designed to convert hydropower into electrical power."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hydroelectricity&oldid=1062438236"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Hydroelectric Power Plant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Hydroelectricity&oldid=1062438236"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Hydroelectric Power Plant"@en ; + "An Electric Power Station that is designed to convert hydropower into electrical power."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydrographicFeature -cco:HydrographicFeature rdf:type owl:Class ; - rdfs:subClassOf cco:GeographicFeature ; - cco:definition "A Geographic Feature associated with water."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Hydrographic Feature"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Hydrographic Feature"@en ; + "A Geographic Feature associated with water."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ISBNBarcode -cco:ISBNBarcode rdf:type owl:Class ; - rdfs:subClassOf cco:EANBarcode ; - cco:definition "An EAN Barcode that is used to designate books."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "ISBN Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "ISBN Barcode"@en ; + "An EAN Barcode that is used to designate books."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ISSNBarcode -cco:ISSNBarcode rdf:type owl:Class ; - rdfs:subClassOf cco:EANBarcode ; - cco:definition "An EAN Barcode that is used to designate periodicals."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "ISSN Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "ISSN Barcode"@en ; + "An EAN Barcode that is used to designate periodicals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ITFBarcode -cco:ITFBarcode rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalBarcode ; - cco:definition "A One-Dimensional Barcode that consists of an even number of numerical characters and is used primarily in packaging and distribution."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "ITF Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IdentificationFriendOrFoeTransponder -cco:IdentificationFriendOrFoeTransponder rdf:type owl:Class ; - rdfs:subClassOf cco:RadioTransponder ; - cco:alternative_label "IFF"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Identification_friend_or_foe&oldid=1055168718"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Identification Friend or Foe Transponder"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Identification_friend_or_foe&oldid=1055168718"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Ideology -cco:Ideology rdf:type owl:Class ; - rdfs:subClassOf cco:InformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Ideology"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IgnitionProcess -cco:IgnitionProcess rdf:type owl:Class ; - rdfs:subClassOf cco:NaturalProcess ; - cco:alternative_label "Ignition"@en ; - cco:definition "A Natural Process that initiates a Combustion process."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Ignition Process"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Ignition Process"@en ; + "Ignition"@en ; + "A Natural Process that initiates a Combustion process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IgnitionSystem -cco:IgnitionSystem rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to produce an Ignition process."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ignition System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Ignition System"@en ; + "A Material Artifact that is designed to produce an Ignition process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Image -cco:Image rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Image"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ImagingArtifactFunction -cco:ImagingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Imaging Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Imaging Artifact Function"@en ; + "An Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ImagingInstrument -cco:ImagingInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to produce images (visual representations) of an entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Imaging Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Imaging Instrument"@en ; + "A Material Artifact that is designed to produce images (visual representations) of an entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ImpactShieldingArtifactFunction -cco:ImpactShieldingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Impact Shielding Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ImprovisedExplosiveDevice -cco:ImprovisedExplosiveDevice rdf:type owl:Class ; - rdfs:subClassOf cco:ExplosiveWeapon ; - cco:acronym "IED" ; - cco:definition "An Explosive Weapon that is designed to be used in non-conventional military action."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Improvised_explosive_device&oldid=1063432318"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Improvised Explosive Device"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "IED" ; + "https://en.wikipedia.org/w/index.php?title=Improvised_explosive_device&oldid=1063432318"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Improvised Explosive Device"@en ; + "An Explosive Weapon that is designed to be used in non-conventional military action."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ImpulsiveForce -cco:ImpulsiveForce rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - cco:alternative_label "Imp"@en , - "Impulse"@en , - "J"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncendiaryWeapon -cco:IncendiaryWeapon rdf:type owl:Class ; - rdfs:subClassOf cco:Weapon ; - cco:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of starting a fire."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Incendiary_device&oldid=1055642422"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Incendiary Weapon"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Incendiary_device&oldid=1055642422"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Incendiary Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of starting a fire."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncorporatedOrganization -cco:IncorporatedOrganization rdf:type owl:Class ; - rdfs:subClassOf cco:Organization ; - cco:alternative_label "Corporation"@en ; - cco: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:definition_source "http://www.dictionary.com/browse/corporation" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Incorporated Organization"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/corporation" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/IncreaseOfDependentContinuant -cco:IncreaseOfDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:Change ; - cco:definition "A Change in which some Independent Continuant has an increase in the level of some Dependent Continuant that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Dependent Continuant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfDisposition -cco:IncreaseOfDisposition rdf:type owl:Class ; - rdfs:subClassOf cco:IncreaseOfRealizableEntity ; - cco:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Disposition"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfFunction -cco:IncreaseOfFunction rdf:type owl:Class ; - rdfs:subClassOf cco:IncreaseOfDisposition ; - cco:definition "An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfGenericallyDependentContinuant -cco:IncreaseOfGenericallyDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:IncreaseOfDependentContinuant ; - cco:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Generically Dependent Continuant that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Generically Dependent Continuant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfQuality -cco:IncreaseOfQuality rdf:type owl:Class ; - rdfs:subClassOf cco:IncreaseOfSpecificallyDependentContinuant ; - cco:definition "An Increase of Specifically Dependent Continuant in which some Indpendent Continuant has an increase of some Quality that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Quality"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfRealizableEntity -cco:IncreaseOfRealizableEntity rdf:type owl:Class ; - rdfs:subClassOf cco:IncreaseOfSpecificallyDependentContinuant ; - cco:definition "An Increase of Specifically Dependent Continuant in which some Independent Continuant has an increase of some Realizable Entity that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Realizable Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfRole -cco:IncreaseOfRole rdf:type owl:Class ; - rdfs:subClassOf cco:IncreaseOfRealizableEntity ; - cco:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfSpecificallyDependentContinuant -cco:IncreaseOfSpecificallyDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:IncreaseOfDependentContinuant ; - cco:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Specifically Dependent Continuant that it bears."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Specifically Dependent Continuant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InertialNavigationSystem -cco:InertialNavigationSystem rdf:type owl:Class ; - rdfs:subClassOf cco:NavigationSystem ; - cco:alternative_label "INS"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Inertial_navigation_system&oldid=1063682725"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Inertial Navigation System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Inertial_navigation_system&oldid=1063682725"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfantryFightingVehicle -cco:InfantryFightingVehicle rdf:type owl:Class ; - rdfs:subClassOf cco:ArmoredFightingVehicle ; - cco:acronym "IFV" ; - cco:definition "An Armored Fighting Vehicle that is designed to carry infantry into battle and to provide fire support for them."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Infantry_fighting_vehicle&oldid=1062470745"^^xsd:anyURI ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Infantry Fighting Vehicle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "IFV" ; + "https://en.wikipedia.org/w/index.php?title=Infantry_fighting_vehicle&oldid=1062470745"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationBearingArtifact -cco:InformationBearingArtifact rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:InformationContentEntity - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:InformationMediumArtifact - ] ; - cco:definition "A Material Artifact that carries an Information Content Entity and is designed to do so using a particular format or structure."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Information Bearing Artifact"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationBearingEntity -cco:InformationBearingEntity rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000030 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000101 ; - owl:someValuesFrom cco:InformationContentEntity - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000030 ; - cco:alternative_label "IBE"@en ; - cco:definition "An Object upon which an Information Content Entity generically depends."@en ; - cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000178"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Information Bearing Entity"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://purl.obolibrary.org/obo/IAO_0000178"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Information Bearing Entity"@en ; + "IBE"@en ; + "An Object upon which an Information Content Entity generically depends."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationContentEntity -cco:InformationContentEntity rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000031 - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_about ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000031 ; - cco:alternative_label "ICE"@en ; - cco:definition "A Generically Dependent Continuant that generically depends on some Information Bearing Entity and stands in relation of aboutness to some Entity."@en ; - cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000030" ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Information Content Entity"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://purl.obolibrary.org/obo/IAO_0000030" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/InformationLine -cco:InformationLine rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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 ; - cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Information Line"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationMediumArtifact -cco:InformationMediumArtifact rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to have some Information Bearing Artifact as part."@en ; - cco:example_of_usage "A magnetic hard drive" , - "A notebook" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationProcessingArtifact -cco:InformationProcessingArtifact rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to use algorithms to transform some Information Content Entity into another Information Content Entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Information Processing Artifact"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationQualityEntity -cco:InformationQualityEntity rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000197 ; - owl:someValuesFrom cco:InformationBearingEntity - ] ; - cco:alternative_label "IQE"@en ; - cco:definition "A Quality that concretizes some Information Content Entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfraredCamera -cco:InfraredCamera rdf:type owl:Class ; - rdfs:subClassOf cco:Camera ; - cco:alternative_label "Thermal Imaging Camera"@en , - "Thermographic Camera"@en ; - cco:definition "A Camera that is designed to form and record an image generated from infrared radiation."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Thermographic_camera&oldid=1063916009"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Infrared Camera"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Thermographic_camera&oldid=1063916009"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfraredLightFrequency -cco:InfraredLightFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 gigahertz and 430 tetrahertz."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Infrared&oldid=1064111319"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Infrared Light Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Infrared&oldid=1064111319"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Infrared Light Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 gigahertz and 430 tetrahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfraredTelescope -cco:InfraredTelescope rdf:type owl:Class ; - rdfs:subClassOf cco:Telescope ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Infrared_telescope&oldid=1062918090"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Infrared Telescope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Infrared_telescope&oldid=1062918090"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfrasonicFrequency -cco:InfrasonicFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:SoundFrequency ; - cco:definition "A Sound Frequency that is below 20 Hz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Infrasonic Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Infrasonic Frequency"@en ; + "A Sound Frequency that is below 20 Hz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Infrastructure -cco:Infrastructure rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - cco:alternative_label "Infrastructure"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Infrastructure System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfrastructureElement -cco:InfrastructureElement rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:InfrastructureRole - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000040 ; - cco:definition "A Material Entity that bears an Infrastructure Role."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Infrastructure Element"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Infrastructure Element"@en ; + "A Material Entity that bears an Infrastructure Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfrastructureRole -cco:InfrastructureRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco: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:definition_source "https://archive.org/details/economicsprincip00osul/page/n489/mode/2up"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://archive.org/details/economicsprincip00osul/page/n489/mode/2up"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InhibitingMotionArtifactFunction -cco:InhibitingMotionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by processes in which some Artifact is used to inhibit the motion of some object."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Inhibiting Motion Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Initialism -cco:Initialism rdf:type owl:Class ; - rdfs:subClassOf cco:AbbreviatedName ; - cco: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 ; - cco:example_of_usage "USA, CPU, BBC" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Initialism"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/InsecticideArtifactFunction -cco:InsecticideArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:PesticideArtifactFunction ; - cco:definition "A Pesticide Artifact Function that is realized in a process that causes harm to, or the death of, an insect."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Insecticide&oldid=1063322558"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Insecticide Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Insecticide&oldid=1063322558"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InstantMessaging -cco:InstantMessaging rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of IMing"@en , - "Act of Instant Messaging"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Instant_messaging&oldid=1062873579"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Instant Messaging"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Instant_messaging&oldid=1062873579"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InstrumentDisplayPanel -cco:InstrumentDisplayPanel rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Flight_instruments&oldid=1062972990"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Instrument Display Panel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Flight_instruments&oldid=1062972990"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IntentionalAct -cco:IntentionalAct rdf:type owl:Class ; - rdfs:subClassOf cco:Act ; - cco:alternative_label "Intentional Act"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Planned Act"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IntercommunicationSystem -cco:IntercommunicationSystem rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationSystem ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Intercom&oldid=1055934442"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Intercommunication System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Intercom&oldid=1055934442"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InteriorLightingSystem -cco:InteriorLightingSystem rdf:type owl:Class ; - rdfs:subClassOf cco:LightingSystem ; - cco:definition "A Lighting System that is designed to emit light within the interior of some area."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Interior Lighting System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Interior Lighting System"@en ; + "A Lighting System that is designed to emit light within the interior of some area."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InternalCombustionEngine -cco:InternalCombustionEngine rdf:type owl:Class ; - rdfs:subClassOf cco:CombustionEngine ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Internal_combustion_engine&oldid=1063281505"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Internal Combustion Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Internal_combustion_engine&oldid=1063281505"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InternationalCommunity -cco:InternationalCommunity rdf:type owl:Class ; - rdfs:subClassOf cco:GroupOfAgents ; - "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 ; - cco:definition "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ; - cco:definition_source "https://dictionary.cambridge.org/us/dictionary/english/international-community" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "International Community"@en ; - "International Community"@en . + 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 ; + "https://dictionary.cambridge.org/us/dictionary/english/international-community" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "International Community"@en ; + "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ; + "International Community"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InterpersonalRelationshipRole -cco:InterpersonalRelationshipRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Interpersonal Relationship Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Interphone -cco:Interphone rdf:type owl:Class ; - rdfs:subClassOf cco:IntercommunicationSystem ; - cco:definition "An Intercommunication System that that is designed to facilitate some Act of Communication between agents by means of audio messages."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Interphone"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IntervalEstimateInformationContentEntity -cco:IntervalEstimateInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:EstimateInformationContentEntity ; - cco:alternative_label "Interval Estimate"@en , - "Interval Estimate Measurement Information Content Entity"@en ; - cco:definition "An Estimate Information Content Entity that consists of an interval of possible (or probable) values for the measured entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Interval Estimate Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/IntervalMeasurementInformationContentEntity -cco:IntervalMeasurementInformationContentEntity rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:MeasurementInformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_a_interval_measurement_of ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:MeasurementInformationContentEntity ; - owl:disjointWith cco:NominalMeasurementInformationContentEntity , - cco:OrdinalMeasurementInformationContentEntity , - cco:RatioMeasurementInformationContentEntity ; - cco:definition "A Measurement Information Content Entity that places a Quality of an Entity onto some interval scale having no true zero value."@en ; - cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith , + , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InverseSawtoothWaveform -cco:InverseSawtoothWaveform rdf:type owl:Class ; - rdfs:subClassOf cco:Waveform ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Inverse Sawtooth Waveform"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Iris -cco:Iris rdf:type owl:Class ; - rdfs:subClassOf cco:BodilyComponent , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:Eye - ] ; - cco: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:definition_source "http://www.thefreedictionary.com/iris" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Iris"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.thefreedictionary.com/iris" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/JAN13Barcode -cco:JAN13Barcode rdf:type owl:Class ; - rdfs:subClassOf cco:EANBarcode ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "JAN-13 Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/JetEngine -cco:JetEngine rdf:type owl:Class ; - rdfs:subClassOf cco:ReactionEngine ; - cco:definition "A Reaction Engine that discharges a fast moving jet that generates Thrust by jet propulsion."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Jet_engine&oldid=1060157063"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Jet_engine&oldid=1060157063"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/JournalArticle -cco:JournalArticle rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Journal Article"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDate -cco:JulianDate rdf:type owl:Class ; - rdfs:subClassOf cco:TimeOfDay , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000132 ; - owl:someValuesFrom cco:JulianDay - ] ; - cco:acronym "JD" ; - cco:definition "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en ; - cco:definition_source "https://www.defit.org/julian-date/" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Julian Date"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "JD" ; + "https://www.defit.org/julian-date/" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Julian Date"@en ; + "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDateFraction -cco:JulianDateFraction rdf:type owl:Class ; - rdfs:subClassOf cco:DecimalTimeOfDayIdentifier ; - cco:alternative_label "Julian Date Time Identifier"@en , - "Julian Day Fraction"@en ; - cco:definition "A Decimal Time of Day Identifier that designates an approximate Temporal Instant that is part of some Julian Day."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Julian Date Fraction"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDateIdentifier -cco:JulianDateIdentifier rdf:type owl:Class ; - rdfs:subClassOf cco:DecimalTimeOfDayIdentifier , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:someValuesFrom cco:JulianDateFraction - ] , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:someValuesFrom cco:JulianDayNumber - ] , - [ rdf:type owl:Restriction ; - owl:onProperty cco:designates ; - owl:someValuesFrom cco:JulianDate - ] ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Julian Date Identifier"@en . + 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 + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDay -cco:JulianDay rdf:type owl:Class ; - rdfs:subClassOf cco:CalendarDay ; - cco:definition "A Calendar Day in the Julian Calendar."@en ; - cco:definition_source "https://www.defit.org/julian-date/" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "A Julian Day begins at noon Universal Time and is twenty-four Hours in duration."@en ; - rdfs:label "Julian Day"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://www.defit.org/julian-date/" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDayNumber -cco:JulianDayNumber rdf:type owl:Class ; - rdfs:subClassOf cco:DecimalDateIdentifier , - [ rdf:type owl:Restriction ; - owl:onProperty cco:designates ; - owl:someValuesFrom cco:JulianDay - ] ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Julian Day Number"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianYear -cco:JulianYear rdf:type owl:Class ; - rdfs:subClassOf cco:CalendarYear ; - cco:definition "A Calendar Year in the Julian Calendar."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LandMine -cco:LandMine rdf:type owl:Class ; - rdfs:subClassOf cco:ExplosiveWeapon ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Land_mine&oldid=1060289159"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Land Mine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Land_mine&oldid=1060289159"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LandTransportationArtifact -cco:LandTransportationArtifact rdf:type owl:Class ; - rdfs:subClassOf cco:TransportationArtifact ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Land Transportation Artifact"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Landfill -cco:Landfill rdf:type owl:Class ; - rdfs:subClassOf cco:WasteManagementFacility ; - cco:definition "A Waste Management Facility that is designed for disposing of waste by burial."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Landfill&oldid=1058364420"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Landfill"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Landfill&oldid=1058364420"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Landfill"@en ; + "A Waste Management Facility that is designed for disposing of waste by burial."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LandlineTelephone -cco:LandlineTelephone rdf:type owl:Class ; - rdfs:subClassOf cco:Telephone ; - cco:definition "A Telephone that is connected to a Telephone Network through a pair of wires."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Landline Telephone"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Landline Telephone"@en ; + "A Telephone that is connected to a Telephone Network through a pair of wires."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Language -cco:Language rdf:type owl:Class ; - rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco:definition "A Directive Information Content Entity that prescribes a canonical format for communication."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Language"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Language"@en ; + "A Directive Information Content Entity that prescribes a canonical format for communication."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LanguageSkill -cco:LanguageSkill rdf:type owl:Class ; - rdfs:subClassOf cco:Skill ; - cco:definition "A Skill that is realized by an Act which is prescribed by a Language."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Language Skill"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Language Skill"@en ; + "A Skill that is realized by an Act which is prescribed by a Language."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LargeScaleRocketLauncher -cco:LargeScaleRocketLauncher rdf:type owl:Class ; - rdfs:subClassOf cco:RocketLauncher ; - cco:definition "A Rocket Launcher that is designed to contain multiple Rocket Launchers."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Large-Scale Rocket Launcher"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Large-Scale Rocket Launcher"@en ; + "A Rocket Launcher that is designed to contain multiple Rocket Launchers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Laser -cco:Laser rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Laser&oldid=1059215159"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Laser"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Laser&oldid=1059215159"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LeadAcidElectricBattery -cco:LeadAcidElectricBattery rdf:type owl:Class ; - rdfs:subClassOf cco:SecondaryCellElectricBattery ; - cco:definition "A Secondary Cell Electric Battery that has a lead anode and lead oxide cathode."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lead%E2%80%93acid_battery&oldid=1061641405"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Lead Acid Electric Battery"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Lead%E2%80%93acid_battery&oldid=1061641405"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Lead Acid Electric Battery"@en ; + "A Secondary Cell Electric Battery that has a lead anode and lead oxide cathode."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LegalArtifactFunction -cco:LegalArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Law&oldid=1060821734"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Legal Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Law&oldid=1060821734"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LegalInstrument -cco:LegalInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Legal_instrument&oldid=1054387344"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Legal Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Legal_instrument&oldid=1054387344"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LegalName -cco:LegalName rdf:type owl:Class ; - rdfs:subClassOf cco:ProperName ; - cco:definition "A Proper Name that is an official name for the designated entity as determined by a Government or court of law."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Legal Name"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LegalSystemAct -cco:LegalSystemAct rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."@en ; - cco:definition_source "http://www.id.uscourts.gov/glossary.htm" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Legal System Act"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.id.uscourts.gov/glossary.htm" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/Length -cco:Length rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalExtent ; - cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's greatest extent in one direction."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Length"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LifeSupportArtifactFunction -cco:LifeSupportArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Life Support Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LiftingArtifactFunction -cco:LiftingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by processes in which some Artifact is used to lift some object."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Lifting Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LightMachineGun -cco:LightMachineGun rdf:type owl:Class ; - rdfs:subClassOf cco:LongGun ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Light_machine_gun&oldid=1063598801"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Light Machine Gun"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Light_machine_gun&oldid=1063598801"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LightingSystem -cco:LightingSystem rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to emit light within some area."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Lighting System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Lighting System"@en ; + "A Material Artifact that is designed to emit light within some area."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/List -cco:List rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "List"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LithiumIonElectricBattery -cco:LithiumIonElectricBattery rdf:type owl:Class ; - rdfs:subClassOf cco:SecondaryCellElectricBattery ; - cco:definition "A Secondary Cell Electric Battery that produces electricity when lithium ions move from anode to cathode."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=1064099588"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Lithium-ion Electric Battery"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=1064099588"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Lithium-ion Electric Battery"@en ; + "A Secondary Cell Electric Battery that produces electricity when lithium ions move from anode to cathode."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LocalAdministrativeRegion -cco:LocalAdministrativeRegion rdf:type owl:Class ; - rdfs:subClassOf cco:GeopoliticalEntity ; - cco:alternative_label "Locality"@en ; - cco:definition "A Government Domain that delimits a local Government."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Local Administrative Region"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Local Administrative Region"@en ; + "Locality"@en ; + "A Government Domain that delimits a local Government."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Locomotive -cco:Locomotive rdf:type owl:Class ; - rdfs:subClassOf cco:RailTransportVehicle ; - cco:definition "A Rail Transport Vehicle that is designed to provide the motive power for a Train."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Locomotive&oldid=1062802629"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Locomotive"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Locomotive&oldid=1062802629"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Locomotive"@en ; + "A Rail Transport Vehicle that is designed to provide the motive power for a Train."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LongGun -cco:LongGun rdf:type owl:Class ; - rdfs:subClassOf cco:Firearm ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Long_gun&oldid=1063715506"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Long Gun"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Long_gun&oldid=1063715506"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LongitudinalWaveProfile -cco:LongitudinalWaveProfile rdf:type owl:Class ; - rdfs:subClassOf cco:WaveProcessProfile , - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_part_of_process ; - owl:someValuesFrom cco:MechanicalWaveProcess - ] ; - cco:alternative_label "Compression Wave"@en , - "Longitudinal Wave"@en ; - cco: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:definition_source "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Longitudinal Wave Profile"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/LossOfDependentContinuant -cco:LossOfDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:Change ; - cco:definition "A Change in which some Independent Continuant ceases to be the bearer or carrier of some Dependent Continuant."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Dependent Continuant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfDisposition -cco:LossOfDisposition rdf:type owl:Class ; - rdfs:subClassOf cco:LossOfRealizableEntity ; - cco:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Disposition"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfFunction -cco:LossOfFunction rdf:type owl:Class ; - rdfs:subClassOf cco:LossOfDisposition ; - cco:definition "A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Loss of Function"@en ; + "A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfGenericallyDependentContinuant -cco:LossOfGenericallyDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:LossOfDependentContinuant ; - cco:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some Generically Dependent Continuant."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Generically Dependent Continuant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfQuality -cco:LossOfQuality rdf:type owl:Class ; - rdfs:subClassOf cco:LossOfSpecificallyDependentContinuant ; - cco:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Quality."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Quality"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfRealizableEntity -cco:LossOfRealizableEntity rdf:type owl:Class ; - rdfs:subClassOf cco:LossOfSpecificallyDependentContinuant ; - cco:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Realizable Entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Realizable Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfRole -cco:LossOfRole rdf:type owl:Class ; - rdfs:subClassOf cco:LossOfRealizableEntity ; - cco:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfSpecificallyDependentContinuant -cco:LossOfSpecificallyDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:LossOfDependentContinuant ; - cco:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Specifically Dependent Continuant."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Specifically Dependent Continuant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LotNumber -cco:LotNumber rdf:type owl:Class ; - rdfs:subClassOf cco:CodeIdentifier ; - cco:definition "A Code Identifier that designates a particular quantity or lot of material from a single manufacturer."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lot_number&oldid=1061846325"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Lot Number"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Lot_number&oldid=1061846325"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Lot Number"@en ; + "A Code Identifier that designates a particular quantity or lot of material from a single manufacturer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Loudness -cco:Loudness rdf:type owl:Class ; - rdfs:subClassOf cco:SoundProcessProfile ; - cco: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:definition_source "https://byjus.com/physics/loudness-of-sound/"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loudness"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://byjus.com/physics/loudness-of-sound/"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LowDensityResidentialArea -cco:LowDensityResidentialArea rdf:type owl:Class ; - rdfs:subClassOf cco:PopulatedPlace ; - cco:definition "A Populated Place where houses are on lots of more than one acre."@en ; - cco:definition_source "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Low Density Residential Area"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Low Density Residential Area"@en ; + "A Populated Place where houses are on lots of more than one acre."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LowFrequency -cco:LowFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:RadioFrequency ; - cco:acronym "LF" ; - cco:alternative_label "ITU Band Number 5"@en ; - cco:definition "A Radio Frequency that is between 30 and 300 kHz."@en ; - cco:definition_source "International Telecommunication Union (ITU)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 10–1 km"@en ; - rdfs:label "Low Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "LF" ; + "International Telecommunication Union (ITU)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LowMidrangeFrequency -cco:LowMidrangeFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 250 and 500 Hz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Low Midrange Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Low Midrange Frequency"@en ; + "A Sonic Frequency that is between 250 and 500 Hz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LubricationSystem -cco:LubricationSystem rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to contain, transfer, and regulate the flow of lubricant to multiple locations in an Artifact."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LuminescentProperty -cco:LuminescentProperty rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalProperty ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Luminescence&oldid=1050169944"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Luminescence&oldid=1050169944"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LunarCalendarSystem -cco:LunarCalendarSystem rdf:type owl:Class ; - rdfs:subClassOf cco:CalendarSystem ; - cco:definition "A Calendar System that is designed to organize and identify dates based on the cycles of the Moon's phases."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lunar_calendar&oldid=1055396837"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Lunar Calendar System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Lunar_calendar&oldid=1055396837"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MSIPlesseyBarcode -cco:MSIPlesseyBarcode rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalBarcode ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "MSI Plessey Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MachineBearing -cco:MachineBearing rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to constrain relative motion to only desired motion and reduces friction between moving parts."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Machine Bearing"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Magenta -cco:Magenta rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color consisting of red and blue hues."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Magenta"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Magenta"@en ; + "A Color consisting of red and blue hues."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Magnetic -cco:Magnetic rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000016 ; - cco:definition "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Magnetism"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Magnetism"@en ; + "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Mailing -cco:Mailing rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Mailing"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Mailing"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MailingFacility -cco:MailingFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for the systematic physical transportation of documents and packages."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Mailing Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Mailing Facility"@en ; + "A Facility that is designed for the systematic physical transportation of documents and packages."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaintenanceFacility -cco:MaintenanceFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco: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:definition_source "http://www.dictionary.com/browse/maintain" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Maintenance Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/maintain" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/MajorAxis -cco:MajorAxis rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - cco:definition "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Major Axis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaleSex -cco:MaleSex rdf:type owl:Class ; - rdfs:subClassOf cco:BiologicalSex ; - cco:definition "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en ; - cco:definition_source "http://purl.org/obo/owl/PATO#PATO_0000384" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Male Sex"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://purl.org/obo/owl/PATO#PATO_0000384" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Male Sex"@en ; + "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ManualTool -cco:ManualTool rdf:type owl:Class ; - rdfs:subClassOf cco:Tool ; - cco:alternative_label "Hand Tool"@en ; - cco:definition "A Tool that is designed to be powered by manual labor rather than by an engine."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hand_tool&oldid=1060741381"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Manual Tool"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Hand_tool&oldid=1060741381"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Maroon -cco:Maroon rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color consisting of purple and brown hue."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Maroon"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Maroon"@en ; + "A Color consisting of purple and brown hue."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Married -cco:Married rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfGenericallyDependentContinuant ; - cco:alternative_label "Married Stasis"@en ; - cco: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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Married"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "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" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Mass -cco:Mass rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality that inheres in a bearer in virtue of the amount of matter in that bearer."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MassSpecification -cco:MassSpecification rdf:type owl:Class ; - rdfs:subClassOf cco:QualitySpecification ; - cco:definition "A Quality Specification that prescribes the Amount of Mass that a Material Entity should have."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Mass Specification"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Mass Specification"@en ; + "A Quality Specification that prescribes the Amount of Mass that a Material Entity should have."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaterialTerritoryOfACountry -cco:MaterialTerritoryOfACountry rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:MaterialTerritoryOfAGovernmentDomain - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000171 ; - owl:someValuesFrom cco:Country - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:MaterialTerritoryOfAGovernmentDomain ; - "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 ; - cco:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ; - cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Material Territory of a Country"@en ; - "Material Territory of a Country"@en . + 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 ; + "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaterialTerritoryOfAGovernmentDomain -cco:MaterialTerritoryOfAGovernmentDomain rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:PortionOfGeosphere - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000171 ; - owl:someValuesFrom cco:GeopoliticalEntity - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:PortionOfGeosphere ; - "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 ; - cco:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ; - cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Material Territory of a Government Domain"@en ; - "Material Territory of a Government Domain"@en . + 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 ; + "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaximumOrdinalMeasurementInformationContentEntity -cco:MaximumOrdinalMeasurementInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Maximum Ordinal Measurement Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaximumPower -cco:MaximumPower rdf:type owl:Class ; - rdfs:subClassOf cco:Power ; - cco:definition "A Power that is characterized by the maximum rate of Work, or Energy consumed, done in a given time period."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Maximum Power"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaximumSpeedArtifactFunction -cco:MaximumSpeedArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:SpeedArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Maximum Speed Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeanPointEstimateInformationContentEntity -cco:MeanPointEstimateInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:PointEstimateInformationContentEntity ; - cco:alternative_label "Arithmetic Mean"@en , - "Average"@en , - "Mean"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Mean Point Estimate Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementArtifactFunction -cco:MeasurementArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Measurement Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementInformationContentEntity -cco:MeasurementInformationContentEntity rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:DescriptiveInformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_a_measurement_of ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:DescriptiveInformationContentEntity ; - owl:disjointWith cco:RepresentationalInformationContentEntity ; - cco:alternative_label "Measurement ICE"@en ; - cco:definition "A Descriptive Information Content Entity that describes the extent, dimensions, quantity, or quality of an Entity relative to some standard."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Measurement Information Content Entity"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit -cco:MeasurementUnit rdf:type owl:Class ; - rdfs:subClassOf cco:DescriptiveInformationContentEntity ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Unit_of_measurement&oldid=1061038125"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Unit_of_measurement&oldid=1061038125"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration -cco:MeasurementUnitOfAcceleration rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the rate at which objects change their velocities per unit of time."@en ; - cco:example_of_usage "feet per second per second, kilometers per second per second" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Acceleration"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance -cco:MeasurementUnitOfAmountOfSubstance rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:alternative_label "Measurement Unit of Chemical Amount"@en , - "Measurement Unit of Enplethy"@en ; - cco:definition "A Measurement Unit used in measurements of the number of a specified type of particle in a portion of matter."@en ; - cco:example_of_usage "mole, pound-mole" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology" ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology" ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle -cco:MeasurementUnitOfAngle rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the angle between two lines or planes in relation to a vertex."@en ; - cco:example_of_usage "degrees, radians" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Angle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea -cco:MeasurementUnitOfArea rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of two-dimensional regions or Geospatial Regions."@en ; - cco:example_of_usage "square feet, square meters, acre, hectare" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Area"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAreaMomentOfInertia -cco:MeasurementUnitOfAreaMomentOfInertia rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:alternative_label "Measurement Unit of Second Area Moment"@en ; - cco:definition "A Measurement Unit used in measurements of the distribution of Mass of an object with respect to an axis."@en ; - cco:elucidation "A measure of an object’s resistance to bending or deflection."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Area Moment of Inertia"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfDensity -cco:MeasurementUnitOfDensity rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the mass of an object per unit of its total volume."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Density"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce -cco:MeasurementUnitOfElectromagneticForce rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the electromagnetic force between electrically charged entities."@en ; - cco:example_of_usage "volt, ampere, coulomb" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Electromagnetic Force"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy -cco:MeasurementUnitOfEnergy rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the Amount of work that is available in an object."@en ; - cco:example_of_usage "ft-lbs, calorie, horsepower, kilowatt" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Energy"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFlow -cco:MeasurementUnitOfFlow rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the rate at which portions of a substance pass per unit of time."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Flow"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce -cco:MeasurementUnitOfForce rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en ; - cco:example_of_usage "newton, dyne, pound force " ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Force"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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 " . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency -cco:MeasurementUnitOfFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the number of times an event repeats per unit of time."@en ; - cco:example_of_usage "hertz, revolutions per minute" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfGeocoordinate -cco:MeasurementUnitOfGeocoordinate rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit specifying the geospatial coordinates of a location."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Geocoordinate"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Geocoordinate"@en ; + "A Measurement Unit specifying the geospatial coordinates of a location."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfImpulse -cco:MeasurementUnitOfImpulse rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the integral of a Force applied to a portion of matter over a temporal interval."@en ; - cco:example_of_usage "N s, dyne second" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Impulse"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength -cco:MeasurementUnitOfLength rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of one-dimensional regions or Geospatial Regions."@en ; - cco:example_of_usage "foot, meter, kilometer, mile" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Length"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass -cco:MeasurementUnitOfMass rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of an object's resistance to Acceleration when a Force is applied to the object."@en ; - cco:example_of_usage "ounce, gram, pound" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Mass"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate -cco:MeasurementUnitOfMassFlowRate rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnitOfFlow ; - cco:definition "A Measurement Unit of Flow used in measurements of the rate at which the Mass of a substance passes per unit time."@en ; - cco:example_of_usage "kilogram per second, slug per second, pound per second" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Mass Flow Rate"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMomentum -cco:MeasurementUnitOfMomentum rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the Momentum of a portion of matter that is in Motion."@en ; - cco:example_of_usage "kg m/s, slug ft/s, g m/s" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Momentum"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower -cco:MeasurementUnitOfPower rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of rates of work."@en ; - cco:example_of_usage "watt, horsepower" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Power"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure -cco:MeasurementUnitOfPressure rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of Force applied perpendicular to a surface per unit area."@en ; - cco:example_of_usage "pascal, atmosphere, pound-force per square inch" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Pressure"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfRotationalInertia -cco:MeasurementUnitOfRotationalInertia rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:alternative_label "Measurement Unit of Moment of Inertia"@en , - "Measurement Unit of Rotational Mass"@en ; - cco:definition "A Measurement Unit used in measurements of the distribution of Mass of an object with respect to its axis of rotation."@en ; - cco:elucidation "A measure of an object’s resistance to change in its state of rotation."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Rotational Inertia"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSoundLevel -cco:MeasurementUnitOfSoundLevel rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the level (the loudness) of sounds."@en ; - cco:example_of_usage "decibels, sones" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Sound Level"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed -cco:MeasurementUnitOfSpeed rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the rates at which objects traverse distance."@en ; - cco:example_of_usage "miles per hour, kilometers per hour, knot, mach" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Speed"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTemperature -cco:MeasurementUnitOfTemperature rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of the thermal energy in an object."@en ; - cco:example_of_usage "celsius, fahrenheit, kelvin" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Temperature"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime -cco:MeasurementUnitOfTime rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of temporal regions."@en ; - cco:example_of_usage "second, minute, hour, day" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Time"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTorque -cco:MeasurementUnitOfTorque rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:alternative_label "Measurement Unit of Moment of Force"@en , - "Measurement Unit of Rotational Force"@en ; - cco:definition "A Measurement Unit used in measurements of the rate of change of angular momentum of an object."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Torque"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume -cco:MeasurementUnitOfVolume rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of sites or three-dimensional regions or Geospatial Regions."@en ; - cco:example_of_usage "cubic feet, cubic meter, quart, liter" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Volume"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate -cco:MeasurementUnitOfVolumetricFlowRate rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnitOfFlow ; - cco:definition "A Measurement Unit of Flow used in measurements of the rate at which volumes of fluid pass per unit time."@en ; - cco:example_of_usage "cubic metres per second, standard cubic centimeters per minute, cubic feet per second, gallons per minute" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Volumetric Flow Rate"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork -cco:MeasurementUnitOfWork rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of displacements of points to which Forces have been applied."@en ; - cco:example_of_usage "joule, erg, kilowatt hour" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Work"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MechanicalProcess -cco:MechanicalProcess rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000015 ; - cco:definition "A Process that is the realization of some Disposition of an Artifact"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Mechanical Process"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Mechanical Process"@en ; + "A Process that is the realization of some Disposition of an Artifact"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MechanicalWaveProcess -cco:MechanicalWaveProcess rdf:type owl:Class ; - rdfs:subClassOf cco:WaveProcess ; - cco:definition "A Wave Process that involves Oscillation of a portion of matter such that energy is transferred through the material medium."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mechanical_wave&oldid=1057233679"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Mechanical Wave Process"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Mechanical_wave&oldid=1057233679"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MedianPointEstimateInformationContentEntity -cco:MedianPointEstimateInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:PointEstimateInformationContentEntity ; - cco:alternative_label "Median"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Median Point Estimate Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MedicalArtifact -cco:MedicalArtifact rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed for diagnosing, treating, or preventing disease, disability, or death."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Medical Artifact"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Medical Artifact"@en ; + "A Material Artifact that is designed for diagnosing, treating, or preventing disease, disability, or death."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MedicalDepot -cco:MedicalDepot rdf:type owl:Class ; - rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store medical supplies."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Medical Depot"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Medical Depot"@en ; + "A Storage Facility that is designed to store medical supplies."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MediumFrequency -cco:MediumFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:RadioFrequency ; - cco:acronym "MF" ; - cco:alternative_label "ITU Band Number 6"@en ; - cco:definition "A Radio Frequency that is between 300 kHz and 3 MHz."@en ; - cco:definition_source "International Telecommunication Union (ITU)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 1,000–100 m"@en ; - rdfs:label "Medium Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "MF" ; + "International Telecommunication Union (ITU)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MediumMachineGun -cco:MediumMachineGun rdf:type owl:Class ; - rdfs:subClassOf cco:MountedGun ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Medium_machine_gun&oldid=1063571269"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Medium Machine Gun"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Medium_machine_gun&oldid=1063571269"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Message -cco:Message rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Message"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Microscope -cco:Microscope rdf:type owl:Class ; - rdfs:subClassOf cco:ImagingInstrument ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Microscope&oldid=1059024357"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Microscope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Microscope&oldid=1059024357"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MicrowaveFrequency -cco:MicrowaveFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:RadioFrequency ; - cco:definition "A Radio Frequency that is between 300 MHz and 300 GHz."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Microwave&oldid=1062124842"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 1,000–1 mm"@en ; - rdfs:label "Microwave Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Microwave&oldid=1062124842"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MidInfraredLightFrequency -cco:MidInfraredLightFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:InfraredLightFrequency ; - cco:definition "An Infrared Light Frequency that is between 20 and 214 terahertz."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Mid Infrared Light Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Mid Infrared Light Frequency"@en ; + "An Infrared Light Frequency that is between 20 and 214 terahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MidrangeFrequency -cco:MidrangeFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 500 Hz and 2 kHz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Midrange Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Midrange Frequency"@en ; + "A Sonic Frequency that is between 500 Hz and 2 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryArtifactFunction -cco:MilitaryArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes related to the armed services."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Military Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Military Artifact Function"@en ; + "A Service Artifact Function that is realized in processes related to the armed services."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryBase -cco:MilitaryBase rdf:type owl:Class ; - rdfs:subClassOf cco:MilitaryFacility ; - cco:definition "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military_base&oldid=1047077734"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Military Base"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Military_base&oldid=1047077734"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Military Base"@en ; + "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryFacility -cco:MilitaryFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to support a Military Force."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Military Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Military Facility"@en ; + "A Facility that is designed to support a Military Force."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryHeadquartersFacility -cco:MilitaryHeadquartersFacility rdf:type owl:Class ; - rdfs:subClassOf cco:MilitaryFacility ; - cco:definition "A Military Facility that is designed for military administration and coordination."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Headquarters&oldid=1046429636"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Military Headquarters Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Headquarters&oldid=1046429636"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Military Headquarters Facility"@en ; + "A Military Facility that is designed for military administration and coordination."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryPersonnelForce -cco:MilitaryPersonnelForce rdf:type owl:Class ; - rdfs:subClassOf cco:ArmedForce ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Military Personnel Force"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryTimeZoneIdentifier -cco:MilitaryTimeZoneIdentifier rdf:type owl:Class ; - rdfs:subClassOf cco:TimeZoneIdentifier ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Military Time Zone Identifier"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Mine -cco:Mine rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Mine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MinimumOrdinalMeasurementInformationContentEntity -cco:MinimumOrdinalMeasurementInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Minimum Ordinal Measurement Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MinimumSpeedArtifactFunction -cco:MinimumSpeedArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:SpeedArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Minimum Speed Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MinorAxis -cco:MinorAxis rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Semi-major_and_semi-minor_axes&oldid=1047911304"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Minor Axis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Semi-major_and_semi-minor_axes&oldid=1047911304"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Minute -cco:Minute rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_during ; - owl:someValuesFrom cco:Hour - ] ; - cco:definition "A Temporal Interval that is equal to sixty consecutive Seconds."@en ; - cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=minute" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Minute"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://wordnetweb.princeton.edu/perl/webwn?s=minute" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Minute"@en ; + "A Temporal Interval that is equal to sixty consecutive Seconds."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Mirror -cco:Mirror rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalInstrument ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Mirror&oldid=1063296474"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Mirror"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Mirror&oldid=1063296474"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MissileLaunchSite -cco:MissileLaunchSite rdf:type owl:Class ; - rdfs:subClassOf cco:MilitaryFacility ; - cco:definition "A Military Facility that is designed for storing and launching missiles."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Missile_launch_facility&oldid=1062709375"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Missile Launch Site"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Missile_launch_facility&oldid=1062709375"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Missile Launch Site"@en ; + "A Military Facility that is designed for storing and launching missiles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MissileLauncher -cco:MissileLauncher rdf:type owl:Class ; - rdfs:subClassOf cco:ProjectileLauncher ; - cco:definition "A Projectile Launcher that is designed to launch one or more Precision-Guided Missiles."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Missile Launcher"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Missile Launcher"@en ; + "A Projectile Launcher that is designed to launch one or more Precision-Guided Missiles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MobileTelephone -cco:MobileTelephone rdf:type owl:Class ; - rdfs:subClassOf cco:Telephone ; - cco:definition "A Telephone that is connected to a Telephone Network by radio waves."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mobile_phone&oldid=1061800841"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Mobile Telephone"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Mobile_phone&oldid=1061800841"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Mobile Telephone"@en ; + "A Telephone that is connected to a Telephone Network by radio waves."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModePointEstimateInformationContentEntity -cco:ModePointEstimateInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:PointEstimateInformationContentEntity ; - cco:alternative_label "Mode"@en , - "Statistical Mode"@en ; - cco:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the value or value(s) that occur most often in the set."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModifiedJulianDate -cco:ModifiedJulianDate rdf:type owl:Class ; - rdfs:subClassOf cco:TimeOfDay ; - cco:acronym "MJD" ; - cco:definition "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en ; - cco:definition_source "http://aa.usno.navy.mil/data/docs/JulianDate.php" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - 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 ; + "MJD" ; + "http://aa.usno.navy.mil/data/docs/JulianDate.php" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . + rdfs:label "Modified Julian Date"@en ; + "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Momentum -cco:Momentum rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The SI unit of measure for Momentum is Newton seconds (N s)."@en ; - rdfs:label "Momentum"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Month -cco:Month rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_during ; - owl:someValuesFrom cco:Year - ] ; - cco: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 ; - cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=month" ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Month"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://wordnetweb.princeton.edu/perl/webwn?s=month" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/Morning -cco:Morning rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Morning"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Mortar -cco:Mortar rdf:type owl:Class ; - rdfs:subClassOf cco:Cannon ; - cco:definition "A Cannon that is designed to fire projectiles at relatively low velocities over relatively short ranges."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Mortar_(weapon)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Mortar"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Mortar_(weapon)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Mortar"@en ; + "A Cannon that is designed to fire projectiles at relatively low velocities over relatively short ranges."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Mosque -cco:Mosque rdf:type owl:Class ; - rdfs:subClassOf cco:ReligiousFacility ; - cco:definition "A Religious Facility that is designed for Islamic worship and prayer."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mosque&oldid=1062609892"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Mosque"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Mosque&oldid=1062609892"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Mosque"@en ; + "A Religious Facility that is designed for Islamic worship and prayer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Motel -cco:Motel rdf:type owl:Class ; - rdfs:subClassOf cco:Hotel ; - cco:definition "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Motel&oldid=1063898961"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Motel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Motel&oldid=1063898961"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Motel"@en ; + "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MotionArtifactFunction -cco:MotionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which an entity changes its position with respect to time."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Motion_(physics)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Motion Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Motion_(physics)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MotionObservationArtifactFunction -cco:MotionObservationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ObservationArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Motion Observation Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MotionProcess -cco:MotionProcess rdf:type owl:Class ; - rdfs:subClassOf cco:NaturalProcess ; - cco:definition "A Natural Process in which a Continuant changes its Location or Spatial Orientation over some Temporal Interval."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Motion"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Motion"@en ; + "A Natural Process in which a Continuant changes its Location or Spatial Orientation over some Temporal Interval."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MotorVehicleManufacturingFacility -cco:MotorVehicleManufacturingFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Factory ; - cco:definition "A Factory that is designed to manufacture automobiles."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Automotive_industry&oldid=1061661751"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Motor Vehicle Manufacturing Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Automotive_industry&oldid=1061661751"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Motor Vehicle Manufacturing Facility"@en ; + "A Factory that is designed to manufacture automobiles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Motorcycle -cco:Motorcycle rdf:type owl:Class ; - rdfs:subClassOf cco:GroundMotorVehicle ; - cco:alternative_label "Motorbike"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Motorcycle&oldid=1063743553"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Motorcycle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Motorcycle&oldid=1063743553"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MountedGun -cco:MountedGun rdf:type owl:Class ; - rdfs:subClassOf cco:Firearm ; - cco:definition "A Firearm that is designed to be fired while mounted."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Mounted Gun"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Mounted Gun"@en ; + "A Firearm that is designed to be fired while mounted."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MovingTargetIndicationArtifactFunction -cco:MovingTargetIndicationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:RadarImagingArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Moving Target Indication Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiDayTemporalInterval -cco:MultiDayTemporalInterval rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_contains ; - owl:someValuesFrom cco:Day - ] ; - cco:definition "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Day Temporal Interval"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiHourTemporalInterval -cco:MultiHourTemporalInterval rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_contains ; - owl:someValuesFrom cco:Hour - ] ; - cco:definition "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Hour Temporal Interval"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiMinuteTemporalInterval -cco:MultiMinuteTemporalInterval rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_contains ; - owl:someValuesFrom cco:Minute - ] ; - cco:definition "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Minute Temporal Interval"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiMonthTemporalInterval -cco:MultiMonthTemporalInterval rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_contains ; - owl:someValuesFrom cco:Month - ] ; - cco:definition "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Month Temporal Interval"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiSecondTemporalInterval -cco:MultiSecondTemporalInterval rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_contains ; - owl:someValuesFrom cco:Second - ] ; - cco:definition "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Second Temporal Interval"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiWeekTemporalInterval -cco:MultiWeekTemporalInterval rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_contains ; - owl:someValuesFrom cco:Week - ] ; - cco:definition "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Week Temporal Interval"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiYearTemporalInterval -cco:MultiYearTemporalInterval rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000038 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_contains ; - owl:someValuesFrom cco:Year - ] ; - cco:definition "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Year Temporal Interval"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MuzzleBlast -cco:MuzzleBlast rdf:type owl:Class ; - rdfs:subClassOf cco:SoundWaveProcess ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Muzzle Blast"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Nadir -cco:Nadir rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Nadir&oldid=1057007248"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Nadir"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Nadir&oldid=1057007248"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage -cco:NaturalLanguage rdf:type owl:Class ; - rdfs:subClassOf cco:Language ; - cco:definition "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI ; - cco:example_of_usage "English" , - "Mandarin (Chinese)" , - "Spanish" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Natural Language"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/NaturalProcess -cco:NaturalProcess rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000015 ; - cco:definition "A Process existing in or produced by nature; rather than by the intent of human beings."@en ; - cco:definition_source "http://www.thefreedictionary.com/natural+process" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Natural Process"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.thefreedictionary.com/natural+process" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Natural Process"@en ; + "A Process existing in or produced by nature; rather than by the intent of human beings."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NavigationArtifactFunction -cco:NavigationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Navigation Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NavigationSystem -cco:NavigationSystem rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Navigation&oldid=1064122463"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Navigation System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Navigation&oldid=1064122463"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NearInfraredLightFrequency -cco:NearInfraredLightFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:InfraredLightFrequency ; - cco:definition "An Infrared Light Frequency that is between 214 and 400 terahertz."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Near Infrared Light Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Near Infrared Light Frequency"@en ; + "An Infrared Light Frequency that is between 214 and 400 terahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NearUltravioletLightFrequency -cco:NearUltravioletLightFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:UltravioletLightFrequency ; - cco:definition "An Ultraviolet Light Frequency that is between 750 terahertz and 3 petahertz."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Near Ultraviolet Light Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Near Ultraviolet Light Frequency"@en ; + "An Ultraviolet Light Frequency that is between 750 terahertz and 3 petahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NeutralRole -cco:NeutralRole rdf:type owl:Class ; - rdfs:subClassOf cco:AllegianceRole ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Neutral Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NeutralizationArtifactFunction -cco:NeutralizationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/wiki/Neutralization_(chemistry)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Neutralization Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Neutralization_(chemistry)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NickelCadmiumElectricBattery -cco:NickelCadmiumElectricBattery rdf:type owl:Class ; - rdfs:subClassOf cco:SecondaryCellElectricBattery ; - cco:alternative_label "NiCad Battery"@en ; - cco:definition "A Secondary Cell Electric Battery that has a cadmium anode and nickel oxide hydroxide cathode."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93cadmium_battery&oldid=1061809659"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nickel Cadmium Electric Battery"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93cadmium_battery&oldid=1061809659"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NickelMetalHydrideElectricBattery -cco:NickelMetalHydrideElectricBattery rdf:type owl:Class ; - rdfs:subClassOf cco:SecondaryCellElectricBattery ; - cco:alternative_label "NiMH Battery"@en ; - cco:definition "A Secondary Cell Electric Battery that has a metal-hydride anode and nickel oxide hydroxide cathode."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93metal_hydride_battery&oldid=1061626676"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nickel-metal Hydride Electric Battery"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93metal_hydride_battery&oldid=1061626676"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Nickname -cco:Nickname rdf:type owl:Class ; - rdfs:subClassOf cco:DesignativeName ; - cco:definition "A Designative Name that is a familiar or humorous substitute for an entity's Proper Name."@en ; - cco:example_of_usage "Ike, Chief, P-Fox" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Nickname"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/Night -cco:Night rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Night"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NominalMeasurementInformationContentEntity -cco:NominalMeasurementInformationContentEntity rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:MeasurementInformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_a_nominal_measurement_of ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:MeasurementInformationContentEntity ; - owl:disjointWith cco:OrdinalMeasurementInformationContentEntity , - cco:RatioMeasurementInformationContentEntity ; - cco:definition "A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic."@en ; - cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/NominalSpeedArtifactFunction -cco:NominalSpeedArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:SpeedArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nominal Speed Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NominalStasis -cco:NominalStasis rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; - cco:alternative_label "Nominal"@en ; - cco: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:definition_source "https://en.oxforddictionaries.com/definition/nominal (Definition 6)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Nominal Stasis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.oxforddictionaries.com/definition/nominal (Definition 6)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NonNameIdentifier -cco:NonNameIdentifier rdf:type owl:Class ; - rdfs:subClassOf cco:DesignativeInformationContentEntity ; - cco:alternative_label "ID"@en , - "Identifier"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Non-Name Identifier"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NotificationMessage -cco:NotificationMessage rdf:type owl:Class ; - rdfs:subClassOf cco:Message ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Notification Message"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Nozzle -cco:Nozzle rdf:type owl:Class ; - rdfs:subClassOf cco:FluidControlArtifact ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nozzle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NozzleMouth -cco:NozzleMouth rdf:type owl:Class ; - rdfs:subClassOf cco:FluidControlArtifact ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nozzle Mouth"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NozzleThroat -cco:NozzleThroat rdf:type owl:Class ; - rdfs:subClassOf cco:FluidControlArtifact ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nozzle Throat"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearFamily -cco:NuclearFamily rdf:type owl:Class ; - rdfs:subClassOf cco:Family ; - cco:definition "A Family composed of parents and their children."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Nuclear Family"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Nuclear Family"@en ; + "A Family composed of parents and their children."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearPowerPlant -cco:NuclearPowerPlant rdf:type owl:Class ; - rdfs:subClassOf cco:ThermalPowerPlant ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Nuclear_power_plant&oldid=1062752651"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Nuclear Power Plant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Nuclear_power_plant&oldid=1062752651"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearRadiationDetectionArtifactFunction -cco:NuclearRadiationDetectionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nuclear Radiation Detection Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearReactor -cco:NuclearReactor rdf:type owl:Class ; - rdfs:subClassOf cco:PowerSource ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Nuclear_reactor&oldid=1063370273"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nuclear Reactor"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Nuclear_reactor&oldid=1063370273"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearStorageDepot -cco:NuclearStorageDepot rdf:type owl:Class ; - rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store nuclear material."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Nuclear Storage Depot"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Nuclear Storage Depot"@en ; + "A Storage Facility that is designed to store nuclear material."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearWeapon -cco:NuclearWeapon rdf:type owl:Class ; - rdfs:subClassOf cco:Weapon ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Nuclear_weapon&oldid=1060854171"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nuclear Weapon"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Nuclear_weapon&oldid=1060854171"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ObjectTrack -cco:ObjectTrack rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_spatial_part ; - owl:someValuesFrom cco:ObjectTrackPoint - ] ; - cco:definition "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ObjectTrackPoint -cco:ObjectTrackPoint rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000018 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:spatial_part_of ; - owl:someValuesFrom cco:ObjectTrack - ] ; - cco:definition "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Object Track Point"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Objective -cco:Objective rdf:type owl:Class ; - rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco:definition "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en ; - cco:definition_source "http://en.wikipedia.org/wiki/Objective_(goal)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Objective"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://en.wikipedia.org/wiki/Objective_(goal)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Objective"@en ; + "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Oblong -cco:Oblong rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having an long thin shape with approximately parallel sides."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Oblong"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ObservationArtifactFunction -cco:ObservationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Observation Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OccupationRole -cco:OccupationRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Occupation Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OcularProsthesis -cco:OcularProsthesis rdf:type owl:Class ; - rdfs:subClassOf cco:ArtificialEye ; - cco:definition "An Artificial Eye that is designed to replace a missing eye, but which does not function as an eye."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ocular_prosthesis&oldid=1061336760"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ocular Prosthesis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Ocular_prosthesis&oldid=1061336760"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OfficeBuilding -cco:OfficeBuilding rdf:type owl:Class ; - rdfs:subClassOf cco:RetailFacility ; - cco:definition "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Office&oldid=1063508719"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Office Building"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Office&oldid=1063508719"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Office Building"@en ; + "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalBarcode -cco:OneDimensionalBarcode rdf:type owl:Class ; - rdfs:subClassOf cco:Barcode ; - cco:definition "A Barcode that is designed to bear parallel lines of varying widths and spacing that concretize some Directive Information Content Entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "One-Dimensional Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalExtent -cco:OneDimensionalExtent rdf:type owl:Class ; - rdfs:subClassOf cco:SizeQuality ; - cco:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in one dimension."@en ; - cco:definition_source "http://purl.obolibrary.org/obo/PATO_0001708" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://purl.obolibrary.org/obo/PATO_0001708" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/Opacity -cco:Opacity rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticRadiationProperty ; - cco: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:definition_source "https://en.wikipedia.org/wiki/Opacity_(optics)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Opacity_(optics)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Opaque -cco:Opaque rdf:type owl:Class ; - rdfs:subClassOf cco:Opacity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Opaque"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpenPitMine -cco:OpenPitMine rdf:type owl:Class ; - rdfs:subClassOf cco:Mine ; - cco:definition "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Open-pit_mining&oldid=1059271938"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Open Pit Mine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Open-pit_mining&oldid=1059271938"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OperationalArea -cco:OperationalArea rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialLocation ; - cco:definition "A Geospatial Location in which an Agent conducts some activity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OperationalStasis -cco:OperationalStasis rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfArtifactOperationality ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Operational Stasis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OperatorRole -cco:OperatorRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco:definition "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Artifact."@en ; - cco:example_of_usage "the role of driving a car" , - "the role of flying an airplane" , - "the role of operating a crane" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Operator Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalCamera -cco:OpticalCamera rdf:type owl:Class ; - rdfs:subClassOf cco:Camera ; - cco:definition "A Camera that is designed to form and record an image generated from visible light."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Camera&oldid=1063931551"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Camera"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Camera&oldid=1063931551"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Optical Camera"@en ; + "A Camera that is designed to form and record an image generated from visible light."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalCommunicationArtifactFunction -cco:OpticalCommunicationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticCommunicationArtifactFunction ; - cco:definition "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of visible light."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Communication Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalFocusingArtifactFunction -cco:OpticalFocusingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalProcessingArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Focusing Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalInstrument -cco:OpticalInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to process light waves."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Optical_instrument&oldid=1061981216"^^xsd:anyURI ; - cco:elucidation "Light waves can be processed in a variety of ways including via reflection, refraction, diffraction, deflection, focusing, collimation, dispersion, and interference."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Optical_instrument&oldid=1061981216"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalLens -cco:OpticalLens rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalInstrument ; - cco:alternative_label "Lens"@en ; - cco:definition "An Optical Instrument that is designed to focus or disperse a beam of light entering the lens by means of refraction."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Lens_(optics)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Lens"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Lens_(optics)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalMicroscope -cco:OpticalMicroscope rdf:type owl:Class ; - rdfs:subClassOf cco:Microscope ; - cco:alternative_label "Light Microscope"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Optical_microscope&oldid=1063131242"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Microscope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Optical_microscope&oldid=1063131242"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalProcessingArtifactFunction -cco:OpticalProcessingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by an Artifact participating in a visible light processing event."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Processing Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Optical Processing Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact participating in a visible light processing event."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalProperty -cco:OpticalProperty rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticRadiationProperty ; - cco:definition "An Electromagnetic Radiation Property that is realized when its bearer interacts with electromagnetic waves within the visible light spectrum."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Optical Property"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalTelescope -cco:OpticalTelescope rdf:type owl:Class ; - rdfs:subClassOf cco:Telescope ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Optical_telescope&oldid=1062201329"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Telescope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Optical_telescope&oldid=1062201329"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Orange -cco:Orange rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that is between Red and Yellow with a wavelength in the visible spectrum typically between 590 to 635 nanometers."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Orange"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrdinalDateIdentifier -cco:OrdinalDateIdentifier rdf:type owl:Class ; - rdfs:subClassOf cco:DecimalDateIdentifier ; - cco:alternative_label "Ordinal Date"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Ordinal_date&oldid=1061989434"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Ordinal_date&oldid=1061989434"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrdinalMeasurementInformationContentEntity -cco:OrdinalMeasurementInformationContentEntity rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:MeasurementInformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_a_ordinal_measurement_of ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:MeasurementInformationContentEntity ; - owl:disjointWith cco:RatioMeasurementInformationContentEntity ; - cco:definition "A Measurement Information Content Entity that consists of a symbol that places an Entity into some rank order."@en ; - cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + owl:disjointWith ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/Organism -cco:Organism rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000030 ; - cco:definition "An Object that is an Animal or Plant."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Organism"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Organism"@en ; + "An Object that is an Animal or Plant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Organization -cco:Organization rdf:type owl:Class ; - rdfs:subClassOf cco:GroupOfAgents ; - cco:definition "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en ; - cco:definition_source "http://purl.obolibrary.org/obo/OBI_0000245" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://purl.obolibrary.org/obo/OBI_0000245" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/OrganizationCapability -cco:OrganizationCapability rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:AgentCapability - [ rdf:type owl:Restriction ; - owl:onProperty cco:capability_of ; - owl:someValuesFrom cco:Organization - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:AgentCapability ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Organization Capability"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrganizationMember -cco:OrganizationMember rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:Person - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:OrganizationMemberRole - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:Person , - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_affiliated_with ; - owl:someValuesFrom cco:Organization - ] ; - cco:definition "A Person who is affiliated with some Organization by being a member of that Organization."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Organization Member"@en . + 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 + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Organization Member"@en ; + "A Person who is affiliated with some Organization by being a member of that Organization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrganizationMemberRole -cco:OrganizationMemberRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Organization Member Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrientationControlArtifactFunction -cco:OrientationControlArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by processes in which some Artifact is used to control the Orientation of some object."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Orientation Control Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrientationObservationArtifactFunction -cco:OrientationObservationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ObservationArtifactFunction ; - cco:alternative_label "Attitude Observation Artifact Function"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Orientation Observation Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OscillationProcess -cco:OscillationProcess rdf:type owl:Class ; - rdfs:subClassOf cco:Change ; - cco:alternative_label "Oscillation"@en ; - cco:definition "A Change in which the dependent entity alternates between two or more stases."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/OxidizerArtifactFunction -cco:OxidizerArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Redox&oldid=1063866348"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Oxidizer Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Redox&oldid=1063866348"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PDF417Code -cco:PDF417Code rdf:type owl:Class ; - rdfs:subClassOf cco:TwoDimensionalBarCode ; - cco:definition "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "PDF417 Code"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "PDF417 Code"@en ; + "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ParabolicAntenna -cco:ParabolicAntenna rdf:type owl:Class ; - rdfs:subClassOf cco:RadioAntenna ; - cco:alternative_label "Dish Antenna"@en , - "Parabolic Dish"@en ; - cco:definition "A Radio Antenna that uses a parabolic reflector to direct or receive radio waves and has a very high gain."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Parabolic_antenna&oldid=1057213241"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Parabolic Antenna"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Parabolic_antenna&oldid=1057213241"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ParamilitaryForce -cco:ParamilitaryForce rdf:type owl:Class ; - rdfs:subClassOf cco:ArmedForce ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Paramilitary Force"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Park -cco:Park rdf:type owl:Class ; - rdfs:subClassOf cco:AnthropogenicFeature ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Park&oldid=1061073992"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Park"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Park&oldid=1061073992"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PartNumber -cco:PartNumber rdf:type owl:Class ; - rdfs:subClassOf cco:CodeIdentifier ; - cco:definition "A Code Identifier that designates a type of part whose instances are designed to be part of some Artifact."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Part Number"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PartRole -cco:PartRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco: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:definition_source "http://origins.sese.asu.edu/ses405/Class%20Notes/Sys-Hier-WBS_Module_V1.0_PAS.pdf"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Part Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://origins.sese.asu.edu/ses405/Class%20Notes/Sys-Hier-WBS_Module_V1.0_PAS.pdf"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/PartsList -cco:PartsList rdf:type owl:Class ; - rdfs:subClassOf cco:QualitySpecification ; - cco:definition "A Quality Specification that prescribes the Amount of some type of Artifact that are part of or located on another Artifact."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Parts List"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PassengerTrainCar -cco:PassengerTrainCar rdf:type owl:Class ; - rdfs:subClassOf cco:TrainCar ; - cco:definition "A Train Car that is designed to transport passengers."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Passenger_car_(rail)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Passenger Train Car"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Passenger_car_(rail)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Passenger Train Car"@en ; + "A Train Car that is designed to transport passengers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PatchAntenna -cco:PatchAntenna rdf:type owl:Class ; - rdfs:subClassOf cco:RadioAntenna ; - cco:alternative_label "Microstrip Patch Antenna"@en , - "Rectangular Microstrip Antenna"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Patch_antenna&oldid=1016658507"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Patch Antenna"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Patch_antenna&oldid=1016658507"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PatchReceiver -cco:PatchReceiver rdf:type owl:Class ; - rdfs:subClassOf cco:RadioReceiver ; - cco:definition "A Radio Receiver that uses a Patch Antenna to intercept radio signals."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Patch Receiver"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Patch Receiver"@en ; + "A Radio Receiver that uses a Patch Antenna to intercept radio signals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Payload -cco:Payload rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - cco: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 ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PayloadCapacity -cco:PayloadCapacity rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000197 ; - owl:someValuesFrom cco:Vehicle - ] ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Payload Capacity"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PerformanceSpecification -cco:PerformanceSpecification rdf:type owl:Class ; - rdfs:subClassOf cco:DirectiveInformationContentEntity , - [ rdf:type owl:Restriction ; - owl:onProperty cco:describes_condition ; - owl:someValuesFrom obo:BFO_0000001 - ] ; - cco: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 ; - cco:example_of_usage "Maximum Speed at high altitude; Rate of Ascent at 10 degrees celsius with nominal payload." ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Performance Specification"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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." . ### http://www.ontologyrepository.com/CommonCoreOntologies/Perimeter -cco:Perimeter rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalExtent ; - cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the extent of a boundary which encloses the bearer."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Perimeter"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Periscope -cco:Periscope rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalInstrument ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Periscope&oldid=1030400442"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Periscope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Periscope&oldid=1030400442"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PermanentResident -cco:PermanentResident rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:Person - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:PermanentResidentRole - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:Person ; - "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - cco:definition "A person with a Permanent Resident Role."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Permanent Resident"@en ; - "Permanent Resident"@en . + 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 ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Permanent Resident"@en ; + "A person with a Permanent Resident Role."@en ; + "Permanent Resident"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PermanentResidentRole -cco:PermanentResidentRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - "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 ; - cco:definition "A role inhering in a person who is 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 ; - cco:definition_source "https://en.wikipedia.org/wiki/Permanent_residency" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Permanent Resident Role"@en ; - "Permanent Resident Role"@en . + 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 ; + "https://en.wikipedia.org/wiki/Permanent_residency" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Person -cco:Person rdf:type owl:Class ; - rdfs:subClassOf cco:Animal ; - cco:alternative_label "Human"@en ; - cco:definition "An Animal that is a member of the species Homo sapiens."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Person"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Person"@en ; + "Human"@en ; + "An Animal that is a member of the species Homo sapiens."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PesticideArtifactFunction -cco:PesticideArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:PoisonArtifactFunction ; - cco: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:definition_source "http://www.dictionary.com/browse/pesticide" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Pesticide Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/pesticide" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/PetrochemicalRefinery -cco:PetrochemicalRefinery rdf:type owl:Class ; - rdfs:subClassOf cco:Refinery ; - cco:definition "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Petrochemical&oldid=1060574535"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Petrochemical Refinery"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Petrochemical&oldid=1060574535"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumDepot -cco:PetroleumDepot rdf:type owl:Class ; - rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Petroleum Depot"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Petroleum Depot"@en ; + "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumManufacturingFacility -cco:PetroleumManufacturingFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Factory ; - cco:definition "A Factory that is designed to manufacture petroleum-based products."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Petroleum&oldid=1062956217"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Petroleum Manufacturing Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Petroleum&oldid=1062956217"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Petroleum Manufacturing Facility"@en ; + "A Factory that is designed to manufacture petroleum-based products."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PhaseAngle -cco:PhaseAngle rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000145 ; - cco:alternative_label "Orbital Phase Angle"@en ; - cco: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:definition_source "https://en.wikipedia.org/wiki/Phase_angle_(astronomy)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Phase Angle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Phase_angle_(astronomy)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Phosphorescence -cco:Phosphorescence rdf:type owl:Class ; - rdfs:subClassOf cco:LuminescentProperty ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Phosphorescence&oldid=1060815719"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Phosphorescence"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Phosphorescence&oldid=1060815719"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PhysicallyPoweredEngine -cco:PhysicallyPoweredEngine rdf:type owl:Class ; - rdfs:subClassOf cco:Engine ; - cco:alternative_label "Physical Engine"@en ; - cco:definition "An Engine that is designed to convert potential or kinetic energy into mechanical energy."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Physically Powered Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Physically Powered Engine"@en ; + "Physical Engine"@en ; + "An Engine that is designed to convert potential or kinetic energy into mechanical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PhysiographicFeature -cco:PhysiographicFeature rdf:type owl:Class ; - rdfs:subClassOf cco:GeographicFeature ; - cco:definition "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Landform&oldid=1060439172"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Physiographic Feature"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Landform&oldid=1060439172"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Physiographic Feature"@en ; + "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Pier -cco:Pier rdf:type owl:Class ; - rdfs:subClassOf cco:TransportationFacility ; - cco:definition "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pier&oldid=1057802753"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Pier"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Pier&oldid=1057802753"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Pier"@en ; + "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Pipeline -cco:Pipeline rdf:type owl:Class ; - rdfs:subClassOf cco:ProductTransportFacility ; - cco:definition "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pipeline&oldid=1024308788"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Pipeline"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Pipeline&oldid=1024308788"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Pipeline"@en ; + "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Pitch -cco:Pitch rdf:type owl:Class ; - rdfs:subClassOf cco:SoundProcessProfile ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Pitch"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PitchAxis -cco:PitchAxis rdf:type owl:Class ; - rdfs:subClassOf cco:AxisOfRotation ; - cco:alternative_label "Lateral Axis"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Pitch Axis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PitchOrientation -cco:PitchOrientation rdf:type owl:Class ; - rdfs:subClassOf cco:SpatialOrientation ; - cco:alternative_label "Pitch"@en ; - cco:definition "A Spatial Orientation of an Object relative to its Pitch Axis."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Pitch Orientation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Pitch Orientation"@en ; + "Pitch"@en ; + "A Spatial Orientation of an Object relative to its Pitch Axis."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PlanSpecification -cco:PlanSpecification rdf:type owl:Class ; - rdfs:subClassOf cco:DirectiveInformationContentEntity , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:someValuesFrom cco:Objective - ] ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Plan"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Plant -cco:Plant rdf:type owl:Class ; - rdfs:subClassOf cco:Organism ; - cco:definition "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Plant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Plant"@en ; + "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PneumaticMotor -cco:PneumaticMotor rdf:type owl:Class ; - rdfs:subClassOf cco:PhysicallyPoweredEngine ; - cco:alternative_label "Air Motor"@en , - "Compressed Air Engine"@en ; - cco:definition "A Physically Powered Engine that converts potential energy stored in a portion of compressed air into mechanical energy."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Pneumatic Motor"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PneumaticPowerSource -cco:PneumaticPowerSource rdf:type owl:Class ; - rdfs:subClassOf cco:PowerSource ; - cco:definition "A Power Source that is designed to generate, control, or transmit power by means of compressed air or compressed inert gases."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Pneumatic Power Source"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PointEstimateInformationContentEntity -cco:PointEstimateInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:EstimateInformationContentEntity ; - cco:alternative_label "Best Estimate"@en , - "Point Estimate"@en , - "Point Estimate Measurement Information Content Entity"@en ; - cco:definition "An Estimate Information Content Entity that consists of a single value for the measured entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Point Estimate Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PointingOrientation -cco:PointingOrientation rdf:type owl:Class ; - rdfs:subClassOf cco:SpatialOrientation ; - cco:alternative_label "Facing Orientation"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Pointing Orientation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoisonArtifactFunction -cco:PoisonArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:DamagingArtifactFunction ; - cco:definition "A Damaging Artifact Function that is realized in a process which causes illness in, or the death of, a living thing."@en ; - cco:definition_source "http://www.dictionary.com/browse/poison" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Poison Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/poison" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/PolarizingPrism -cco:PolarizingPrism rdf:type owl:Class ; - rdfs:subClassOf cco:Prism ; - cco:definition "A Prism designed to split a beam of light entering the Prism into components of varying polarization."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Polarizing Prism"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Polarizing Prism"@en ; + "A Prism designed to split a beam of light entering the Prism into components of varying polarization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoliceStation -cco:PoliceStation rdf:type owl:Class ; - rdfs:subClassOf cco:PublicSafetyFacility ; - cco:definition "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Police_station&oldid=1056208781"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Police Station"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Police_station&oldid=1056208781"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Police Station"@en ; + "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoliticalOrientation -cco:PoliticalOrientation rdf:type owl:Class ; - rdfs:subClassOf cco:Ideology ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Political Orientation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Populace -cco:Populace rdf:type owl:Class ; - rdfs:subClassOf cco:GroupOfPersons ; - cco:definition "A Group of Persons forming the total population of some Government Domain."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Populace"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Populace"@en ; + "A Group of Persons forming the total population of some Government Domain."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PopulatedPlace -cco:PopulatedPlace rdf:type owl:Class ; - rdfs:subClassOf cco:AnthropogenicFeature ; - cco:definition "An Anthropogenic Feature at which people live or have lived."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Human_settlement&oldid=1060418164"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Populated place"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Human_settlement&oldid=1060418164"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Populated place"@en ; + "An Anthropogenic Feature at which people live or have lived."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Port -cco:Port rdf:type owl:Class ; - rdfs:subClassOf cco:TransportationFacility ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Port"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfAmmunition -cco:PortionOfAmmunition rdf:type owl:Class ; - rdfs:subClassOf cco:Weapon ; - cco:definition "A Weapon that is designed to inflict harm, damage, or incapacity by being projected toward its target at a significant Velocity."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ammunition&oldid=1062875850"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Ammunition"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Ammunition&oldid=1062875850"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfAtmosphere -cco:PortionOfAtmosphere rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000024 ; - cco:definition "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Portion of Atmosphere"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCash -cco:PortionOfCash rdf:type owl:Class ; - rdfs:subClassOf cco:FinancialInstrument ; - cco:definition "A Financial Instrument that is designed to be a ready medium of exchange."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Cash"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Cash"@en ; + "A Financial Instrument that is designed to be a ready medium of exchange."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCoolant -cco:PortionOfCoolant rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfMaterial ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Coolant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCryogenicMaterial -cco:PortionOfCryogenicMaterial rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfMaterial ; - cco:definition "A Portion of Material that has been reduced to a very low temperature (below -180 degrees Celcius)."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Cryogenic Material"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCryosphere -cco:PortionOfCryosphere rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000024 ; - cco:definition "A fiat object part of the frozen part of a natural satellite's hydosphere"@en ; - cco:definition_source "https://oceanservice.noaa.gov/facts/cryosphere.html (accessed 03/06/2023)"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Portion of Cryosphere"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://oceanservice.noaa.gov/facts/cryosphere.html (accessed 03/06/2023)"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Portion of Cryosphere"@en ; + "A fiat object part of the frozen part of a natural satellite's hydosphere"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfFood -cco:PortionOfFood rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfProcessedMaterial ; - cco:definition "A Portion of Processed Material that is designed to be consumed and ingested for nutrition or taste."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Food&oldid=1062824590"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Food"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Food&oldid=1062824590"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Food"@en ; + "A Portion of Processed Material that is designed to be consumed and ingested for nutrition or taste."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfFuel -cco:PortionOfFuel rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfMaterial ; - cco:definition "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Fuel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Fuel"@en ; + "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGalliumArsenide -cco:PortionOfGalliumArsenide rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfMaterial ; - cco:alternative_label "Portion of GaAs"@en ; - cco:definition "A Portion of Material that is composed of a compound of the elements gallium and arsenic."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Gallium Arsenide"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGaseousFuel -cco:PortionOfGaseousFuel rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfFuel ; - cco:definition "A Portion of Fuel that is stored in a gaseous state."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Gaseous Fuel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Gaseous Fuel"@en ; + "A Portion of Fuel that is stored in a gaseous state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGaseousPropellant -cco:PortionOfGaseousPropellant rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfPropellant ; - cco:definition "A Portion of Propellant that is stored in a gaseous state."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Gaseous Propellant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Gaseous Propellant"@en ; + "A Portion of Propellant that is stored in a gaseous state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGelatinousPropellant -cco:PortionOfGelatinousPropellant rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfPropellant ; - cco:definition "A Portion of Propellant that is stored in a gelatinous state."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Gelatinous Propellant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Gelatinous Propellant"@en ; + "A Portion of Propellant that is stored in a gelatinous state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGeosphere -cco:PortionOfGeosphere rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000024 ; - cco:definition "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Portion of Geosphere"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfHydrosphere -cco:PortionOfHydrosphere rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000024 ; - cco:definition "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Portion of Hydrosphere"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidFuel -cco:PortionOfLiquidFuel rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfFuel ; - cco:definition "A Portion of Fuel that is stored in a liquid state."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Liquid Fuel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Liquid Fuel"@en ; + "A Portion of Fuel that is stored in a liquid state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidHelium -cco:PortionOfLiquidHelium rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfCryogenicMaterial ; - cco:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid helium."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Liquid Helium"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Liquid Helium"@en ; + "A Portion of Cryogenic Material that is composed (almost) entirely of liquid helium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidHydrogen -cco:PortionOfLiquidHydrogen rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfCryogenicMaterial ; - cco:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid hydrogen."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Liquid Hydrogen"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Liquid Hydrogen"@en ; + "A Portion of Cryogenic Material that is composed (almost) entirely of liquid hydrogen."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidNitrogen -cco:PortionOfLiquidNitrogen rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfCryogenicMaterial ; - cco:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid nitrogen."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Liquid Nitrogen"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Liquid Nitrogen"@en ; + "A Portion of Cryogenic Material that is composed (almost) entirely of liquid nitrogen."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidOxygen -cco:PortionOfLiquidOxygen rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfCryogenicMaterial ; - cco:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid oxygen."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Liquid Oxygen"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Liquid Oxygen"@en ; + "A Portion of Cryogenic Material that is composed (almost) entirely of liquid oxygen."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidPropellant -cco:PortionOfLiquidPropellant rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfPropellant ; - cco:definition "A Portion of Propellant that is stored in a liquid state."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Liquid Propellant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Liquid Propellant"@en ; + "A Portion of Propellant that is stored in a liquid state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLithosphere -cco:PortionOfLithosphere rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000024 ; - cco:definition "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Portion of Lithosphere"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Portion of Lithosphere"@en ; + "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfMaterial -cco:PortionOfMaterial rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfProcessedMaterial ; - cco:definition "A Portion of Processed Material that was produced to be used as the input for another Act of Artifact Processing."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Material"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfNuclearFuel -cco:PortionOfNuclearFuel rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfMaterial ; - cco:definition "A Portion of Material that is designed to be used in a nuclear fission process to produce energy."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Nuclear Fuel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfOxidizer -cco:PortionOfOxidizer rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfMaterial ; - cco:alternative_label "Portion of Oxidant"@en , - "Portion of Oxidizing Agent"@en ; - cco: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 ; - cco:example_of_usage "oxygen, hydrogen peroxide, chlorine, sulfiric acid, potassium nitrate" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfPaper -cco:PortionOfPaper rdf:type owl:Class ; - rdfs:subClassOf cco:InformationMediumArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Paper&oldid=1057624743"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Paper"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Paper&oldid=1057624743"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfProcessedMaterial -cco:PortionOfProcessedMaterial rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is the output of an Act of Artifact Processing."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Processed Material"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Processed Material"@en ; + "A Material Artifact that is the output of an Act of Artifact Processing."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfPropellant -cco:PortionOfPropellant rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfMaterial ; - cco:definition "A Portion of Material that is designed to be used as an input in a Propulsion Process to produce Thrust."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Propellant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfSolidFuel -cco:PortionOfSolidFuel rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfFuel ; - cco:definition "A Portion of Fuel that is stored in a solid state."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Solid Fuel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Solid Fuel"@en ; + "A Portion of Fuel that is stored in a solid state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfSolidPropellant -cco:PortionOfSolidPropellant rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfPropellant ; - cco:definition "A Portion of Propellant that is stored in a solid state."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Solid Propellant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Solid Propellant"@en ; + "A Portion of Propellant that is stored in a solid state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfWasteMaterial -cco:PortionOfWasteMaterial rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfProcessedMaterial ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Waste Material"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PositionObservationArtifactFunction -cco:PositionObservationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ObservationArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Position Observation Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PostOffice -cco:PostOffice rdf:type owl:Class ; - rdfs:subClassOf cco:MailingFacility ; - cco:definition "A Mailing Facility that is designed for serving customers of the national postal system."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Post_office&oldid=1063684373"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Post Office"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Post_office&oldid=1063684373"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Post Office"@en ; + "A Mailing Facility that is designed for serving customers of the national postal system."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Power -cco:Power rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - cco:definition "A Process Profile that is characterized by the rate of Work, or Energy consumed, done in a given time period."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Power"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerInvertingArtifactFunction -cco:PowerInvertingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:CurrentConversionArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Inverting Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerRectifier -cco:PowerRectifier rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to convert alternating current (AC) to direct current (DC)."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rectifier&oldid=1049943028"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Rectifier"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Rectifier&oldid=1049943028"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Power Rectifier"@en ; + "A Material Artifact that is designed to convert alternating current (AC) to direct current (DC)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerRectifyingArtifactFunction -cco:PowerRectifyingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:CurrentConversionArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Rectifying Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerSource -cco:PowerSource rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to supply power to some other Artifact."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Power_source&oldid=1032888635"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Source"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Power_source&oldid=1032888635"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Power Source"@en ; + "A Material Artifact that is designed to supply power to some other Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTool -cco:PowerTool rdf:type owl:Class ; - rdfs:subClassOf cco:Tool ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Power_tool&oldid=1057147715"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Tool"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Power_tool&oldid=1057147715"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransformer -cco:PowerTransformer rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to transfer electrical energy between two or more circuits through electromagnetic induction."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transformer&oldid=1062163369"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Transformer"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Transformer&oldid=1062163369"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Power Transformer"@en ; + "A Material Artifact that is designed to transfer electrical energy between two or more circuits through electromagnetic induction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransformerRectifierUnit -cco:PowerTransformerRectifierUnit rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:alternative_label "TRU"@en ; - cco:definition "A Material Artifact that is designed to perform the functions of both a Rectifier and a Transformer."@en ; - cco:definition_source "http://www.skybrary.aero/index.php/Transformer_Rectifier_Unit_(TRU)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Transformer Rectifier Unit"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.skybrary.aero/index.php/Transformer_Rectifier_Unit_(TRU)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/PowerTransmissionArtifact -cco:PowerTransmissionArtifact rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to transfer and regulate Power flow from a Power Source to an application point."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Transmission Artifact"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransmissionLine -cco:PowerTransmissionLine rdf:type owl:Class ; - rdfs:subClassOf cco:ProductTransportFacility ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Electric_power_transmission&oldid=1062551058"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Power Transmission Line"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electric_power_transmission&oldid=1062551058"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoweringArtifactFunction -cco:PoweringArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by processes in which some Artifact is used to supply power to some Artifact."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Powering Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PrecisionGuidedMissile -cco:PrecisionGuidedMissile rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfAmmunition ; - cco:alternative_label "Missile"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Missile&oldid=1062028589"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Precision-Guided Missile"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Missile&oldid=1062028589"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PredictiveInformationContentEntity -cco:PredictiveInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:DescriptiveInformationContentEntity ; - cco:alternative_label "Prediction"@en , - "Prediction Information Content Entity"@en ; - cco:definition "A Descriptive Information Content Entity that describes an uncertain future event."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PreferredStock -cco:PreferredStock rdf:type owl:Class ; - rdfs:subClassOf cco:Stock ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Preferred Stock"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PresenceFrequency -cco:PresenceFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 4 and 6 kHz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Presence Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Presence Frequency"@en ; + "A Sonic Frequency that is between 4 and 6 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Pressure -cco:Pressure rdf:type owl:Class ; - rdfs:subClassOf cco:Force ; - cco:definition "A Force that is applied perpendicular to the surface of an Object per unit area over which that Force is distributed."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Pressure"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PressurizationControlArtifactFunction -cco:PressurizationControlArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:VentilationControlArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Pressurization Control Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PrimaryCellElectricBattery -cco:PrimaryCellElectricBattery rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricBattery ; - cco:alternative_label "Primary Cell Battery"@en ; - cco:definition "A Electric Battery that is designed for one-time use and not to be recharged."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Primary_cell&oldid=1047226932"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Primary Cell Electric Battery"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Primary_cell&oldid=1047226932"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PriorityMeasurementInformationContentEntity -cco:PriorityMeasurementInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; - cco:alternative_label "Criticality Measurement"@en , - "Importance Measurement"@en , - "Priority Measurement"@en ; - cco:definition "An Ordinal Measurement Information Content Entity that is a measurement of the relative importance of an entity."@en ; - cco:example_of_usage "low, normal, high, urgent, or immediate priority" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Priority Measurement Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/PriorityScale -cco:PriorityScale rdf:type owl:Class ; - rdfs:subClassOf cco:ReferenceSystem ; - cco:definition "A Reference System that is designed to be used to rank or identify the importance of entities of the specified type."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Priority Scale"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Prism -cco:Prism rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalInstrument ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Prism&oldid=1060221124"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Prism"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Prism&oldid=1060221124"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PrivateNetworkTelephoneCall -cco:PrivateNetworkTelephoneCall rdf:type owl:Class ; - rdfs:subClassOf cco:TelephoneCall ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Private Network Telephone Call"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProbabilityMeasurementInformationContentEntity -cco:ProbabilityMeasurementInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementInformationContentEntity ; - cco:alternative_label "Likelihood Measurement"@en , - "Probability Measurement"@en ; - cco:definition "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Probability&oldid=1059657543"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Every probability measurement is made within a particular context given certain background assumptions."@en ; - rdfs:label "Probability Measurement Information Content Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Probability&oldid=1059657543"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProcessBeginning -cco:ProcessBeginning rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000035 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Process Beginning"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProcessEnding -cco:ProcessEnding rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000035 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Process Ending"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProductTransportFacility -cco:ProductTransportFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to transport some product."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Product Transport Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Product Transport Facility"@en ; + "A Facility that is designed to transport some product."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProjectileLauncher -cco:ProjectileLauncher rdf:type owl:Class ; - rdfs:subClassOf cco:Weapon ; - cco:definition "A Weapon that is designed to inflict damage or harm by means of launching a high-velocity projectile at a target."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Projectile&oldid=1062048285"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Projectile Launcher"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Projectile&oldid=1062048285"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Propeller -cco:Propeller rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:alternative_label "Propelling Screw"@en ; - cco:definition "A Material Artifact that is designed to convert rotary motion from an Engine or other mechanical Power Source into propulsive Force."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Propeller_(aeronautics)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Propeller"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Propeller_(aeronautics)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PropellingNozzle -cco:PropellingNozzle rdf:type owl:Class ; - rdfs:subClassOf cco:Nozzle ; - cco:alternative_label "Jet Nozzle"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Propelling_nozzle&oldid=1061239812"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Propelling Nozzle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Propelling_nozzle&oldid=1061239812"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProperAcceleration -cco:ProperAcceleration rdf:type owl:Class ; - rdfs:subClassOf cco:Acceleration ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Proper_acceleration&oldid=1058169867"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Proper Acceleration"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Proper_acceleration&oldid=1058169867"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProperName -cco:ProperName rdf:type owl:Class ; - rdfs:subClassOf cco:DesignativeName ; - cco:definition "A Designative Name that is an official name for a particular entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Proper Name"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Proper Name"@en ; + "A Designative Name that is an official name for a particular entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProportionalRatioMeasurementInformationContentEntity -cco:ProportionalRatioMeasurementInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:RatioMeasurementInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionArtifactFunction -cco:PropulsionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:MotionArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Propulsion Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionControlSystem -cco:PropulsionControlSystem rdf:type owl:Class ; - rdfs:subClassOf cco:ControlSystem ; - cco:definition "A Control System that consists of control devices, displays, indicators, or modules designed to control a Propulsion System."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Propulsion Control System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionProcess -cco:PropulsionProcess rdf:type owl:Class ; - rdfs:subClassOf cco:NaturalProcess ; - cco: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 ; - cco:elucidation "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:example_of_usage "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" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Propulsion Process"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionSystem -cco:PropulsionSystem rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Propulsion System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Prosthesis -cco:Prosthesis rdf:type owl:Class ; - rdfs:subClassOf cco:MedicalArtifact ; - cco:definition "A Medical Artifact that is designed to replace a missing body part."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Prosthesis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Prosthesis"@en ; + "A Medical Artifact that is designed to replace a missing body part."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProstheticArm -cco:ProstheticArm rdf:type owl:Class ; - rdfs:subClassOf cco:Prosthesis ; - cco:definition "A Prosthesis that is designed to replace a missing arm."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Prosthetic Arm"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Prosthetic Arm"@en ; + "A Prosthesis that is designed to replace a missing arm."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProstheticFoot -cco:ProstheticFoot rdf:type owl:Class ; - rdfs:subClassOf cco:Prosthesis ; - cco:definition "A Prosthesis that is designed to replace a missing foot."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Prosthetic Foot"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Prosthetic Foot"@en ; + "A Prosthesis that is designed to replace a missing foot."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProstheticHand -cco:ProstheticHand rdf:type owl:Class ; - rdfs:subClassOf cco:Prosthesis ; - cco:definition "A Prosthesis that is designed to replace a missing hand."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Prosthetic Hand"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Prosthetic Hand"@en ; + "A Prosthesis that is designed to replace a missing hand."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProstheticLeg -cco:ProstheticLeg rdf:type owl:Class ; - rdfs:subClassOf cco:Prosthesis ; - cco:definition "A Prosthesis that is designed to replace a missing leg."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Prosthetic Leg"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Prosthetic Leg"@en ; + "A Prosthesis that is designed to replace a missing leg."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Protruding -cco:Protruding rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Protruding"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Province -cco:Province rdf:type owl:Class ; - rdfs:subClassOf cco:FirstOrderAdministrativeRegion ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Province"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PublicAddressSystem -cco:PublicAddressSystem rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationSystem ; - cco:alternative_label "PA System"@en ; - cco:definition "A Communication System that is designed to allow a Person to speak to a large audience."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Public_address_system&oldid=1059177344"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Public Address System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Public_address_system&oldid=1059177344"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyArtifactFunction -cco:PublicSafetyArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Public Safety Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyFacility -cco:PublicSafetyFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Public Safety Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PulsejetEngine -cco:PulsejetEngine rdf:type owl:Class ; - rdfs:subClassOf cco:AirBreathingJetEngine ; - cco:alternative_label "Pulse Jet"@en , - "Pulsejet"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Pulsejet&oldid=1050473545"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Pulsejet Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Pulsejet&oldid=1050473545"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Pump -cco:Pump rdf:type owl:Class ; - rdfs:subClassOf cco:FluidControlArtifact ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Pump"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/PumpingStation -cco:PumpingStation rdf:type owl:Class ; - rdfs:subClassOf cco:ProductTransportFacility ; - cco:definition "A Product Transport Facility that is designed to pump fluids from one place to another."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pumping_station&oldid=1045678418"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Pumping Station"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Pumping_station&oldid=1045678418"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Pumping Station"@en ; + "A Product Transport Facility that is designed to pump fluids from one place to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Purple -cco:Purple rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that is aproximately midway between Red and Blue."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Purple"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Purple"@en ; + "A Color that is aproximately midway between Red and Blue."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Pyramidal -cco:Pyramidal rdf:type owl:Class ; - rdfs:subClassOf cco:ThreeDimensionalShape ; - cco: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:definition_source "https://en.wikipedia.org/wiki/Pyramid_(geometry)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Pyramidal"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Pyramid_(geometry)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/QRCode -cco:QRCode rdf:type owl:Class ; - rdfs:subClassOf cco:TwoDimensionalBarCode ; - cco:definition "A Two-Dimensional Barcode that consists of numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "QR Code"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/QualitySpecification -cco:QualitySpecification rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:DirectiveInformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:prescribes ; - owl:someValuesFrom obo:BFO_0000019 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco:definition "A Directive Information Content Entity that prescribes some Quality."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Quality Specification"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Quality Specification"@en ; + "A Directive Information Content Entity that prescribes some Quality."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadarImagingArtifactFunction -cco:RadarImagingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ImagingArtifactFunction ; - cco:definition "An Imaging Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities using radio waves."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radar Imaging Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadiationAbsorptivity -cco:RadiationAbsorptivity rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticRadiationProperty ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radiation Absorptivity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadiationEmissivity -cco:RadiationEmissivity rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticRadiationProperty ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radiation Emissivity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadiationReflectivity -cco:RadiationReflectivity rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticRadiationProperty ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radiation Reflectivity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioAntenna -cco:RadioAntenna rdf:type owl:Class ; - rdfs:subClassOf cco:BidirectionalTransducer ; - cco:definition "A Bidirectional Transducer that is designed to convert electric power into radio waves, and radio waves into electric power."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Antenna_(radio)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Antenna"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Antenna_(radio)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioBroadcast -cco:RadioBroadcast rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Radio Broadcasting"@en ; - cco:definition "An Act of Communciation by Media that is transmitted to an audience through a radio network."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Radio_network&oldid=1037183126"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Radio Broadcast"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Radio_network&oldid=1037183126"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationArtifactFunction -cco:RadioCommunicationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticCommunicationArtifactFunction ; - cco:definition "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of radio waves."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Communication Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationInstrument -cco:RadioCommunicationInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationInstrument ; - cco:definition "A Communication Instrument that is designed to enable communication between two or more entities via the use of radio waves."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Communication Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationInterferenceArtifactFunction -cco:RadioCommunicationInterferenceArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationInterferenceArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Communication Interference Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationReceptionArtifactFunction -cco:RadioCommunicationReceptionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationReceptionArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Communication Reception Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationRelayArtifactFunction -cco:RadioCommunicationRelayArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationRelayArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Communication Relay Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioFrequency -cco:RadioFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; - cco:acronym "RF" ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 3 kHz and 300 GHz."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Radio_wave&oldid=1062110903"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Radio Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "RF" ; + "https://en.wikipedia.org/w/index.php?title=Radio_wave&oldid=1062110903"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Radio Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 3 kHz and 300 GHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioInterference -cco:RadioInterference rdf:type owl:Class ; - rdfs:subClassOf cco:NaturalProcess ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Radio Interference"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioReceiver -cco:RadioReceiver rdf:type owl:Class ; - rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Radio_receiver&oldid=1060111342"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Receiver"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Radio_receiver&oldid=1060111342"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation -cco:RadioRelayStation rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationsFacility ; - cco:definition "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Radio Relay Station"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Radio Relay Station"@en ; + "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioRepeater -cco:RadioRepeater rdf:type owl:Class ; - rdfs:subClassOf cco:RadioTransceiver ; - cco:definition "A Radio Transceiver that is designed to receive a radio signal, amplify it, and retransmit it (often on another frequency)."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Repeater&oldid=1040047439"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Repeater"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Repeater&oldid=1040047439"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioTelescope -cco:RadioTelescope rdf:type owl:Class ; - rdfs:subClassOf cco:Telescope ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Radio_telescope&oldid=1052819190"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Radio_telescope&oldid=1052819190"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioTransceiver -cco:RadioTransceiver rdf:type owl:Class ; - rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Transceiver&oldid=1058453736"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Transceiver"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Transceiver&oldid=1058453736"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioTransmitter -cco:RadioTransmitter rdf:type owl:Class ; - rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Transmitter&oldid=1061735586"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Transmitter"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Transmitter&oldid=1061735586"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioTransponder -cco:RadioTransponder rdf:type owl:Class ; - rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco:alternative_label "Transmitter-Responder"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Transponder"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioWaveConversionArtifactFunction -cco:RadioWaveConversionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Wave Conversion Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Radioactive -cco:Radioactive rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radioactive"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Radioactive"@en ; + "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadiologicalWeapon -cco:RadiologicalWeapon rdf:type owl:Class ; - rdfs:subClassOf cco:Weapon ; - cco:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing radioactive material."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Radiological_warfare&oldid=1060817328"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radiological Weapon"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Radiological_warfare&oldid=1060817328"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radiological Weapon"@en ; + "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing radioactive material."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Radiolucent -cco:Radiolucent rdf:type owl:Class ; - rdfs:subClassOf cco:Radiopacity ; - cco:alternative_label "Hypodense"@en , - "Transradiance"@en ; - cco:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to permit most X-rays to pass through it."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radiolucent"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Radiopacity -cco:Radiopacity rdf:type owl:Class ; - rdfs:subClassOf cco:Opacity ; - cco:alternative_label "Radiodensity"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Radiodensity&oldid=1048274724"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radiopacity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Radiodensity&oldid=1048274724"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Radiopaque -cco:Radiopaque rdf:type owl:Class ; - rdfs:subClassOf cco:Radiopacity ; - cco:alternative_label "Radiodense"@en ; - cco:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to prevent most X-rays from passing through it."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radiopaque"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RailFacility -cco:RailFacility rdf:type owl:Class ; - rdfs:subClassOf cco:TransportationFacility ; - cco:definition "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Train_station&oldid=1063922802"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Rail Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Train_station&oldid=1063922802"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Rail Facility"@en ; + "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RailTransportVehicle -cco:RailTransportVehicle rdf:type owl:Class ; - rdfs:subClassOf cco:GroundVehicle ; - cco:definition "A Ground Vehicle that is designed to convey cargo, passengers, or equipment by Railway."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rail Transport Vehicle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Rail Transport Vehicle"@en ; + "A Ground Vehicle that is designed to convey cargo, passengers, or equipment by Railway."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Railcar -cco:Railcar rdf:type owl:Class ; - rdfs:subClassOf cco:RailTransportVehicle ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Railcar&oldid=1063519348"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Railcar&oldid=1063519348"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Railway -cco:Railway rdf:type owl:Class ; - rdfs:subClassOf cco:LandTransportationArtifact ; - cco:definition "A Land Transportation Artifact that is designed to enable Trains to transport passengers and goods."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Railway"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Railway"@en ; + "A Land Transportation Artifact that is designed to enable Trains to transport passengers and goods."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RailwayCrossing -cco:RailwayCrossing rdf:type owl:Class ; - rdfs:subClassOf cco:LandTransportationArtifact ; - cco:alternative_label "Level Crossing"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Railway Crossing"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RailwayJunction -cco:RailwayJunction rdf:type owl:Class ; - rdfs:subClassOf cco:LandTransportationArtifact ; - cco:definition "A Land Transportation Artifact that is designed to enable a Train to switch between the tracks of two routes."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Junction_(rail)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Railway Junction"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Junction_(rail)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RamjetEngine -cco:RamjetEngine rdf:type owl:Class ; - rdfs:subClassOf cco:AirBreathingJetEngine ; - cco:alternative_label "Ramjet"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Ramjet&oldid=1062836331"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ramjet Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Ramjet&oldid=1062836331"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RandomWireAntenna -cco:RandomWireAntenna rdf:type owl:Class ; - rdfs:subClassOf cco:WireAntenna ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Random_wire_antenna&oldid=1058546356"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Random Wire Antenna"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Random_wire_antenna&oldid=1058546356"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RatioMeasurementInformationContentEntity -cco:RatioMeasurementInformationContentEntity rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:MeasurementInformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_a_ratio_measurement_of ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:MeasurementInformationContentEntity ; - cco: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 ; - cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReactantArtifactFunction -cco:ReactantArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Reagent&oldid=1017651471"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reactant Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Reagent&oldid=1017651471"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReactionEngine -cco:ReactionEngine rdf:type owl:Class ; - rdfs:subClassOf cco:Engine ; - cco:alternative_label "Reaction Motor"@en ; - cco:definition "An Engine that provides propulsion by expelling Reaction Mass."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Reaction_engine&oldid=1046981784"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reaction Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Reaction_engine&oldid=1046981784"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Reaction Engine"@en ; + "Reaction Motor"@en ; + "An Engine that provides propulsion by expelling Reaction Mass."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReactionMass -cco:ReactionMass rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000040 ; - cco:alternative_label "Working Mass"@en ; - cco:definition "A Material Entity against which a Propulsion System operates in order to produce Acceleration."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Working_mass&oldid=1057126114"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reaction Mass"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Working_mass&oldid=1057126114"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Reaction Mass"@en ; + "Working Mass"@en ; + "A Material Entity against which a Propulsion System operates in order to produce Acceleration."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReciprocatingSteamEngine -cco:ReciprocatingSteamEngine rdf:type owl:Class ; - rdfs:subClassOf cco:SteamEngine ; - cco:definition "A Steam Engine that is designed to use one or more reciprocating pistons to convert pressure into a rotating motion."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Reciprocating_engine&oldid=1057783145"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reciprocating Steam Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Reciprocating_engine&oldid=1057783145"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RecordingDevice -cco:RecordingDevice rdf:type owl:Class ; - rdfs:subClassOf cco:InformationProcessingArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Record&oldid=1062776450"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Recording Device"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Record&oldid=1062776450"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Rectangular -cco:Rectangular rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Rectangular"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Rectangular"@en ; + "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RectilinearMotion -cco:RectilinearMotion rdf:type owl:Class ; - rdfs:subClassOf cco:TranslationalMotion ; - cco:alternative_label "Linear Motion"@en ; - cco:definition "A Translational Motion process in which an Object moves along a straight path."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Rectilinear Motion"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Rectilinear Motion"@en ; + "Linear Motion"@en ; + "A Translational Motion process in which an Object moves along a straight path."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Red -cco:Red rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Red"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Red"@en ; + "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceSystem -cco:ReferenceSystem rdf:type owl:Class ; - rdfs:subClassOf cco:DescriptiveInformationContentEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Reference System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime -cco:ReferenceTime rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000203 ; - cco:alternative_label "Epoch"@en , - "Epoch Time"@en , - "Reference Date"@en ; - cco:definition "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Epoch_(reference_date)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Reference Time"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Epoch_(reference_date)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Refinery -cco:Refinery rdf:type owl:Class ; - rdfs:subClassOf cco:Factory ; - cco:definition "A Factory that is designed for refining raw materials into products of value."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Refinery&oldid=1027092124"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Refinery"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Refinery&oldid=1027092124"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Refinery"@en ; + "A Factory that is designed for refining raw materials into products of value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReflectingOpticalTelescope -cco:ReflectingOpticalTelescope rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalTelescope ; - cco:alternative_label "Reflecting Telescope"@en , - "Reflector"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Reflecting_telescope&oldid=1062982683"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reflecting Optical Telescope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Reflecting_telescope&oldid=1062982683"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReflectionArtifactFunction -cco:ReflectionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reflection Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReflectivePrism -cco:ReflectivePrism rdf:type owl:Class ; - rdfs:subClassOf cco:Prism ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reflective Prism"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RefractingOpticalTelescope -cco:RefractingOpticalTelescope rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalTelescope ; - cco:alternative_label "Refracting Telescope"@en , - "Refractor"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Refracting_telescope&oldid=1059975066"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Refracting Optical Telescope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Refracting_telescope&oldid=1059975066"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RefractionArtifactFunction -cco:RefractionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Refraction Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Refractivity -cco:Refractivity rdf:type owl:Class ; - rdfs:subClassOf cco:RadiationReflectivity ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Refractive_index&oldid=1062519140"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Refractivity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Refractive_index&oldid=1062519140"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReliabilityMeasurementInformationContentEntity -cco:ReliabilityMeasurementInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementInformationContentEntity ; - cco:alternative_label "Accuracy of Process"@en , - "Reliability Measurement"@en ; - cco:definition "A Measurement Information Content Entity that is a measurement of the extent to which an entity can consistently produce an outcome."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Reliability_(statistics)" ; - cco:elucidation "Reliability concerns both a measure of past performance and the expectation that future performance will conform to the range of past performances."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Reliability_(statistics)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Religion -cco:Religion rdf:type owl:Class ; - rdfs:subClassOf cco:InformationContentEntity ; - cco: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:definition_source "http://www.dictionary.com/browse/religion" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Religion"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/religion" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/ReligiousArtifactFunction -cco:ReligiousArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes related to worship and prayer."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Religious Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Religious Artifact Function"@en ; + "A Service Artifact Function that is realized in processes related to worship and prayer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReligiousFacility -cco:ReligiousFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for worship and prayer."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Religious Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Religious Facility"@en ; + "A Facility that is designed for worship and prayer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Report -cco:Report rdf:type owl:Class ; - rdfs:subClassOf cco:Document ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Report"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RepresentationalInformationContentEntity -cco:RepresentationalInformationContentEntity rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:InformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:represents ; - owl:someValuesFrom obo:BFO_0000001 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:InformationContentEntity ; - cco:definition "An Information Content Entity that represents some Entity."@en ; - cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Representational Information Content Entity"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ResearchAndDevelopmentArtifactFunction -cco:ResearchAndDevelopmentArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes of producing new knowledge or of devising new applications of existing knowledge."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Research_and_development&oldid=1062181110"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Research and Development Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Research_and_development&oldid=1062181110"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ResearchArtifactFunction -cco:ResearchArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Research Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Reservoir -cco:Reservoir rdf:type owl:Class ; - rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Reservoir&oldid=1055068000"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Reservoir"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Reservoir&oldid=1055068000"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Reservoir"@en ; + "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialArtifactFunction -cco:ResidentialArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes of residing in a dwelling or home."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Residential Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Residential Artifact Function"@en ; + "A Service Artifact Function that is realized in processes of residing in a dwelling or home."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialFacility -cco:ResidentialFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to house one or more Persons."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Residential Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Residential Facility"@en ; + "A Facility that is designed to house one or more Persons."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ResistanceArtifactFunction -cco:ResistanceArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalArtifactFunction ; - cco:definition "An Electrical Artifact Function that is realized in processes in which an Artifact opposes the flow of an electric current."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electrical_resistivity_and_conductivity&oldid=1063749049"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Resistance Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electrical_resistivity_and_conductivity&oldid=1063749049"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Resource -cco:Resource rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000002 ; - cco: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 ; - cco:elucidation "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:example_of_usage "a group of interns" , - "a knowledge base" , - "a plot of land" , - "a software program" , - "a sum of money" , - "a vehicle" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RetailArtifactFunction -cco:RetailArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Retail Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RetailFacility -cco:RetailFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Commerce&oldid=1063120985"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Commercial Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Commerce&oldid=1063120985"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Commercial Facility"@en ; + "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Revolver -cco:Revolver rdf:type owl:Class ; - rdfs:subClassOf cco:HandGun ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Revolver&oldid=1060461644"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Revolver"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Revolver&oldid=1060461644"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RevolvingMotion -cco:RevolvingMotion rdf:type owl:Class ; - rdfs:subClassOf cco:RotationalMotion ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Revolving Motion"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RhombicAntenna -cco:RhombicAntenna rdf:type owl:Class ; - rdfs:subClassOf cco:WireAntenna ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Rhombic_antenna&oldid=1057114456"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rhombic Antenna"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Rhombic_antenna&oldid=1057114456"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Rifle -cco:Rifle rdf:type owl:Class ; - rdfs:subClassOf cco:LongGun ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Rifle&oldid=1056172452"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rifle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Rifle&oldid=1056172452"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Road -cco:Road rdf:type owl:Class ; - rdfs:subClassOf cco:LandTransportationArtifact ; - cco:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel from one location to another."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Road&oldid=1063402841" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Road"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Road&oldid=1063402841" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Road"@en ; + "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel from one location to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RoadJunction -cco:RoadJunction rdf:type owl:Class ; - rdfs:subClassOf cco:LandTransportationArtifact ; - cco:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to exit one Road and enter another."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Junction_(road)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Road Junction"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Junction_(road)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Road Junction"@en ; + "A Land Transportation Artifact that is designed to enable Ground Vehicles to exit one Road and enter another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Rocket -cco:Rocket rdf:type owl:Class ; - rdfs:subClassOf cco:Vehicle ; - cco:definition "A Vehicle that is designed to travel through air or space and which obtains Thrust from a Rocket Engine."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rocket&oldid=1063307477"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rocket"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Rocket&oldid=1063307477"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Rocket"@en ; + "A Vehicle that is designed to travel through air or space and which obtains Thrust from a Rocket Engine."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RocketEngine -cco:RocketEngine rdf:type owl:Class ; - rdfs:subClassOf cco:JetEngine ; - cco:alternative_label "Thruster"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Rocket_engine&oldid=1063879464"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Rocket_engine&oldid=1063879464"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RocketLauncher -cco:RocketLauncher rdf:type owl:Class ; - rdfs:subClassOf cco:ProjectileLauncher ; - cco:definition "A Projectile Launcher that is designed to launch one or more Unguided Rockets."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rocket_launcher&oldid=1049900727"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rocket Launcher"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Rocket_launcher&oldid=1049900727"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Rocket Launcher"@en ; + "A Projectile Launcher that is designed to launch one or more Unguided Rockets."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RocketPod -cco:RocketPod rdf:type owl:Class ; - rdfs:subClassOf cco:RocketLauncher ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rocket Pod"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RocketPropelledGrenade -cco:RocketPropelledGrenade rdf:type owl:Class ; - rdfs:subClassOf cco:UnguidedRocket ; - cco:acronym "RPG" ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Rocket-propelled_grenade&oldid=1063641548"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rocket-Propelled Grenade"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "RPG" ; + "https://en.wikipedia.org/w/index.php?title=Rocket-propelled_grenade&oldid=1063641548"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RollAxis -cco:RollAxis rdf:type owl:Class ; - rdfs:subClassOf cco:AxisOfRotation ; - cco:alternative_label "Longitudinal Axis"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Roll Axis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RollOrientation -cco:RollOrientation rdf:type owl:Class ; - rdfs:subClassOf cco:SpatialOrientation ; - cco:alternative_label "Roll"@en ; - cco:definition "A Spatial Orientation of an Object relative to its Roll Axis."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Roll Orientation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Roll Orientation"@en ; + "Roll"@en ; + "A Spatial Orientation of an Object relative to its Roll Axis."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Rosy -cco:Rosy rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color consisting of red hue and yellow hue and high brightness."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Rosy"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Rosy"@en ; + "A Color consisting of red hue and yellow hue and high brightness."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RotationalMotion -cco:RotationalMotion rdf:type owl:Class ; - rdfs:subClassOf cco:MotionProcess , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_process_part ; - owl:someValuesFrom cco:AngularVelocity - ] ; - cco:alternative_label "Rotation"@en ; - cco:definition "A Motion Process in which an Object moves in a Circular or Elliptical Path around an Axis of Rotation."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rotation&oldid=1055998344"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Rotational Motion"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://en.wikipedia.org/w/index.php?title=Rotation&oldid=1055998344"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Round -cco:Round rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:alternative_label "Circular"@en ; - cco:definition "A Shape Quality that inheres in a bearer in virtue of every point along its circumference being equidistant from the center."@en ; - cco:definition_source "http://www.merriam-webster.com/dictionary/round" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Round"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/round" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/RoundShot -cco:RoundShot rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfAmmunition ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Round_shot&oldid=1062790260"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Round Shot"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Round_shot&oldid=1062790260"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SatelliteArtifact -cco:SatelliteArtifact rdf:type owl:Class ; - rdfs:subClassOf cco:Spacecraft ; - cco:definition "A Spacecraft that is designed to Orbit a Space Object (typically Earth)."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Satellite Artifact"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Satellite Artifact"@en ; + "A Spacecraft that is designed to Orbit a Space Object (typically Earth)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SawtoothWaveform -cco:SawtoothWaveform rdf:type owl:Class ; - rdfs:subClassOf cco:Waveform ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sawtooth Waveform"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Scalp -cco:Scalp rdf:type owl:Class ; - rdfs:subClassOf cco:BodilyComponent ; - cco:definition "A Bodily Component that consists of the skin covering the top of the head of a human or other animal."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Scalp"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ScalpHair -cco:ScalpHair rdf:type owl:Class ; - rdfs:subClassOf cco:BodilyComponent ; - cco:definition "A Bodily Component that consists of a portion of hair that grows on the scalp of a human or other animal."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Scalp Hair"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Scar -cco:Scar rdf:type owl:Class ; - rdfs:subClassOf cco:BodilyComponent ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Scar"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/School -cco:School rdf:type owl:Class ; - rdfs:subClassOf cco:EducationalFacility ; - cco:definition "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=School&oldid=1063515394"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "School"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=School&oldid=1063515394"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ScramjetEngine -cco:ScramjetEngine rdf:type owl:Class ; - rdfs:subClassOf cco:AirBreathingJetEngine ; - cco:alternative_label "Scramjet"@en , - "Supersonic Combusting Ramjet"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Scramjet&oldid=1062429697"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Scramjet Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Scramjet&oldid=1062429697"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SeaLevel -cco:SeaLevel rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000146 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Sea Level"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfLocalGovernment -cco:SeatOfLocalGovernment rdf:type owl:Class ; - rdfs:subClassOf cco:GovernmentBuilding ; - cco:alternative_label "City Hall"@en , - "Town Hall"@en ; - cco:definition "A Government Building that is designed for the administration of a local community."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Seat of Local Government"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfNationalGovernment -cco:SeatOfNationalGovernment rdf:type owl:Class ; - rdfs:subClassOf cco:GovernmentBuilding ; - cco:definition "A Government Building that is designed for the administration of a sovereign nation."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; - cco:example_of_usage "Parliament of Canada" , - "United States Capitol" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Seat of National Government"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/Second -cco:Second rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_during ; - owl:someValuesFrom cco:Minute - ] ; - cco: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:definition_source "https://physics.nist.gov/cuu/Units/second.html" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "The Second is used as the basic SI unit of time."@en ; - rdfs:label "Second"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://physics.nist.gov/cuu/Units/second.html" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SecondOrderAdministrativeRegion -cco:SecondOrderAdministrativeRegion rdf:type owl:Class ; - rdfs:subClassOf cco:GeopoliticalEntity , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:FirstOrderAdministrativeRegion - ] ; - cco:definition "A Government Domain that is a subdivision of a First-Order Administrative Region."@en ; - cco:definition_source "http://www.geonames.org/export/codes.html" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Second-Order Administrative Region"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.geonames.org/export/codes.html" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Second-Order Administrative Region"@en ; + "A Government Domain that is a subdivision of a First-Order Administrative Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SecondaryCellElectricBattery -cco:SecondaryCellElectricBattery rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricBattery ; - cco:alternative_label "Rechargeable Battery"@en , - "Secondary Cell Battery"@en ; - cco:definition "An Electric Battery that is designed to be recharged."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rechargeable_battery&oldid=1064096406"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Secondary Cell Electric Battery"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Rechargeable_battery&oldid=1064096406"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Secondary Cell Electric Battery"@en ; + "Rechargeable Battery"@en , + "Secondary Cell Battery"@en ; + "An Electric Battery that is designed to be recharged."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SemiAutomaticPistol -cco:SemiAutomaticPistol rdf:type owl:Class ; - rdfs:subClassOf cco:HandGun ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Semi-automatic_pistol&oldid=1058568715"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Semi-automatic Pistol"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Semi-automatic_pistol&oldid=1058568715"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SemiMajorAxis -cco:SemiMajorAxis rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - cco:definition "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Semi-Major Axis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SemiMinorAxis -cco:SemiMinorAxis rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - cco:definition "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Semi-Minor Axis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Semicircular -cco:Semicircular rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Semicircular"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Semicircular"@en ; + "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Sensor -cco:Sensor rdf:type owl:Class ; - rdfs:subClassOf cco:Transducer ; - cco:definition "A Transducer that is designed to convert incoming energy into a output signal which reliably corresponds to changes in that energy."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Sensor"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SensorArtifactFunction -cco:SensorArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Sensor Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SensorDeploymentArtifactFunction -cco:SensorDeploymentArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Sensor Deployment Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SensorModalityFunction -cco:SensorModalityFunction rdf:type owl:Class ; - rdfs:subClassOf cco:SensorArtifactFunction , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000197 ; - owl:someValuesFrom cco:Sensor - ] ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Sensor Modality Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SensorPlatform -cco:SensorPlatform rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to support, and in some cases transport, a Sensor during its deployment and functioning."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Sensor Platform"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SequencePositionOrdinality -cco:SequencePositionOrdinality rdf:type owl:Class ; - rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; - cco:definition "An Ordinal Measurement Information Content Entity that is about the position of some entity in some ordered sequence."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Sequence Position Ordinality"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Serrated -cco:Serrated rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Serrated"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Serrated"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ServiceArtifactFunction -cco:ServiceArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process of providing intangible goods to consumers."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Goods_and_services&oldid=1063137197"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Service Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Goods_and_services&oldid=1063137197"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Service Artifact Function"@en ; + "An Artifact Function that is realized in a process of providing intangible goods to consumers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ServiceProvider -cco:ServiceProvider rdf:type owl:Class ; - rdfs:subClassOf cco:Organization ; - cco:definition "An Organization whose purpose is to provide a service to other Agents."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Service Provider"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Service Provider"@en ; + "An Organization whose purpose is to provide a service to other Agents."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SetOfEyes -cco:SetOfEyes rdf:type owl:Class ; - rdfs:subClassOf cco:BodilyComponent , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000178 ; - owl:someValuesFrom cco:Eye - ] ; - cco:definition "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Set of Eyes"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Set of Eyes"@en ; + "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SewageTreatmentFacility -cco:SewageTreatmentFacility rdf:type owl:Class ; - rdfs:subClassOf cco:WasteManagementFacility ; - cco:definition "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Sewage_treatment&oldid=1062966352"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Sewage Treatment Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Sewage_treatment&oldid=1062966352"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Sewage Treatment Facility"@en ; + "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Shaft -cco:Shaft rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to rotate and transmit Torque, Power, or Rotational Motion from one machine element to another."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Shaft&oldid=1023963656"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Shaft&oldid=1023963656"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ShapeQuality -cco:ShapeQuality rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality that inheres in a bearer in virtue of the ratios between dimensions of external features of that bearer."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Shape Quality"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Sharp -cco:Sharp rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Sharp"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Sharp"@en ; + "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ShearWaveProcess -cco:ShearWaveProcess rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:MechanicalWaveProcess - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_process_part ; - owl:someValuesFrom cco:TransverseWaveProfile - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:MechanicalWaveProcess ; - cco:definition "A Mechanical Wave that has a Transverse Wave Profile."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Shear Wave Process"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Shear Wave Process"@en ; + "A Mechanical Wave that has a Transverse Wave Profile."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Shell -cco:Shell rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfAmmunition ; - cco: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:definition_source "https://en.wikipedia.org/wiki/Shell_(projectile)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Shell"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Shell_(projectile)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Shop -cco:Shop rdf:type owl:Class ; - rdfs:subClassOf cco:RetailFacility ; - cco:definition "A Commercial Facility designed to sell small lots of goods to consumers."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Shop"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Shop"@en ; + "A Commercial Facility designed to sell small lots of goods to consumers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Shotgun -cco:Shotgun rdf:type owl:Class ; - rdfs:subClassOf cco:LongGun ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Shotgun&oldid=1062571691"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Shotgun"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Shotgun&oldid=1062571691"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ShouldFiredRocketLauncher -cco:ShouldFiredRocketLauncher rdf:type owl:Class ; - rdfs:subClassOf cco:RocketLauncher ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Shoulder-Fired Rocket Launcher"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SiderealTimeReferenceSystem -cco:SiderealTimeReferenceSystem rdf:type owl:Class ; - rdfs:subClassOf cco:TemporalReferenceSystem ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SignalDetectionArtifactFunction -cco:SignalDetectionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1049765804"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Signal Detection Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1049765804"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SignalProcessingArtifactFunction -cco:SignalProcessingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Signal_processing&oldid=1062720685"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Signal Processing Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Signal_processing&oldid=1062720685"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SilverColor -cco:SilverColor rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that resembles Grey with the added feature of having a metallic shine."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Silver Color"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Silver Color"@en ; + "A Color that resembles Grey with the added feature of having a metallic shine."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SimpleOpticalLens -cco:SimpleOpticalLens rdf:type owl:Class ; - rdfs:subClassOf cco:OpticalLens ; - cco:definition "An Optical Lens consisting of a single piece of transparent material."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Simple Optical Lens"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Simple Optical Lens"@en ; + "An Optical Lens consisting of a single piece of transparent material."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SineWaveform -cco:SineWaveform rdf:type owl:Class ; - rdfs:subClassOf cco:Waveform ; - cco:alternative_label "Sinusoidal Waveform"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sine Waveform"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SizeQuality -cco:SizeQuality rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality that inheres in a bearer in virtue of the bearer's extension in one or more dimensions."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Size Quality"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Skill -cco:Skill rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:AgentCapability - [ rdf:type owl:Restriction ; - owl:onProperty cco:capability_of ; - owl:someValuesFrom cco:Person - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:AgentCapability ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Skill"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SkinType -cco:SkinType rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Sloped -cco:Sloped rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border which is not level."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Sloped"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SniperRifle -cco:SniperRifle rdf:type owl:Class ; - rdfs:subClassOf cco:Rifle ; - cco:definition "A Rifle that is designed to be highly accurate for long-range precision tactical shooting."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Sniper_rifle&oldid=1061592308"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Sniper Rifle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Sniper_rifle&oldid=1061592308"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Sniper Rifle"@en ; + "A Rifle that is designed to be highly accurate for long-range precision tactical shooting."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SocialAct -cco:SocialAct rdf:type owl:Class ; - rdfs:subClassOf cco:IntentionalAct ; - cco: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:definition_source "http://en.wiktionary.org/wiki/commually" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Social Act"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://en.wiktionary.org/wiki/commually" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/SocialNetwork -cco:SocialNetwork rdf:type owl:Class ; - rdfs:subClassOf cco:GroupOfAgents ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Social Network"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoftXrayFrequency -cco:SoftXrayFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:XrayFrequency ; - cco:definition "An X-Ray Frequency that is between 30 petahertz and 3 exahertz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Soft X-ray Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Soft X-ray Frequency"@en ; + "An X-Ray Frequency that is between 30 petahertz and 3 exahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SolarCalendarSystem -cco:SolarCalendarSystem rdf:type owl:Class ; - rdfs:subClassOf cco:CalendarSystem ; - cco: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 ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Solar_calendar&oldid=1058016588"^^xsd:anyURI ; - cco:elucidation "Unless otherwise specified, a Solar Calendar System is assumed to be relative to the Orbit of the Earth around the Sun."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Solar Calendar System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Solar_calendar&oldid=1058016588"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SolarPanel -cco:SolarPanel rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalPowerSource ; - cco: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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Solar Panel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "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 ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SolarPanelSystem -cco:SolarPanelSystem rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalPowerSource ; - cco:alternative_label "Photovoltaic System"@en , - "Solar Array"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Photovoltaic_system&oldid=1063366598"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Solar Panel System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Photovoltaic_system&oldid=1063366598"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SolarTimeReferenceSystem -cco:SolarTimeReferenceSystem rdf:type owl:Class ; - rdfs:subClassOf cco:TemporalReferenceSystem ; - cco:definition "A Temporal Reference System that is based on the position of the Sun in the sky."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Solar Time Reference System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Solar Time Reference System"@en ; + "A Temporal Reference System that is based on the position of the Sun in the sky."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SolventArtifactFunction -cco:SolventArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Solvent&oldid=1062572314"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Solvent Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Solvent&oldid=1062572314"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SonicFrequency -cco:SonicFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:SoundFrequency ; - cco:alternative_label "Audible Frequency"@en ; - cco:definition "A Sound Frequency that is between 20 Hz and 20 kHz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Sound waves with frequencies in this range are typically audible to humans."@en ; - rdfs:label "Sonic Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundFrequency -cco:SoundFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:Frequency ; - cco:definition "A Frequency that is the rate of Oscillations per second of a Sound Wave."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sound Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sound Frequency"@en ; + "A Frequency that is the rate of Oscillations per second of a Sound Wave."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundPressure -cco:SoundPressure rdf:type owl:Class ; - rdfs:subClassOf cco:Pressure ; - cco:alternative_label "Acoustic Pressure"@en ; - cco:definition "A Pressure that is caused by a Sound Wave and is a local deviation from the ambient Pressure."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sound Pressure"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundProcessProfile -cco:SoundProcessProfile rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000144 - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_part_of_process ; - owl:someValuesFrom cco:SoundWaveProcess - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000144 ; - cco:alternative_label "Sound Quality"@en ; - cco: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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sound Process Profile"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "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" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/SoundProduction -cco:SoundProduction rdf:type owl:Class ; - rdfs:subClassOf cco:WaveProduction ; - cco:alternative_label "Sound Production Process"@en ; - cco:definition "A Wave Production Process that produces a Sound Wave."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sound Production"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sound Production"@en ; + "Sound Production Process"@en ; + "A Wave Production Process that produces a Sound Wave."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundWaveProcess -cco:SoundWaveProcess rdf:type owl:Class ; - rdfs:subClassOf cco:MechanicalWaveProcess , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_process_part ; - owl:someValuesFrom cco:LongitudinalWaveProfile - ] ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sound Wave Process"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundWavelength -cco:SoundWavelength rdf:type owl:Class ; - rdfs:subClassOf cco:Wavelength ; - cco:definition "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."@en ; - cco:definition_source "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sound Wavelength"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sound Wavelength"@en ; + "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Spacecraft -cco:Spacecraft rdf:type owl:Class ; - rdfs:subClassOf cco:Vehicle ; - cco:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by Spaceflight."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Spacecraft&oldid=1062102614"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Spacecraft"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Spacecraft&oldid=1062102614"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Spacecraft"@en ; + "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by Spaceflight."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SparkIgnitionEngine -cco:SparkIgnitionEngine rdf:type owl:Class ; - rdfs:subClassOf cco:InternalCombustionEngine ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Spark Ignition Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SparkIgnitionSystem -cco:SparkIgnitionSystem rdf:type owl:Class ; - rdfs:subClassOf cco:IgnitionSystem ; - cco:definition "An Ignition System that is designed to produce a spark in order to initiate an Ignition process."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Spark Ignition System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Spark Ignition System"@en ; + "An Ignition System that is designed to produce a spark in order to initiate an Ignition process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SpatialOrientation -cco:SpatialOrientation rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000145 ; - cco:alternative_label "Attitude"@en ; - cco: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:definition_source "https://en.wikipedia.org/wiki/Orientation_(geometry)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Spatial Orientation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Orientation_(geometry)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SpatialReferenceSystem -cco:SpatialReferenceSystem rdf:type owl:Class ; - rdfs:subClassOf cco:ReferenceSystem ; - cco:alternative_label "Coordinate System"@en , - "Spatial Coordinate System"@en , - "Spatial Reference Frame"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Coordinate_system&oldid=1060461397"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Coordinate_system&oldid=1060461397"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SpatialRegionIdentifier -cco:SpatialRegionIdentifier rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:DesignativeInformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:designates ; - owl:someValuesFrom obo:BFO_0000006 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:DesignativeInformationContentEntity ; - cco:definition "A Designative Information Content Entity that designates some Spatial Region."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Spatial Region Identifier"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Spatial Region Identifier"@en ; + "A Designative Information Content Entity that designates some Spatial Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Speed -cco:Speed rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Speed&oldid=1058949945"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "An object's speed is the scalar absolute value of it's Velocity."@en ; - rdfs:label "Speed"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Speed&oldid=1058949945"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SpeedArtifactFunction -cco:SpeedArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:MotionArtifactFunction ; - cco:definition "A Motion Artifact Function that is realized in some process in which its bearer has some speed."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Speed Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Speed Artifact Function"@en ; + "A Motion Artifact Function that is realized in some process in which its bearer has some speed."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SpeedMeasurementArtifactFunction -cco:SpeedMeasurementArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Speed Measurement Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Spherical -cco:Spherical rdf:type owl:Class ; - rdfs:subClassOf cco:ThreeDimensionalShape ; - cco:definition "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Spherical"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Spherical"@en ; + "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SphericalCoordinateSystem -cco:SphericalCoordinateSystem rdf:type owl:Class ; - rdfs:subClassOf cco:SpatialReferenceSystem ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Spherical_coordinate_system&oldid=1061029174"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Spherical Coordinate System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Spherical_coordinate_system&oldid=1061029174"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SpinningMotion -cco:SpinningMotion rdf:type owl:Class ; - rdfs:subClassOf cco:RotationalMotion ; - cco:definition "A Rotational Motion of an Object around an Axis of Rotation that passes through the Object's Center of Mass."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Spinning Motion"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Split -cco:Split rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Split"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SprayNozzle -cco:SprayNozzle rdf:type owl:Class ; - rdfs:subClassOf cco:Nozzle ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Spray Nozzle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Spreadsheet -cco:Spreadsheet rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco:definition "An Information Bearing Artifact that is designed to bear some Information Content Entity in an interactive, tabular form."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Spreadsheet"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Spreadsheet"@en ; + "An Information Bearing Artifact that is designed to bear some Information Content Entity in an interactive, tabular form."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Square -cco:Square rdf:type owl:Class ; - rdfs:subClassOf cco:Rectangular ; - cco:definition "A Rectangular shape which has four equal length sides and four 90 degree angles."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Square"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Square"@en ; + "A Rectangular shape which has four equal length sides and four 90 degree angles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareWaveform -cco:SquareWaveform rdf:type owl:Class ; - rdfs:subClassOf cco:Waveform ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Square Waveform"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StableOrientation -cco:StableOrientation rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfQuality ; - cco:definition "A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stable Orientation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stable Orientation"@en ; + "A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Stage -cco:Stage rdf:type owl:Class ; - rdfs:subClassOf cco:EntertainmentFacility ; - cco:definition "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Stage_(theatre)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Stage"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Stage_(theatre)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Stage"@en ; + "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StandardTimeOfDayIdentifier -cco:StandardTimeOfDayIdentifier rdf:type owl:Class ; - rdfs:subClassOf cco:TimeOfDayIdentifier ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Standard Time of Day Identifier"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Stasis -cco:Stasis rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000015 ; - cco:definition "A Process in which one or more Independent Continuants endure in an unchanging condition."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis"@en ; + "A Process in which one or more Independent Continuants endure in an unchanging condition."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfArtifactOperationality -cco:StasisOfArtifactOperationality rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfRealizableEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Artifact Operationality"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfDisposition -cco:StasisOfDisposition rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfRealizableEntity ; - cco:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Disposition that remains unchanged during a Temporal Interval."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Disposition"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfFullyMissionCapable -cco:StasisOfFullyMissionCapable rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfMissionCapability ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Fully Mission Capable"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfFunction -cco:StasisOfFunction rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfRealizableEntity ; - cco:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Function that remains unchanged during a Temporal Interval."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfGenericallyDependentContinuant -cco:StasisOfGenericallyDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:Stasis ; - cco:definition "A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Generically Dependent Continuant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfMissionCapability -cco:StasisOfMissionCapability rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfRealizableEntity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Mission Capability"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfNonMissionCapable -cco:StasisOfNonMissionCapable rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfMissionCapability ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Non-Mission Capable"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfNonMissionCapableMaintenance -cco:StasisOfNonMissionCapableMaintenance rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfNonMissionCapable , - [ rdf:type owl:Restriction ; - owl:onProperty cco:caused_by ; - owl:someValuesFrom cco:ActOfMaintenance - ] ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Non-Mission Capable Maintenance"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfPartiallyMissionCapable -cco:StasisOfPartiallyMissionCapable rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfMissionCapability ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Partially Mission Capable"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfPartiallyMissionCapableMaintenance -cco:StasisOfPartiallyMissionCapableMaintenance rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfPartiallyMissionCapable ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Partially Mission Capable Maintenance"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfQuality -cco:StasisOfQuality rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; - cco:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Quality"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfRealizableEntity -cco:StasisOfRealizableEntity rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Realizable Entity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfRole -cco:StasisOfRole rdf:type owl:Class ; - rdfs:subClassOf cco:StasisOfRealizableEntity ; - cco:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Role that remains unchanged during a Temporal Interval."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfSpecificallyDependentContinuant -cco:StasisOfSpecificallyDependentContinuant rdf:type owl:Class ; - rdfs:subClassOf cco:Stasis ; - cco:definition "A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Specifically Dependent Continuant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/State -cco:State rdf:type owl:Class ; - rdfs:subClassOf cco:FirstOrderAdministrativeRegion ; - cco:alternative_label "State"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Constituent State"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SteamEngine -cco:SteamEngine rdf:type owl:Class ; - rdfs:subClassOf cco:ExternalCombustionEngine ; - cco:definition "An External Combustion Engine that is designed to use steam as its working fluid."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Steam_engine&oldid=1064097686"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Steam Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Steam_engine&oldid=1064097686"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Steam Engine"@en ; + "An External Combustion Engine that is designed to use steam as its working fluid."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SteeringControlSystem -cco:SteeringControlSystem rdf:type owl:Class ; - rdfs:subClassOf cco:VehicleControlSystem ; - cco:definition "A Vehicle Control System that is designed to control the direction some Vehicle is traveling."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Steering Control System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Steering Control System"@en ; + "A Vehicle Control System that is designed to control the direction some Vehicle is traveling."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StirlingEngine -cco:StirlingEngine rdf:type owl:Class ; - rdfs:subClassOf cco:ExternalCombustionEngine ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Stirling_engine&oldid=1061164490"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Stirling Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Stirling_engine&oldid=1061164490"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Stock -cco:Stock rdf:type owl:Class ; - rdfs:subClassOf cco:FinancialInstrument ; - cco:definition "A Financial Instrument that entitles holders to an ownership interest (equity) in the specified Incorporated Organization."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Stock&oldid=1064040249"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Stock"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Stock&oldid=1064040249"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Stock"@en ; + "A Financial Instrument that entitles holders to an ownership interest (equity) in the specified Incorporated Organization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StockCertificate -cco:StockCertificate rdf:type owl:Class ; - rdfs:subClassOf cco:Stock ; - cco:definition "Stock that consists of a Certificate."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Stock Certificate"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Stock Certificate"@en ; + "Stock that consists of a Certificate."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StorageFacility -cco:StorageFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to store materials or goods."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Storage&oldid=1048222564"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Storage Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Storage&oldid=1048222564"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Storage Facility"@en ; + "A Facility that is designed to store materials or goods."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Straight -cco:Straight rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:alternative_label "Linear"@en ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having curves, bends, or angles along its borders."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Straight"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Strength -cco:Strength rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000017 ; - cco:definition "A Realizable Entity that is realized when its bearer exerts or resists some power, influence, or force."@en ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Strength"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/StructuralSupportArtifactFunction -cco:StructuralSupportArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by an Artifact providing physical support to another object."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Structural Support Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Structural Support Artifact Function"@en ; + "An Artifact Function that is realized by an Artifact providing physical support to another object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SubBassFrequency -cco:SubBassFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 20 and 60 Hz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sub-Bass Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sub-Bass Frequency"@en ; + "A Sonic Frequency that is between 20 and 60 Hz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent -cco:Subcontinent rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialRegion ; - cco:definition "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Continent&oldid=1064057312"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Subcontinent"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Continent&oldid=1064057312"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Subcontinent"@en ; + "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SubmachineGun -cco:SubmachineGun rdf:type owl:Class ; - rdfs:subClassOf cco:LongGun ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Submachine_gun&oldid=1063939013"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Submachine Gun"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Submachine_gun&oldid=1063939013"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SubmersibleArtifactFunction -cco:SubmersibleArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes of operating while submerged in water."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Submersible&oldid=1062994844"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Submersible Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Submersible&oldid=1062994844"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Submersible Artifact Function"@en ; + "An Artifact Function that is realized in processes of operating while submerged in water."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SubmillimeterWavelengthRadioTelescope -cco:SubmillimeterWavelengthRadioTelescope rdf:type owl:Class ; - rdfs:subClassOf cco:RadioTelescope ; - cco:alternative_label "Microwave Telescope"@en ; - cco: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:definition_source "http://kp12m.as.arizona.edu/docs/what_is_submillimeter.htm, https://en.wikipedia.org/wiki/Submillimetre_astronomy" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://kp12m.as.arizona.edu/docs/what_is_submillimeter.htm, https://en.wikipedia.org/wiki/Submillimetre_astronomy" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/SuperHighFrequency -cco:SuperHighFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:MicrowaveFrequency ; - cco:acronym "SHF" ; - cco:alternative_label "ITU Band Number 10"@en ; - cco:definition "A Microwave Frequency that is between 3 and 30 GHz."@en ; - cco:definition_source "International Telecommunication Union (ITU)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 100–10 mm"@en ; - rdfs:label "Super High Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "SHF" ; + "International Telecommunication Union (ITU)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SuperLowFrequency -cco:SuperLowFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:RadioFrequency ; - cco:acronym "SLF" ; - cco:alternative_label "ITU Band Number 2"@en ; - cco:definition "A Radio Frequency that is between 30 and 300 Hz."@en ; - cco:definition_source "International Telecommunication Union (ITU)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 10,000–1,000 km"@en ; - rdfs:label "Super Low Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "SLF" ; + "International Telecommunication Union (ITU)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SurfaceTension -cco:SurfaceTension rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000016 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Surface_tension&oldid=1062753527"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Surface Tension"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Surface_tension&oldid=1062753527"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SurfaceWaveProfile -cco:SurfaceWaveProfile rdf:type owl:Class ; - rdfs:subClassOf cco:WaveProcessProfile ; - cco:alternative_label "Surface Wave"@en ; - cco: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 ; - cco:example_of_usage "the motion of an ocean wave" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Surface Wave Profile"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/SurfactantArtifactFunction -cco:SurfactantArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:EmulsifierArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Surfactant&oldid=1063693411"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Surfactant Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Surfactant&oldid=1063693411"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SwitchArtifactFunction -cco:SwitchArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Switch&oldid=1059685800"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Switch Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Switch&oldid=1059685800"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Synagogue -cco:Synagogue rdf:type owl:Class ; - rdfs:subClassOf cco:ReligiousFacility ; - cco:definition "A Religious Facility that is designed for Judaic worship and prayer."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Synagogue&oldid=1063773298"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Synagogue"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Synagogue&oldid=1063773298"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Synagogue"@en ; + "A Religious Facility that is designed for Judaic worship and prayer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SyntheticApertureRadarImagingArtifactFunction -cco:SyntheticApertureRadarImagingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:RadarImagingArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Synthetic Aperture Radar Imaging Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SystemClock -cco:SystemClock rdf:type owl:Class ; - rdfs:subClassOf cco:TimekeepingInstrument ; - cco: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:definition_source "http://www.thefreedictionary.com/system+clock" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "System Clock"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.thefreedictionary.com/system+clock" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/SystemRole -cco:SystemRole rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000023 ; - cco: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:definition_source "https://www.incose.org/about-systems-engineering/system-and-se-definition/general-system-definition"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "System Role"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://www.incose.org/about-systems-engineering/system-and-se-definition/general-system-definition"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Tank -cco:Tank rdf:type owl:Class ; - rdfs:subClassOf cco:ArmoredFightingVehicle ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Tank&oldid=1060527612"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Tank&oldid=1060527612"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Target -cco:Target rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_object_of ; - owl:someValuesFrom cco:ActOfTargeting - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000040 ; - cco:definition "A Material Entity that is the object of an Act of Targeting."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Tattoo -cco:Tattoo rdf:type owl:Class ; - rdfs:subClassOf cco:BodilyComponent ; - cco: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:definition_source "http://www.thefreedictionary.com/tattoo" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Tattoo"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.thefreedictionary.com/tattoo" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/TelecommunicationEndpoint -cco:TelecommunicationEndpoint rdf:type owl:Class ; - rdfs:subClassOf cco:TelecommunicationNetworkNode ; - cco:definition "A Telecommunication Network Node that connects a Telecommunication Terminal to a Telecommunication Network."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Communication_endpoint&oldid=1020569501"^^xsd:anyURI ; - cco:elucidation "A Telecommunication Terminal is an end user device such as a Telephone, fax machine, or Computer."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Endpoint"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Communication_endpoint&oldid=1020569501"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationInfrastructure -cco:TelecommunicationInfrastructure rdf:type owl:Class ; - rdfs:subClassOf cco:Infrastructure ; - cco:definition "An Infrastructure System that is designed to support the use of Telecommunication Instruments to communicate."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Category:Telecommunications_infrastructure&oldid=989151314"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Infrastructure"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Category:Telecommunications_infrastructure&oldid=989151314"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telecommunication Infrastructure"@en ; + "An Infrastructure System that is designed to support the use of Telecommunication Instruments to communicate."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationInstrument -cco:TelecommunicationInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationInstrument ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationNetwork -cco:TelecommunicationNetwork rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationSystem ; - obo:IAO_0000116 "How is this diff from Comm system?"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Network"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationNetworkLine -cco:TelecommunicationNetworkLine rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationInstrument ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications_link&oldid=1062252217"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Network Line"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications_link&oldid=1062252217"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationNetworkNode -cco:TelecommunicationNetworkNode rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationInstrument , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:TelecommunicationNetwork - ] ; - cco: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:definition_source "https://en.wikipedia.org/wiki/Node_(networking)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Network Node"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://en.wikipedia.org/wiki/Node_(networking)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationSwitchingNode -cco:TelecommunicationSwitchingNode rdf:type owl:Class ; - rdfs:subClassOf cco:TelecommunicationNetworkNode ; - cco:definition "A Telecommunication Network Node that is capable of redirecting a communication transmission to another Telecommunication Network Node."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Switching Node"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telecommunication Switching Node"@en ; + "A Telecommunication Network Node that is capable of redirecting a communication transmission to another Telecommunication Network Node."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelemetryProcess -cco:TelemetryProcess rdf:type owl:Class ; - rdfs:subClassOf cco:MechanicalProcess , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_process_part ; - owl:someValuesFrom cco:ActOfCommunicationByMedia - ] , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_process_part ; - owl:someValuesFrom cco:ActOfMeasuring - ] ; - cco: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 ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telemetry&oldid=1061697851"^^xsd:anyURI ; - cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Telemetry Process"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://en.wikipedia.org/w/index.php?title=Telemetry&oldid=1061697851"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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)" . ### http://www.ontologyrepository.com/CommonCoreOntologies/Telephone -cco:Telephone rdf:type owl:Class ; - rdfs:subClassOf cco:TelecommunicationInstrument ; - cco:alternative_label "Phone"@en ; - cco:definition "A Telecommunication Instrument that is designed to provide point-to-point communication between agents by means of audio messages."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telephone"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneCall -cco:TelephoneCall rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Telephone Calling"@en ; - cco:definition "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Telephone Call"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneLine -cco:TelephoneLine rdf:type owl:Class ; - rdfs:subClassOf cco:TelecommunicationNetworkLine ; - cco:alternative_label "Telephone Circuit"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telephone Line"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneNetwork -cco:TelephoneNetwork rdf:type owl:Class ; - rdfs:subClassOf cco:TelecommunicationNetwork ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telephone Network"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneSubscriberLine -cco:TelephoneSubscriberLine rdf:type owl:Class ; - rdfs:subClassOf cco:TelephoneLine ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telephone Subscriber Line"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Telescope -cco:Telescope rdf:type owl:Class ; - rdfs:subClassOf cco:ImagingInstrument ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telescope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelevisionBroadcast -cco:TelevisionBroadcast rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Television Broadcasting"@en ; - cco:definition "An Act of Communciation by Media that is transmitted to an audience through a television network."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Television_broadcasting&oldid=1063890047"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Television Broadcast"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Television_broadcasting&oldid=1063890047"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Temperature -cco:Temperature rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality that inheres in a bearer in virtue of its thermal energy."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Temperature"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Temperature"@en ; + "A Quality that inheres in a bearer in virtue of its thermal energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TemperatureMeasurementArtifactFunction -cco:TemperatureMeasurementArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Temperature Measurement Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TemporalInstantIdentifier -cco:TemporalInstantIdentifier rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:TemporalRegionIdentifier - [ rdf:type owl:Restriction ; - owl:onProperty cco:designates ; - owl:someValuesFrom obo:BFO_0000203 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:TemporalRegionIdentifier ; - cco:alternative_label "Zero-Dimensional Temporal Region Identifier"@en ; - cco:definition "A Temporal Region Identifier that designates some Temporal Instant."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Temporal Instant Identifier"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Temporal Instant Identifier"@en ; + "Zero-Dimensional Temporal Region Identifier"@en ; + "A Temporal Region Identifier that designates some Temporal Instant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TemporalIntervalIdentifier -cco:TemporalIntervalIdentifier rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:TemporalRegionIdentifier - [ rdf:type owl:Restriction ; - owl:onProperty cco:designates ; - owl:someValuesFrom obo:BFO_0000038 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:TemporalRegionIdentifier ; - cco:alternative_label "One-Dimensional Temporal Region Identifier"@en ; - cco:definition "A Temporal Region Identifier that designates some Temporal Interval."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Temporal Interval Identifier"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Temporal Interval Identifier"@en ; + "One-Dimensional Temporal Region Identifier"@en ; + "A Temporal Region Identifier that designates some Temporal Interval."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TemporalReferenceSystem -cco:TemporalReferenceSystem rdf:type owl:Class ; - rdfs:subClassOf cco:ReferenceSystem ; - cco:alternative_label "Temporal Reference Frame"@en , - "Time Scale"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Temporal Reference System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TemporalRegionIdentifier -cco:TemporalRegionIdentifier rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:DesignativeInformationContentEntity - [ rdf:type owl:Restriction ; - owl:onProperty cco:designates ; - owl:someValuesFrom obo:BFO_0000008 - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:DesignativeInformationContentEntity ; - cco:definition "A Designative Information Content Entity that designates some Temporal Region."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Temporal Region Identifier"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Temporal Region Identifier"@en ; + "A Designative Information Content Entity that designates some Temporal Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TerminalBoard -cco:TerminalBoard rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Electrical_connector&oldid=1061247409"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Terminal Board"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Electrical_connector&oldid=1061247409"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TerroristTrainingCamp -cco:TerroristTrainingCamp rdf:type owl:Class ; - rdfs:subClassOf cco:TrainingCamp ; - cco:definition "A Training Camp designed to teach students methods of terrorism."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Terrorist_training_camp&oldid=1037856600"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Terrorist Training Camp"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Terrorist_training_camp&oldid=1037856600"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Terrorist Training Camp"@en ; + "A Training Camp designed to teach students methods of terrorism."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TextMessaging -cco:TextMessaging rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Text Messaging"@en , - "Act of Texting"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Text_messaging&oldid=1062261405"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Text Messaging"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Text_messaging&oldid=1062261405"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Texture -cco:Texture rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Texture"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalControlArtifactFunction -cco:ThermalControlArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Thermal Control Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalImagingArtifactFunction -cco:ThermalImagingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ImagingArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Thermal Imaging Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalInsulationArtifactFunction -cco:ThermalInsulationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ThermalControlArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Thermal_insulation&oldid=1059273300"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Thermal Insulation Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Thermal_insulation&oldid=1059273300"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalPowerPlant -cco:ThermalPowerPlant rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricPowerStation ; - cco:definition "An Electric Power Station that is designed to convert heat energy into electrical energy."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Thermal_power_station&oldid=1062208548"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Thermal Power Plant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Thermal_power_station&oldid=1062208548"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Thermal Power Plant"@en ; + "An Electric Power Station that is designed to convert heat energy into electrical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Thickness -cco:Thickness rdf:type owl:Class ; - rdfs:subClassOf cco:Depth ; - cco:definition "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Thickness"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Thickness"@en ; + "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Thin -cco:Thin rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:alternative_label "Narrow"@en , - "Slender"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Thin"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThirdOrderAdministrativeRegion -cco:ThirdOrderAdministrativeRegion rdf:type owl:Class ; - rdfs:subClassOf cco:GeopoliticalEntity , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000176 ; - owl:someValuesFrom cco:SecondOrderAdministrativeRegion - ] ; - cco:definition "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en ; - cco:definition_source "http://www.geonames.org/export/codes.html" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Third-Order Administrative Region"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.geonames.org/export/codes.html" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Third-Order Administrative Region"@en ; + "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalExtent -cco:ThreeDimensionalExtent rdf:type owl:Class ; - rdfs:subClassOf cco:SizeQuality ; - cco:alternative_label "Volume"@en ; - cco:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in three dimensions."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Three Dimensional Extent"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPath -cco:ThreeDimensionalPath rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000028 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_spatial_part ; - owl:someValuesFrom cco:ThreeDimensionalPosition - ] ; - cco:definition "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Three-Dimensional Path"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Three-Dimensional Path"@en ; + "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPosition -cco:ThreeDimensionalPosition rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000028 ; - cco:definition "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalShape -cco:ThreeDimensionalShape rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality that inheres only in a three dimensional entity."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Three Dimensional Shape"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Three Dimensional Shape"@en ; + "A Shape Quality that inheres only in a three dimensional entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Thrust -cco:Thrust rdf:type owl:Class ; - rdfs:subClassOf cco:Force ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "More generally, Thrust is the propulsive Force of a Rocket."@en ; - rdfs:label "Thrust"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Timbre -cco:Timbre rdf:type owl:Class ; - rdfs:subClassOf cco:SoundProcessProfile ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Timbre"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TimeOfDay -cco:TimeOfDay rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000203 , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000132 ; - owl:someValuesFrom cco:Day - ] ; - cco:definition "A Temporal Instant that is part of a Day."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Time of Day"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Time of Day"@en ; + "A Temporal Instant that is part of a Day."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TimeOfDayIdentifier -cco:TimeOfDayIdentifier rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:TemporalInstantIdentifier - [ rdf:type owl:Restriction ; - owl:onProperty cco:designates ; - owl:someValuesFrom cco:TimeOfDay - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:TemporalInstantIdentifier ; - cco:definition "A Temporal Instant Identifier that designates some Time of Day."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Time of Day Identifier"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Time of Day Identifier"@en ; + "A Temporal Instant Identifier that designates some Time of Day."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TimeZoneIdentifier -cco:TimeZoneIdentifier rdf:type owl:Class ; - rdfs:subClassOf cco:SpatialRegionIdentifier ; - cco:definition "A Spatial Region Identifier that designates the region associated with some uniform standard time for legal, commercial, or social purposes."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment """Standards of date, time, and time zone data formats: + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . + "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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TimekeepingArtifactFunction -cco:TimekeepingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Timekeeping Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TimekeepingInstrument -cco:TimekeepingInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that is about some temporal region."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Timekeeper&oldid=1061681902"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Timekeeping Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Timekeeper&oldid=1061681902"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TitleDocument -cco:TitleDocument rdf:type owl:Class ; - rdfs:subClassOf cco:LegalInstrument ; - cco:definition "A Legal Instrument that is designed as evidence of ownership."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Title_(property)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Title Document"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Title_(property)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Title Document"@en ; + "A Legal Instrument that is designed as evidence of ownership."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Tool -cco:Tool rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Tool&oldid=1061967184"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Tool"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Tool&oldid=1061967184"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Torpedo -cco:Torpedo rdf:type owl:Class ; - rdfs:subClassOf cco:PrecisionGuidedMissile ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Torpedo&oldid=1062609830"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Torpedo"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Torpedo&oldid=1062609830"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TorpedoTube -cco:TorpedoTube rdf:type owl:Class ; - rdfs:subClassOf cco:ProjectileLauncher ; - cco:definition "A Projectile Launcher that is designed to launch Torpedoes."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Torpedo_tube&oldid=1063672665"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Torpedo Tube"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Torpedo_tube&oldid=1063672665"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Torpedo Tube"@en ; + "A Projectile Launcher that is designed to launch Torpedoes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Torque -cco:Torque rdf:type owl:Class ; - rdfs:subClassOf cco:Force ; - cco:alternative_label "Moment of Force"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Torque&oldid=1063339484"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Torque"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Torque&oldid=1063339484"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Town -cco:Town rdf:type owl:Class ; - rdfs:subClassOf cco:LocalAdministrativeRegion ; - cco: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:definition_source "http://www.dictionary.com/browse/town" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Town"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.dictionary.com/browse/town" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/Trail -cco:Trail rdf:type owl:Class ; - rdfs:subClassOf cco:LandTransportationArtifact ; - cco:definition "A Land Transportation Artifact that is designed to enable transport through rough country, such as a forest or moor."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Trail&oldid=1056047142"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Trail"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Trail&oldid=1056047142"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Trail"@en ; + "A Land Transportation Artifact that is designed to enable transport through rough country, such as a forest or moor."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Train -cco:Train rdf:type owl:Class ; - rdfs:subClassOf cco:RailTransportVehicle ; - cco:alternative_label "Railroad Train"@en , - "Railway Train"@en ; - cco:definition "A Rail Transport Vehicle that consists of a series of connected Train Cars or Railcars."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Train&oldid=1064071492"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Train"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Train&oldid=1064071492"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TrainCar -cco:TrainCar rdf:type owl:Class ; - rdfs:subClassOf cco:RailTransportVehicle ; - cco:alternative_label "Railroad Car"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Railroad_car&oldid=1063802472"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Train Car"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Railroad_car&oldid=1063802472"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TrainingCamp -cco:TrainingCamp rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Training_camp&oldid=1059977631"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Training Camp"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Training_camp&oldid=1059977631"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Transcript -cco:Transcript rdf:type owl:Class ; - rdfs:subClassOf cco:Document ; - cco:definition "A Document that is designed to bear some specific Information Content Entity that was originally recorded in a different medium."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Transcript"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Transducer -cco:Transducer rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to convert one form of energy to another."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Transducer"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Transducer"@en ; + "A Material Artifact that is designed to convert one form of energy to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TranslationalMotion -cco:TranslationalMotion rdf:type owl:Class ; - rdfs:subClassOf cco:MotionProcess , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_process_part ; - owl:someValuesFrom cco:Velocity - ] ; - cco:definition "A Motion Process in which the participating Object changes its position from one portion of space to another."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Translational Motion"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Translational Motion"@en ; + "A Motion Process in which the participating Object changes its position from one portion of space to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Translucent -cco:Translucent rdf:type owl:Class ; - rdfs:subClassOf cco:Opacity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Translucent"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Transparent -cco:Transparent rdf:type owl:Class ; - rdfs:subClassOf cco:Opacity ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Transparent"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationArtifact -cco:TransportationArtifact rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Transportation Artifact"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationFacility -cco:TransportationFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transport&oldid=1063526665"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Transportation Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Transport&oldid=1063526665"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationInfrastructure -cco:TransportationInfrastructure rdf:type owl:Class ; - rdfs:subClassOf cco:Infrastructure ; - cco: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:definition_source "http://www.cfr.org/infrastructure/transportation-infrastructure-moving-america/p18611" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Transportation Infrastructure"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.cfr.org/infrastructure/transportation-infrastructure-moving-america/p18611" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/TransverseWaveProfile -cco:TransverseWaveProfile rdf:type owl:Class ; - rdfs:subClassOf cco:WaveProcessProfile ; - cco:alternative_label "Transverse Wave"@en ; - cco:definition "A Wave Process Profile in which the displacement of participating particles is perpendicular to the direction of the Wave Process' propogation."@en ; - cco:definition_source "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Transverse Wave Profile"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/TremendouslyHighFrequency -cco:TremendouslyHighFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; - cco:acronym "THF" ; - cco:alternative_label "ITU Band Number 12"@en , - "Submillimeter Band Frequency"@en , - "Terahertz Radiation Frequency"@en ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 GHz and 3 THz."@en ; - cco:definition_source "International Telecommunication Union (ITU)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 1–0.1 mm"@en ; - rdfs:label "Tremendously High Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "THF" ; + "International Telecommunication Union (ITU)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Triangular -cco:Triangular rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Triangular"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Triangular"@en ; + "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TriangularWaveform -cco:TriangularWaveform rdf:type owl:Class ; - rdfs:subClassOf cco:Waveform ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Triangular Waveform"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TrimTab -cco:TrimTab rdf:type owl:Class ; - rdfs:subClassOf cco:ControlSurface ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Trim_tab&oldid=1054550485"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Trim Tab"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Trim_tab&oldid=1054550485"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TripleInertialNavigationSystem -cco:TripleInertialNavigationSystem rdf:type owl:Class ; - rdfs:subClassOf cco:InertialNavigationSystem ; - cco:alternative_label "Triple INS"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Triple Inertial Navigation System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Tripod -cco:Tripod rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Tripod&oldid=1063988190"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Tripod"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Tripod&oldid=1063988190"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Truck -cco:Truck rdf:type owl:Class ; - rdfs:subClassOf cco:GroundMotorVehicle ; - cco:definition "A Ground Motor Vehicle that is designed to be used to transport cargo."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Truck&oldid=1060924486"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Truck&oldid=1060924486"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Tunnel -cco:Tunnel rdf:type owl:Class ; - rdfs:subClassOf cco:LandTransportationArtifact ; - cco:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel underneath a surrounding soil, earth, or rock formation."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Tunnel&oldid=1062456881"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Tunnel"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Tunnel&oldid=1062456881"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TurbineSteamEngine -cco:TurbineSteamEngine rdf:type owl:Class ; - rdfs:subClassOf cco:SteamEngine ; - cco:alternative_label "Steam Turbine"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Steam_turbine&oldid=1060224962"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Turbine Steam Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Steam_turbine&oldid=1060224962"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TurbofanAirBreathingJetEngine -cco:TurbofanAirBreathingJetEngine rdf:type owl:Class ; - rdfs:subClassOf cco:AirBreathingJetEngine ; - cco:definition "An Air-Breathing Jet Engine that uses a Turbofan, which consists of a Turbine and a Fan."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Turbofan&oldid=1063724215"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Turbofan Air-Breathing Jet Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Turbofan&oldid=1063724215"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TurbojetAirBreathingJetEngine -cco:TurbojetAirBreathingJetEngine rdf:type owl:Class ; - rdfs:subClassOf cco:AirBreathingJetEngine ; - cco:definition "An Air-Breathing Jet Engine that uses a Turbojet, which consists of a Turbine with a Propelling Nozzle."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Turbojet&oldid=1060948529"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Turbojet Air-Breathing Jet Engine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Turbojet&oldid=1060948529"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalBarCode -cco:TwoDimensionalBarCode rdf:type owl:Class ; - rdfs:subClassOf cco:Barcode ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Two-Dimensional Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalExtent -cco:TwoDimensionalExtent rdf:type owl:Class ; - rdfs:subClassOf cco:SizeQuality ; - cco:alternative_label "Area"@en ; - cco:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in two dimensions."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Two Dimensional Extent"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UPCABarcode -cco:UPCABarcode rdf:type owl:Class ; - rdfs:subClassOf cco:UPCBarcode ; - cco:definition "A UPC Barcode that consists of 12 numerical digits."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "UPC-A Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "UPC-A Barcode"@en ; + "A UPC Barcode that consists of 12 numerical digits."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UPCBarcode -cco:UPCBarcode rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalBarcode ; - cco:definition "A One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "UPC Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UPCEBarcode -cco:UPCEBarcode rdf:type owl:Class ; - rdfs:subClassOf cco:UPCBarcode ; - cco:definition "A UPC Barcode that consists of 6 numerical digits."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "UPC-E Barcode"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "UPC-E Barcode"@en ; + "A UPC Barcode that consists of 6 numerical digits."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UltraHighFrequency -cco:UltraHighFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:MicrowaveFrequency ; - cco:acronym "UHF" ; - cco:alternative_label "ITU Band Number 9"@en ; - cco:definition "A Microwave Frequency that is between 300 MHz and 3 GHz."@en ; - cco:definition_source "International Telecommunication Union (ITU)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment """The corresponding Wavelength range is 1–0.1 m. + rdf:type owl:Class ; + rdfs:subClassOf ; + "UHF" ; + "International Telecommunication Union (ITU)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . + rdfs:label "Ultra High Frequency"@en ; + "ITU Band Number 9"@en ; + "A Microwave Frequency that is between 300 MHz and 3 GHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UltraHighFrequencyCommunicationInstrument -cco:UltraHighFrequencyCommunicationInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some Ultra High Frequency."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ultra High Frequency Communication Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UltraLowFrequency -cco:UltraLowFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:RadioFrequency ; - cco:acronym "ULF" ; - cco:alternative_label "ITU Band Number 3"@en ; - cco:definition "A Radio Frequency that is between 300 Hz and 3 kHz."@en ; - cco:definition_source "International Telecommunication Union (ITU)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 1,000–100 km"@en ; - rdfs:label "Ultra Low Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "ULF" ; + "International Telecommunication Union (ITU)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UltrasonicFrequency -cco:UltrasonicFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:SoundFrequency ; - cco:definition "A Sound Frequency that is greater than 20 kHz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Ultrasonic Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Ultrasonic Frequency"@en ; + "A Sound Frequency that is greater than 20 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UltravioletLightFrequency -cco:UltravioletLightFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 750 terahertz and 30 petahertz."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Ultraviolet Light Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Ultraviolet Light Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 750 terahertz and 30 petahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UltravioletTelescope -cco:UltravioletTelescope rdf:type owl:Class ; - rdfs:subClassOf cco:Telescope ; - cco:alternative_label "UV Telescope"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ultraviolet Telescope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnalliedPerson -cco:UnalliedPerson rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( cco:Person - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000196 ; - owl:someValuesFrom cco:NeutralRole - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf cco:Person ; - cco:alternative_label "Unallied Person" ; - cco:definition "A Person who is the bearer of some Neutral Role."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Neutral Person"@en . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Neutral Person"@en ; + "Unallied Person" ; + "A Person who is the bearer of some Neutral Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnderActiveControl -cco:UnderActiveControl rdf:type owl:Class ; - rdfs:subClassOf cco:ActiveStasis , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_process_part ; - owl:someValuesFrom cco:ActOfArtifactEmployment - ] ; - cco:definition "An Active Stasis during which an Artifact participates in an Act of Artifact Employment."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Under Active Control"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Under Active Control"@en ; + "An Active Stasis during which an Artifact participates in an Act of Artifact Employment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UndergroundMine -cco:UndergroundMine rdf:type owl:Class ; - rdfs:subClassOf cco:Mine ; - cco:definition "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Underground Mine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnderwaterMine -cco:UnderwaterMine rdf:type owl:Class ; - rdfs:subClassOf cco:Mine ; - cco:definition "A Mine that is designed to support the extraction of materials from the ocean floor."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1062538523"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Underwater Mine"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1062538523"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Underwater Mine"@en ; + "A Mine that is designed to support the extraction of materials from the ocean floor."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnguidedRocket -cco:UnguidedRocket rdf:type owl:Class ; - rdfs:subClassOf cco:PortionOfAmmunition ; - cco:alternative_label "Rocket"@en ; - cco: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:definition_source "https://en.wikipedia.org/wiki/Rocket_(weapon)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Unguided Rocket"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Rocket_(weapon)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnintentionalAct -cco:UnintentionalAct rdf:type owl:Class ; - rdfs:subClassOf cco:Act ; - cco:alternative_label "Unintentional Act"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Unplanned Act"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTimeReferenceSystem -cco:UniversalTimeReferenceSystem rdf:type owl:Class ; - rdfs:subClassOf cco:SolarTimeReferenceSystem ; - cco:acronym "UT" ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Universal Time Reference System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "UT" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnixTemporalInstant -cco:UnixTemporalInstant rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000203 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Unix Temporal Instant"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UpperMidrangeFrequency -cco:UpperMidrangeFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 2 and 4 kHz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Upper Midrange Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Upper Midrange Frequency"@en ; + "A Sonic Frequency that is between 2 and 4 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Valve -cco:Valve rdf:type owl:Class ; - rdfs:subClassOf cco:FluidControlArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Valve&oldid=1048906126"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Valve"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Valve&oldid=1048906126"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Vehicle -cco:Vehicle rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleCompartment -cco:VehicleCompartment rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:alternative_label "Compartment"@en ; - cco:definition "A Material Artifact that is designed to partition a Vehicle into subdivisions for various purposes."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle Compartment"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Vehicle Compartment"@en ; + "Compartment"@en ; + "A Material Artifact that is designed to partition a Vehicle into subdivisions for various purposes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleControlSystem -cco:VehicleControlSystem rdf:type owl:Class ; - rdfs:subClassOf cco:ControlSystem ; - cco:definition "A Control System that is designed to enable some Agent to control some Vehicle."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle Control System"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Vehicle Control System"@en ; + "A Control System that is designed to enable some Agent to control some Vehicle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleFrame -cco:VehicleFrame rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to be the main supporting structure of some Vehicle."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Vehicle_frame&oldid=1054003530"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle Frame"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Vehicle_frame&oldid=1054003530"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Vehicle Frame"@en ; + "A Material Artifact that is designed to be the main supporting structure of some Vehicle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleTrack -cco:VehicleTrack rdf:type owl:Class ; - rdfs:subClassOf cco:ObjectTrack , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_spatial_part ; - owl:someValuesFrom cco:VehicleTrackPoint - ] ; - cco:definition "An Object Track for a Vehicle during some motion."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle Track"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Vehicle Track"@en ; + "An Object Track for a Vehicle during some motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleTrackPoint -cco:VehicleTrackPoint rdf:type owl:Class ; - rdfs:subClassOf cco:ObjectTrackPoint , - [ rdf:type owl:Restriction ; - owl:onProperty cco:spatial_part_of ; - owl:someValuesFrom cco:VehicleTrack - ] ; - cco:definition "An Object Track Point that is where a Vehicle is or was located during some motion."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle Track Point"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Vehicle Track Point"@en ; + "An Object Track Point that is where a Vehicle is or was located during some motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleTransmission -cco:VehicleTransmission rdf:type owl:Class ; - rdfs:subClassOf cco:PowerTransmissionArtifact ; - cco:alternative_label "Gearbox"@en , - "Transmission"@en ; - cco:definition "A Power Transmission Artifact that is designed to vary the output speed and torque in a rotating power transfer system."@en ; - cco:definition_source "https://en.wikipedia.org/wiki/Transmission_(mechanics)"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle Transmission"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/wiki/Transmission_(mechanics)"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Velocity -cco:Velocity rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000144 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Velocity&oldid=1063300750"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Velocity"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Velocity&oldid=1063300750"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/VentilationControlArtifactFunction -cco:VentilationControlArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ventilation Control Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/VeracityMeasurementInformationContentEntity -cco:VeracityMeasurementInformationContentEntity rdf:type owl:Class ; - rdfs:subClassOf cco:MeasurementInformationContentEntity ; - cco:alternative_label "Accuracy of Information"@en , - "Trueness Measurement"@en , - "Veracity Measurement"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Vermilion -cco:Vermilion rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color consisting of red and orange hue with a slight amount of gray."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Vermilion"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Vermilion"@en ; + "A Color consisting of red and orange hue with a slight amount of gray."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VeryHighFrequency -cco:VeryHighFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:RadioFrequency ; - cco:acronym "VHF" ; - cco:alternative_label "ITU Band Number 8"@en ; - cco:definition "A Radio Frequency that is between 30 and 300 MHz."@en ; - cco:definition_source "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 10–1 m"@en ; - rdfs:label "Very High Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "VHF" ; + "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/VeryHighFrequencyCommunicationInstrument -cco:VeryHighFrequencyCommunicationInstrument rdf:type owl:Class ; - rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some Very High Frequency."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Very High Frequency Communication Instrument"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/VeryLowFrequency -cco:VeryLowFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:RadioFrequency ; - cco:acronym "VLF" ; - cco:alternative_label "ITU Band Number 4"@en ; - cco:definition "A Radio Frequency that is between 3 and 30 kHz."@en ; - cco:definition_source "International Telecommunication Union (ITU)" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 100–10 km"@en ; - rdfs:label "Very Low Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "VLF" ; + "International Telecommunication Union (ITU)" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/VibrationProcess -cco:VibrationProcess rdf:type owl:Class ; - rdfs:subClassOf cco:MotionProcess ; - cco:alternative_label "Mechanical Oscillation"@en , - "Oscillation Motion"@en , - "Vibration"@en ; - cco:definition "A Motion wherein some participant repetitively deviates from a central location to two surrounding locations."@en ; - cco:definition_source "https://physicsabout.com/motion/"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Vibration Motion"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://physicsabout.com/motion/"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Video -cco:Video rdf:type owl:Class ; - rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Video"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/VideoCamera -cco:VideoCamera rdf:type owl:Class ; - rdfs:subClassOf cco:Camera ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Video Camera"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Village -cco:Village rdf:type owl:Class ; - rdfs:subClassOf cco:LocalAdministrativeRegion ; - cco: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:definition_source "http://www.merriam-webster.com/dictionary/village" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Village"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.merriam-webster.com/dictionary/village" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + 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.ontologyrepository.com/CommonCoreOntologies/Violet -cco:Violet rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that is lower than Blue with a wavelength in the visible spectrum typically between 400 and 450 nanometers."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Violet"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/VisibleLightFrequency -cco:VisibleLightFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 400 and 800 terahertz."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Light&oldid=1062630851"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Visible light overlaps with near infrared and near ultraviolet."@en ; - rdfs:label "Visible Light Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Light&oldid=1062630851"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/VisibleLightReflectionProcess -cco:VisibleLightReflectionProcess rdf:type owl:Class ; - rdfs:subClassOf cco:WaveProcess ; - cco:definition "A Wave Process in which an Electromagnetic Wave with a Visible Light Frequency is reflected off a portion of matter."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Visible Light Reflection Process"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/VisibleObservation -cco:VisibleObservation rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfObservation , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_process_part ; - owl:someValuesFrom cco:VisibleLightReflectionProcess - ] ; - cco:definition "An Act of Observation that involves visual perception."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Visible Observation"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Visible Observation"@en ; + "An Act of Observation that involves visual perception."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VisualProsthesis -cco:VisualProsthesis rdf:type owl:Class ; - rdfs:subClassOf cco:ArtificialEye ; - cco:alternative_label "Bionic Eye"@en ; - cco:definition "An Artificial Eye that is designed to replace a missing eye, which performs the function of an eye."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Visual_prosthesis&oldid=1059269261"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Visual Prosthesis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Visual_prosthesis&oldid=1059269261"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/VoltageRegulatingArtifactFunction -cco:VoltageRegulatingArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricalArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Voltage_regulation&oldid=1045628774"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Voltage Regulating Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Voltage_regulation&oldid=1045628774"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Vulnerability -cco:Vulnerability rdf:type owl:Class ; - rdfs:subClassOf cco:DisruptingDisposition ; - "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 ; - cco:definition "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Vulnerability"@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 . + 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 ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Warehouse -cco:Warehouse rdf:type owl:Class ; - rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store commercial goods."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Warehouse&oldid=1063721454"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Warehouse"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Warehouse&oldid=1063721454"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Warehouse"@en ; + "A Storage Facility that is designed to store commercial goods."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WarningMessage -cco:WarningMessage rdf:type owl:Class ; - rdfs:subClassOf cco:NotificationMessage ; - cco:definition "A Notification Message that is designed to bear an Information Content Entity that describes a possible or impending threat."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Warning Message"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WashingFacility -cco:WashingFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to wash personnel or equipment."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Washing&oldid=1035998791"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Washing Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Washing&oldid=1035998791"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Washing Facility"@en ; + "A Facility that is designed to wash personnel or equipment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementArtifactFunction -cco:WasteManagementArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes of collecting transporting processing recycling or disposing and monitoring of waste materials."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Waste Management Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility -cco:WasteManagementFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for managing waste for some portion of the waste's existence."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Waste Management Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Waste Management Facility"@en ; + "A Facility that is designed for managing waste for some portion of the waste's existence."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTower -cco:WaterTower rdf:type owl:Class ; - rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Water_tower&oldid=1059754959"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Water Tower"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Water_tower&oldid=1059754959"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Water Tower"@en ; + "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTransportationArtifact -cco:WaterTransportationArtifact rdf:type owl:Class ; - rdfs:subClassOf cco:TransportationArtifact ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Water Transportation Artifact"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTreatmentFacility -cco:WaterTreatmentFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for making water more acceptable for a specific end-use."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Water_treatment&oldid=1061706931"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Water Treatment Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Water_treatment&oldid=1061706931"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Water Treatment Facility"@en ; + "A Facility that is designed for making water more acceptable for a specific end-use."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Watercraft -cco:Watercraft rdf:type owl:Class ; - rdfs:subClassOf cco:Vehicle ; - cco:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by water travel."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Watercraft&oldid=1054071067"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Watercraft"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Watercraft&oldid=1054071067"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Watercraft"@en ; + "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by water travel."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaveCycle -cco:WaveCycle rdf:type owl:Class ; - rdfs:subClassOf cco:WaveProcess ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Wave Cycle"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaveProcess -cco:WaveProcess rdf:type owl:Class ; - rdfs:subClassOf cco:NaturalProcess , - [ rdf:type owl:Restriction ; - owl:onProperty obo:BFO_0000062 ; - owl:someValuesFrom cco:WaveProduction - ] , - [ rdf:type owl:Restriction ; - owl:onProperty cco:has_process_part ; - owl:someValuesFrom cco:WaveProcessProfile - ] ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Wave&oldid=1062648180"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Wave Process"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "https://en.wikipedia.org/w/index.php?title=Wave&oldid=1062648180"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaveProcessProfile -cco:WaveProcessProfile rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000144 - [ rdf:type owl:Restriction ; - owl:onProperty cco:is_part_of_process ; - owl:someValuesFrom cco:WaveProcess - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf obo:BFO_0000144 ; - cco:definition "A Process Profile of a Wave Process."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaveProduction -cco:WaveProduction rdf:type owl:Class ; - rdfs:subClassOf cco:NaturalProcess ; - cco:alternative_label "Wave Production Process"@en ; - cco:definition "A Natural Process in which a Wave Process is generated."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Wave Production"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Wave Production"@en ; + "Wave Production Process"@en ; + "A Natural Process in which a Wave Process is generated."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Waveform -cco:Waveform rdf:type owl:Class ; - rdfs:subClassOf cco:WaveProcessProfile ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Waveform"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Wavelength -cco:Wavelength rdf:type owl:Class ; - rdfs:subClassOf cco:WaveProcessProfile ; - cco:definition "A Wave Process Profile that is the distance the Wave Process traverses during one Wave Cycle."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Assuming a non-dispersive media, the Wavelength will be the inverse of the Frequency."@en ; - rdfs:label "Wavelength"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Wavy -cco:Wavy rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:alternative_label "Undulate"@en ; - cco:definition "A Shape Quality inhering in a bearer in virtue of it having a sinuous or rippled border."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Wavy"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Wavy"@en ; + "Undulate"@en ; + "A Shape Quality inhering in a bearer in virtue of it having a sinuous or rippled border."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Weapon -cco:Weapon rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; - cco: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 ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Weapon&oldid=1143263715"^^xsd:anyURI ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Weapon"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Weapon&oldid=1143263715"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WeaponManufacturingFacility -cco:WeaponManufacturingFacility rdf:type owl:Class ; - rdfs:subClassOf cco:Factory ; - cco:definition "A Factory that is designed to produce or assemble weapons."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Arms_industry&oldid=1063811497"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Weapon Manufacturing Facility"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Arms_industry&oldid=1063811497"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Weapon Manufacturing Facility"@en ; + "A Factory that is designed to produce or assemble weapons."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Webcast -cco:Webcast rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Webcasting"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Webcast&oldid=1062685084"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Essentially, webcasting is “broadcasting” over the Internet."@en ; - rdfs:label "Webcast"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Webcast&oldid=1062685084"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Wedding -cco:Wedding rdf:type owl:Class ; - rdfs:subClassOf cco:ActOfCeremony ; - cco:alternative_label "Act of Wedding Ceremony"@en ; - cco:definition "An Act of Ceremony in which two Persons are united in Marriage or a similar institution."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Wedding&oldid=1063857279"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Wedding"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Wedding&oldid=1063857279"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Week -cco:Week rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_during ; - owl:someValuesFrom cco:Month - ] ; - cco:definition "A Temporal Interval that is equal to seven consecutive Days."@en ; - cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=week" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Week"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://wordnetweb.princeton.edu/perl/webwn?s=week" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Week"@en ; + "A Temporal Interval that is equal to seven consecutive Days."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Weight -cco:Weight rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality that inheres in some material entity with a mass in virtue of its location in some gravitational field."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Wetness -cco:Wetness rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000019 ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Wetness"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WettingAgentArtifactFunction -cco:WettingAgentArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:SurfactantArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Wetting&oldid=1062806793"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wetting Agent Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Wetting&oldid=1062806793"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/White -cco:White rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "White"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Wide -cco:Wide rdf:type owl:Class ; - rdfs:subClassOf cco:ShapeQuality ; - cco:alternative_label "Broad"@en , - "Fat"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Wide"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Width -cco:Width rdf:type owl:Class ; - rdfs:subClassOf cco:OneDimensionalExtent ; - cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a horizontal direction."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Width"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WindFarm -cco:WindFarm rdf:type owl:Class ; - rdfs:subClassOf cco:ElectricPowerStation ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Wind_farm&oldid=1062817899"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Wind Farm"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Wind_farm&oldid=1062817899"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WireAntenna -cco:WireAntenna rdf:type owl:Class ; - rdfs:subClassOf cco:RadioAntenna ; - cco:definition "A Radio Antenna that consists primarily of a length of wire."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wire Antenna"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Wire Antenna"@en ; + "A Radio Antenna that consists primarily of a length of wire."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WireReceiver -cco:WireReceiver rdf:type owl:Class ; - rdfs:subClassOf cco:RadioReceiver ; - cco:definition "A Radio Receiver that uses a Wire Antenna to intercept radio signals."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wire Receiver"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Wire Receiver"@en ; + "A Radio Receiver that uses a Wire Antenna to intercept radio signals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationArtifactFunction -cco:WiredCommunicationArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationArtifactFunction ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wired Communication Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationReceptionArtifactFunction -cco:WiredCommunicationReceptionArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationReceptionArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wired Communication Reception Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationRelayArtifactFunction -cco:WiredCommunicationRelayArtifactFunction rdf:type owl:Class ; - rdfs:subClassOf cco:CommunicationRelayArtifactFunction ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wired Communication Relay Artifact Function"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WirelessNetworkTelephoneCall -cco:WirelessNetworkTelephoneCall rdf:type owl:Class ; - rdfs:subClassOf cco:TelephoneCall ; - cco:definition "A Telephone Call transmitted over a network where the telephones are mobile and can move anywhere within the coverage area."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Wireless Network Telephone Call"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WirelessTelecommunicationNetwork -cco:WirelessTelecommunicationNetwork rdf:type owl:Class ; - rdfs:subClassOf cco:TelecommunicationNetwork ; - cco:alternative_label "Wireless Network"@en ; - cco:definition "A Telecommunication Network that uses wireless connections to connect Telecommunication Network Nodes."@en ; - cco:definition_source "https://en.wikipedia.org/w/index.php?title=Wireless_network&oldid=1060257041"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wireless Telecommunication Network"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Wireless_network&oldid=1060257041"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Wireless Telecommunication Network"@en ; + "Wireless Network"@en ; + "A Telecommunication Network that uses wireless connections to connect Telecommunication Network Nodes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WoundedStasis -cco:WoundedStasis rdf:type owl:Class ; - rdfs:subClassOf cco:DamagedStasis ; - cco:alternative_label "Wounded"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Wounded Stasis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/XRayMicroscope -cco:XRayMicroscope rdf:type owl:Class ; - rdfs:subClassOf cco:Microscope ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=X-ray_microscope&oldid=1046169107"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "X-ray Microscope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=X-ray_microscope&oldid=1046169107"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/XRayTelescope -cco:XRayTelescope rdf:type owl:Class ; - rdfs:subClassOf cco:Telescope ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=X-ray_telescope&oldid=1035025593"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "X-ray Telescope"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=X-ray_telescope&oldid=1035025593"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/XrayFrequency -cco:XrayFrequency rdf:type owl:Class ; - rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 30 petahertz and 30 exahertz."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "X-ray Frequency"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "X-ray Frequency"@en ; + "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 30 petahertz and 30 exahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/YawAxis -cco:YawAxis rdf:type owl:Class ; - rdfs:subClassOf cco:AxisOfRotation ; - cco:alternative_label "Vertical Axis"@en ; - cco: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Yaw Axis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/YawOrientation -cco:YawOrientation rdf:type owl:Class ; - rdfs:subClassOf cco:SpatialOrientation ; - cco:alternative_label "Yaw"@en ; - cco:definition "A Spatial Orientation of an Object relative to its Yaw Axis."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Yaw Orientation"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Yaw Orientation"@en ; + "Yaw"@en ; + "A Spatial Orientation of an Object relative to its Yaw Axis."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Year -cco:Year rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000202 , - [ rdf:type owl:Restriction ; - owl:onProperty cco:interval_during ; - owl:someValuesFrom cco:Decade - ] ; - cco: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 ; - cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=year" ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Year"@en . + rdf:type owl:Class ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; + "http://wordnetweb.princeton.edu/perl/webwn?s=year" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + 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://www.ontologyrepository.com/CommonCoreOntologies/Yellow -cco:Yellow rdf:type owl:Class ; - rdfs:subClassOf cco:Color ; - cco:definition "A Color that is between Orange and Green with a wavelength in the visible spectrum typically between 560 to 590 nanometers."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Yellow"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Zenith -cco:Zenith rdf:type owl:Class ; - rdfs:subClassOf obo:BFO_0000026 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Zenith&oldid=1052625030"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Zenith"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "https://en.wikipedia.org/w/index.php?title=Zenith&oldid=1052625030"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/xAxis -cco:xAxis rdf:type owl:Class ; - rdfs:subClassOf cco:CoordinateSystemAxis ; - cco:definition "A Coordinate System Axis designated by the variable 'x'."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "x-Axis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "x-Axis"@en ; + "A Coordinate System Axis designated by the variable 'x'."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/yAxis -cco:yAxis rdf:type owl:Class ; - rdfs:subClassOf cco:CoordinateSystemAxis ; - cco:definition "A Coordinate System Axis designated by the variable 'y'."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "y-Axis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "y-Axis"@en ; + "A Coordinate System Axis designated by the variable 'y'."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/zAxis -cco:zAxis rdf:type owl:Class ; - rdfs:subClassOf cco:CoordinateSystemAxis ; - cco:definition "A Coordinate System Axis designated by the variable 'z'."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "z-Axis"@en . + rdf:type owl:Class ; + rdfs:subClassOf ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "z-Axis"@en ; + "A Coordinate System Axis designated by the variable 'z'."@en . ################################################################# @@ -16812,2871 +16923,2909 @@ cco:zAxis rdf:type owl:Class ; ################################################################# ### http://www.ontologyrepository.com/CommonCoreOntologies/AcreMeasurementUnit -cco:AcreMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfArea ; - cco:alternative_label "acre"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Acre Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Acre Measurement Unit"@en ; + "acre"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AfghanistanAfghani -cco:AfghanistanAfghani rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Afghanistan Afghani"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Afghanistan Afghani"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AlbaniaLek -cco:AlbaniaLek rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Albania Lek"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Albania Lek"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AlgerianDinar -cco:AlgerianDinar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Algerian Dinar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Algerian Dinar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AlphaTimeZone -cco:AlphaTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "A" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+1"@en ; - rdfs:label "Alpha Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "A" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+1"@en ; + rdfs:label "Alpha Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AngolanKwanza -cco:AngolanKwanza rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Angolan Kwanza"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Angolan Kwanza"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AngstromMeasurementUnit -cco:AngstromMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfLength ; - cco:alternative_label "Angstrom"@en , - "Å"@en , - "Ångström"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Angstrom Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Angstrom Measurement Unit"@en ; + "Angstrom"@en , + "Å"@en , + "Ångström"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArgentinePeso -cco:ArgentinePeso rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Argentine Peso"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Argentine Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArmenianDram -cco:ArmenianDram rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Armenian Dram"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Armenian Dram"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AtmosphereMeasurementUnit -cco:AtmosphereMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfPressure ; - cco:alternative_label "atm"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Atmosphere Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Atmosphere Measurement Unit"@en ; + "atm"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AustralianDollar -cco:AustralianDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Australian Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Australian Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AzerbaijanManat -cco:AzerbaijanManat rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Azerbaijan Manat"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Azerbaijan Manat"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BangladeshTaka -cco:BangladeshTaka rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Bangladesh Taka"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Bangladesh Taka"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BarMeasurementUnit -cco:BarMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfPressure ; - cco:alternative_label "bar"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Bar Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Bar Measurement Unit"@en ; + "bar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BarycentricCoordinateTime -cco:BarycentricCoordinateTime rdf:type owl:NamedIndividual , - cco:TemporalReferenceSystem ; - cco:acronym "TCB" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 , + ; + "TCB" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . + rdfs:label "Barycentric Coordinate Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BarycentricDynamicalTime -cco:BarycentricDynamicalTime rdf:type owl:NamedIndividual , - cco:TemporalReferenceSystem ; - cco:acronym "TDB" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "TDB" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/BayreMeasurementUnit -cco:BayreMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfPressure ; - cco:alternative_label "ba"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Bayre Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Bayre Measurement Unit"@en ; + "ba"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BelarussianRuble -cco:BelarussianRuble rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Belarussian Ruble"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Belarussian Ruble"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BhutanNgultrum -cco:BhutanNgultrum rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Bhutan Ngultrum"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Bhutan Ngultrum"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BinaryDegreeMeasurementUnit -cco:BinaryDegreeMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAngle ; - cco:alternative_label "Binary Radian"@en , - "Brad"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Binary Degree Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Binary Degree Measurement Unit"@en ; + "Binary Radian"@en , + "Brad"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BoliviaBoliviano -cco:BoliviaBoliviano rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Bolivia Boliviano"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Bolivia Boliviano"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BosniaAndHerzegovinaConvertibleMark -cco:BosniaAndHerzegovinaConvertibleMark rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Bosnia And Herzegovina Convertible Mark"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Bosnia And Herzegovina Convertible Mark"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BotswanaPula -cco:BotswanaPula rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Botswana Pula"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Botswana Pula"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BravoTimeZone -cco:BravoTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "B" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+2"@en ; - rdfs:label "Bravo Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "B" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+2"@en ; + rdfs:label "Bravo Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BrazilianReal -cco:BrazilianReal rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Brazilian Real"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Brazilian Real"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BritishThermalUnitMeasurementUnit -cco:BritishThermalUnitMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfEnergy , - cco:MeasurementUnitOfPower , - cco:MeasurementUnitOfWork ; - cco:alternative_label "BTU"@en , - "Btu"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "British Thermal Unit Measurement Unit"@en . + rdf:type owl:NamedIndividual , + , + , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "British Thermal Unit Measurement Unit"@en ; + "BTU"@en , + "Btu"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BruneiDollar -cco:BruneiDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Brunei Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Brunei Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BulgarianLev -cco:BulgarianLev rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Bulgarian Lev"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Bulgarian Lev"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BurundiFranc -cco:BurundiFranc rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Burundi Franc"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Burundi Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CFAFranc -cco:CFAFranc rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "CFA Franc"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "CFA Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CFPFranc -cco:CFPFranc rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "CFP Franc"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "CFP Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalorieMeasurementUnit -cco:CalorieMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfEnergy , - cco:MeasurementUnitOfPower , - cco:MeasurementUnitOfWork ; - cco:alternative_label "cal"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Calorie Measurement Unit"@en . + rdf:type owl:NamedIndividual , + , + , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Calorie Measurement Unit"@en ; + "cal"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CambodianRiel -cco:CambodianRiel rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Cambodian Riel"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Cambodian Riel"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CanadianDollar -cco:CanadianDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Canadian Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Canadian Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CapeVerdeEscudo -cco:CapeVerdeEscudo rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Cape Verde Escudo"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Cape Verde Escudo"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CentigramMeasurementUnit -cco:CentigramMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMass ; - cco:alternative_label "cg"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Centigram Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Centigram Measurement Unit"@en ; + "cg"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CentiliterMeasurementUnit -cco:CentiliterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "cL"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Centiliter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Centiliter Measurement Unit"@en ; + "cL"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CentimeterMeasurementUnit -cco:CentimeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfLength ; - cco:alternative_label "cm"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Centimeter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Centimeter Measurement Unit"@en ; + "cm"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CharlieTimeZone -cco:CharlieTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "C" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+3"@en ; - rdfs:label "Charlie Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "C" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+3"@en ; + rdfs:label "Charlie Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ChileanPeso -cco:ChileanPeso rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Chilean Peso"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Chilean Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ChineseRenminbi -cco:ChineseRenminbi rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Chinese Renminbi"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Chinese Renminbi"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ColombianPeso -cco:ColombianPeso rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Colombian Peso"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Colombian Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ComorosFranc -cco:ComorosFranc rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Comoros Franc"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Comoros Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CoordinatedUniversalTime -cco:CoordinatedUniversalTime rdf:type owl:NamedIndividual , - cco:CivilTimeReferenceSystem , - cco:UniversalTimeReferenceSystem ; - cco:acronym "UTC" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + , + ; + "UTC" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/CostaRicaColon -cco:CostaRicaColon rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Costa Rica Colon"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Costa Rica Colon"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CroatiaKuna -cco:CroatiaKuna rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Croatia Kuna"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Croatia Kuna"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicCentimeterMeasurementUnit -cco:CubicCentimeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "cm^3"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Centimeter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Centimeter Measurement Unit"@en ; + "cm^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicDecimeterMeasurementUnit -cco:CubicDecimeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "dm^3"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Decimeter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Decimeter Measurement Unit"@en ; + "dm^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicFeetPerSecondMeasurementUnit -cco:CubicFeetPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolumetricFlowRate ; - cco:acronym "cusec" ; - cco:alternative_label "ft^3/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Feet Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "cusec" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Feet Per Second Measurement Unit"@en ; + "ft^3/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicFootMeasurementUnit -cco:CubicFootMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "ft^3"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Foot Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Foot Measurement Unit"@en ; + "ft^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicInchMeasurementUnit -cco:CubicInchMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "in^3"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Inch Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Inch Measurement Unit"@en ; + "in^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicMeterMeasurementUnit -cco:CubicMeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "m^3"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Meter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Meter Measurement Unit"@en ; + "m^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicMeterPerSecondMeasurementUnit -cco:CubicMeterPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolumetricFlowRate ; - cco:SI_unit_symbol "m^3/s" ; - cco:acronym "cumec" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Meter Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "m^3/s" ; + "cumec" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Meter Per Second Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicMillimeterMeasurementUnit -cco:CubicMillimeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "mm^3"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Millimeter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Millimeter Measurement Unit"@en ; + "mm^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicYardMeasurementUnit -cco:CubicYardMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "yrd^3"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Yard Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Yard Measurement Unit"@en ; + "yrd^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CzechKoruna -cco:CzechKoruna rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Czech Koruna"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Czech Koruna"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DanishKrone -cco:DanishKrone rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Danish Krone"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Danish Krone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DayMeasurementUnit -cco:DayMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfTime ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Day Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Day Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit -cco:DecibelIsotropicMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfPower ; - "Donna Jones" , - "Olivia Hobai" ; - cco:SI_unit_symbol "dBi" ; - cco:alternative_label "Decibels Over Isotropic" , - "Decibels Over Isotropic Antenna" , - "Decibels Relative to Isotrope" , - "Decibels Relative to Isotropic Radiator" , - "Decibels Relative to an Isotropic Reference Antenna" ; - cco:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Decibel Isotropic Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "Donna Jones" , + "Olivia Hobai" ; + "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 ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + 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" . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecibelMeasurementUnit -cco:DecibelMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfSoundLevel ; - cco:SI_unit_symbol "dB" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Decibel Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "dB" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Decibel Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecigramMeasurementUnit -cco:DecigramMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMass ; - cco:alternative_label "dg"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Decigram Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Decigram Measurement Unit"@en ; + "dg"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeciliterMeasurementUnit -cco:DeciliterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "dL"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Deciliter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Deciliter Measurement Unit"@en ; + "dL"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecimeterMeasurementUnit -cco:DecimeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfLength ; - cco:alternative_label "dm"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Decimeter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Decimeter Measurement Unit"@en ; + "dm"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DegreeCelsiusMeasurementUnit -cco:DegreeCelsiusMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfTemperature ; - cco:SI_unit_label "degree Celsius" ; - cco:SI_unit_symbol "°C" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Degree Celsius Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "degree Celsius" ; + "°C" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Degree Celsius Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DegreeFahrenheitMeasurementUnit -cco:DegreeFahrenheitMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfTemperature ; - cco:alternative_label "°F"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Degree Fahrenheit Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Degree Fahrenheit Measurement Unit"@en ; + "°F"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DegreeMeasurementUnit -cco:DegreeMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAngle ; - cco:SI_unit_symbol "°" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Degree Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "°" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Degree Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeltaTimeZone -cco:DeltaTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "D" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+4"@en ; - rdfs:label "Delta Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "D" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+4"@en ; + rdfs:label "Delta Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DemocraticRepublicOfCongoFranc -cco:DemocraticRepublicOfCongoFranc rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Democratic Republic Of Congo Franc"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Democratic Republic Of Congo Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DominicanPeso -cco:DominicanPeso rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Dominican Peso"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Dominican Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DyneMeasurementUnit -cco:DyneMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfForce ; - cco:alternative_label "dyn"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Dyne Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Dyne Measurement Unit"@en ; + "dyn"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DyneSecondMeasurementUnit -cco:DyneSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfImpulse ; - cco:alternative_label "dyne s"@en , - "dyne second"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Dyne Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Dyne Second Measurement Unit"@en ; + "dyne s"@en , + "dyne second"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EarthCenteredEarthFixedCoordinateSystem -cco:EarthCenteredEarthFixedCoordinateSystem rdf:type owl:NamedIndividual , - cco:CartesianCoordinateSystem , - cco:GeospatialCoordinateReferenceSystem ; - cco:alternative_label "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 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Earth-centered,_Earth-fixed_coordinate_system&oldid=1062678600"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Earth-Centered Earth-Fixed Coordinate System"@en . + rdf:type owl:NamedIndividual , + , + ; + "https://en.wikipedia.org/w/index.php?title=Earth-centered,_Earth-fixed_coordinate_system&oldid=1062678600"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/EchoTimeZone -cco:EchoTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "E" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+5"@en ; - rdfs:label "Echo Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "E" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+5"@en ; + rdfs:label "Echo Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EgyptianPound -cco:EgyptianPound rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Egyptian Pound"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Egyptian Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EphemerisTime -cco:EphemerisTime rdf:type owl:NamedIndividual , - cco:TemporalReferenceSystem ; - cco:acronym "ET" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "ET" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ErgMeasurementUnit -cco:ErgMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfEnergy , - cco:MeasurementUnitOfPower , - cco:MeasurementUnitOfWork ; - cco:alternative_label "erg"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Erg Measurement Unit"@en . + rdf:type owl:NamedIndividual , + , + , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Erg Measurement Unit"@en ; + "erg"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EthiopianBirr -cco:EthiopianBirr rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Ethiopian Birr"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Ethiopian Birr"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Euro -cco:Euro rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Euro"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Euro"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FeetPerSecondMeasurementUnit -cco:FeetPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfSpeed ; - cco:alternative_label "ft/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Feet Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Feet Per Second Measurement Unit"@en ; + "ft/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FeetPerSecondPerSecondMeasurementUnit -cco:FeetPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAcceleration ; - cco:alternative_label "ft/s/s"@en , - "ft/s^2"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Feet Per Second Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Feet Per Second Per Second Measurement Unit"@en ; + "ft/s/s"@en , + "ft/s^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FijiDollar -cco:FijiDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Fiji Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Fiji Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FootMeasurementUnit -cco:FootMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfLength ; - cco:alternative_label "ft"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Foot Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Foot Measurement Unit"@en ; + "ft"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FoxtrotTimeZone -cco:FoxtrotTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "F" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+6"@en ; - rdfs:label "Foxtrot Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "F" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+6"@en ; + rdfs:label "Foxtrot Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMT -cco:GMT rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "Greenwich Mean Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; - rdfs:label "GMT"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; + rdfs:label "GMT"@en ; + "Greenwich Mean Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus0330 -cco:GMTminus0330 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:acronym "NST" ; - cco:alternative_label "Newfoundland Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-3:30"@en . + rdf:type owl:NamedIndividual , + ; + "NST" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-3:30"@en ; + "Newfoundland Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus1 -cco:GMTminus1 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "CAT"@en , - "Central African Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-1"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-1"@en ; + "CAT"@en , + "Central African Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus10 -cco:GMTminus10 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "HST"@en , - "Hawaii Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-10"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-10"@en ; + "HST"@en , + "Hawaii Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus11 -cco:GMTminus11 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "MIT"@en , - "Midway Islands Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-11"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-11"@en ; + "MIT"@en , + "Midway Islands Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus2 -cco:GMTminus2 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "BET"@en , - "Brazil Eastern Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-2"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-2"@en ; + "BET"@en , + "Brazil Eastern Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus3 -cco:GMTminus3 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "AGT"@en , - "Argentina Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-3"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-3"@en ; + "AGT"@en , + "Argentina Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus4 -cco:GMTminus4 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "PRT"@en , - "Puerto Rico and US Virgin Islands Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-4"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-4"@en ; + "PRT"@en , + "Puerto Rico and US Virgin Islands Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus5 -cco:GMTminus5 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "EST"@en , - "Eastern Standard Time"@en , - "IET"@en , - "Indiana Eastern Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-5"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-5"@en ; + "EST"@en , + "Eastern Standard Time"@en , + "IET"@en , + "Indiana Eastern Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus6 -cco:GMTminus6 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "CST"@en , - "Central Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-6"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-6"@en ; + "CST"@en , + "Central Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus7 -cco:GMTminus7 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "MST"@en , - "Mountain Standard Time"@en , - "PNT"@en , - "Phoenix Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-7"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-7"@en ; + "MST"@en , + "Mountain Standard Time"@en , + "PNT"@en , + "Phoenix Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus8 -cco:GMTminus8 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "PST"@en , - "Pacific Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-8"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-8"@en ; + "PST"@en , + "Pacific Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus9 -cco:GMTminus9 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "AST"@en , - "Alaska Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-9"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-9"@en ; + "AST"@en , + "Alaska Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus0330 -cco:GMTplus0330 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:acronym "IRST" , - "IT" ; - cco:alternative_label "Iran Standard Time"@en , - "Iran Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+3:30"@en . + rdf:type owl:NamedIndividual , + ; + "IRST" , + "IT" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+3:30"@en ; + "Iran Standard Time"@en , + "Iran Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus0530 -cco:GMTplus0530 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:acronym "IST" , - "SLST" ; - cco:alternative_label "Indian Standard Time"@en , - "Sri Lanka Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+5:30"@en . + rdf:type owl:NamedIndividual , + ; + "IST" , + "SLST" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+5:30"@en ; + "Indian Standard Time"@en , + "Sri Lanka Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus0930 -cco:GMTplus0930 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:acronym "ACST" ; - cco:alternative_label "Australian Central Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+9:30"@en . + rdf:type owl:NamedIndividual , + ; + "ACST" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+9:30"@en ; + "Australian Central Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus1 -cco:GMTplus1 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "ECT"@en , - "European Central Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+1"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+1"@en ; + "ECT"@en , + "European Central Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus10 -cco:GMTplus10 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "AET"@en , - "Australia Eastern Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+10"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+10"@en ; + "AET"@en , + "Australia Eastern Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus11 -cco:GMTplus11 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "SST"@en , - "Solomon Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+11"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+11"@en ; + "SST"@en , + "Solomon Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus12 -cco:GMTplus12 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "NST"@en , - "New Zealand Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+12"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+12"@en ; + "NST"@en , + "New Zealand Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus2 -cco:GMTplus2 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "EET"@en , - "Eastern European Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+2"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+2"@en ; + "EET"@en , + "Eastern European Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus3 -cco:GMTplus3 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "EAT"@en , - "Eastern African Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+3"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+3"@en ; + "EAT"@en , + "Eastern African Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus4 -cco:GMTplus4 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "NET"@en , - "Near East Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+4"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+4"@en ; + "NET"@en , + "Near East Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus5 -cco:GMTplus5 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "PLT"@en , - "Pakistan Lahore Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+5"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+5"@en ; + "PLT"@en , + "Pakistan Lahore Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus6 -cco:GMTplus6 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "BST"@en , - "Bangladesh Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+6"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+6"@en ; + "BST"@en , + "Bangladesh Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus7 -cco:GMTplus7 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "VST"@en , - "Vietnam Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+7"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+7"@en ; + "VST"@en , + "Vietnam Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus8 -cco:GMTplus8 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "CTT"@en , - "China Taiwan Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+8"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+8"@en ; + "CTT"@en , + "China Taiwan Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus9 -cco:GMTplus9 rdf:type owl:NamedIndividual , - cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "JST"@en , - "Japan Standard Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+9"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+9"@en ; + "JST"@en , + "Japan Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GallonMeasurementUnit -cco:GallonMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "gal"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gallon Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gallon Measurement Unit"@en ; + "gal"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GallonPerMinuteMeasurementUnit -cco:GallonPerMinuteMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolumetricFlowRate ; - cco:alternative_label "gal/min"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gallon Per Minute Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gallon Per Minute Measurement Unit"@en ; + "gal/min"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GambianDalasi -cco:GambianDalasi rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Gambian Dalasi"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Gambian Dalasi"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeocentricCoordinateTime -cco:GeocentricCoordinateTime rdf:type owl:NamedIndividual , - cco:TemporalReferenceSystem ; - cco:acronym "TCG" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 , + ; + "TCG" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . + rdfs:label "Geocentric Coordinate Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeorgianLari -cco:GeorgianLari rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Georgian Lari"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Georgian Lari"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GhanaCedi -cco:GhanaCedi rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Ghana Cedi"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Ghana Cedi"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GigahertzMeasurementUnit -cco:GigahertzMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfFrequency ; - cco:alternative_label "GHz"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gigahertz Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gigahertz Measurement Unit"@en ; + "GHz"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GlobalAreaReferenceSystem -cco:GlobalAreaReferenceSystem rdf:type owl:NamedIndividual , - cco:GeospatialCoordinateReferenceSystem ; - cco:acronym "GARS" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Global Area Reference System"@en . + rdf:type owl:NamedIndividual , + ; + "GARS" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Global Area Reference System"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GolfTimeZone -cco:GolfTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "G" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+7"@en ; - rdfs:label "Golf Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "G" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+7"@en ; + rdfs:label "Golf Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GradianMeasurementUnit -cco:GradianMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAngle ; - cco:alternative_label "Gon"@en , - "Grad"@en , - "Grade"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gradian Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gradian Measurement Unit"@en ; + "Gon"@en , + "Grad"@en , + "Grade"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GramMeasurementUnit -cco:GramMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMass ; - cco:alternative_label "g"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gram Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gram Measurement Unit"@en ; + "g"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GramMoleMeasurementUnit -cco:GramMoleMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAmountOfSubstance ; - cco:alternative_label "g-mol"@en , - "gram-mole"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gram-Mole Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gram-Mole Measurement Unit"@en ; + "g-mol"@en , + "gram-mole"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GramPerCubicCentimeterMeasurementUnit -cco:GramPerCubicCentimeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfDensity ; - cco:SI_unit_symbol "g/cm^3" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gram Per Cubic Centimeter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "g/cm^3" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gram Per Cubic Centimeter Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GramPerSecondMeasurementUnit -cco:GramPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMassFlowRate ; - cco:alternative_label "g/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gram Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gram Per Second Measurement Unit"@en ; + "g/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GregorianCalendar -cco:GregorianCalendar rdf:type owl:NamedIndividual , - cco:SolarCalendarSystem ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Gregorian_calendar&oldid=1062360692"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "https://en.wikipedia.org/w/index.php?title=Gregorian_calendar&oldid=1062360692"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GuatemalaQuetzal -cco:GuatemalaQuetzal rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Guatemala Quetzal"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Guatemala Quetzal"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GuineanFranc -cco:GuineanFranc rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Guinean Franc"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Guinean Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GuyanaDollar -cco:GuyanaDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Guyana Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Guyana Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HaitiGourde -cco:HaitiGourde rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Haiti Gourde"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Haiti Gourde"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HertzMeasurementUnit -cco:HertzMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfFrequency ; - cco:SI_unit_label "hertz" ; - cco:SI_unit_symbol "Hz" ; - cco:alternative_label "cycles per second"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Hertz Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "hertz" ; + "Hz" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Hertz Measurement Unit"@en ; + "cycles per second"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HondurasLempira -cco:HondurasLempira rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Honduras Lempira"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Honduras Lempira"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HongKongDollar -cco:HongKongDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "HongKong Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "HongKong Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HorsepowerMeasurementUnit -cco:HorsepowerMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfEnergy , - cco:MeasurementUnitOfPower , - cco:MeasurementUnitOfWork ; - cco:alternative_label "hp"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Horsepower Measurement Unit"@en . + rdf:type owl:NamedIndividual , + , + , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Horsepower Measurement Unit"@en ; + "hp"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HotelTimeZone -cco:HotelTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "H" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+8"@en ; - rdfs:label "Hotel Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "H" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+8"@en ; + rdfs:label "Hotel Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HourMeasurementUnit -cco:HourMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfTime ; - cco:SI_unit_symbol "h" ; - cco:alternative_label "hr"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Hour Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "h" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Hour Measurement Unit"@en ; + "hr"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HungaryForint -cco:HungaryForint rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Hungary Forint"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Hungary Forint"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IcelandKrona -cco:IcelandKrona rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Iceland Krona"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Iceland Krona"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InchMeasurementUnit -cco:InchMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfLength ; - cco:alternative_label "in"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Inch Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Inch Measurement Unit"@en ; + "in"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IndiaTimeZone -cco:IndiaTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "I" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+9"@en ; - rdfs:label "India Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "I" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+9"@en ; + rdfs:label "India Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IndianRupee -cco:IndianRupee rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Indian Rupee"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Indian Rupee"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IndonesiaRupiah -cco:IndonesiaRupiah rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Indonesia Rupiah"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Indonesia Rupiah"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InternationalAtomicTime -cco:InternationalAtomicTime rdf:type owl:NamedIndividual , - cco:TemporalReferenceSystem ; - cco:acronym "TAI" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "TAI" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InternationalGeomagneticReferenceField -cco:InternationalGeomagneticReferenceField rdf:type owl:NamedIndividual , - cco:GeospatialCoordinateReferenceSystem ; - cco:definition_source "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/" ; - 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 . + rdf:type owl:NamedIndividual , + ; + "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/" ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/InternationalTerrestrialReferenceSystem -cco:InternationalTerrestrialReferenceSystem rdf:type owl:NamedIndividual , - cco:GeospatialCoordinateReferenceSystem ; - cco:acronym "ITRS" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment """The ITRS definition fulfills the following conditions: + rdf:type owl:NamedIndividual , + ; + "ITRS" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . + rdfs:label "International Terrestrial Reference System"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IranianRial -cco:IranianRial rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Iranian Rial"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Iranian Rial"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IsraelShekel -cco:IsraelShekel rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Israel Shekel"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Israel Shekel"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JamaicanDollar -cco:JamaicanDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Jamaican Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Jamaican Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JapaneseYen -cco:JapaneseYen rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Japanese Yen"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Japanese Yen"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JetPropulsionLaboratoryEphemerisTimeArgument -cco:JetPropulsionLaboratoryEphemerisTimeArgument rdf:type owl:NamedIndividual , - cco:TemporalReferenceSystem ; - cco:acronym "Teph" ; - cco:alternative_label "JPL Ephemeris Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "Teph" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/JouleMeasurementUnit -cco:JouleMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfEnergy , - cco:MeasurementUnitOfPower , - cco:MeasurementUnitOfWork ; - cco:SI_unit_label "joule" ; - cco:SI_unit_symbol "J" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Joule Measurement Unit"@en . + rdf:type owl:NamedIndividual , + , + , + ; + "joule" ; + "J" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Joule Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianCalendar -cco:JulianCalendar rdf:type owl:NamedIndividual , - cco:SolarCalendarSystem ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=Julian_calendar&oldid=1063127575"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "https://en.wikipedia.org/w/index.php?title=Julian_calendar&oldid=1063127575"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulietTimeZone -cco:JulietTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "J" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "J" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/KazakhstanTenge -cco:KazakhstanTenge rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Kazakhstan Tenge"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Kazakhstan Tenge"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KelvinMeasurementUnit -cco:KelvinMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfTemperature ; - cco:SI_unit_label "kelvin" ; - cco:SI_unit_symbol "K" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kelvin Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "kelvin" ; + "K" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kelvin Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KenyanShilling -cco:KenyanShilling rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Kenyan Shilling"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Kenyan Shilling"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KiloTimeZone -cco:KiloTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "K" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+10"@en ; - rdfs:label "Kilo Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "K" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+10"@en ; + rdfs:label "Kilo Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramForcePerCentimeterSquareMeasurementUnit -cco:KilogramForcePerCentimeterSquareMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfPressure ; - cco:acronym "kg/cm^2" , - "kgf/cm^2" ; - cco:alternative_label "Kilogram Per Square Centimeter Measurement Unit"@en , - "Kilopond Per Centimeter Square Measurement Unit"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Force Per Centimeter Square Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "kg/cm^2" , + "kgf/cm^2" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Force Per Centimeter Square Measurement Unit"@en ; + "Kilogram Per Square Centimeter Measurement Unit"@en , + "Kilopond Per Centimeter Square Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeasurementUnit -cco:KilogramMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMass ; - cco:SI_unit_label "kilogram" ; - cco:SI_unit_symbol "kg" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "kilogram" ; + "kg" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeterPerSecondMeasurementUnit -cco:KilogramMeterPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMomentum ; - cco:alternative_label "kg m/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Meter Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Meter Per Second Measurement Unit"@en ; + "kg m/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeterSquareMeasurementUnit -cco:KilogramMeterSquareMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfRotationalInertia ; - cco:SI_unit_symbol "kg-m^2" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Meter Square Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "kg-m^2" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Meter Square Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMoleMeasurementUnit -cco:KilogramMoleMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAmountOfSubstance ; - cco:alternative_label "kg-mol"@en , - "kilogram-mole"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram-Mole Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram-Mole Measurement Unit"@en ; + "kg-mol"@en , + "kilogram-mole"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramPerCubicMeterMeasurementUnit -cco:KilogramPerCubicMeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfDensity ; - cco:SI_unit_label "kg/m^3" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Per Cubic Meter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "kg/m^3" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Per Cubic Meter Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramPerLiterMeasurementUnit -cco:KilogramPerLiterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfDensity ; - cco:SI_unit_symbol "kg/L" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Per Liter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "kg/L" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Per Liter Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramPerSecondMeasurementUnit -cco:KilogramPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMassFlowRate ; - cco:SI_unit_symbol "kg/s" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "kg/s" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Per Second Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilohertzMeasurementUnit -cco:KilohertzMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfFrequency ; - cco:alternative_label "kHz"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilohertz Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilohertz Measurement Unit"@en ; + "kHz"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KiloliterMeasurementUnit -cco:KiloliterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "kL"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kiloliter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kiloliter Measurement Unit"@en ; + "kL"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilometerMeasurementUnit -cco:KilometerMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfLength ; - cco:alternative_label "km"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilometer Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilometer Measurement Unit"@en ; + "km"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerHourMeasurementUnit -cco:KilometersPerHourMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfSpeed ; - cco:alternative_label "km/h"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilometers Per Hour Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilometers Per Hour Measurement Unit"@en ; + "km/h"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerSecondMeasurementUnit -cco:KilometersPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfSpeed ; - cco:alternative_label "km/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilometers Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilometers Per Second Measurement Unit"@en ; + "km/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerSecondPerSecondMeasurementUnit -cco:KilometersPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAcceleration ; - cco:alternative_label "km/s/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilometers Per Second Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilometers Per Second Per Second Measurement Unit"@en ; + "km/s/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilomoleMeasurementUnit -cco:KilomoleMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAmountOfSubstance ; - cco:alternative_label "kilomole"@en , - "kmol"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilomole Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilomole Measurement Unit"@en ; + "kilomole"@en , + "kmol"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilonewtonMeasurementUnit -cco:KilonewtonMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfForce ; - cco:alternative_label "kN"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilonewton Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilonewton Measurement Unit"@en ; + "kN"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilopondMeasurementUnit -cco:KilopondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfForce ; - cco:alternative_label "Kilogram Force Measurement Unit"@en , - "Kilogram-Force"@en , - "kgf"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilopond Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilopond Measurement Unit"@en ; + "Kilogram Force Measurement Unit"@en , + "Kilogram-Force"@en , + "kgf"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilovoltAmpereMeasurementUnit -cco:KilovoltAmpereMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfElectromagneticForce ; - cco:alternative_label "kVA"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilovolt Ampere Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilovolt Ampere Measurement Unit"@en ; + "kVA"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KnotMeasurementUnit -cco:KnotMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfSpeed ; - cco:alternative_label "kn"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Knot Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Knot Measurement Unit"@en ; + "kn"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KuwaitiDinar -cco:KuwaitiDinar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Kuwaiti Dinar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Kuwaiti Dinar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KyrgyzstanSom -cco:KyrgyzstanSom rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Kyrgyzstan Som"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Kyrgyzstan Som"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LaosKip -cco:LaosKip rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Laos Kip"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Laos Kip"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LebanesePound -cco:LebanesePound rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Lebanese Pound"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Lebanese Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LesothoLoti -cco:LesothoLoti rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Lesotho Loti"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Lesotho Loti"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LiberianDollar -cco:LiberianDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Liberian Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Liberian Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LibyanDinar -cco:LibyanDinar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Libyan Dinar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Libyan Dinar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LimaTimeZone -cco:LimaTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "L" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+11"@en ; - rdfs:label "Lima Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "L" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+11"@en ; + rdfs:label "Lima Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LiterMeasurementUnit -cco:LiterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:SI_unit_symbol "L" ; - cco:alternative_label "Litre"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Liter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "L" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Liter Measurement Unit"@en ; + "Litre"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LiterPerSecondMeasurementUnit -cco:LiterPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolumetricFlowRate ; - cco:alternative_label "l/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Liter Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Liter Per Second Measurement Unit"@en ; + "l/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LongTonMeasurementUnit -cco:LongTonMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMass ; - cco:alternative_label "Displacement Ton"@en , - "Gross Ton"@en , - "Imperial Ton"@en , - "Weight Ton"@en , - "ton (UK)"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Long Ton Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Long Ton Measurement Unit"@en ; + "Displacement Ton"@en , + "Gross Ton"@en , + "Imperial Ton"@en , + "Weight Ton"@en , + "ton (UK)"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MacaoPataca -cco:MacaoPataca rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Macao Pataca"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Macao Pataca"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MacedonianDenar -cco:MacedonianDenar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Macedonian Denar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Macedonian Denar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MachMeasurementUnit -cco:MachMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfSpeed ; - cco:alternative_label "M"@en , - "Ma"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Mach Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Mach Measurement Unit"@en ; + "M"@en , + "Ma"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MadagascarMalagasyAriary -cco:MadagascarMalagasyAriary rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Madagascar Malagasy Ariary"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Madagascar Malagasy Ariary"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MalawiKwacha -cco:MalawiKwacha rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Malawi Kwacha"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Malawi Kwacha"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MalaysiaRinggit -cco:MalaysiaRinggit rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Malaysia Ringgit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Malaysia Ringgit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MauritaniaOuguiya -cco:MauritaniaOuguiya rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Mauritania Ouguiya"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Mauritania Ouguiya"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MauritiusRupee -cco:MauritiusRupee rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Mauritius Rupee"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Mauritius Rupee"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MegahertzMeasurementUnit -cco:MegahertzMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfFrequency ; - cco:alternative_label "MHz"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Megahertz Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Megahertz Measurement Unit"@en ; + "MHz"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeterMeasurementUnit -cco:MeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfLength ; - cco:SI_unit_label "meter" ; - cco:SI_unit_symbol "m" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Meter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "meter" ; + "m" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Meter Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MetersPerSecondMeasurementUnit -cco:MetersPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfSpeed ; - cco:alternative_label "m/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Meters Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Meters Per Second Measurement Unit"@en ; + "m/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MetersPerSecondPerSecondMeasurementUnit -cco:MetersPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAcceleration ; - cco:alternative_label "m/s/s"@en , - "m/s^2"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Meters Per Second Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Meters Per Second Per Second Measurement Unit"@en ; + "m/s/s"@en , + "m/s^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MetricTonMeasurementUnit -cco:MetricTonMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMass ; - cco:SI_unit_symbol "t" ; - cco:alternative_label "tonne"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Metric Ton Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "t" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Metric Ton Measurement Unit"@en ; + "tonne"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MexicanPeso -cco:MexicanPeso rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Mexican Peso"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Mexican Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MikeTimeZone -cco:MikeTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "M" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "M" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MileMeasurementUnit -cco:MileMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfLength ; - cco:alternative_label "mi"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Mile Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Mile Measurement Unit"@en ; + "mi"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerHourMeasurementUnit -cco:MilesPerHourMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfSpeed ; - cco:alternative_label "mi/h"@en , - "mph"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Miles Per Hour Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Miles Per Hour Measurement Unit"@en ; + "mi/h"@en , + "mph"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerSecondMeasurementUnit -cco:MilesPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfSpeed ; - cco:alternative_label "mi/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Miles Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Miles Per Second Measurement Unit"@en ; + "mi/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerSecondPerSecondMeasurementUnit -cco:MilesPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAcceleration ; - cco:alternative_label "mi/s/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Miles Per Second Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Miles Per Second Per Second Measurement Unit"@en ; + "mi/s/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilliampereMeasurementUnit -cco:MilliampereMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfElectromagneticForce ; - cco:alternative_label "mA"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Milliampere Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Milliampere Measurement Unit"@en ; + "mA"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MillibarMeasurementUnit -cco:MillibarMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfPressure ; - cco:alternative_label "mb"@en , - "mbar"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Millibar Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Millibar Measurement Unit"@en ; + "mb"@en , + "mbar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilligramMeasurementUnit -cco:MilligramMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMass ; - cco:alternative_label "mg"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Milligram Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Milligram Measurement Unit"@en ; + "mg"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilliliterMeasurementUnit -cco:MilliliterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "mL"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Milliliter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Milliliter Measurement Unit"@en ; + "mL"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MillimeterMeasurementUnit -cco:MillimeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfLength ; - cco:alternative_label "mm"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Millimeter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Millimeter Measurement Unit"@en ; + "mm"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MinuteMeasurementUnit -cco:MinuteMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfTime ; - cco:SI_unit_symbol "min" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Minute Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "min" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Minute Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MinuteOfArcMeasurementUnit -cco:MinuteOfArcMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAngle ; - cco:SI_unit_symbol "'" ; - cco:alternative_label "Arcminute"@en , - "MOA"@en , - "am"@en , - "amin"@en , - "arcmin"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Minute of Arc Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "'" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Minute of Arc Measurement Unit"@en ; + "Arcminute"@en , + "MOA"@en , + "am"@en , + "amin"@en , + "arcmin"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MoldovanLeu -cco:MoldovanLeu rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Moldovan Leu"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Moldovan Leu"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MoleMeasurementUnit -cco:MoleMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAmountOfSubstance ; - cco:SI_unit_label "mole" ; - cco:SI_unit_symbol "mol" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:comment "One mole contains exactly 6.02214076×10^23 elementary entities."@en ; - rdfs:label "Mole Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "mole" ; + "mol" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:comment "One mole contains exactly 6.02214076×10^23 elementary entities."@en ; + rdfs:label "Mole Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MongoliaTugrik -cco:MongoliaTugrik rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Mongolia Tugrik"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Mongolia Tugrik"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MonthMeasurementUnit -cco:MonthMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfTime ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Month Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Month Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MoroccoDirham -cco:MoroccoDirham rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Morocco Dirham"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Morocco Dirham"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MozambiqueMetical -cco:MozambiqueMetical rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Mozambique Metical"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Mozambique Metical"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MyanmarKyat -cco:MyanmarKyat rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Myanmar Kyat"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Myanmar Kyat"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NamibiaDollar -cco:NamibiaDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Namibia Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Namibia Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NanometerMeasurementUnit -cco:NanometerMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfLength ; - cco:alternative_label "Nanometre"@en , - "nm"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Nanometer Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Nanometer Measurement Unit"@en ; + "Nanometre"@en , + "nm"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NauticalMileMeasurementUnit -cco:NauticalMileMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfLength ; - cco:alternative_label "M"@en , - "NM"@en , - "nmi"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Nautical Mile Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Nautical Mile Measurement Unit"@en ; + "M"@en , + "NM"@en , + "nmi"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NepaleseRupee -cco:NepaleseRupee rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Nepalese Rupee"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Nepalese Rupee"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NewZealandDollar -cco:NewZealandDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "New Zealand Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "New Zealand Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NewtonMeasurementUnit -cco:NewtonMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfForce ; - cco:SI_unit_label "newton" ; - cco:SI_unit_symbol "N" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Newton Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "newton" ; + "N" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Newton Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NewtonMeterMeasurementUnit -cco:NewtonMeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfTorque ; - cco:SI_unit_symbol "N-m" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Newton Meter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "N-m" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Newton Meter Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NewtonSecondMeasurementUnit -cco:NewtonSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfImpulse ; - cco:alternative_label "N s"@en , - "Newton second"@en , - "Ns"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Newton Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Newton Second Measurement Unit"@en ; + "N s"@en , + "Newton second"@en , + "Ns"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NewtonSecondPerKilogramMeasurementUnit -cco:NewtonSecondPerKilogramMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMomentum ; - cco:alternative_label "Ns/kg"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Newton Second Per Kilogram Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Newton Second Per Kilogram Measurement Unit"@en ; + "Ns/kg"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NicaraguaCordobaOro -cco:NicaraguaCordobaOro rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Nicaragua Cordoba Oro"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Nicaragua Cordoba Oro"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NigeriaNaira -cco:NigeriaNaira rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Nigeria Naira"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Nigeria Naira"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NorthKoreanWon -cco:NorthKoreanWon rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "North Korean Won"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "North Korean Won"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NorwegianKrone -cco:NorwegianKrone rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Norwegian Krone"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Norwegian Krone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NovemberTimeZone -cco:NovemberTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "N" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-1"@en ; - rdfs:label "November Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "N" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-1"@en ; + rdfs:label "November Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OscarTimeZone -cco:OscarTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "O" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-2"@en ; - rdfs:label "Oscar Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "O" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-2"@en ; + rdfs:label "Oscar Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OunceMeasurementUnit -cco:OunceMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMass ; - cco:alternative_label "oz"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Ounce Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Ounce Measurement Unit"@en ; + "oz"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PakistaniRupee -cco:PakistaniRupee rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Pakistani Rupee"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Pakistani Rupee"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PapaTimeZone -cco:PapaTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "P" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-3"@en ; - rdfs:label "Papa Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "P" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-3"@en ; + rdfs:label "Papa Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PapuaNewGuineaKina -cco:PapuaNewGuineaKina rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Papua New Guinea Kina"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Papua New Guinea Kina"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ParaguayGuarani -cco:ParaguayGuarani rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Paraguay Guarani"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Paraguay Guarani"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PascalMeasurementUnit -cco:PascalMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfPressure ; - cco:SI_unit_label "pascal" ; - cco:SI_unit_symbol "Pa" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pascal Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "pascal" ; + "Pa" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pascal Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PeruNuevoSol -cco:PeruNuevoSol rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Peru Nuevo Sol"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Peru Nuevo Sol"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PhilippinePeso -cco:PhilippinePeso rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Philippine Peso"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Philippine Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PhonMeasurementUnit -cco:PhonMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfSoundLevel ; - cco:alternative_label "phon"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Phon Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Phon Measurement Unit"@en ; + "phon"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PintMeasurementUnit -cco:PintMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:alternative_label "pt"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pint Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pint Measurement Unit"@en ; + "pt"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PolandZloty -cco:PolandZloty rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Poland Zloty"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Poland Zloty"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundFootMeasurementUnit -cco:PoundFootMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfTorque ; - cco:acronym "lb ft" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pound Foot Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "lb ft" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pound Foot Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundFootSecondSquareMeasurementUnit -cco:PoundFootSecondSquareMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfRotationalInertia ; - cco:acronym "lb ft s^2" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pound Foot Second Square Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "lb ft s^2" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pound Foot Second Square Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundForceMeasurementUnit -cco:PoundForceMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfForce ; - cco:alternative_label "lbf"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pound Force Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pound Force Measurement Unit"@en ; + "lbf"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundMeasurementUnit -cco:PoundMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMass ; - cco:alternative_label "lb"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pound Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pound Measurement Unit"@en ; + "lb"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundMoleMeasurementUnit -cco:PoundMoleMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAmountOfSubstance ; - cco:alternative_label "lb-mol"@en , - "lbmol"@en , - "pound-mole"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pound-Mole Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pound-Mole Measurement Unit"@en ; + "lb-mol"@en , + "lbmol"@en , + "pound-mole"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundPerSecondMeasurementUnit -cco:PoundPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMassFlowRate ; - cco:alternative_label "lb/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pound Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pound Per Second Measurement Unit"@en ; + "lb/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundsPerSquareInchMeasurementUnit -cco:PoundsPerSquareInchMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfPressure ; - cco:alternative_label "psi"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pounds Per Square Inch Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pounds Per Square Inch Measurement Unit"@en ; + "psi"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/QuartMeasurementUnit -cco:QuartMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:acronym "qt" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Quart Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "qt" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Quart Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/QuarticMeterMeasurementUnit -cco:QuarticMeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAreaMomentOfInertia ; - cco:SI_unit_symbol "m^4" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Quartic Meter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "m^4" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Quartic Meter Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/QuebecTimeZone -cco:QuebecTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "Q" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-4"@en ; - rdfs:label "Quebec Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "Q" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-4"@en ; + rdfs:label "Quebec Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadianMeasurementUnit -cco:RadianMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAngle ; - cco:SI_unit_label "radian" ; - cco:SI_unit_symbol "rad" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Radian Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "radian" ; + "rad" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Radian Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RevolutionsPerDayMeasurementUnit -cco:RevolutionsPerDayMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfFrequency ; - cco:alternative_label "r/day"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Revolutions Per Day Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Revolutions Per Day Measurement Unit"@en ; + "r/day"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RevolutionsPerMinuteMeasurementUnit -cco:RevolutionsPerMinuteMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfFrequency ; - cco:alternative_label "r/min"@en , - "rpm"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Revolutions Per Minute Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Revolutions Per Minute Measurement Unit"@en ; + "r/min"@en , + "rpm"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RomanianLeu -cco:RomanianLeu rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Romanian Leu"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Romanian Leu"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RomeoTimeZone -cco:RomeoTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "R" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-5"@en ; - rdfs:label "Romeo Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "R" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-5"@en ; + rdfs:label "Romeo Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RussianRouble -cco:RussianRouble rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Russian Rouble"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Russian Rouble"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RwandaFranc -cco:RwandaFranc rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Rwanda Franc"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Rwanda Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SamoaTala -cco:SamoaTala rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Samoa Tala"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Samoa Tala"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SaoTomePrincipeDobra -cco:SaoTomePrincipeDobra rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Sao Tome Principe Dobra"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Sao Tome Principe Dobra"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SecondMeasurementUnit -cco:SecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfTime ; - cco:SI_unit_label "second" ; - cco:SI_unit_symbol "s" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "second" ; + "s" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Second Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SecondOfArcMeasurementUnit -cco:SecondOfArcMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAngle ; - cco:SI_unit_symbol "\"" ; - cco:alternative_label "Arcsecond"@en , - "arcsec"@en , - "as"@en , - "asec"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Second of Arc Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "\"" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Second of Arc Measurement Unit"@en ; + "Arcsecond"@en , + "arcsec"@en , + "as"@en , + "asec"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SerbianDinar -cco:SerbianDinar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Serbian Dinar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Serbian Dinar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SeychellesRupee -cco:SeychellesRupee rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Seychelles Rupee"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Seychelles Rupee"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ShaftHorsepowerMeasurementUnit -cco:ShaftHorsepowerMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfPower ; - cco:alternative_label "shp"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Shaft Horsepower Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Shaft Horsepower Measurement Unit"@en ; + "shp"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ShortTonMeasurementUnit -cco:ShortTonMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMass ; - cco:alternative_label "Net Ton"@en , - "ton (US)"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Short Ton Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Short Ton Measurement Unit"@en ; + "Net Ton"@en , + "ton (US)"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SierraLeoneLeone -cco:SierraLeoneLeone rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Sierra Leone Leone"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Sierra Leone Leone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SierraTimeZone -cco:SierraTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "S" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-6"@en ; - rdfs:label "Sierra Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "S" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-6"@en ; + rdfs:label "Sierra Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SingaporeDollar -cco:SingaporeDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Singapore Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Singapore Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SlugFootPerSecondMeasurementUnit -cco:SlugFootPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMomentum ; - cco:alternative_label "slug ft/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Slug Foot Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Slug Foot Per Second Measurement Unit"@en ; + "slug ft/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SlugMeasurementUnit -cco:SlugMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMass ; - cco:alternative_label "slug"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Slug Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Slug Measurement Unit"@en ; + "slug"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SlugPerSecondMeasurementUnit -cco:SlugPerSecondMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfMassFlowRate ; - cco:alternative_label "slug/s"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Slug Per Second Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Slug Per Second Measurement Unit"@en ; + "slug/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SolomonIslandDollar -cco:SolomonIslandDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Solomon Island Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Solomon Island Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoneMeasurementUnit -cco:SoneMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfSoundLevel ; - cco:alternative_label "sone"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Sone Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Sone Measurement Unit"@en ; + "sone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SouthAfricaRand -cco:SouthAfricaRand rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "South Africa Rand"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "South Africa Rand"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SouthKoreanWon -cco:SouthKoreanWon rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "South Korean Won"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "South Korean Won"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SouthSudanesePound -cco:SouthSudanesePound rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "South Sudanese Pound"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "South Sudanese Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareCentimeterMeasurementUnit -cco:SquareCentimeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfArea ; - cco:alternative_label "cm^2"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Centimeter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Centimeter Measurement Unit"@en ; + "cm^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareDecimeterMeasurementUnit -cco:SquareDecimeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfArea ; - cco:alternative_label "dm^2"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Decimeter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Decimeter Measurement Unit"@en ; + "dm^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareFootMeasurementUnit -cco:SquareFootMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfArea ; - cco:alternative_label "ft^2"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Foot Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Foot Measurement Unit"@en ; + "ft^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareInchMeasurementUnit -cco:SquareInchMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfArea ; - cco:alternative_label "in^2"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Inch Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Inch Measurement Unit"@en ; + "in^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareKilometerMeasurementUnit -cco:SquareKilometerMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfArea ; - cco:alternative_label "km^2"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Kilometer Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Kilometer Measurement Unit"@en ; + "km^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareMeterMeasurementUnit -cco:SquareMeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfArea ; - cco:alternative_label "m^2"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Meter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Meter Measurement Unit"@en ; + "m^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareMileMeasurementUnit -cco:SquareMileMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfArea ; - cco:alternative_label "mi^2"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Mile Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Mile Measurement Unit"@en ; + "mi^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareMillimeterMeasurementUnit -cco:SquareMillimeterMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfArea ; - cco:alternative_label "mm^2"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Millimeter Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Millimeter Measurement Unit"@en ; + "mm^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareYardMeasurementUnit -cco:SquareYardMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfArea ; - cco:alternative_label "yd^2"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Yard Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Yard Measurement Unit"@en ; + "yd^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SriLankaRupee -cco:SriLankaRupee rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Sri Lanka Rupee"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Sri Lanka Rupee"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StHelenaPound -cco:StHelenaPound rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "St Helena Pound"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "St Helena Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StandardCubicCentimeterPerMinuteMeasurementUnit -cco:StandardCubicCentimeterPerMinuteMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolumetricFlowRate ; - cco:acronym "sccm" ; - cco:alternative_label "cm^3/min"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Standard Cubic Centimeter Per Minute Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "sccm" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Standard Cubic Centimeter Per Minute Measurement Unit"@en ; + "cm^3/min"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SudanesePound -cco:SudanesePound rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Sudanese Pound"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Sudanese Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SurinameseDollar -cco:SurinameseDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Surinamese Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Surinamese Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SwazilandLilangeni -cco:SwazilandLilangeni rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Swaziland Lilangeni"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Swaziland Lilangeni"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SwedishKrona -cco:SwedishKrona rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Swedish Krona"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Swedish Krona"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SwissFranc -cco:SwissFranc rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Swiss Franc"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Swiss Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SyrianPound -cco:SyrianPound rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Syrian Pound"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Syrian Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TablespoonMeasurementUnit -cco:TablespoonMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:acronym "T" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Tablespoon Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "T" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Tablespoon Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TajikistanSomoni -cco:TajikistanSomoni rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Tajikistan Somoni"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Tajikistan Somoni"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TangoTimeZone -cco:TangoTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "T" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-7"@en ; - rdfs:label "Tango Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "T" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-7"@en ; + rdfs:label "Tango Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TanzaniaShilling -cco:TanzaniaShilling rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Tanzania Shilling"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Tanzania Shilling"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TeaspoonMeasurementUnit -cco:TeaspoonMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:acronym "t" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Teaspoon Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "t" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Teaspoon Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TerahertzMeasurementUnit -cco:TerahertzMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfFrequency ; - cco:alternative_label "THz"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Terahertz Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Terahertz Measurement Unit"@en ; + "THz"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TerrestrialTime -cco:TerrestrialTime rdf:type owl:NamedIndividual , - cco:TemporalReferenceSystem ; - cco:acronym "TT" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "TT" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThaiBaht -cco:ThaiBaht rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Thai Baht"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Thai Baht"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TongaPaanga -cco:TongaPaanga rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Tonga Pa anga"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Tonga Pa anga"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TrinidadandTobagoDollar -cco:TrinidadandTobagoDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Trinidad and Tobago Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Trinidad and Tobago Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TunisianDinar -cco:TunisianDinar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Tunisian Dinar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Tunisian Dinar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TurkishLira -cco:TurkishLira rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Turkish Lira"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Turkish Lira"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TurkmenistanManat -cco:TurkmenistanManat rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Turkmenistan Manat"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Turkmenistan Manat"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TurnMeasurementUnit -cco:TurnMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfAngle ; - cco:alternative_label "Cycle"@en , - "Full Circle"@en , - "Revolution"@en , - "Rotation"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Turn Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Turn Measurement Unit"@en ; + "Cycle"@en , + "Full Circle"@en , + "Revolution"@en , + "Rotation"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TwelveHourClockTimeSystem -cco:TwelveHourClockTimeSystem rdf:type owl:NamedIndividual , - cco:ClockTimeSystem ; - cco:alternative_label "12-Hour Clock"@en , - "12-Hour Clock Time System"@en , - "Twelve Hour Clock"@en , - "Twelve Hour Clock Time System"@en , - "Twelve-Hour Clock"@en ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=12-hour_clock&oldid=1057602523"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Twelve-Hour Clock Time System"@en . + rdf:type owl:NamedIndividual , + ; + "https://en.wikipedia.org/w/index.php?title=12-hour_clock&oldid=1057602523"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/TwentyFootEquivalentUnit -cco:TwentyFootEquivalentUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfVolume ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Twenty Foot Equivalent Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Twenty Foot Equivalent Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TwentyFourHourClockTimeSystem -cco:TwentyFourHourClockTimeSystem rdf:type owl:NamedIndividual , - cco:ClockTimeSystem ; - cco:alternative_label "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 ; - cco: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:definition_source "https://en.wikipedia.org/w/index.php?title=24-hour_clock&oldid=1063744105"^^xsd:anyURI ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Twenty-Four-Hour Clock Time System"@en . + rdf:type owl:NamedIndividual , + ; + "https://en.wikipedia.org/w/index.php?title=24-hour_clock&oldid=1063744105"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UgandaShilling -cco:UgandaShilling rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Uganda Shilling"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Uganda Shilling"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UkraineHryvnia -cco:UkraineHryvnia rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Ukraine Hryvnia"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Ukraine Hryvnia"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniformTimeZone -cco:UniformTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "U" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-8"@en ; - rdfs:label "Uniform Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "U" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-8"@en ; + rdfs:label "Uniform Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnitedKingdomPound -cco:UnitedKingdomPound rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "United Kingdom Pound"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "United Kingdom Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnitedStatesDollar -cco:UnitedStatesDollar rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "United States Dollar"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "United States Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime0 -cco:UniversalTime0 rdf:type owl:NamedIndividual , - cco:UniversalTimeReferenceSystem ; - cco:acronym "UT0" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "UT0" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime1 -cco:UniversalTime1 rdf:type owl:NamedIndividual , - cco:UniversalTimeReferenceSystem ; - cco:acronym "UT1" ; - cco:alternative_label "Astronomical Time"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "UT1" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime1A -cco:UniversalTime1A rdf:type owl:NamedIndividual , - cco:UniversalTimeReferenceSystem ; - cco:acronym "UT1A" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Universal Time 1 A"@en . + rdf:type owl:NamedIndividual , + ; + "UT1A" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Universal Time 1 A"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime1D -cco:UniversalTime1D rdf:type owl:NamedIndividual , - cco:UniversalTimeReferenceSystem ; - cco:acronym "UT1D" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Universal Time 1 D"@en . + rdf:type owl:NamedIndividual , + ; + "UT1D" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Universal Time 1 D"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime1F -cco:UniversalTime1F rdf:type owl:NamedIndividual , - cco:UniversalTimeReferenceSystem ; - cco:acronym "UT1F" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Universal Time 1 F"@en . + rdf:type owl:NamedIndividual , + ; + "UT1F" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Universal Time 1 F"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime1R -cco:UniversalTime1R rdf:type owl:NamedIndividual , - cco:UniversalTimeReferenceSystem ; - cco:acronym "UT1R" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "UT1R" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime2 -cco:UniversalTime2 rdf:type owl:NamedIndividual , - cco:UniversalTimeReferenceSystem ; - cco:acronym "UT2" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "UT2" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTransverseMercatorReferenceSystem -cco:UniversalTransverseMercatorReferenceSystem rdf:type owl:NamedIndividual , - cco:GeospatialCoordinateReferenceSystem ; - cco:acronym "UTM" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Universal Transverse Mercator Reference System"@en . + rdf:type owl:NamedIndividual , + ; + "UTM" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Universal Transverse Mercator Reference System"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnixTime -cco:UnixTime rdf:type owl:NamedIndividual , - cco:TemporalReferenceSystem ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . + rdfs:label "Unix Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UruguayPeso -cco:UruguayPeso rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Uruguay Peso"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Uruguay Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UzbekistanSum -cco:UzbekistanSum rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Uzbekistan Sum"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Uzbekistan Sum"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VanuatuVatu -cco:VanuatuVatu rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Vanuatu Vatu"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Vanuatu Vatu"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VictorTimeZone -cco:VictorTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "V" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-9"@en ; - rdfs:label "Victor Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "V" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-9"@en ; + rdfs:label "Victor Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VietNamDong -cco:VietNamDong rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Viet Nam Dong"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Viet Nam Dong"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VoltAmpereMeasurementUnit -cco:VoltAmpereMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfElectromagneticForce ; - cco:alternative_label "VA"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Volt Ampere Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Volt Ampere Measurement Unit"@en ; + "VA"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VoltMeasurementUnit -cco:VoltMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfElectromagneticForce ; - cco:alternative_label "V"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Volt Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Volt Measurement Unit"@en ; + "V"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WattMeasurementUnit -cco:WattMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfPower ; - cco:SI_unit_label "watt" ; - cco:SI_unit_symbol "W" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Watt Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "watt" ; + "W" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Watt Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WeekMeasurementUnit -cco:WeekMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfTime ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Week Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Week Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WhiskeyTimeZone -cco:WhiskeyTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "W" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-10"@en ; - rdfs:label "Whiskey Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "W" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-10"@en ; + rdfs:label "Whiskey Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WorldGeodeticSystem1984 -cco:WorldGeodeticSystem1984 rdf:type owl:NamedIndividual , - cco:GeospatialCoordinateReferenceSystem ; - cco:acronym "WGS 84" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 , + ; + "WGS 84" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . + rdfs:label "World Geodetic System 1984"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WorldGeographicReferenceSystem -cco:WorldGeographicReferenceSystem rdf:type owl:NamedIndividual , - cco:GeospatialCoordinateReferenceSystem ; - cco:acronym "WGRS" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "World Geographic Reference System"@en . + rdf:type owl:NamedIndividual , + ; + "WGRS" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "World Geographic Reference System"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/XRayTimeZone -cco:XRayTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "X" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-11"@en ; - rdfs:label "X-ray Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "X" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-11"@en ; + rdfs:label "X-ray Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/YankeeTimeZone -cco:YankeeTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "Y" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - 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 . + rdf:type owl:NamedIndividual , + ; + "Y" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + 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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/YardMeasurementUnit -cco:YardMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfLength ; - cco:alternative_label "yrd"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Yard Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Yard Measurement Unit"@en ; + "yrd"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/YearMeasurementUnit -cco:YearMeasurementUnit rdf:type owl:NamedIndividual , - cco:MeasurementUnitOfTime ; - cco:alternative_label "yr"@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Year Measurement Unit"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Year Measurement Unit"@en ; + "yr"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/YemeniRial -cco:YemeniRial rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Yemeni Rial"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Yemeni Rial"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ZambiaKwacha -cco:ZambiaKwacha rdf:type owl:NamedIndividual , - cco:CurrencyUnit ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Zambia Kwacha"@en . + rdf:type owl:NamedIndividual , + ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Zambia Kwacha"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ZuluTimeZone -cco:ZuluTimeZone rdf:type owl:NamedIndividual , - cco:MilitaryTimeZoneIdentifier ; - cco:acronym "Z" ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; - rdfs:label "Zulu Time Zone"@en . + rdf:type owl:NamedIndividual , + ; + "Z" ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; + rdfs:label "Zulu Time Zone"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/disrupts + rdf:type owl:NamedIndividual ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/is_disrupted_by + rdf:type owl:NamedIndividual ; + "2022-12-30T21:32:27-05:00"^^xsd:dateTime . + + +################################################################# +# Annotations +################################################################# + + ; + "2000-07-11"^^xsd:date ; + "2008-01-14"^^xsd:date ; + rdfs:comment "Date of creation of the resource."@en ; + rdfs:isDefinedBy ; + rdfs:label "Date Created"@en . + + + "https://cubrc.org"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^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://cubrc.org"^^xsd:anyURI ; + "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is disrupted by"@en ; + "Inverse of disrupts." ; + "is disrupted by"@en . ################################################################# @@ -19684,45 +19833,45 @@ cco:ZuluTimeZone 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.29) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index ca6c9a8..a47ee04 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -51,7 +51,7 @@ skos:prefLabel rdf:type owl:AnnotationProperty . cco:agent_in rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000056 ; owl:inverseOf cco:has_agent ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "agent in"@en . @@ -62,7 +62,7 @@ cco:aggregate_has_capability rdf:type owl:ObjectProperty ; owl:inverseOf cco:capability_of_aggregate ; rdfs:domain cco:GroupOfAgents ; rdfs:range cco:AgentCapability ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "aggregate has capability"@en . @@ -73,7 +73,7 @@ cco:capability_of rdf:type owl:ObjectProperty ; owl:inverseOf cco:has_capability ; rdfs:domain cco:AgentCapability ; rdfs:range cco:Agent ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "capability of"@en . @@ -83,7 +83,7 @@ cco:capability_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:inheres_in_aggregate ; rdfs:domain cco:AgentCapability ; rdfs:range cco:GroupOfAgents ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "capability of aggregate"@en . @@ -93,7 +93,7 @@ cco:delimits rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_delimited_by ; rdfs:domain cco:DelimitingDomain ; rdfs:range cco:Organization ; - cco:definition "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "delimits"@en . @@ -114,7 +114,7 @@ cco:has_affiliate rdf:type owl:ObjectProperty ; cco:Person ) ] ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "has affiliate"@en . @@ -122,7 +122,7 @@ cco:has_affiliate rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/has_agent cco:has_agent rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000057 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "has agent"@en . @@ -156,7 +156,7 @@ cco:has_capability rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000196 ; rdfs:domain cco:Agent ; rdfs:range cco:AgentCapability ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "has capability"@en . @@ -181,7 +181,7 @@ cco:has_daughter_in_law rdf:type owl:ObjectProperty ; cco:has_familial_relationship_to rdf:type owl:ObjectProperty, owl:SymmetricProperty ; rdfs:domain cco:Person ; rdfs:range cco:Person ; - cco:definition "A relationship between persons by virtue of ancestry or legal union."@en ; + skos:definition "A relationship between persons by virtue of ancestry or legal union."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "has familial relationship to"@en . @@ -265,9 +265,9 @@ cco:has_interest_in rdf:type owl:ObjectProperty ; rdfs:range obo:BFO_0000015 ; dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - cco:definition "A relation between an entity and some process where the entity has an interest in that process."@en ; - cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + skos:definition "A relation between an entity and some process where the entity has an interest in that process."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "has interest in"@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 . @@ -350,7 +350,7 @@ cco:has_organizational_context rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_organizational_context_of ; rdfs:domain obo:BFO_0000023 ; rdfs:range cco:Organization ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "has organizational context"@en . @@ -408,7 +408,7 @@ cco:has_recipient rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000057 ; owl:inverseOf cco:receives ; rdfs:range cco:Agent ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "has recipient"@en . @@ -418,7 +418,7 @@ cco:has_sender rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000057 ; owl:inverseOf cco:sends ; rdfs:range cco:Agent ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "has sender"@en . @@ -476,7 +476,7 @@ cco:has_subordinate_role rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_subordinate_role_to ; rdfs:domain obo:BFO_0000023 ; rdfs:range obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "has subordinate role"@en . @@ -487,7 +487,7 @@ cco:has_subsidiary rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_subsidiary_of ; rdfs:domain cco:Organization ; rdfs:range cco:Organization ; - cco: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 ; + 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:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "has subsidiary"@en . @@ -523,7 +523,7 @@ cco:is_affiliated_with rdf:type owl:ObjectProperty ; cco:Person ) ] ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "is affiliated with"@en . @@ -583,7 +583,7 @@ cco:is_daughter_of rdf:type owl:ObjectProperty ; cco:is_delimited_by rdf:type owl:ObjectProperty ; rdfs:domain cco:Organization ; rdfs:range cco:DelimitingDomain ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "is delimited by"@en . @@ -707,8 +707,8 @@ cco:is_interest_of rdf:type owl:ObjectProperty ; rdfs:range cco:Agent ; dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - cco:definition "The inverse of has_interest_in. " ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + skos:definition "The inverse of has_interest_in. " ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "is interest of"@en ; skos:prefLabel "is interest of"@en . @@ -723,7 +723,7 @@ cco:is_maternal_aunt_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_first_cousin_of cco:is_maternal_first_cousin_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_first_cousin_of ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; 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 . @@ -782,7 +782,7 @@ cco:is_niece_of rdf:type owl:ObjectProperty ; cco:is_organizational_context_of rdf:type owl:ObjectProperty ; rdfs:domain cco:Organization ; rdfs:range obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "is organizational context of"@en . @@ -806,7 +806,7 @@ cco:is_paternal_aunt_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_first_cousin_of cco:is_paternal_first_cousin_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_first_cousin_of ; - cco: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: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; 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 . @@ -839,7 +839,7 @@ cco:is_permitted_by rdf:type owl:ObjectProperty ; owl:inverseOf cco:permits ; rdfs:domain obo:BFO_0000015 ; rdfs:range cco:ActionRegulation ; - cco: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: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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "is permitted by"@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 . @@ -851,7 +851,7 @@ cco:is_prohibited_by rdf:type owl:ObjectProperty ; owl:inverseOf cco:prohibits ; rdfs:domain obo:BFO_0000015 ; rdfs:range cco:ActionRegulation ; - cco: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: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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "is prohibited by"@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 . @@ -863,7 +863,7 @@ cco:is_required_by rdf:type owl:ObjectProperty ; owl:inverseOf cco:requires ; rdfs:domain obo:BFO_0000015 ; rdfs:range cco:ActionRegulation ; - cco: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: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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "is required by"@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 . @@ -951,7 +951,7 @@ cco:is_step_sister_of rdf:type owl:ObjectProperty ; cco:is_subordinate_role_to rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000023 ; rdfs:range obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "is subordinate role to"@en . @@ -961,7 +961,7 @@ cco:is_subsidiary_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_affiliated_with ; rdfs:domain cco:Organization ; rdfs:range cco:Organization ; - cco: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 ; + 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:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "is subsidiary of"@en . @@ -973,7 +973,7 @@ cco:is_supervised_by rdf:type owl:ObjectProperty ; owl:inverseOf cco:supervises ; rdfs:domain cco:Person ; rdfs:range cco:Person ; - cco:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@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:definition_source "http://en.wiktionary.org/wiki/supervise)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "is supervised by"@en . @@ -998,7 +998,7 @@ cco:is_uncle_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/is_used_by cco:is_used_by rdf:type owl:ObjectProperty ; owl:inverseOf cco:uses ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "is used by"@en . @@ -1015,7 +1015,7 @@ cco:permits rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:prescribes ; rdfs:domain cco:ActionRegulation ; rdfs:range obo:BFO_0000015 ; - cco: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: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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "permits"@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 . @@ -1026,7 +1026,7 @@ cco:prohibits rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:prescribes ; rdfs:domain cco:ActionRegulation ; rdfs:range obo:BFO_0000015 ; - cco: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: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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "prohibits"@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 . @@ -1036,7 +1036,7 @@ cco:prohibits rdf:type owl:ObjectProperty ; cco:receives rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000056 ; rdfs:domain cco:Agent ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "receives"@en . @@ -1046,7 +1046,7 @@ cco:requires rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:prescribes ; rdfs:domain cco:ActionRegulation ; rdfs:range obo:BFO_0000015 ; - cco: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: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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "requires"@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 . @@ -1056,7 +1056,7 @@ cco:requires rdf:type owl:ObjectProperty ; cco:sends rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000056 ; rdfs:domain cco:Agent ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "sends"@en . @@ -1066,7 +1066,7 @@ cco:supervises rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:has_affiliate ; rdfs:domain cco:Person ; rdfs:range cco:Person ; - cco:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en ; + skos:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en ; cco:definition_source "http://en.wiktionary.org/wiki/supervise" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "supervises"@en . @@ -1074,7 +1074,7 @@ cco:supervises rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/uses cco:uses rdf:type owl:ObjectProperty ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "uses"@en . @@ -1094,9 +1094,9 @@ cco:ActionPermission rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:ActionRegulation ; - cco:alternative_label "Authorization"@en , + skos:altLabel "Authorization"@en , "License"@en ; - cco:definition "A Process Regulation that permits some Process."@en ; + skos:definition "A Process Regulation that permits some Process."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Action Permission"@en . @@ -1112,7 +1112,7 @@ cco:ActionProhibition rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:ActionRegulation ; - cco:definition "A Process Regulation that prohibits some Process."@en ; + skos:definition "A Process Regulation that prohibits some Process."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Process Prohibition"@en . @@ -1120,8 +1120,8 @@ cco:ActionProhibition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActionRegulation cco:ActionRegulation rdf:type owl:Class ; rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco: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 ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Process Regulation"@en . @@ -1137,9 +1137,9 @@ cco:ActionRequirement rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:ActionRegulation ; - cco:alternative_label "Duty"@en , + skos:altLabel "Duty"@en , "Obligation"@en ; - cco:definition "A Process Regulation that requires some Process."@en ; + skos:definition "A Process Regulation that requires some Process."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Process Requirement"@en . @@ -1147,7 +1147,7 @@ cco:ActionRequirement rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Affordance cco:Affordance rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000017 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Affordance"@en . @@ -1157,14 +1157,15 @@ cco:Affordance rdf:type owl:Class ; cco:Agent rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 [ rdf:type owl:Restriction ; - owl:onProperty cco:agent_in ; - owl:someValuesFrom obo:BFO_0000015 + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:AgentCapability ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf obo:BFO_0000040 ; - cco:definition "A Material Entity that is capable of performing Planned Acts"@en ; + skos:definition "A Material Entity that bears an Agent Capability."@en ; + cco:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Agent"@en . @@ -1172,7 +1173,8 @@ cco:Agent rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AgentCapability cco:AgentCapability rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000017 ; - cco:definition "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."@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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Agent Capability"@en . @@ -1180,7 +1182,7 @@ cco:AgentCapability rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AllegianceRole cco:AllegianceRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Allegiance Role"@en . @@ -1196,7 +1198,7 @@ cco:AlliedPerson rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:Person ; - cco:definition "A Person who is the bearer of some Ally Role."@en ; + skos:definition "A Person who is the bearer of some Ally Role."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Allied Person"@en . @@ -1204,7 +1206,7 @@ cco:AlliedPerson rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AllyRole cco:AllyRole rdf:type owl:Class ; rdfs:subClassOf cco:AllegianceRole ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Ally Role"@en . @@ -1212,7 +1214,7 @@ cco:AllyRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Animal cco:Animal rdf:type owl:Class ; rdfs:subClassOf cco:Organism ; - cco:definition "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en ; + skos:definition "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Animal"@en . @@ -1221,7 +1223,7 @@ cco:Animal rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ArmedForce cco:ArmedForce rdf:type owl:Class ; rdfs:subClassOf cco:Organization ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Armed Force"@en . @@ -1230,8 +1232,8 @@ cco:ArmedForce rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AuthorityRole cco:AuthorityRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Authority Role"@en . @@ -1239,7 +1241,7 @@ cco:AuthorityRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BiologicalSex cco:BiologicalSex rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco: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 ; + 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:definition_source "http://purl.org/obo/owl/PATO#PATO_0000047" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Biological Sex"@en . @@ -1248,9 +1250,9 @@ cco:BiologicalSex rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BodilyComponent cco:BodilyComponent rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000024 ; - cco:definition "A Fiat Object Part located within or on the surface of an Agent."@en ; + skos:definition "A Fiat Object Part located within or on the surface of an Agent."@en ; cco:definition_source "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ; - cco:example_of_usage "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." ; + skos:example "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Bodily Component"@en . @@ -1258,7 +1260,7 @@ cco:BodilyComponent rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CarrierAirWing cco:CarrierAirWing rdf:type owl:Class ; rdfs:subClassOf cco:MilitaryPersonnelForce ; - cco:definition "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en ; + skos:definition "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Carrier Air Wing"@en . @@ -1274,7 +1276,7 @@ cco:Citizen rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:Person ; - cco:definition "A Person who is the bearer of some Citizen Role."@en ; + skos:definition "A Person who is the bearer of some Citizen Role."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Citizen"@en . @@ -1282,7 +1284,7 @@ cco:Citizen rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CitizenRole cco:CitizenRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; + 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:definition_source "http://en.wikitionary.org/wiki/citizen" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Citizen Role"@en . @@ -1291,7 +1293,7 @@ cco:CitizenRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/City cco:City rdf:type owl:Class ; rdfs:subClassOf cco:LocalAdministrativeRegion ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "City"@en . @@ -1308,7 +1310,7 @@ cco:CivilOrganization rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:Organization ; - cco:definition "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en ; + skos:definition "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Civil Organization"@en . @@ -1316,7 +1318,7 @@ cco:CivilOrganization rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CivilianRole cco:CivilianRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Civilian Role"@en . @@ -1332,7 +1334,7 @@ cco:CommercialOrganization rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:Organization ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Commercial Organization"@en . @@ -1340,7 +1342,7 @@ cco:CommercialOrganization rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CommercialRole cco:CommercialRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco:definition "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en ; + skos:definition "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Commercial Role"@en . @@ -1348,8 +1350,8 @@ cco:CommercialRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ContractorRole cco:ContractorRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Contractor Role"@en . @@ -1359,7 +1361,7 @@ cco:Country rdf:type owl:Class ; rdfs:subClassOf cco:GeopoliticalEntity ; 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 ; - cco: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: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 ; cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Domain of a Country"@en ; @@ -1370,7 +1372,7 @@ cco:Country rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/County cco:County rdf:type owl:Class ; rdfs:subClassOf cco:GeopoliticalEntity ; - cco:definition "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en ; + skos:definition "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "County"@en . @@ -1379,7 +1381,7 @@ cco:County rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Crew cco:Crew rdf:type owl:Class ; rdfs:subClassOf cco:GroupOfPersons ; - cco:definition "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en ; + skos:definition "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Crew"@en . @@ -1398,7 +1400,7 @@ cco:DelimitingDomain rdf:type owl:Class ; owl:disjointWith cco:DivisonOfGeopoliticalEntity ; dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - cco:definition "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ; + skos:definition "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Delimiting Domain"@en ; skos:prefLabel "Delimiting Domain"@en . @@ -1407,7 +1409,7 @@ cco:DelimitingDomain rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Disability cco:Disability rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality inhering in an Agent by virtue a physical or mental condition that limits the Agent's movements, senses, or activities."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Disability"@en . @@ -1415,7 +1417,7 @@ cco:Disability rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Disease cco:Disease rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000016 ; - cco:definition "A Disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."@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:definition_source "http://purl.obolibrary.org/obo/OGMS_0000031" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Disease"@en . @@ -1428,8 +1430,8 @@ cco:DivisonOfGeopoliticalEntity rdf:type owl:Class ; owl:onProperty obo:BFO_0000176 ; owl:someValuesFrom cco:DelimitingDomain ] ; - cco:definition "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ; - cco:example_of_usage "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; 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 . @@ -1438,7 +1440,7 @@ cco:DivisonOfGeopoliticalEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EducationalOrganization cco:EducationalOrganization rdf:type owl:Class ; rdfs:subClassOf cco:Organization ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Educational Organization"@en . @@ -1455,7 +1457,7 @@ cco:Enemy rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:Person ; - cco:definition "A Person who is the bearer of some Enemy Role."@en ; + skos:definition "A Person who is the bearer of some Enemy Role."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Enemy Person"@en . @@ -1463,7 +1465,7 @@ cco:Enemy rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EnemyRole cco:EnemyRole rdf:type owl:Class ; rdfs:subClassOf cco:AllegianceRole ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Enemy Role"@en . @@ -1475,7 +1477,7 @@ cco:EthnicGroup rdf:type owl:Class ; owl:onProperty cco:aggregate_has_quality ; owl:someValuesFrom cco:Ethnicity ] ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Ethnic Group"@en . @@ -1484,7 +1486,7 @@ cco:EthnicGroup rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Ethnicity cco:Ethnicity rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Ethnicity"@en . @@ -1493,7 +1495,7 @@ cco:Ethnicity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Eye cco:Eye rdf:type owl:Class ; rdfs:subClassOf cco:BodilyComponent ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Eye"@en . @@ -1505,7 +1507,7 @@ cco:EyeColor rdf:type owl:Class ; owl:onProperty obo:BFO_0000197 ; owl:someValuesFrom cco:Iris ] ; - cco:definition "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en ; + skos:definition "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Eye Color"@en . @@ -1513,7 +1515,7 @@ cco:EyeColor rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FacialHair cco:FacialHair rdf:type owl:Class ; rdfs:subClassOf cco:BodilyComponent ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Facial Hair"@en . @@ -1521,7 +1523,7 @@ cco:FacialHair rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Family cco:Family rdf:type owl:Class ; rdfs:subClassOf cco:GroupOfPersons ; - cco:definition "A Group of Persons related to one another by ancestry or marriage."@en ; + skos:definition "A Group of Persons related to one another by ancestry or marriage."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Family"@en . @@ -1529,7 +1531,7 @@ cco:Family rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FemaleSex cco:FemaleSex rdf:type owl:Class ; rdfs:subClassOf cco:BiologicalSex ; - cco:definition "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en ; + skos:definition "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en ; cco:definition_source "http://purl.org/obo/owl/PATO#PATO_0000383" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Female Sex"@en . @@ -1538,7 +1540,7 @@ cco:FemaleSex rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialValue cco:FinancialValue rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Financial Value"@en . @@ -1546,8 +1548,8 @@ cco:FinancialValue rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialValueOfProperty cco:FinancialValueOfProperty rdf:type owl:Class ; rdfs:subClassOf cco:FinancialValue ; - cco:alternative_label "Property Value"@en ; - cco:definition "Financial Value that inheres in an material entity that is the object of an Act of Ownership."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Financial Value of Property"@en . @@ -1559,9 +1561,9 @@ cco:FirstOrderAdministrativeRegion rdf:type owl:Class ; owl:onProperty obo:BFO_0000176 ; owl:someValuesFrom cco:Country ] ; - cco:definition "A Government Domain that is a primary administrative division of a Country."@en ; + skos:definition "A Government Domain that is a primary administrative division of a Country."@en ; cco:definition_source "http://www.geonames.org/export/codes.html" ; - cco:example_of_usage "a state in the United States" ; + skos:example "a state in the United States" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "First-Order Administrative Region"@en . @@ -1573,7 +1575,7 @@ cco:FourthOrderAdministrativeRegion rdf:type owl:Class ; owl:onProperty obo:BFO_0000176 ; owl:someValuesFrom cco:ThirdOrderAdministrativeRegion ] ; - cco:definition "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en ; + skos:definition "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en ; cco:definition_source "http://www.geonames.org/export/codes.html" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Fourth-Order Administrative Region"@en . @@ -1590,7 +1592,7 @@ cco:GeopoliticalEntity rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:DelimitingDomain ; - cco:definition "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en ; + skos:definition "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Government Domain"@en . @@ -1598,7 +1600,7 @@ cco:GeopoliticalEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityBorder cco:GeopoliticalEntityBorder rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialBoundary ; - cco:definition "A Geospatial Boundary that is a boundary of some Government Domain."@en ; + skos:definition "A Geospatial Boundary that is a boundary of some Government Domain."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Government Domain Border"@en . @@ -1619,7 +1621,7 @@ cco:GeopoliticalOrganization rdf:type owl:Class ; "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 ; - cco:definition "An Organization that bears a Geopolitical Power Role."@en ; + skos:definition "An Organization that bears a Geopolitical Power Role."@en ; cco:definition_source "https://chass.usu.edu/international-studies/aggies-go/power" , "https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; @@ -1637,7 +1639,7 @@ cco:GeopoliticalPowerRole rdf:type owl:Class ; 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 ; - cco: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: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 ; cco:definition_source "https://chass.usu.edu/international-studies/aggies-go/power" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Geopolitical Power Role"@en ; @@ -1652,7 +1654,7 @@ cco:Government rdf:type owl:Class ; owl:someValuesFrom cco:DelimitingDomain ] ; dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - cco: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: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 ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Government"@en ; @@ -1667,7 +1669,7 @@ cco:GovernmentAgency rdf:type owl:Class ; owl:onProperty obo:BFO_0000176 ; owl:someValuesFrom cco:Government ] ; - cco:definition "An Organization that is part of a Government and is responsible for the oversight or administration of specific governmental functions."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Government Organization"@en . @@ -1686,7 +1688,7 @@ cco:GovernmentOfACountry rdf:type owl:Class ; 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 ; - cco:definition "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ; + skos:definition "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ; cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Government of a Country"@en ; @@ -1707,7 +1709,7 @@ cco:GroupOfAgents rdf:type owl:Class ; ) ; rdf:type owl:Class ] ; - cco:definition "An Object Aggregate that has only Agents as parts."@en ; + skos:definition "An Object Aggregate that has only Agents as parts."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Group of Agents"@en . @@ -1723,7 +1725,7 @@ cco:GroupOfOrganizations rdf:type owl:Class ; owl:onProperty obo:BFO_0000178 ; owl:allValuesFrom cco:Organization ] ; - cco:definition "A Group of Agents that has only Organizations as parts."@en ; + skos:definition "A Group of Agents that has only Organizations as parts."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Group of Organizations"@en . @@ -1739,7 +1741,7 @@ cco:GroupOfPersons rdf:type owl:Class ; owl:onProperty obo:BFO_0000178 ; owl:allValuesFrom cco:Person ] ; - cco:definition "A Group of Agents that has only Persons as parts."@en ; + skos:definition "A Group of Agents that has only Persons as parts."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Group of Persons"@en . @@ -1747,7 +1749,7 @@ cco:GroupOfPersons rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HairColor cco:HairColor rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality inhering in a portion of Hair by virtue of its color."@en ; + skos:definition "A Quality inhering in a portion of Hair by virtue of its color."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Hair Color"@en . @@ -1755,7 +1757,7 @@ cco:HairColor rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Ideology cco:Ideology rdf:type owl:Class ; rdfs:subClassOf cco:InformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Ideology"@en . @@ -1763,8 +1765,8 @@ cco:Ideology rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IncorporatedOrganization cco:IncorporatedOrganization rdf:type owl:Class ; rdfs:subClassOf cco:Organization ; - cco:alternative_label "Corporation"@en ; - cco: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 ; + 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:definition_source "http://www.dictionary.com/browse/corporation" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Incorporated Organization"@en . @@ -1776,7 +1778,7 @@ cco:InternationalCommunity rdf:type owl:Class ; 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 ; - cco:definition "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ; + skos:definition "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ; cco:definition_source "https://dictionary.cambridge.org/us/dictionary/english/international-community" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "International Community"@en ; @@ -1786,7 +1788,7 @@ cco:InternationalCommunity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InterpersonalRelationshipRole cco:InterpersonalRelationshipRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Interpersonal Relationship Role"@en . @@ -1798,7 +1800,7 @@ cco:Iris rdf:type owl:Class ; owl:onProperty obo:BFO_0000176 ; owl:someValuesFrom cco:Eye ] ; - cco: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 ; + 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:definition_source "http://www.thefreedictionary.com/iris" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Iris"@en . @@ -1807,7 +1809,7 @@ cco:Iris rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LanguageSkill cco:LanguageSkill rdf:type owl:Class ; rdfs:subClassOf cco:Skill ; - cco:definition "A Skill that is realized by an Act which is prescribed by a Language."@en ; + skos:definition "A Skill that is realized by an Act which is prescribed by a Language."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Language Skill"@en . @@ -1815,8 +1817,8 @@ cco:LanguageSkill rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LocalAdministrativeRegion cco:LocalAdministrativeRegion rdf:type owl:Class ; rdfs:subClassOf cco:GeopoliticalEntity ; - cco:alternative_label "Locality"@en ; - cco:definition "A Government Domain that delimits a local Government."@en ; + skos:altLabel "Locality"@en ; + skos:definition "A Government Domain that delimits a local Government."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Local Administrative Region"@en . @@ -1824,7 +1826,7 @@ cco:LocalAdministrativeRegion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MaleSex cco:MaleSex rdf:type owl:Class ; rdfs:subClassOf cco:BiologicalSex ; - cco:definition "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en ; + skos:definition "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en ; cco:definition_source "http://purl.org/obo/owl/PATO#PATO_0000384" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Male Sex"@en . @@ -1843,7 +1845,7 @@ cco:MaterialTerritoryOfACountry rdf:type owl:Class ; rdfs:subClassOf cco:MaterialTerritoryOfAGovernmentDomain ; 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 ; - cco:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ; + skos:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ; cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Material Territory of a Country"@en ; @@ -1863,7 +1865,7 @@ cco:MaterialTerritoryOfAGovernmentDomain rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfGeosphere ; 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 ; - cco:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ; + skos:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ; cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Material Territory of a Government Domain"@en ; @@ -1873,7 +1875,7 @@ cco:MaterialTerritoryOfAGovernmentDomain rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryPersonnelForce cco:MilitaryPersonnelForce rdf:type owl:Class ; rdfs:subClassOf cco:ArmedForce ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Military Personnel Force"@en . @@ -1882,7 +1884,7 @@ cco:MilitaryPersonnelForce rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NeutralRole cco:NeutralRole rdf:type owl:Class ; rdfs:subClassOf cco:AllegianceRole ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Neutral Role"@en . @@ -1890,7 +1892,7 @@ cco:NeutralRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearFamily cco:NuclearFamily rdf:type owl:Class ; rdfs:subClassOf cco:Family ; - cco:definition "A Family composed of parents and their children."@en ; + skos:definition "A Family composed of parents and their children."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Nuclear Family"@en . @@ -1898,7 +1900,7 @@ cco:NuclearFamily rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Objective cco:Objective rdf:type owl:Class ; rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco:definition "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en ; + skos:definition "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en ; cco:definition_source "http://en.wikipedia.org/wiki/Objective_(goal)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Objective"@en . @@ -1907,7 +1909,7 @@ cco:Objective rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OccupationRole cco:OccupationRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Occupation Role"@en . @@ -1915,7 +1917,7 @@ cco:OccupationRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OperationalArea cco:OperationalArea rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialLocation ; - cco:definition "A Geospatial Location in which an Agent conducts some activity."@en ; + skos:definition "A Geospatial Location in which an Agent conducts some activity."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; 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 . @@ -1924,8 +1926,8 @@ cco:OperationalArea rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OperatorRole cco:OperatorRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco:definition "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Artifact."@en ; - cco:example_of_usage "the role of driving a car" , + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; @@ -1935,7 +1937,7 @@ cco:OperatorRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Organism cco:Organism rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000030 ; - cco:definition "An Object that is an Animal or Plant."@en ; + skos:definition "An Object that is an Animal or Plant."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Organism"@en . @@ -1943,7 +1945,7 @@ cco:Organism rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Organization cco:Organization rdf:type owl:Class ; rdfs:subClassOf cco:GroupOfAgents ; - cco:definition "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@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:definition_source "http://purl.obolibrary.org/obo/OBI_0000245" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; 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 ; @@ -1961,7 +1963,7 @@ cco:OrganizationCapability rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:AgentCapability ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Organization Capability"@en . @@ -1981,7 +1983,7 @@ cco:OrganizationMember rdf:type owl:Class ; owl:onProperty cco:is_affiliated_with ; owl:someValuesFrom cco:Organization ] ; - cco:definition "A Person who is affiliated with some Organization by being a member of that Organization."@en ; + skos:definition "A Person who is affiliated with some Organization by being a member of that Organization."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Organization Member"@en . @@ -1989,7 +1991,7 @@ cco:OrganizationMember rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OrganizationMemberRole cco:OrganizationMemberRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Organization Member Role"@en . @@ -1997,7 +1999,7 @@ cco:OrganizationMemberRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ParamilitaryForce cco:ParamilitaryForce rdf:type owl:Class ; rdfs:subClassOf cco:ArmedForce ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Paramilitary Force"@en . @@ -2016,7 +2018,7 @@ cco:PermanentResident rdf:type owl:Class ; rdfs:subClassOf cco:Person ; dcterms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - cco:definition "A person with a Permanent Resident Role."@en ; + skos:definition "A person with a Permanent Resident Role."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Permanent Resident"@en ; skos:prefLabel "Permanent Resident"@en . @@ -2028,7 +2030,7 @@ cco:PermanentResidentRole rdf:type owl:Class ; 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 ; - cco: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: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 ; cco:definition_source "https://en.wikipedia.org/wiki/Permanent_residency" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Permanent Resident Role"@en ; @@ -2038,8 +2040,8 @@ cco:PermanentResidentRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Person cco:Person rdf:type owl:Class ; rdfs:subClassOf cco:Animal ; - cco:alternative_label "Human"@en ; - cco:definition "An Animal that is a member of the species Homo sapiens."@en ; + skos:altLabel "Human"@en ; + skos:definition "An Animal that is a member of the species Homo sapiens."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Person"@en . @@ -2052,7 +2054,7 @@ cco:PlanSpecification rdf:type owl:Class ; owl:onProperty obo:BFO_0000178 ; owl:someValuesFrom cco:Objective ] ; - cco:definition "A Directive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Plan"@en . @@ -2061,7 +2063,7 @@ cco:PlanSpecification rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Plant cco:Plant rdf:type owl:Class ; rdfs:subClassOf cco:Organism ; - cco:definition "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en ; + skos:definition "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Plant"@en . @@ -2070,7 +2072,7 @@ cco:Plant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PoliticalOrientation cco:PoliticalOrientation rdf:type owl:Class ; rdfs:subClassOf cco:Ideology ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Political Orientation"@en . @@ -2078,7 +2080,7 @@ cco:PoliticalOrientation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Populace cco:Populace rdf:type owl:Class ; rdfs:subClassOf cco:GroupOfPersons ; - cco:definition "A Group of Persons forming the total population of some Government Domain."@en ; + skos:definition "A Group of Persons forming the total population of some Government Domain."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Populace"@en . @@ -2087,7 +2089,7 @@ cco:Populace rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Province cco:Province rdf:type owl:Class ; rdfs:subClassOf cco:FirstOrderAdministrativeRegion ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Province"@en . @@ -2096,7 +2098,7 @@ cco:Province rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Religion cco:Religion rdf:type owl:Class ; rdfs:subClassOf cco:InformationContentEntity ; - cco: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 ; + 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:definition_source "http://www.dictionary.com/browse/religion" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Religion"@en . @@ -2105,7 +2107,7 @@ cco:Religion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Scalp cco:Scalp rdf:type owl:Class ; rdfs:subClassOf cco:BodilyComponent ; - cco:definition "A Bodily Component that consists of the skin covering the top of the head of a human or other animal."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Scalp"@en . @@ -2113,7 +2115,7 @@ cco:Scalp rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ScalpHair cco:ScalpHair rdf:type owl:Class ; rdfs:subClassOf cco:BodilyComponent ; - cco:definition "A Bodily Component that consists of a portion of hair that grows on the scalp of a human or other animal."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Scalp Hair"@en . @@ -2121,7 +2123,7 @@ cco:ScalpHair rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Scar cco:Scar rdf:type owl:Class ; rdfs:subClassOf cco:BodilyComponent ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Scar"@en . @@ -2134,7 +2136,7 @@ cco:SecondOrderAdministrativeRegion rdf:type owl:Class ; owl:onProperty obo:BFO_0000176 ; owl:someValuesFrom cco:FirstOrderAdministrativeRegion ] ; - cco:definition "A Government Domain that is a subdivision of a First-Order Administrative Region."@en ; + skos:definition "A Government Domain that is a subdivision of a First-Order Administrative Region."@en ; cco:definition_source "http://www.geonames.org/export/codes.html" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Second-Order Administrative Region"@en . @@ -2143,7 +2145,7 @@ cco:SecondOrderAdministrativeRegion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ServiceProvider cco:ServiceProvider rdf:type owl:Class ; rdfs:subClassOf cco:Organization ; - cco:definition "An Organization whose purpose is to provide a service to other Agents."@en ; + skos:definition "An Organization whose purpose is to provide a service to other Agents."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Service Provider"@en . @@ -2156,7 +2158,7 @@ cco:SetOfEyes rdf:type owl:Class ; owl:onProperty obo:BFO_0000178 ; owl:someValuesFrom cco:Eye ] ; - cco:definition "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en ; + skos:definition "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Set of Eyes"@en . @@ -2172,7 +2174,7 @@ cco:Skill rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:AgentCapability ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Skill"@en . @@ -2180,7 +2182,7 @@ cco:Skill rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SkinType cco:SkinType rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; 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 . @@ -2189,7 +2191,7 @@ cco:SkinType rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SocialNetwork cco:SocialNetwork rdf:type owl:Class ; rdfs:subClassOf cco:GroupOfAgents ; - cco:definition "A Group of Agents that are connected in dyadic relations by similar personal or career interests, activities, backgrounds, or real-life connections."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Social Network"@en . @@ -2197,8 +2199,8 @@ cco:SocialNetwork rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/State cco:State rdf:type owl:Class ; rdfs:subClassOf cco:FirstOrderAdministrativeRegion ; - cco:alternative_label "State"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Constituent State"@en . @@ -2207,7 +2209,7 @@ cco:State rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Tattoo cco:Tattoo rdf:type owl:Class ; rdfs:subClassOf cco:BodilyComponent ; - cco: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 ; + 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:definition_source "http://www.thefreedictionary.com/tattoo" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Tattoo"@en . @@ -2220,7 +2222,7 @@ cco:ThirdOrderAdministrativeRegion rdf:type owl:Class ; owl:onProperty obo:BFO_0000176 ; owl:someValuesFrom cco:SecondOrderAdministrativeRegion ] ; - cco:definition "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en ; + skos:definition "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en ; cco:definition_source "http://www.geonames.org/export/codes.html" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Third-Order Administrative Region"@en . @@ -2229,7 +2231,7 @@ cco:ThirdOrderAdministrativeRegion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Town cco:Town rdf:type owl:Class ; rdfs:subClassOf cco:LocalAdministrativeRegion ; - cco: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 ; + 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:definition_source "http://www.dictionary.com/browse/town" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Town"@en . @@ -2246,8 +2248,8 @@ cco:UnalliedPerson rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:Person ; - cco:alternative_label "Unallied Person" ; - cco:definition "A Person who is the bearer of some Neutral Role."@en ; + skos:altLabel "Unallied Person" ; + skos:definition "A Person who is the bearer of some Neutral Role."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Neutral Person"@en . @@ -2255,7 +2257,7 @@ cco:UnalliedPerson rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Village cco:Village rdf:type owl:Class ; rdfs:subClassOf cco:LocalAdministrativeRegion ; - cco: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 ; + 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:definition_source "http://www.merriam-webster.com/dictionary/village" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Village"@en . diff --git a/src/cco-modules/ArtifactOntology.ttl b/src/cco-modules/ArtifactOntology.ttl index 38e810b..6cd214e 100644 --- a/src/cco-modules/ArtifactOntology.ttl +++ b/src/cco-modules/ArtifactOntology.ttl @@ -5,6 +5,7 @@ @prefix rdf: . @prefix xml: . @prefix xsd: . +@prefix skos: . @prefix rdfs: . @prefix dcterms: . @@ -26,7 +27,7 @@ ### http://www.ontologyrepository.com/CommonCoreOntologies/AcademicDegree cco:AcademicDegree rdf:type owl:Class ; rdfs:subClassOf cco:Certificate ; - cco: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 ; + 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:definition_source "http://www.dictionary.com/browse/degree" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Academic Degree"@en . @@ -35,7 +36,7 @@ cco:AcademicDegree rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Actuator cco:Actuator rdf:type owl:Class ; rdfs:subClassOf cco:Transducer ; - cco:definition "A Transducer that is designed to convert some control signal into mechanical motion."@en ; + skos:definition "A Transducer that is designed to convert some control signal into mechanical motion."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Actuator&oldid=1064000375"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Actuator"@en . @@ -44,7 +45,7 @@ cco:Actuator rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AirBreathingCombustionEngine cco:AirBreathingCombustionEngine rdf:type owl:Class ; rdfs:subClassOf cco:ReactionEngine ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Air-Breathing Combustion Engine"@en . @@ -53,8 +54,8 @@ cco:AirBreathingCombustionEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AirBreathingJetEngine cco:AirBreathingJetEngine rdf:type owl:Class ; rdfs:subClassOf cco:JetEngine ; - cco:alternative_label "Ducted Jet Engine"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Airbreathing_jet_engine&oldid=1062364308"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Air-Breathing Jet Engine"@en . @@ -63,8 +64,8 @@ cco:AirBreathingJetEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AirConditioningUnit cco:AirConditioningUnit rdf:type owl:Class ; rdfs:subClassOf cco:CoolingSystem ; - cco:alternative_label "AC Unit"@en ; - cco:definition "A Cooling System that is designed to remove excess heat and humidity from the air in an enclosed space."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Air_conditioning&oldid=1063494896"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Air Conditioning Unit"@en . @@ -73,8 +74,8 @@ cco:AirConditioningUnit rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AirInlet cco:AirInlet rdf:type owl:Class ; rdfs:subClassOf cco:FluidControlArtifact ; - cco:alternative_label "Air Intake"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Air Inlet"@en . @@ -82,7 +83,7 @@ cco:AirInlet rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Aircraft cco:Aircraft rdf:type owl:Class ; rdfs:subClassOf cco:Vehicle ; - cco:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by air travel."@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by air travel."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Aircraft&oldid=1063924562"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Aircraft"@en . @@ -91,7 +92,7 @@ cco:Aircraft rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AlkalineElectricBattery cco:AlkalineElectricBattery rdf:type owl:Class ; rdfs:subClassOf cco:PrimaryCellElectricBattery ; - cco:definition "A Primary Cell Electric Battery that has a Zinc anode and Manganese (IV) oxide cathode."@en ; + skos:definition "A Primary Cell Electric Battery that has a Zinc anode and Manganese (IV) oxide cathode."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Alkaline_battery&oldid=1055652562"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Alkaline Electric Battery"@en . @@ -100,7 +101,7 @@ cco:AlkalineElectricBattery rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AlternatingCurrentPowerSource cco:AlternatingCurrentPowerSource rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalPowerSource ; - cco:definition "An Electrical Power Source that is designed to transfer electrical power in the form of alternating current."@en ; + skos:definition "An Electrical Power Source that is designed to transfer electrical power in the form of alternating current."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Alternating Current Power Source"@en . @@ -108,7 +109,7 @@ cco:AlternatingCurrentPowerSource rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AntiBacterialArtifactFunction cco:AntiBacterialArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:AntiMicrobialArtifactFunction ; - cco:definition "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some bacterium."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Antibiotic&oldid=1063633090"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Anti-Bacterial Artifact Function"@en . @@ -117,7 +118,7 @@ cco:AntiBacterialArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AntiMicrobialArtifactFunction cco:AntiMicrobialArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:PesticideArtifactFunction ; - cco:definition "A Pesticide Artifact Function that is realized in a process which causes illness in, or the death of, a microorganism."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Antimicrobial&oldid=1064100151"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Anti-Microbial Artifact Function"@en . @@ -126,7 +127,7 @@ cco:AntiMicrobialArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ArmoredFightingVehicle cco:ArmoredFightingVehicle rdf:type owl:Class ; rdfs:subClassOf cco:GroundMotorVehicle ; - cco:definition "A Ground Motor Vehicle that is designed to be armored and used to transport and support military personal in combat missions."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Armoured_fighting_vehicle&oldid=1063212018"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Armored Fighting Vehicle"@en . @@ -136,7 +137,7 @@ cco:ArmoredFightingVehicle rdf:type owl:Class ; cco:ArmoredPersonnelCarrier rdf:type owl:Class ; rdfs:subClassOf cco:ArmoredFightingVehicle ; cco:acronym "APC" ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Armoured_personnel_carrier&oldid=1061608326"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Armored Personnel Carrier"@en . @@ -145,7 +146,7 @@ cco:ArmoredPersonnelCarrier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Arrow cco:Arrow rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfAmmunition ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Arrow&oldid=1058445874"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Arrow"@en . @@ -154,7 +155,7 @@ cco:Arrow rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ArticleOfClothing cco:ArticleOfClothing rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to cover some portion of a body."@en ; + skos:definition "A Material Artifact that is designed to cover some portion of a body."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Clothing&oldid=1063505718"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Article of Clothing"@en . @@ -163,7 +164,7 @@ cco:ArticleOfClothing rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ArticleOfSolidWaste cco:ArticleOfSolidWaste rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfWasteMaterial ; - cco:definition "A Portion of Waste Material that has a low liquid content."@en ; + skos:definition "A Portion of Waste Material that has a low liquid content."@en ; cco:definition_source "https://stats.oecd.org/glossary/detail.asp?ID=2508" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Article of Solid Waste"@en . @@ -172,7 +173,7 @@ cco:ArticleOfSolidWaste rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Artifact cco:Artifact rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000040 ; - cco:definition "A Material Entity that was designed by some Agent to realize a certain Function."@en ; + skos:definition "A Material Entity that was designed by some Agent to realize a certain Function."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Material Artifact"@en . @@ -184,7 +185,7 @@ cco:ArtifactDesignContentEntity rdf:type owl:Class ; owl:onProperty cco:prescribes ; owl:someValuesFrom cco:Artifact ] ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Design&oldid=1063941625"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Artifact Design"@en . @@ -193,7 +194,7 @@ cco:ArtifactDesignContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactDimensionSpecification cco:ArtifactDimensionSpecification rdf:type owl:Class ; rdfs:subClassOf cco:QualitySpecification ; - cco:definition "An Quality Specification that prescribes some Size Quality."@en ; + skos:definition "An Quality Specification that prescribes some Size Quality."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Dimension Specification"@en . @@ -205,7 +206,7 @@ cco:ArtifactFunction rdf:type owl:Class ; owl:onProperty obo:BFO_0000197 ; owl:someValuesFrom cco:Artifact ] ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Artifact Function"@en . @@ -221,7 +222,7 @@ cco:ArtifactFunctionSpecification rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco:definition "A Directive Information Content Entity that prescribes some Artifact Function and which is part of some Artifact Model."@en ; + skos:definition "A Directive Information Content Entity that prescribes some Artifact Function and which is part of some Artifact Model."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Artifact Function Specification"@en . @@ -229,7 +230,7 @@ cco:ArtifactFunctionSpecification rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactHistory cco:ArtifactHistory rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000182 ; - cco:definition "A History of an Artifact."@en ; + skos:definition "A History of an Artifact."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Artifact History"@en . @@ -245,7 +246,7 @@ cco:ArtifactIdentifier rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:DesignativeInformationContentEntity ; - cco:definition "A Designative Information Content Entity which designates some Artifact."@en ; + skos:definition "A Designative Information Content Entity which designates some Artifact."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Artifact Identifier"@en . @@ -261,7 +262,7 @@ cco:ArtifactLocation rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf obo:BFO_0000029 ; - cco:definition "A Site that is the location of some Artifact."@en ; + skos:definition "A Site that is the location of some Artifact."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Artifact Location"@en . @@ -269,7 +270,7 @@ cco:ArtifactLocation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactModel cco:ArtifactModel rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactDesignContentEntity ; - cco:definition "A Directive Information Content Entity that prescribes a common set of Functions and Qualities to inhere in a set of artifact instances."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Artifact Model"@en . @@ -285,7 +286,7 @@ cco:ArtifactModelName rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:DesignativeInformationContentEntity ; - cco:definition "A Designative Information Content Entity that designates some Artifact Model."@en ; + skos:definition "A Designative Information Content Entity that designates some Artifact Model."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Artifact Model Name"@en . @@ -293,7 +294,7 @@ cco:ArtifactModelName rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtificialEye cco:ArtificialEye rdf:type owl:Class ; rdfs:subClassOf cco:Prosthesis ; - cco:definition "A Prosthesis that is designed to replace a missing eye."@en ; + skos:definition "A Prosthesis that is designed to replace a missing eye."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Artificial_eye&oldid=1046672400"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Artificial Eye"@en . @@ -302,7 +303,7 @@ cco:ArtificialEye rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AssaultRifle cco:AssaultRifle rdf:type owl:Class ; rdfs:subClassOf cco:Rifle ; - cco:definition "A Rifle that is designed to have selective-fire functionality and use an intermediate Cartridge and a detachable magazine."@en ; + skos:definition "A Rifle that is designed to have selective-fire functionality and use an intermediate Cartridge and a detachable magazine."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Assault_rifle&oldid=1063774380"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Assault Rifle"@en . @@ -311,8 +312,8 @@ cco:AssaultRifle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AttitudeControlArtifactFunction cco:AttitudeControlArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:alternative_label "Orientation Control Artifact Function"@en ; - cco:definition "An Artifact Function that is realized by an Artifact participating in an attitude control process."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Attitude Control Artifact Function"@en . @@ -320,7 +321,7 @@ cco:AttitudeControlArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Automobile cco:Automobile rdf:type owl:Class ; rdfs:subClassOf cco:GroundMotorVehicle ; - cco:definition "A Ground Motor Vehicle that is designed to transport a small number of passengers while traveling on four tired wheels."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Car&oldid=1064116950"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Automobile"@en . @@ -329,8 +330,8 @@ cco:Automobile rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AutopilotSystem cco:AutopilotSystem rdf:type owl:Class ; rdfs:subClassOf cco:VehicleControlSystem ; - cco:alternative_label "Autopilot"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Autopilot&oldid=1063382206"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Autopilot System"@en . @@ -339,7 +340,7 @@ cco:AutopilotSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AztecCode cco:AztecCode rdf:type owl:Class ; rdfs:subClassOf cco:TwoDimensionalBarCode ; - cco:definition "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; + skos:definition "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Aztec Code"@en . @@ -347,7 +348,7 @@ cco:AztecCode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Banknote cco:Banknote rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfCash ; - cco:definition "A Portion of Cash that consists of a portable slips of paper or fabric designed to bear some specified Financial Value."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Banknote"@en . @@ -355,7 +356,7 @@ cco:Banknote rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Barcode cco:Barcode rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco:definition "An Information Bearing Artifact that is designed to bear one or more geometric shapes that concretize some Directive Information Content Entity."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"@en ; @@ -365,7 +366,7 @@ cco:Barcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BatteryTerminal cco:BatteryTerminal rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to connect a load or charger to a single or multiple-cell Battery."@en ; + skos:definition "A Material Artifact that is designed to connect a load or charger to a single or multiple-cell Battery."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Battery_terminal&oldid=1059455659"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Battery Terminal"@en . @@ -374,7 +375,7 @@ cco:BatteryTerminal rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BearingArtifactFunction cco:BearingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Bearing Artifact Function"@en . @@ -383,7 +384,7 @@ cco:BearingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BeverageAntenna cco:BeverageAntenna rdf:type owl:Class ; rdfs:subClassOf cco:WireAntenna ; - cco: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 ; + 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:definition_source "Adapted from: https://en.wikipedia.org/wiki/Beverage_antenna" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Beverage Antenna"@en . @@ -392,7 +393,7 @@ cco:BeverageAntenna rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Bicycle cco:Bicycle rdf:type owl:Class ; rdfs:subClassOf cco:GroundVehicle ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Bicycle&oldid=1063761124"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Bicycle"@en . @@ -401,7 +402,7 @@ cco:Bicycle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BidirectionalTransducer cco:BidirectionalTransducer rdf:type owl:Class ; rdfs:subClassOf cco:Transducer ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Bidirectional Transducer"@en . @@ -410,7 +411,7 @@ cco:BidirectionalTransducer rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BiologicalWeapon cco:BiologicalWeapon rdf:type owl:Class ; rdfs:subClassOf cco:Weapon ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Biological_warfare&oldid=1062972883"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Biological Weapon"@en . @@ -419,7 +420,7 @@ cco:BiologicalWeapon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Bond cco:Bond rdf:type owl:Class ; rdfs:subClassOf cco:FinancialInstrument ; - cco:definition "A Financial Instrument that is designed to secure an Agent's debt for the holders of that debt."@en ; + skos:definition "A Financial Instrument that is designed to secure an Agent's debt for the holders of that debt."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Bond_(finance)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Bond"@en . @@ -428,7 +429,7 @@ cco:Bond rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BondCertificate cco:BondCertificate rdf:type owl:Class ; rdfs:subClassOf cco:Bond ; - cco:definition "A Bond that consists of a Certificate."@en ; + skos:definition "A Bond that consists of a Certificate."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Bond Certificate"@en . @@ -436,7 +437,7 @@ cco:BondCertificate rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Book cco:Book rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Book"@en . @@ -445,7 +446,7 @@ cco:Book rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Bow cco:Bow rdf:type owl:Class ; rdfs:subClassOf cco:ProjectileLauncher ; - cco:definition "A Projectile Launcher that is designed to launch Arrows."@en ; + skos:definition "A Projectile Launcher that is designed to launch Arrows."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Bow_and_arrow&oldid=1062193194"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Bow"@en . @@ -454,7 +455,7 @@ cco:Bow rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Brake cco:Brake rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to inhibit the Vehicle's Motion by absorbing energy from a moving system."@en ; + skos:definition "A Material Artifact that is designed to inhibit the Vehicle's Motion by absorbing energy from a moving system."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Brake&oldid=1047693009"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Brake"@en . @@ -463,7 +464,7 @@ cco:Brake rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BrakeControlSystem cco:BrakeControlSystem rdf:type owl:Class ; rdfs:subClassOf cco:VehicleControlSystem ; - cco:definition "A Vehicle Control System that is designed to control the process of braking with the aim of preventing rolling, skidding, and hydroplaning."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Brake Control System"@en . @@ -471,7 +472,7 @@ cco:BrakeControlSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Bridge cco:Bridge rdf:type owl:Class ; rdfs:subClassOf cco:LandTransportationArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Bridge&oldid=1061858310" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Bridge"@en . @@ -480,7 +481,7 @@ cco:Bridge rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Bullet cco:Bullet rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfAmmunition ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Bullet&oldid=1062391591"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Bullet"@en . @@ -489,7 +490,7 @@ cco:Bullet rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Bus cco:Bus rdf:type owl:Class ; rdfs:subClassOf cco:GroundMotorVehicle ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Bus&oldid=1055341487"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Bus"@en . @@ -498,7 +499,7 @@ cco:Bus rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CabinPressurizationControlSystem cco:CabinPressurizationControlSystem rdf:type owl:Class ; rdfs:subClassOf cco:EnvironmentControlSystem ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Cabin_pressurization&oldid=1062243955"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Cabin Pressurization Control System"@en . @@ -507,7 +508,7 @@ cco:CabinPressurizationControlSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Camera cco:Camera rdf:type owl:Class ; rdfs:subClassOf cco:ImagingInstrument ; - cco:definition "An Imaging Instrument that is designed to form and digitally or physically record an image of an entity."@en ; + skos:definition "An Imaging Instrument that is designed to form and digitally or physically record an image of an entity."@en ; cco:definition_source "http://www.dictionary.com/browse/camera" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Camera"@en . @@ -516,7 +517,7 @@ cco:Camera rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Canal cco:Canal rdf:type owl:Class ; rdfs:subClassOf cco:WaterTransportationArtifact ; - cco:definition "A Water Transportation Artifact that is an artificial Hydrographic Feature designed to convey water or enable Watercraft to travel inland."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Canal&oldid=1059514223" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Canal"@en . @@ -525,7 +526,7 @@ cco:Canal rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Cannon cco:Cannon rdf:type owl:Class ; rdfs:subClassOf cco:ProjectileLauncher ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Cannon&oldid=1063792906"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Cannon"@en . @@ -534,7 +535,7 @@ cco:Cannon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CargoCabin cco:CargoCabin rdf:type owl:Class ; rdfs:subClassOf cco:VehicleCompartment ; - cco:definition "A Vehicle Compartment that is used to store goods or materials during transportation."@en ; + skos:definition "A Vehicle Compartment that is used to store goods or materials during transportation."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Cargo Cabin"@en . @@ -542,7 +543,7 @@ cco:CargoCabin rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Cartridge cco:Cartridge rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfAmmunition ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/wiki/Cartridge_(firearms)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Cartridge"@en . @@ -551,8 +552,8 @@ cco:Cartridge rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CatadioptricOpticalTelescope cco:CatadioptricOpticalTelescope rdf:type owl:Class ; rdfs:subClassOf cco:OpticalTelescope ; - cco:alternative_label "Catadioptric Telescope"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Catadioptric_system&oldid=1017210114"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Catadioptric Optical Telescope"@en . @@ -561,7 +562,7 @@ cco:CatadioptricOpticalTelescope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CatalystArtifactFunction cco:CatalystArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Catalysis&oldid=1063864001"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Catalyst Artifact Function"@en . @@ -570,9 +571,9 @@ cco:CatalystArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CellularTelecommunicationNetwork cco:CellularTelecommunicationNetwork rdf:type owl:Class ; rdfs:subClassOf cco:WirelessTelecommunicationNetwork ; - cco:alternative_label "Cellular Network"@en , + skos:altLabel "Cellular Network"@en , "Mobile Telecommunication Network"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Cellular_network&oldid=1061429562"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Cellular Telecommunication Network"@en . @@ -581,7 +582,7 @@ cco:CellularTelecommunicationNetwork rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Certificate cco:Certificate rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco:definition "An Information Bearing Artifact that bears an Information Content Entity which attests to certain demonstrated characteristics of an Object, Person, or Organization."@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:definition_source "http://www.dictionary.com/browse/degree" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Certificate"@en . @@ -591,7 +592,7 @@ cco:Certificate rdf:type owl:Class ; cco:Chart rdf:type owl:Class ; rdfs:subClassOf cco:Image ; cco:definition_source "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." ; - cco:definition "An Image that is designed to carry some Representational Information Content Entity that is prescribed by some canonical visual format."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Chart"@en . @@ -599,7 +600,7 @@ cco:Chart rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalReactionArtifactFunction cco:ChemicalReactionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process that leads to the transformation of one set of chemical substances to another."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Chemical_reaction&oldid=1063262412"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Chemical Reaction Artifact Function"@en . @@ -608,7 +609,7 @@ cco:ChemicalReactionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalWeapon cco:ChemicalWeapon rdf:type owl:Class ; rdfs:subClassOf cco:Weapon ; - cco:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing toxic chemicals."@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing toxic chemicals."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Chemical_weapon&oldid=1054342645"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Chemical Weapon"@en . @@ -617,7 +618,7 @@ cco:ChemicalWeapon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CircuitBreaker cco:CircuitBreaker rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Circuit_breaker&oldid=1060854893"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Circuit Breaker"@en . @@ -626,7 +627,7 @@ cco:CircuitBreaker rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CleaningArtifactFunction cco:CleaningArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes in which some Artifact is used to remove foreign objects from another object."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Cleaning Artifact Function"@en . @@ -634,7 +635,7 @@ cco:CleaningArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CodabarBarcode cco:CodabarBarcode rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalBarcode ; - cco:definition "A One-Dimensional Barcode that consists of numbers 0-9 and the characters -$:/.+ and is used by logistics and healthcare professionals."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Codabar Barcode"@en . @@ -642,7 +643,7 @@ cco:CodabarBarcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Code128Barcode cco:Code128Barcode rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalBarcode ; - cco:definition "A One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."@en ; + skos:definition "A One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Code 128 Barcode"@en . @@ -650,7 +651,7 @@ cco:Code128Barcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Code39Barcode cco:Code39Barcode rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalBarcode ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Code 39 Barcode"@en . @@ -658,7 +659,7 @@ cco:Code39Barcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Code93Barcode cco:Code93Barcode rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalBarcode ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Code 93 Barcode"@en . @@ -666,7 +667,7 @@ cco:Code93Barcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CodeList cco:CodeList rdf:type owl:Class ; rdfs:subClassOf cco:List ; - cco:definition "A List that contains an ordered sequence of Information Bearing Entities that carry Code Identifiers."@en ; + skos:definition "A List that contains an ordered sequence of Information Bearing Entities that carry Code Identifiers."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Code List"@en . @@ -674,7 +675,7 @@ cco:CodeList rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Coin cco:Coin rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfCash ; - cco:definition "A Portion of Cash that consists of a flat, portable, round pieces of metal designed to bear some specified Financial Value."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Coin"@en . @@ -682,7 +683,7 @@ cco:Coin rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CollimationArtifactFunction cco:CollimationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Collimation Artifact Function"@en . @@ -690,10 +691,10 @@ cco:CollimationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CombustionChamber cco:CombustionChamber rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:alternative_label "Burner"@en , + skos:altLabel "Burner"@en , "Combustor"@en , "Flame Holder"@en ; - cco:definition "A Material Artifact that is designed to wholly or partially bound an internal Site where a Combustion process is intended to occur."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Combustion Chamber"@en . @@ -701,7 +702,7 @@ cco:CombustionChamber rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CombustionEngine cco:CombustionEngine rdf:type owl:Class ; rdfs:subClassOf cco:HeatEngine ; - cco:definition "A Heat Engine that is designed to convert thermal energy that is generated through a local Combustion process into mechanical energy."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Combustion Engine"@en . @@ -709,7 +710,7 @@ cco:CombustionEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CommonStock cco:CommonStock rdf:type owl:Class ; rdfs:subClassOf cco:Stock ; - cco:definition "Stock that entitles its holder to voting on corporate decisions."@en ; + skos:definition "Stock that entitles its holder to voting on corporate decisions."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Common Stock"@en . @@ -717,7 +718,7 @@ cco:CommonStock rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationArtifactFunction cco:CommunicationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which meaningful signs are conveyed from one entity to another."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Communication Artifact Function"@en . @@ -725,7 +726,7 @@ cco:CommunicationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationInstrument cco:CommunicationInstrument rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to facilitate communication between at least two entities."@en ; + skos:definition "A Material Artifact that is designed to facilitate communication between at least two entities."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Communication Instrument"@en . @@ -733,7 +734,7 @@ cco:CommunicationInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationInterferenceArtifactFunction cco:CommunicationInterferenceArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Communication Interference Artifact Function"@en . @@ -741,7 +742,7 @@ cco:CommunicationInterferenceArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationReceptionArtifactFunction cco:CommunicationReceptionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Communication Reception Artifact Function"@en . @@ -749,7 +750,7 @@ cco:CommunicationReceptionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationRelayArtifactFunction cco:CommunicationRelayArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Communication Relay Artifact Function"@en . @@ -757,7 +758,7 @@ cco:CommunicationRelayArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationSystem cco:CommunicationSystem rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Communications_system&oldid=1058600948"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Communication System"@en . @@ -766,8 +767,8 @@ cco:CommunicationSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens cco:ComplexOpticalLens rdf:type owl:Class ; rdfs:subClassOf cco:OpticalLens ; - cco:alternative_label "Lens System"@en ; - cco:definition "An Optical Lens consisting of more than one Simple Optical Lenses."@en ; + skos:altLabel "Lens System"@en ; + skos:definition "An Optical Lens consisting of more than one Simple Optical Lenses."@en ; cco:definition_source "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Complex Optical Lens"@en . @@ -776,7 +777,7 @@ cco:ComplexOpticalLens rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ComponentRole cco:ComponentRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Component Role"@en . @@ -785,7 +786,7 @@ cco:ComponentRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CompressionIgnitionEngine cco:CompressionIgnitionEngine rdf:type owl:Class ; rdfs:subClassOf cco:InternalCombustionEngine ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Compression Ignition Engine"@en . @@ -793,7 +794,7 @@ cco:CompressionIgnitionEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CompressionIgnitionSystem cco:CompressionIgnitionSystem rdf:type owl:Class ; rdfs:subClassOf cco:IgnitionSystem ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Compression Ignition System"@en . @@ -801,7 +802,7 @@ cco:CompressionIgnitionSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Computer cco:Computer rdf:type owl:Class ; rdfs:subClassOf cco:InformationProcessingArtifact ; - cco:definition "An Information Processing Artifact that is designed to execute an arbitrary set of arithmetic or logical operations automatically."@en ; + skos:definition "An Information Processing Artifact that is designed to execute an arbitrary set of arithmetic or logical operations automatically."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Computer&oldid=1061553332"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Computer"@en . @@ -810,8 +811,8 @@ cco:Computer rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ComputerNetwork cco:ComputerNetwork rdf:type owl:Class ; rdfs:subClassOf cco:TelecommunicationNetwork ; - cco:alternative_label "Data Network"@en ; - cco:definition "A Telecommunication Network that is designed to allow the exchange of data between two or more computers connected to the 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:definition_source "https://en.wikipedia.org/w/index.php?title=Computer_network&oldid=1061571662"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Computer Network"@en . @@ -820,7 +821,7 @@ cco:ComputerNetwork rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ComputingArtifactFunction cco:ComputingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by an Artifact participating in a computation process."@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a computation process."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Computing Artifact Function"@en . @@ -828,7 +829,7 @@ cco:ComputingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Container cco:Container rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to contain (wholly or partially) some material entity."@en ; + skos:definition "A Material Artifact that is designed to contain (wholly or partially) some material entity."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Container"@en . @@ -836,7 +837,7 @@ cco:Container rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ContainingArtifactFunction cco:ContainingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which one entity contains another."@en ; + skos:definition "An Artifact Function that is realized in a process in which one entity contains another."@en ; cco:definition_source "http://www.dictionary.com/browse/containing" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Containing Artifact Function"@en . @@ -845,7 +846,7 @@ cco:ContainingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ControlSurface cco:ControlSurface rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Flight_control_surfaces&oldid=1019271264"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Control Surface"@en . @@ -854,7 +855,7 @@ cco:ControlSurface rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ControlSystem cco:ControlSystem rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to manage, command, direct, or regulate the behavior of at least one other Artifact."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Control_system&oldid=1061817176"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Control System"@en . @@ -863,8 +864,8 @@ cco:ControlSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ControllablePitchPropeller cco:ControllablePitchPropeller rdf:type owl:Class ; rdfs:subClassOf cco:Propeller ; - cco:alternative_label "Variable-Pitch Propeller"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Variable-pitch_propeller&oldid=1041375492"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Controllable Pitch Propeller"@en . @@ -873,10 +874,10 @@ cco:ControllablePitchPropeller rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ControlledAccessHighway cco:ControlledAccessHighway rdf:type owl:Class ; rdfs:subClassOf cco:Highway ; - cco:alternative_label "Expressway"@en , + skos:altLabel "Expressway"@en , "Freeway"@en , "Motorway"@en ; - cco:definition "A Highway that is designed for high-speed vehicular traffic, with all traffic flow and ingress/egress regulated."@en ; + skos:definition "A Highway that is designed for high-speed vehicular traffic, with all traffic flow and ingress/egress regulated."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Controlled-access_highway&oldid=1063655601"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Controlled-Access Highway"@en . @@ -885,9 +886,9 @@ cco:ControlledAccessHighway rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ConvergentDivergentNozzle cco:ConvergentDivergentNozzle rdf:type owl:Class ; rdfs:subClassOf cco:Nozzle ; - cco:alternative_label "CD Nozzle"@en , + skos:altLabel "CD Nozzle"@en , "de Laval Nozzle"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=De_Laval_nozzle&oldid=1062746288"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:comment "By increasing the Exhaust Velocity of the gas, the Nozzle increases the Thrust generated."@en ; @@ -897,7 +898,7 @@ cco:ConvergentDivergentNozzle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ConveyanceArtifactFunction cco:ConveyanceArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:MotionArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Conveyance Artifact Function"@en . @@ -906,7 +907,7 @@ cco:ConveyanceArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CoolingArtifactFunction cco:CoolingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which the thermal energy of a system decreases."@en ; + skos:definition "An Artifact Function that is realized in a process in which the thermal energy of a system decreases."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Cooling Artifact Function"@en . @@ -914,7 +915,7 @@ cco:CoolingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CoolingSystem cco:CoolingSystem rdf:type owl:Class ; rdfs:subClassOf cco:EnvironmentControlSystem ; - cco:definition "An Environment Control System that is designed to cool the air or objects in a Site."@en ; + skos:definition "An Environment Control System that is designed to cool the air or objects in a Site."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Cooling System"@en . @@ -922,7 +923,7 @@ cco:CoolingSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CounterfeitFinancialInstrument cco:CounterfeitFinancialInstrument rdf:type owl:Class ; rdfs:subClassOf cco:CounterfeitInstrument ; - cco:definition "A Counterfeit Instrument that is designed to be a fake replica of some legally sanctioned Financial Instrument."@en ; + skos:definition "A Counterfeit Instrument that is designed to be a fake replica of some legally sanctioned Financial Instrument."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Counterfeit_money&oldid=1064052318"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Counterfeit Financial Instrument"@en . @@ -931,7 +932,7 @@ cco:CounterfeitFinancialInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CounterfeitInstrument cco:CounterfeitInstrument rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to be a fake replica of some genuine Artifact."@en ; + skos:definition "A Material Artifact that is designed to be a fake replica of some genuine Artifact."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Counterfeit Instrument"@en . @@ -940,7 +941,7 @@ cco:CounterfeitInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CounterfeitLegalInstrument cco:CounterfeitLegalInstrument rdf:type owl:Class ; rdfs:subClassOf cco:CounterfeitInstrument ; - cco:definition "A Counterfeit Instrument that is designed to be a fake replica of some genuine Legal Instrument."@en ; + skos:definition "A Counterfeit Instrument that is designed to be a fake replica of some genuine Legal Instrument."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Counterfeit Legal Instrument"@en . @@ -949,7 +950,7 @@ cco:CounterfeitLegalInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Coupling cco:Coupling rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to connect two Shafts together at their ends for the purpose of transmitting power."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Coupling&oldid=1055718683"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Coupling"@en . @@ -958,7 +959,7 @@ cco:Coupling rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CoveringArtifactFunction cco:CoveringArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which an entity is covered."@en ; + skos:definition "An Artifact Function that is realized in a process in which an entity is covered."@en ; cco:definition_source "http://www.dictionary.com/browse/covering" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Covering Artifact Function"@en . @@ -967,7 +968,7 @@ cco:CoveringArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CrushingArtifactFunction cco:CrushingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:DamagingArtifactFunction ; - cco: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 ; + 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:definition_source "http://www.dictionary.com/browse/crushing" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Crushing Artifact Function"@en . @@ -976,7 +977,7 @@ cco:CrushingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CryogenicStorageDewar cco:CryogenicStorageDewar rdf:type owl:Class ; rdfs:subClassOf cco:Container ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Cryogenic_storage_dewar&oldid=1021282649"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Cryogenic Storage Dewar"@en . @@ -985,7 +986,7 @@ cco:CryogenicStorageDewar rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CurrentConversionArtifactFunction cco:CurrentConversionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalArtifactFunction ; - cco:definition "An Electrical Artifact Function that is realized by processes in which some Artifact is used to convert some electrical current."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Current Conversion Artifact Function"@en . @@ -993,7 +994,7 @@ cco:CurrentConversionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CuttingArtifactFunction cco:CuttingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:DamagingArtifactFunction ; - cco: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 ; + 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:definition_source "http://www.dictionary.com/browse/cutting" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Cutting Artifact Function"@en . @@ -1002,7 +1003,7 @@ cco:CuttingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CuttingWeapon cco:CuttingWeapon rdf:type owl:Class ; rdfs:subClassOf cco:Weapon ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Cutting&oldid=1058846915"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Cutting Weapon"@en . @@ -1011,7 +1012,7 @@ cco:CuttingWeapon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Dam cco:Dam rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to impound surface water or underground streams."@en ; + skos:definition "A Material Artifact that is designed to impound surface water or underground streams."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Dam&oldid=1053601756" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Dam"@en . @@ -1020,7 +1021,7 @@ cco:Dam rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DamagingArtifactFunction cco:DamagingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which the structural integrity of an entity is impaired."@en ; + skos:definition "An Artifact Function that is realized in a process in which the structural integrity of an entity is impaired."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Damaging Artifact Function"@en . @@ -1028,7 +1029,7 @@ cco:DamagingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DataMatrixCode cco:DataMatrixCode rdf:type owl:Class ; rdfs:subClassOf cco:TwoDimensionalBarCode ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Data Matrix Code"@en . @@ -1036,7 +1037,7 @@ cco:DataMatrixCode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Database cco:Database rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Database"@en . @@ -1045,7 +1046,7 @@ cco:Database rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DeceptionArtifactFunction cco:DeceptionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes which misinform or mislead some other entity."@en ; + skos:definition "An Artifact Function that is realized in processes which misinform or mislead some other entity."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Deception&oldid=1061346984"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Deception Artifact Function"@en . @@ -1054,7 +1055,7 @@ cco:DeceptionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Decoy cco:Decoy rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to distract or conceal what an individual or group might be looking for."@en ; + skos:definition "A Material Artifact that is designed to distract or conceal what an individual or group might be looking for."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Decoy&oldid=1058455081"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Decoy"@en . @@ -1063,7 +1064,7 @@ cco:Decoy rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DeflectingPrism cco:DeflectingPrism rdf:type owl:Class ; rdfs:subClassOf cco:Prism ; - cco:definition "A Prism designed to deflect a beam of light entering the Prism by a fixed angle."@en ; + skos:definition "A Prism designed to deflect a beam of light entering the Prism by a fixed angle."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Deflecting Prism"@en . @@ -1071,7 +1072,7 @@ cco:DeflectingPrism rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DefoliantArtifactFunction cco:DefoliantArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:HerbicideArtifactFunction ; - cco:definition "An Herbicide Artifact Function that is realized in a process that causes a plant to lose its leaves."@en ; + skos:definition "An Herbicide Artifact Function that is realized in a process that causes a plant to lose its leaves."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Defoliant&oldid=1059494225"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Defoliant Artifact Function"@en . @@ -1080,7 +1081,7 @@ cco:DefoliantArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Denture cco:Denture rdf:type owl:Class ; rdfs:subClassOf cco:Prosthesis ; - cco:definition "A Prosthesis that is designed to replace missing teeth."@en ; + skos:definition "A Prosthesis that is designed to replace missing teeth."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Dentures&oldid=1056527226"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Denture"@en . @@ -1089,7 +1090,7 @@ cco:Denture rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DetergentArtifactFunction cco:DetergentArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:SurfactantArtifactFunction ; - cco:definition "A Surfactant Artifact Function that is realized in a process that cleans substances in dilute solutions."@en ; + skos:definition "A Surfactant Artifact Function that is realized in a process that cleans substances in dilute solutions."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Detergent&oldid=1064079329"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Detergent Artifact Function"@en . @@ -1098,7 +1099,7 @@ cco:DetergentArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DetonatingArtifactFunction cco:DetonatingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Detonation&oldid=1061553336"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Detonating Artifact Function"@en . @@ -1107,7 +1108,7 @@ cco:DetonatingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DiffractionArtifactFunction cco:DiffractionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Diffraction Artifact Function"@en . @@ -1115,7 +1116,7 @@ cco:DiffractionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DiffractionGrating cco:DiffractionGrating rdf:type owl:Class ; rdfs:subClassOf cco:OpticalInstrument ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Diffraction_grating&oldid=1060463366"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Diffraction Grating"@en . @@ -1124,9 +1125,9 @@ cco:DiffractionGrating rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DigitalStorageDevice cco:DigitalStorageDevice rdf:type owl:Class ; rdfs:subClassOf cco:InformationMediumArtifact ; - cco: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: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 ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Data_storage&oldid=1060116427"^^xsd:anyURI ; - cco:example_of_usage "A computer's Hard Disk Drive" , + skos:example "A computer's Hard Disk Drive" , "A portable USB Drive" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Digital Storage Device"@en . @@ -1135,7 +1136,7 @@ cco:DigitalStorageDevice rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DirectCurrentPowerSource cco:DirectCurrentPowerSource rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalPowerSource ; - cco:definition "An Electrical Power Source that is designed to transfer electrical power in the form of direct current."@en ; + skos:definition "An Electrical Power Source that is designed to transfer electrical power in the form of direct current."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Direct Current Power Source"@en . @@ -1143,7 +1144,7 @@ cco:DirectCurrentPowerSource rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DishReceiver cco:DishReceiver rdf:type owl:Class ; rdfs:subClassOf cco:RadioReceiver ; - cco:definition "A Radio Receiver that uses a Parabolic (or Dish) Antenna to intercept radio signals."@en ; + skos:definition "A Radio Receiver that uses a Parabolic (or Dish) Antenna to intercept radio signals."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Dish Receiver"@en . @@ -1151,7 +1152,7 @@ cco:DishReceiver rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DispersivePrism cco:DispersivePrism rdf:type owl:Class ; rdfs:subClassOf cco:Prism ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Dispersive Prism"@en . @@ -1159,7 +1160,7 @@ cco:DispersivePrism rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DistanceMeasurementArtifactFunction cco:DistanceMeasurementArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Distance Measurement Artifact Function"@en . @@ -1167,7 +1168,7 @@ cco:DistanceMeasurementArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Document cco:Document rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Document"@en . @@ -1176,7 +1177,7 @@ cco:Document rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DocumentField cco:DocumentField rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingEntity ; - cco:definition "An Information Bearing Entity that is a part of some document into which bearers of prescribed information can be written or selected."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Document Field"@en . @@ -1184,7 +1185,7 @@ cco:DocumentField rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DocumentForm cco:DocumentForm rdf:type owl:Class ; rdfs:subClassOf cco:Document ; - cco:definition "A Document having Document Fields as parts in which to write or select prescribed content."@en ; + skos:definition "A Document having Document Fields as parts in which to write or select prescribed content."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Form_(document)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Document Form"@en . @@ -1193,7 +1194,7 @@ cco:DocumentForm rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EAN13Barcode cco:EAN13Barcode rdf:type owl:Class ; rdfs:subClassOf cco:EANBarcode ; - cco:definition "An EAN Barcode that consists of 13 numerical digits and is used to designate products at the point of sale."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "EAN-13 Barcode"@en . @@ -1201,7 +1202,7 @@ cco:EAN13Barcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EAN8Barcode cco:EAN8Barcode rdf:type owl:Class ; rdfs:subClassOf cco:EANBarcode ; - cco:definition "An EAN Barcode that consists of 8 numerical digits and is used to designate products at the point of sale."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "EAN-8 Barcode"@en . @@ -1209,7 +1210,7 @@ cco:EAN8Barcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EANBarcode cco:EANBarcode rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalBarcode ; - cco:definition "A One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."@en ; + skos:definition "A One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "EAN Barcode"@en . @@ -1217,7 +1218,7 @@ cco:EANBarcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EducationArtifactFunction cco:EducationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes of transmiting accumulated knowledge skills and values from one generation to another."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Education Artifact Function"@en . @@ -1226,8 +1227,8 @@ cco:EducationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricBattery cco:ElectricBattery rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalPowerSource ; - cco:alternative_label "Battery"@en ; - cco:definition "An Electrical Power Source that is designed to produce electric power by converting chemical energy to electrical energy."@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:definition_source "https://en.wikipedia.org/wiki/Battery_(electricity)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electric Battery"@en . @@ -1236,7 +1237,7 @@ cco:ElectricBattery rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricGenerator cco:ElectricGenerator rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalPowerSource ; - cco:definition "An Electrical Power Source that is designed to convert mechanical energy to electrical energy for use in an external circuit."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Electric_generator&oldid=1057805035"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electric Generator"@en . @@ -1245,8 +1246,8 @@ cco:ElectricGenerator rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricMotor cco:ElectricMotor rdf:type owl:Class ; rdfs:subClassOf cco:Engine ; - cco:alternative_label "Electric Engine"@en ; - cco:definition "An Engine that is designed to convert electrical energy into mechanical energy."@en ; + skos:altLabel "Electric Engine"@en ; + skos:definition "An Engine that is designed to convert electrical energy into mechanical energy."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electric_motor&oldid=1063829856"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electric Motor"@en . @@ -1255,7 +1256,7 @@ cco:ElectricMotor rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalArtifactFunction cco:ElectricalArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized during events in which an Artifact is used to perform a process involving electrical power."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electrical Artifact Function"@en . @@ -1263,7 +1264,7 @@ cco:ElectricalArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalConductionArtifactFunction cco:ElectricalConductionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalArtifactFunction ; - cco:definition "An Electrical Artifact Function that is realized by an Artifact being used to conduct an electric current."@en ; + skos:definition "An Electrical Artifact Function that is realized by an Artifact being used to conduct an electric current."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electrical Conduction Artifact Function"@en . @@ -1271,7 +1272,7 @@ cco:ElectricalConductionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalConnectorArtifactFunction cco:ElectricalConnectorArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalConductionArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electrical Connector Artifact Function"@en . @@ -1279,7 +1280,7 @@ cco:ElectricalConnectorArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalContactArtifactFunction cco:ElectricalContactArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalConductionArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electrical Contact Artifact Function"@en . @@ -1287,7 +1288,7 @@ cco:ElectricalContactArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalPowerProductionArtifactFunction cco:ElectricalPowerProductionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalArtifactFunction ; - cco:definition "An Electrical Artifact Function that is realized during events in which an Artifact is used to generate electrical power."@en ; + skos:definition "An Electrical Artifact Function that is realized during events in which an Artifact is used to generate electrical power."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electrical Power Production Artifact Function"@en . @@ -1295,7 +1296,7 @@ cco:ElectricalPowerProductionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalPowerSource cco:ElectricalPowerSource rdf:type owl:Class ; rdfs:subClassOf cco:PowerSource ; - cco:definition "A Power Source that is designed to generate, control, and transfer power in the form of electrical energy."@en ; + skos:definition "A Power Source that is designed to generate, control, and transfer power in the form of electrical energy."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electrical Power Source"@en . @@ -1303,8 +1304,8 @@ cco:ElectricalPowerSource rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalPowerStorageArtifactFunction cco:ElectricalPowerStorageArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalArtifactFunction ; - cco:alternative_label "Capacitance"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electrical Power Storage Artifact Function"@en . @@ -1312,7 +1313,7 @@ cco:ElectricalPowerStorageArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticCommunicationArtifactFunction cco:ElectromagneticCommunicationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationArtifactFunction ; - cco:definition "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of electromagnetic radiation."@en ; + skos:definition "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of electromagnetic radiation."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electromagnetic Communication Artifact Function"@en . @@ -1321,7 +1322,7 @@ cco:ElectromagneticCommunicationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticInductionArtifactFunction cco:ElectromagneticInductionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_induction&oldid=1061836930"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electromagnetic Induction Artifact Function"@en . @@ -1330,7 +1331,7 @@ cco:ElectromagneticInductionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticShieldingArtifactFunction cco:ElectromagneticShieldingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_shielding&oldid=1063432544"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electromagnetic Shielding Artifact Function"@en . @@ -1339,7 +1340,7 @@ cco:ElectromagneticShieldingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronMicroscope cco:ElectronMicroscope rdf:type owl:Class ; rdfs:subClassOf cco:Microscope ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Electron_microscope&oldid=1060512240"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electron Microscope"@en . @@ -1348,7 +1349,7 @@ cco:ElectronMicroscope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronicBond cco:ElectronicBond rdf:type owl:Class ; rdfs:subClassOf cco:Bond ; - cco:definition "A Bond that consists of Bytes."@en ; + skos:definition "A Bond that consists of Bytes."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electronic Bond"@en . @@ -1356,7 +1357,7 @@ cco:ElectronicBond rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronicCash cco:ElectronicCash rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfCash ; - cco:definition "A Portion of Cash that consists of Bytes."@en ; + skos:definition "A Portion of Cash that consists of Bytes."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electronic Cash"@en . @@ -1364,7 +1365,7 @@ cco:ElectronicCash rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronicSignalProcessingArtifactFunction cco:ElectronicSignalProcessingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:SignalProcessingArtifactFunction ; - cco:definition "A Signal Processing Artifact Function that inheres in Artifacts that are designed to process or transfer information contained in electronic signals."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electronic Signal Processing Artifact Function"@en . @@ -1372,7 +1373,7 @@ cco:ElectronicSignalProcessingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronicStock cco:ElectronicStock rdf:type owl:Class ; rdfs:subClassOf cco:Stock ; - cco:definition "Stock that consists of Bytes."@en ; + skos:definition "Stock that consists of Bytes."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electronic Stock"@en . @@ -1380,7 +1381,7 @@ cco:ElectronicStock rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EmailBox cco:EmailBox rdf:type owl:Class ; rdfs:subClassOf cco:TelecommunicationInstrument ; - cco:definition "A Telecommunication Instrument that is designed to be the delivery destination of Email Messages that are addressed to the corresponding Email Address."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Email_box&oldid=1061295368"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Email Box"@en . @@ -1389,7 +1390,7 @@ cco:EmailBox rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EmailMessage cco:EmailMessage rdf:type owl:Class ; rdfs:subClassOf cco:Message ; - cco:definition "A Message that is transmitted to the recipient's Email Box."@en ; + skos:definition "A Message that is transmitted to the recipient's Email Box."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Email Message"@en . @@ -1398,7 +1399,7 @@ cco:EmailMessage rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EmergencyACDCPowerSource cco:EmergencyACDCPowerSource rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalPowerSource ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Emergency AC/DC Power Source"@en . @@ -1406,7 +1407,7 @@ cco:EmergencyACDCPowerSource rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EmergencyLocatorTransmitter cco:EmergencyLocatorTransmitter rdf:type owl:Class ; rdfs:subClassOf cco:RadioTransmitter ; - cco:definition "A Radio Transmitter that is designed to signal distress and provide positional data for the entity it is located on."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Emergency_position-indicating_radiobeacon&oldid=1063407242"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Emergency Locator Transmitter"@en . @@ -1415,7 +1416,7 @@ cco:EmergencyLocatorTransmitter rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EmulsifierArtifactFunction cco:EmulsifierArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Emulsion&oldid=1056901580"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Emulsifier Artifact Function"@en . @@ -1424,8 +1425,8 @@ cco:EmulsifierArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Engine cco:Engine rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:alternative_label "Motor"@en ; - cco:definition "A Material Artifact that is designed to convert one form of energy into mechanical energy."@en ; + skos:altLabel "Motor"@en ; + skos:definition "A Material Artifact that is designed to convert one form of energy into mechanical energy."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Engine"@en . @@ -1434,7 +1435,7 @@ cco:Engine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EnhancingArtifactFunction cco:EnhancingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes of intensifying, increainsg, or further improving the quality, value, or extent of some entity."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Enhancement&oldid=1003326590"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Enhancing Artifact Function"@en . @@ -1443,7 +1444,7 @@ cco:EnhancingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentControlSystem cco:EnvironmentControlSystem rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 . @@ -1452,7 +1453,7 @@ cco:EnvironmentControlSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EquipmentCoolingSystem cco:EquipmentCoolingSystem rdf:type owl:Class ; rdfs:subClassOf cco:CoolingSystem ; - cco:definition "A Cooling System that is designed to cool some piece of equipment."@en ; + skos:definition "A Cooling System that is designed to cool some piece of equipment."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Equipment Cooling System"@en . @@ -1460,7 +1461,7 @@ cco:EquipmentCoolingSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EquipmentMount cco:EquipmentMount rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to support an Artifact."@en ; + skos:definition "A Material Artifact that is designed to support an Artifact."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Equipment Mount"@en . @@ -1468,7 +1469,7 @@ cco:EquipmentMount rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ExplosiveArtifactFunction cco:ExplosiveArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:DamagingArtifactFunction ; - cco: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 ; + 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:definition_source "http://www.dictionary.com/browse/explosive" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Explosive Artifact Function"@en . @@ -1477,8 +1478,8 @@ cco:ExplosiveArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ExplosiveWeapon cco:ExplosiveWeapon rdf:type owl:Class ; rdfs:subClassOf cco:Weapon ; - cco:alternative_label "Bomb"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Explosive Weapon"@en . @@ -1487,7 +1488,7 @@ cco:ExplosiveWeapon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ExternalCombustionEngine cco:ExternalCombustionEngine rdf:type owl:Class ; rdfs:subClassOf cco:CombustionEngine ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=External_combustion_engine&oldid=1063941809"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "External Combustion Engine"@en . @@ -1496,7 +1497,7 @@ cco:ExternalCombustionEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ExternalNavigationLightingSystem cco:ExternalNavigationLightingSystem rdf:type owl:Class ; rdfs:subClassOf cco:LightingSystem ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Navigation_light&oldid=1034200601"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "External Navigation Lighting System"@en . @@ -1509,7 +1510,7 @@ cco:Facility rdf:type owl:Class ; owl:onProperty obo:BFO_0000171 ; owl:someValuesFrom cco:PortionOfGeosphere ] ; - cco:definition "A Material Artifact that is designed as a building or campus dedicated to some specific purpose."@en ; + skos:definition "A Material Artifact that is designed as a building or campus dedicated to some specific purpose."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Facility"@en . @@ -1517,7 +1518,7 @@ cco:Facility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Fan cco:Fan rdf:type owl:Class ; rdfs:subClassOf cco:FluidControlArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/wiki/Fan_(machine)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fan"@en . @@ -1526,7 +1527,7 @@ cco:Fan rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FertilizerArtifactFunction cco:FertilizerArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:EnhancingArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Fertilizer&oldid=1062923261"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fertilizer Artifact Function"@en . @@ -1543,7 +1544,7 @@ cco:Filter rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that bears a Filter Function."@en ; + skos:definition "A Material Artifact that bears a Filter Function."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Filter"@en . @@ -1551,7 +1552,7 @@ cco:Filter rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FilterFunction cco:FilterFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 @@ -1562,7 +1563,7 @@ cco:FilterFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FiltrationArtifactFunction cco:FiltrationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:FilterFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Filtration&oldid=1061655528"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Filtration Artifact Function"@en . @@ -1571,7 +1572,7 @@ cco:FiltrationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialArtifactFunction cco:FinancialArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes of managing money."@en ; + skos:definition "A Service Artifact Function that is realized in processes of managing money."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Financial Artifact Function"@en . @@ -1580,7 +1581,7 @@ cco:FinancialArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialInstrument cco:FinancialInstrument rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to be a tradeable asset and that is legally sanctioned."@en ; + skos:definition "A Material Artifact that is designed to be a tradeable asset and that is legally sanctioned."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Financial Instrument"@en . @@ -1589,7 +1590,7 @@ cco:FinancialInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Firearm cco:Firearm rdf:type owl:Class ; rdfs:subClassOf cco:ProjectileLauncher ; - cco:definition "A Projectile Launcher that is designed to launch Bullets or Cartridges."@en ; + skos:definition "A Projectile Launcher that is designed to launch Bullets or Cartridges."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Firearm&oldid=1061216363"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Firearm"@en . @@ -1598,7 +1599,7 @@ cco:Firearm rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FlightTransponder cco:FlightTransponder rdf:type owl:Class ; rdfs:subClassOf cco:RadioTransponder ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Transponder_(aeronautics)&oldid=1052688836"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Flight Transponder"@en . @@ -1607,7 +1608,7 @@ cco:FlightTransponder rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FlowControlValve cco:FlowControlValve rdf:type owl:Class ; rdfs:subClassOf cco:Valve ; - cco:definition "A Valve that is designed to regulate the flow or Pressure of a fluid."@en ; + skos:definition "A Valve that is designed to regulate the flow or Pressure of a fluid."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Flow_control_valve&oldid=1013438085"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 ; @@ -1617,7 +1618,7 @@ cco:FlowControlValve rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FluidControlArtifact cco:FluidControlArtifact rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to manipulate the flow of a fluid (i.e. a liquid or a gas)."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fluid Control Artifact"@en . @@ -1625,7 +1626,7 @@ cco:FluidControlArtifact rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FluidControlArtifactFunction cco:FluidControlArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fluid Control Artifact Function"@en . @@ -1633,7 +1634,7 @@ cco:FluidControlArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Flywheel cco:Flywheel rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Flywheel&oldid=1061360783"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Flywheel"@en . @@ -1642,7 +1643,7 @@ cco:Flywheel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FragmentationArtifactFunction cco:FragmentationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:DamagingArtifactFunction ; - cco: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 ; + 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:definition_source "http://www.dictionary.com/browse/fragmentation" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fragmentation Artifact Function"@en . @@ -1651,7 +1652,7 @@ cco:FragmentationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FragranceArtifactFunction cco:FragranceArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes of perceiving a pleasant or sweet odor."@en ; + skos:definition "An Artifact Function that is realized in processes of perceiving a pleasant or sweet odor."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Perfume&oldid=1062785740"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fragrance Artifact Function"@en . @@ -1660,8 +1661,8 @@ cco:FragranceArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FreightTrainCar cco:FreightTrainCar rdf:type owl:Class ; rdfs:subClassOf cco:TrainCar ; - cco:alternative_label "Freight Car"@en ; - cco:definition "A Train Car that is designed to transport cargo."@en ; + skos:altLabel "Freight Car"@en ; + skos:definition "A Train Car that is designed to transport cargo."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Goods_wagon&oldid=1062686785"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Freight Train Car"@en . @@ -1670,7 +1671,7 @@ cco:FreightTrainCar rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FrequencyMeasurementArtifactFunction cco:FrequencyMeasurementArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Frequency Measurement Artifact Function"@en . @@ -1678,7 +1679,7 @@ cco:FrequencyMeasurementArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FrictionReductionArtifactFunction cco:FrictionReductionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes of reducing the force resisting the relative motion of surfaces in contact."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Friction&oldid=1061569068"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Friction Reduction Artifact Function"@en . @@ -1687,7 +1688,7 @@ cco:FrictionReductionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunction cco:FuelArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fuel Artifact Function"@en . @@ -1696,9 +1697,9 @@ cco:FuelArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelCell cco:FuelCell rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalPowerSource ; - cco: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: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 ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fuel_cell&oldid=1063586731"^^xsd:anyURI ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fuel Cell"@en . @@ -1706,7 +1707,7 @@ cco:FuelCell rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelSystem cco:FuelSystem rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fuel System"@en . @@ -1715,7 +1716,7 @@ cco:FuelSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelTank cco:FuelTank rdf:type owl:Class ; rdfs:subClassOf cco:Container ; - cco:definition "A Container that is designed to store a Portion of Fuel."@en ; + skos:definition "A Container that is designed to store a Portion of Fuel."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fuel Tank"@en . @@ -1723,7 +1724,7 @@ cco:FuelTank rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelTransferSystem cco:FuelTransferSystem rdf:type owl:Class ; rdfs:subClassOf cco:FluidControlArtifact ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fuel Transfer System"@en . @@ -1731,7 +1732,7 @@ cco:FuelTransferSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelVentilationSystem cco:FuelVentilationSystem rdf:type owl:Class ; rdfs:subClassOf cco:FluidControlArtifact ; - cco:definition "A Fluid Control Artifact that is designed to allow air into the Fuel Tank to take the place of burned fuel."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fuel Ventilation System"@en . @@ -1740,7 +1741,7 @@ cco:FuelVentilationSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FullMotionVideoCamera cco:FullMotionVideoCamera rdf:type owl:Class ; rdfs:subClassOf cco:VideoCamera ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Full Motion Video Camera"@en . @@ -1748,7 +1749,7 @@ cco:FullMotionVideoCamera rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FullMotionVideoImagingArtifactFunction cco:FullMotionVideoImagingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ImagingArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Full Motion Video Imaging Artifact Function"@en . @@ -1756,7 +1757,7 @@ cco:FullMotionVideoImagingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FungicideArtifactFunction cco:FungicideArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:AntiMicrobialArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Fungicide&oldid=1056769271"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fungicide Artifact Function"@en . @@ -1765,7 +1766,7 @@ cco:FungicideArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GS1DataBar cco:GS1DataBar rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalBarcode ; - cco:definition "A One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."@en ; + skos:definition "A One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:comment "Further variants of GS1 DataBar have not been defined here."@en ; rdfs:label "GS1 DataBar Barcode"@en . @@ -1774,7 +1775,7 @@ cco:GS1DataBar rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GammaRayTelescope cco:GammaRayTelescope rdf:type owl:Class ; rdfs:subClassOf cco:Telescope ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Gamma-ray Telescope"@en . @@ -1783,8 +1784,8 @@ cco:GammaRayTelescope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GasTurbine cco:GasTurbine rdf:type owl:Class ; rdfs:subClassOf cco:InternalCombustionEngine ; - cco:alternative_label "Combustion Turbine"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Gas_turbine&oldid=1062398125"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Gas Turbine"@en . @@ -1793,7 +1794,7 @@ cco:GasTurbine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeneratorControlUnit cco:GeneratorControlUnit rdf:type owl:Class ; rdfs:subClassOf cco:ControlSystem ; - cco:definition "A Control System that is designed to regulate the voltage of some Electrical Power Source."@en ; + skos:definition "A Control System that is designed to regulate the voltage of some Electrical Power Source."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Generator Control Unit"@en . @@ -1801,7 +1802,7 @@ cco:GeneratorControlUnit rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Gimbal cco:Gimbal rdf:type owl:Class ; rdfs:subClassOf cco:EquipmentMount ; - cco:definition "An Equipment Mount that consists of a pivoted support that allows an Artifact to Rotate about one or more Axes."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Gimbal&oldid=1053306885"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Gimbal"@en . @@ -1810,7 +1811,7 @@ cco:Gimbal rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentArtifactFunction cco:GovernmentArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Government Artifact Function"@en . @@ -1819,8 +1820,8 @@ cco:GovernmentArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Grenade cco:Grenade rdf:type owl:Class ; rdfs:subClassOf cco:ExplosiveWeapon ; - cco:alternative_label "Hand Grenade"@en ; - cco:definition "An Explosive Weapon that is designed to be relatively small and to be thrown by hand."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Grenade&oldid=1060366148"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Grenade"@en . @@ -1829,7 +1830,7 @@ cco:Grenade rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundMotorVehicle cco:GroundMotorVehicle rdf:type owl:Class ; rdfs:subClassOf cco:GroundVehicle ; - cco:definition "A Ground Vehicle that is designed to receive its motive power from an Engine and is not designed to travel on rails."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Motor_vehicle&oldid=1063627395"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Ground Motor Vehicle"@en . @@ -1838,7 +1839,7 @@ cco:GroundMotorVehicle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundMovingTargetIndicationArtifactFunction cco:GroundMovingTargetIndicationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:MovingTargetIndicationArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Ground Moving Target Indication Artifact Function"@en . @@ -1846,7 +1847,7 @@ cco:GroundMovingTargetIndicationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundVehicle cco:GroundVehicle rdf:type owl:Class ; rdfs:subClassOf cco:Vehicle ; - cco:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by some form of ground travel."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Category:Land_vehicles&oldid=546083623"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Ground Vehicle"@en . @@ -1855,7 +1856,7 @@ cco:GroundVehicle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HandGun cco:HandGun rdf:type owl:Class ; rdfs:subClassOf cco:Firearm ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Handgun&oldid=1060570395"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Hand Gun"@en . @@ -1864,7 +1865,7 @@ cco:HandGun rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HealingArtifactFunction cco:HealingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which health is restored to an unbalanced, diseased, or damaged organism."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Healing&oldid=1053920678"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Healing Artifact Function"@en . @@ -1873,7 +1874,7 @@ cco:HealingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareArtifactFunction cco:HealthcareArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes of treating and preventing illness."@en ; + skos:definition "A Service Artifact Function that is realized in processes of treating and preventing illness."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Health_care&oldid=1064015344"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Healthcare Artifact Function"@en . @@ -1882,7 +1883,7 @@ cco:HealthcareArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HearingAid cco:HearingAid rdf:type owl:Class ; rdfs:subClassOf cco:MedicalArtifact ; - cco:definition "A Medical Artifact that is designed to improve hearing for its user."@en ; + skos:definition "A Medical Artifact that is designed to improve hearing for its user."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hearing_aid&oldid=1062688647"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Hearing Aid"@en . @@ -1891,7 +1892,7 @@ cco:HearingAid rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HeatEngine cco:HeatEngine rdf:type owl:Class ; rdfs:subClassOf cco:Engine ; - cco:definition "An Engine that is designed to convert thermal energy into mechanical energy."@en ; + skos:definition "An Engine that is designed to convert thermal energy into mechanical energy."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Heat Engine"@en . @@ -1899,7 +1900,7 @@ cco:HeatEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HeatSink cco:HeatSink rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Heat_sink&oldid=1062822080"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Heat Sink"@en . @@ -1908,7 +1909,7 @@ cco:HeatSink rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HeatingArtifactFunction cco:HeatingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which the thermal energy of a system increases."@en ; + skos:definition "An Artifact Function that is realized in a process in which the thermal energy of a system increases."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Heating Artifact Function"@en . @@ -1916,7 +1917,7 @@ cco:HeatingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HeatingSystem cco:HeatingSystem rdf:type owl:Class ; rdfs:subClassOf cco:EnvironmentControlSystem ; - cco:definition "An Environment Control System that is designed to heat the air or objects in a Site."@en ; + skos:definition "An Environment Control System that is designed to heat the air or objects in a Site."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Heating System"@en . @@ -1924,7 +1925,7 @@ cco:HeatingSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HeavyMachineGun cco:HeavyMachineGun rdf:type owl:Class ; rdfs:subClassOf cco:MountedGun ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Heavy_machine_gun&oldid=1047303735"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Heavy Machine Gun"@en . @@ -1933,7 +1934,7 @@ cco:HeavyMachineGun rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HelicalAntenna cco:HelicalAntenna rdf:type owl:Class ; rdfs:subClassOf cco:WireAntenna ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Helical_antenna&oldid=1062343033"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Helical Antenna"@en . @@ -1942,7 +1943,7 @@ cco:HelicalAntenna rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HerbicideArtifactFunction cco:HerbicideArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:PesticideArtifactFunction ; - cco:definition "A Pesticide Artifact Function that is realized in a process which causes harm to, or the death to, unwanted plants."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Herbicide&oldid=1061228045"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Herbicide Artifact Function"@en . @@ -1951,7 +1952,7 @@ cco:HerbicideArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HighFrequencyCommunicationInstrument cco:HighFrequencyCommunicationInstrument rdf:type owl:Class ; rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some High Frequency."@en ; + skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some High Frequency."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "High Frequency Communication Instrument"@en . @@ -1959,7 +1960,7 @@ cco:HighFrequencyCommunicationInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Highway cco:Highway rdf:type owl:Class ; rdfs:subClassOf cco:Road ; - cco:definition "A Road that is designed to enable Ground Vehicles to travel between relatively major destinations."@en ; + skos:definition "A Road that is designed to enable Ground Vehicles to travel between relatively major destinations."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Highway&oldid=1063985949"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Highway"@en . @@ -1968,7 +1969,7 @@ cco:Highway rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HighwayInterchange cco:HighwayInterchange rdf:type owl:Class ; rdfs:subClassOf cco:RoadJunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/wiki/Interchange_(road)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Highway Interchange"@en . @@ -1977,7 +1978,7 @@ cco:HighwayInterchange rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Hinge cco:Hinge rdf:type owl:Class ; rdfs:subClassOf cco:MachineBearing ; - cco:definition "A Machine Bearing that is designed to limit the angle of Rotation between two solid objects."@en ; + skos:definition "A Machine Bearing that is designed to limit the angle of Rotation between two solid objects."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hinge&oldid=1059935559"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Hinge"@en . @@ -1986,8 +1987,8 @@ cco:Hinge rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HornAntenna cco:HornAntenna rdf:type owl:Class ; rdfs:subClassOf cco:RadioAntenna ; - cco:alternative_label "Microwave Horn"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Horn_antenna&oldid=1050375403"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Horn Antenna"@en . @@ -1996,7 +1997,7 @@ cco:HornAntenna rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HospitalityArtifactFunction cco:HospitalityArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Hospitality&oldid=1049599161"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Hospitality Artifact Function"@en . @@ -2005,7 +2006,7 @@ cco:HospitalityArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Howitzer cco:Howitzer rdf:type owl:Class ; rdfs:subClassOf cco:Cannon ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Howitzer&oldid=1059576383"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Howitzer"@en . @@ -2014,7 +2015,7 @@ cco:Howitzer rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicFluidReservoir cco:HydraulicFluidReservoir rdf:type owl:Class ; rdfs:subClassOf cco:Container ; - cco:definition "A Container that is designed to store some hydraulic fluid for use in some Hyrdraulic Power Source."@en ; + skos:definition "A Container that is designed to store some hydraulic fluid for use in some Hyrdraulic Power Source."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Hydraulic Fluid Reservoir"@en . @@ -2022,7 +2023,7 @@ cco:HydraulicFluidReservoir rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicMotor cco:HydraulicMotor rdf:type owl:Class ; rdfs:subClassOf cco:PhysicallyPoweredEngine ; - cco:definition "A Physically Powered Engine that converts hydraulic pressure and flow into torque and angular displacement."@en ; + skos:definition "A Physically Powered Engine that converts hydraulic pressure and flow into torque and angular displacement."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hydraulic_motor&oldid=1027427666"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Hydraulic Motor"@en . @@ -2031,7 +2032,7 @@ cco:HydraulicMotor rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicPowerSource cco:HydraulicPowerSource rdf:type owl:Class ; rdfs:subClassOf cco:PowerSource ; - cco:definition "A Power Source that is designed to generate, control, or transmit power by means of pressurized liquid."@en ; + skos:definition "A Power Source that is designed to generate, control, or transmit power by means of pressurized liquid."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Hydraulic Power Source"@en . @@ -2039,7 +2040,7 @@ cco:HydraulicPowerSource rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicPowerTransferUnit cco:HydraulicPowerTransferUnit rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Hydraulic Power Transfer Unit"@en . @@ -2048,7 +2049,7 @@ cco:HydraulicPowerTransferUnit rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicValve cco:HydraulicValve rdf:type owl:Class ; rdfs:subClassOf cco:Valve ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Hydraulic Valve"@en . @@ -2057,7 +2058,7 @@ cco:HydraulicValve rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ISBNBarcode cco:ISBNBarcode rdf:type owl:Class ; rdfs:subClassOf cco:EANBarcode ; - cco:definition "An EAN Barcode that is used to designate books."@en ; + skos:definition "An EAN Barcode that is used to designate books."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "ISBN Barcode"@en . @@ -2065,7 +2066,7 @@ cco:ISBNBarcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ISSNBarcode cco:ISSNBarcode rdf:type owl:Class ; rdfs:subClassOf cco:EANBarcode ; - cco:definition "An EAN Barcode that is used to designate periodicals."@en ; + skos:definition "An EAN Barcode that is used to designate periodicals."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "ISSN Barcode"@en . @@ -2073,7 +2074,7 @@ cco:ISSNBarcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ITFBarcode cco:ITFBarcode rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalBarcode ; - cco:definition "A One-Dimensional Barcode that consists of an even number of numerical characters and is used primarily in packaging and distribution."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "ITF Barcode"@en . @@ -2081,8 +2082,8 @@ cco:ITFBarcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IdentificationFriendOrFoeTransponder cco:IdentificationFriendOrFoeTransponder rdf:type owl:Class ; rdfs:subClassOf cco:RadioTransponder ; - cco:alternative_label "IFF"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Identification_friend_or_foe&oldid=1055168718"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Identification Friend or Foe Transponder"@en . @@ -2091,7 +2092,7 @@ cco:IdentificationFriendOrFoeTransponder rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IgnitionSystem cco:IgnitionSystem rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to produce an Ignition process."@en ; + skos:definition "A Material Artifact that is designed to produce an Ignition process."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Ignition System"@en . @@ -2099,7 +2100,7 @@ cco:IgnitionSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Image cco:Image rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Image"@en . @@ -2108,7 +2109,7 @@ cco:Image rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ImagingArtifactFunction cco:ImagingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities."@en ; + skos:definition "An Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Imaging Artifact Function"@en . @@ -2116,7 +2117,7 @@ cco:ImagingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ImagingInstrument cco:ImagingInstrument rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to produce images (visual representations) of an entity."@en ; + skos:definition "A Material Artifact that is designed to produce images (visual representations) of an entity."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Imaging Instrument"@en . @@ -2124,7 +2125,7 @@ cco:ImagingInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ImpactShieldingArtifactFunction cco:ImpactShieldingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Impact Shielding Artifact Function"@en . @@ -2133,7 +2134,7 @@ cco:ImpactShieldingArtifactFunction rdf:type owl:Class ; cco:ImprovisedExplosiveDevice rdf:type owl:Class ; rdfs:subClassOf cco:ExplosiveWeapon ; cco:acronym "IED" ; - cco:definition "An Explosive Weapon that is designed to be used in non-conventional military action."@en ; + skos:definition "An Explosive Weapon that is designed to be used in non-conventional military action."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Improvised_explosive_device&oldid=1063432318"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Improvised Explosive Device"@en . @@ -2142,7 +2143,7 @@ cco:ImprovisedExplosiveDevice rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IncendiaryWeapon cco:IncendiaryWeapon rdf:type owl:Class ; rdfs:subClassOf cco:Weapon ; - cco:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of starting a fire."@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of starting a fire."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Incendiary_device&oldid=1055642422"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Incendiary Weapon"@en . @@ -2151,8 +2152,8 @@ cco:IncendiaryWeapon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InertialNavigationSystem cco:InertialNavigationSystem rdf:type owl:Class ; rdfs:subClassOf cco:NavigationSystem ; - cco:alternative_label "INS"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Inertial_navigation_system&oldid=1063682725"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Inertial Navigation System"@en . @@ -2162,9 +2163,9 @@ cco:InertialNavigationSystem rdf:type owl:Class ; cco:InfantryFightingVehicle rdf:type owl:Class ; rdfs:subClassOf cco:ArmoredFightingVehicle ; cco:acronym "IFV" ; - cco:definition "An Armored Fighting Vehicle that is designed to carry infantry into battle and to provide fire support for them."@en ; + skos:definition "An Armored Fighting Vehicle that is designed to carry infantry into battle and to provide fire support for them."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Infantry_fighting_vehicle&oldid=1062470745"^^xsd:anyURI ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Infantry Fighting Vehicle"@en . @@ -2180,7 +2181,7 @@ cco:InformationBearingArtifact rdf:type owl:Class ; owl:onProperty obo:BFO_0000176 ; owl:someValuesFrom cco:InformationMediumArtifact ] ; - cco:definition "A Material Artifact that carries an Information Content Entity and is designed to do so using a particular format or structure."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Information Bearing Artifact"@en . @@ -2188,8 +2189,8 @@ cco:InformationBearingArtifact rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationLine cco:InformationLine rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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 ; - cco:example_of_usage "a line in a computer file that bears a portion of code for some computer program" , + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; @@ -2199,8 +2200,8 @@ cco:InformationLine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationMediumArtifact cco:InformationMediumArtifact rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to have some Information Bearing Artifact as part."@en ; - cco:example_of_usage "A magnetic hard drive" , + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 ; @@ -2210,7 +2211,7 @@ cco:InformationMediumArtifact rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationProcessingArtifact cco:InformationProcessingArtifact rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to use algorithms to transform some Information Content Entity into another Information Content Entity."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Information Processing Artifact"@en . @@ -2218,9 +2219,9 @@ cco:InformationProcessingArtifact rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InfraredCamera cco:InfraredCamera rdf:type owl:Class ; rdfs:subClassOf cco:Camera ; - cco:alternative_label "Thermal Imaging Camera"@en , + skos:altLabel "Thermal Imaging Camera"@en , "Thermographic Camera"@en ; - cco:definition "A Camera that is designed to form and record an image generated from infrared radiation."@en ; + skos:definition "A Camera that is designed to form and record an image generated from infrared radiation."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Thermographic_camera&oldid=1063916009"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Infrared Camera"@en . @@ -2229,7 +2230,7 @@ cco:InfraredCamera rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InfraredTelescope cco:InfraredTelescope rdf:type owl:Class ; rdfs:subClassOf cco:Telescope ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Infrared_telescope&oldid=1062918090"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Infrared Telescope"@en . @@ -2238,8 +2239,8 @@ cco:InfraredTelescope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Infrastructure cco:Infrastructure rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000040 ; - cco:alternative_label "Infrastructure"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Infrastructure System"@en . @@ -2255,7 +2256,7 @@ cco:InfrastructureElement rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf obo:BFO_0000040 ; - cco:definition "A Material Entity that bears an Infrastructure Role."@en ; + skos:definition "A Material Entity that bears an Infrastructure Role."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Infrastructure Element"@en . @@ -2263,7 +2264,7 @@ cco:InfrastructureElement rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InfrastructureRole cco:InfrastructureRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; + 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:definition_source "https://archive.org/details/economicsprincip00osul/page/n489/mode/2up"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 ; @@ -2273,7 +2274,7 @@ cco:InfrastructureRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InhibitingMotionArtifactFunction cco:InhibitingMotionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by processes in which some Artifact is used to inhibit the motion of some object."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Inhibiting Motion Artifact Function"@en . @@ -2281,7 +2282,7 @@ cco:InhibitingMotionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InsecticideArtifactFunction cco:InsecticideArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:PesticideArtifactFunction ; - cco:definition "A Pesticide Artifact Function that is realized in a process that causes harm to, or the death of, an insect."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Insecticide&oldid=1063322558"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Insecticide Artifact Function"@en . @@ -2290,7 +2291,7 @@ cco:InsecticideArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InstrumentDisplayPanel cco:InstrumentDisplayPanel rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Flight_instruments&oldid=1062972990"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Instrument Display Panel"@en . @@ -2299,7 +2300,7 @@ cco:InstrumentDisplayPanel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IntercommunicationSystem cco:IntercommunicationSystem rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationSystem ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Intercom&oldid=1055934442"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Intercommunication System"@en . @@ -2308,7 +2309,7 @@ cco:IntercommunicationSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InteriorLightingSystem cco:InteriorLightingSystem rdf:type owl:Class ; rdfs:subClassOf cco:LightingSystem ; - cco:definition "A Lighting System that is designed to emit light within the interior of some area."@en ; + skos:definition "A Lighting System that is designed to emit light within the interior of some area."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Interior Lighting System"@en . @@ -2316,7 +2317,7 @@ cco:InteriorLightingSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InternalCombustionEngine cco:InternalCombustionEngine rdf:type owl:Class ; rdfs:subClassOf cco:CombustionEngine ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Internal_combustion_engine&oldid=1063281505"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Internal Combustion Engine"@en . @@ -2325,7 +2326,7 @@ cco:InternalCombustionEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Interphone cco:Interphone rdf:type owl:Class ; rdfs:subClassOf cco:IntercommunicationSystem ; - cco:definition "An Intercommunication System that that is designed to facilitate some Act of Communication between agents by means of audio messages."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Interphone"@en . @@ -2333,7 +2334,7 @@ cco:Interphone rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/JAN13Barcode cco:JAN13Barcode rdf:type owl:Class ; rdfs:subClassOf cco:EANBarcode ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "JAN-13 Barcode"@en . @@ -2341,7 +2342,7 @@ cco:JAN13Barcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/JetEngine cco:JetEngine rdf:type owl:Class ; rdfs:subClassOf cco:ReactionEngine ; - cco:definition "A Reaction Engine that discharges a fast moving jet that generates Thrust by jet propulsion."@en ; + skos:definition "A Reaction Engine that discharges a fast moving jet that generates Thrust by jet propulsion."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Jet_engine&oldid=1060157063"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:comment "Some (most) jet engines utilize turbines, but some do not. Most rocket engines do not utilize turbines, but some do."@en ; @@ -2351,7 +2352,7 @@ cco:JetEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/JournalArticle cco:JournalArticle rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Journal Article"@en . @@ -2360,7 +2361,7 @@ cco:JournalArticle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LandMine cco:LandMine rdf:type owl:Class ; rdfs:subClassOf cco:ExplosiveWeapon ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Land_mine&oldid=1060289159"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Land Mine"@en . @@ -2369,7 +2370,7 @@ cco:LandMine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LandTransportationArtifact cco:LandTransportationArtifact rdf:type owl:Class ; rdfs:subClassOf cco:TransportationArtifact ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Land Transportation Artifact"@en . @@ -2377,7 +2378,7 @@ cco:LandTransportationArtifact rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LandlineTelephone cco:LandlineTelephone rdf:type owl:Class ; rdfs:subClassOf cco:Telephone ; - cco:definition "A Telephone that is connected to a Telephone Network through a pair of wires."@en ; + skos:definition "A Telephone that is connected to a Telephone Network through a pair of wires."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Landline Telephone"@en . @@ -2386,7 +2387,7 @@ cco:LandlineTelephone rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LargeScaleRocketLauncher cco:LargeScaleRocketLauncher rdf:type owl:Class ; rdfs:subClassOf cco:RocketLauncher ; - cco:definition "A Rocket Launcher that is designed to contain multiple Rocket Launchers."@en ; + skos:definition "A Rocket Launcher that is designed to contain multiple Rocket Launchers."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Large-Scale Rocket Launcher"@en . @@ -2394,7 +2395,7 @@ cco:LargeScaleRocketLauncher rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Laser cco:Laser rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Laser&oldid=1059215159"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Laser"@en . @@ -2403,7 +2404,7 @@ cco:Laser rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LeadAcidElectricBattery cco:LeadAcidElectricBattery rdf:type owl:Class ; rdfs:subClassOf cco:SecondaryCellElectricBattery ; - cco:definition "A Secondary Cell Electric Battery that has a lead anode and lead oxide cathode."@en ; + skos:definition "A Secondary Cell Electric Battery that has a lead anode and lead oxide cathode."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lead%E2%80%93acid_battery&oldid=1061641405"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Lead Acid Electric Battery"@en . @@ -2412,7 +2413,7 @@ cco:LeadAcidElectricBattery rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LegalArtifactFunction cco:LegalArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Law&oldid=1060821734"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Legal Artifact Function"@en . @@ -2421,7 +2422,7 @@ cco:LegalArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LegalInstrument cco:LegalInstrument rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Legal_instrument&oldid=1054387344"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Legal Instrument"@en . @@ -2430,7 +2431,7 @@ cco:LegalInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LifeSupportArtifactFunction cco:LifeSupportArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Life Support Artifact Function"@en . @@ -2438,7 +2439,7 @@ cco:LifeSupportArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LiftingArtifactFunction cco:LiftingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by processes in which some Artifact is used to lift some object."@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to lift some object."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Lifting Artifact Function"@en . @@ -2446,7 +2447,7 @@ cco:LiftingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LightMachineGun cco:LightMachineGun rdf:type owl:Class ; rdfs:subClassOf cco:LongGun ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Light_machine_gun&oldid=1063598801"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Light Machine Gun"@en . @@ -2455,7 +2456,7 @@ cco:LightMachineGun rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LightingSystem cco:LightingSystem rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to emit light within some area."@en ; + skos:definition "A Material Artifact that is designed to emit light within some area."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Lighting System"@en . @@ -2463,7 +2464,7 @@ cco:LightingSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/List cco:List rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "List"@en . @@ -2472,7 +2473,7 @@ cco:List rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LithiumIonElectricBattery cco:LithiumIonElectricBattery rdf:type owl:Class ; rdfs:subClassOf cco:SecondaryCellElectricBattery ; - cco:definition "A Secondary Cell Electric Battery that produces electricity when lithium ions move from anode to cathode."@en ; + skos:definition "A Secondary Cell Electric Battery that produces electricity when lithium ions move from anode to cathode."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=1064099588"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Lithium-ion Electric Battery"@en . @@ -2481,7 +2482,7 @@ cco:LithiumIonElectricBattery rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Locomotive cco:Locomotive rdf:type owl:Class ; rdfs:subClassOf cco:RailTransportVehicle ; - cco:definition "A Rail Transport Vehicle that is designed to provide the motive power for a Train."@en ; + skos:definition "A Rail Transport Vehicle that is designed to provide the motive power for a Train."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Locomotive&oldid=1062802629"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Locomotive"@en . @@ -2490,7 +2491,7 @@ cco:Locomotive rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LongGun cco:LongGun rdf:type owl:Class ; rdfs:subClassOf cco:Firearm ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Long_gun&oldid=1063715506"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Long Gun"@en . @@ -2499,7 +2500,7 @@ cco:LongGun rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LubricationSystem cco:LubricationSystem rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to contain, transfer, and regulate the flow of lubricant to multiple locations in an Artifact."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 . @@ -2508,7 +2509,7 @@ cco:LubricationSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MSIPlesseyBarcode cco:MSIPlesseyBarcode rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalBarcode ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "MSI Plessey Barcode"@en . @@ -2516,7 +2517,7 @@ cco:MSIPlesseyBarcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MachineBearing cco:MachineBearing rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to constrain relative motion to only desired motion and reduces friction between moving parts."@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:definition_source "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Machine Bearing"@en . @@ -2525,8 +2526,8 @@ cco:MachineBearing rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ManualTool cco:ManualTool rdf:type owl:Class ; rdfs:subClassOf cco:Tool ; - cco:alternative_label "Hand Tool"@en ; - cco:definition "A Tool that is designed to be powered by manual labor rather than by an engine."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Hand_tool&oldid=1060741381"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Manual Tool"@en . @@ -2535,7 +2536,7 @@ cco:ManualTool rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MassSpecification cco:MassSpecification rdf:type owl:Class ; rdfs:subClassOf cco:QualitySpecification ; - cco:definition "A Quality Specification that prescribes the Amount of Mass that a Material Entity should have."@en ; + skos:definition "A Quality Specification that prescribes the Amount of Mass that a Material Entity should have."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Mass Specification"@en . @@ -2543,7 +2544,7 @@ cco:MassSpecification rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MaximumSpeedArtifactFunction cco:MaximumSpeedArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:SpeedArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Maximum Speed Artifact Function"@en . @@ -2551,7 +2552,7 @@ cco:MaximumSpeedArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementArtifactFunction cco:MeasurementArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Measurement Artifact Function"@en . @@ -2559,7 +2560,7 @@ cco:MeasurementArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MedicalArtifact cco:MedicalArtifact rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed for diagnosing, treating, or preventing disease, disability, or death."@en ; + skos:definition "A Material Artifact that is designed for diagnosing, treating, or preventing disease, disability, or death."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Medical Artifact"@en . @@ -2567,7 +2568,7 @@ cco:MedicalArtifact rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MediumMachineGun cco:MediumMachineGun rdf:type owl:Class ; rdfs:subClassOf cco:MountedGun ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Medium_machine_gun&oldid=1063571269"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Medium Machine Gun"@en . @@ -2576,7 +2577,7 @@ cco:MediumMachineGun rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Message cco:Message rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Message"@en . @@ -2585,7 +2586,7 @@ cco:Message rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Microscope cco:Microscope rdf:type owl:Class ; rdfs:subClassOf cco:ImagingInstrument ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Microscope&oldid=1059024357"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Microscope"@en . @@ -2594,7 +2595,7 @@ cco:Microscope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryArtifactFunction cco:MilitaryArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes related to the armed services."@en ; + skos:definition "A Service Artifact Function that is realized in processes related to the armed services."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Military Artifact Function"@en . @@ -2603,7 +2604,7 @@ cco:MilitaryArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MinimumSpeedArtifactFunction cco:MinimumSpeedArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:SpeedArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Minimum Speed Artifact Function"@en . @@ -2611,7 +2612,7 @@ cco:MinimumSpeedArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Mirror cco:Mirror rdf:type owl:Class ; rdfs:subClassOf cco:OpticalInstrument ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Mirror&oldid=1063296474"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Mirror"@en . @@ -2620,7 +2621,7 @@ cco:Mirror rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MissileLauncher cco:MissileLauncher rdf:type owl:Class ; rdfs:subClassOf cco:ProjectileLauncher ; - cco:definition "A Projectile Launcher that is designed to launch one or more Precision-Guided Missiles."@en ; + skos:definition "A Projectile Launcher that is designed to launch one or more Precision-Guided Missiles."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Missile Launcher"@en . @@ -2628,7 +2629,7 @@ cco:MissileLauncher rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MobileTelephone cco:MobileTelephone rdf:type owl:Class ; rdfs:subClassOf cco:Telephone ; - cco:definition "A Telephone that is connected to a Telephone Network by radio waves."@en ; + skos:definition "A Telephone that is connected to a Telephone Network by radio waves."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mobile_phone&oldid=1061800841"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Mobile Telephone"@en . @@ -2637,7 +2638,7 @@ cco:MobileTelephone rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Mortar cco:Mortar rdf:type owl:Class ; rdfs:subClassOf cco:Cannon ; - cco:definition "A Cannon that is designed to fire projectiles at relatively low velocities over relatively short ranges."@en ; + skos:definition "A Cannon that is designed to fire projectiles at relatively low velocities over relatively short ranges."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Mortar_(weapon)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Mortar"@en . @@ -2646,7 +2647,7 @@ cco:Mortar rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MotionArtifactFunction cco:MotionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process in which an entity changes its position with respect to time."@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:definition_source "https://en.wikipedia.org/wiki/Motion_(physics)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Motion Artifact Function"@en . @@ -2655,7 +2656,7 @@ cco:MotionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MotionObservationArtifactFunction cco:MotionObservationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ObservationArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Motion Observation Artifact Function"@en . @@ -2663,8 +2664,8 @@ cco:MotionObservationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Motorcycle cco:Motorcycle rdf:type owl:Class ; rdfs:subClassOf cco:GroundMotorVehicle ; - cco:alternative_label "Motorbike"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Motorcycle&oldid=1063743553"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Motorcycle"@en . @@ -2673,7 +2674,7 @@ cco:Motorcycle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MountedGun cco:MountedGun rdf:type owl:Class ; rdfs:subClassOf cco:Firearm ; - cco:definition "A Firearm that is designed to be fired while mounted."@en ; + skos:definition "A Firearm that is designed to be fired while mounted."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Mounted Gun"@en . @@ -2681,7 +2682,7 @@ cco:MountedGun rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MovingTargetIndicationArtifactFunction cco:MovingTargetIndicationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:RadarImagingArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Moving Target Indication Artifact Function"@en . @@ -2689,7 +2690,7 @@ cco:MovingTargetIndicationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NavigationArtifactFunction cco:NavigationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Navigation Artifact Function"@en . @@ -2697,7 +2698,7 @@ cco:NavigationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NavigationSystem cco:NavigationSystem rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Navigation&oldid=1064122463"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Navigation System"@en . @@ -2706,7 +2707,7 @@ cco:NavigationSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NeutralizationArtifactFunction cco:NeutralizationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/wiki/Neutralization_(chemistry)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Neutralization Artifact Function"@en . @@ -2715,8 +2716,8 @@ cco:NeutralizationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NickelCadmiumElectricBattery cco:NickelCadmiumElectricBattery rdf:type owl:Class ; rdfs:subClassOf cco:SecondaryCellElectricBattery ; - cco:alternative_label "NiCad Battery"@en ; - cco:definition "A Secondary Cell Electric Battery that has a cadmium anode and nickel oxide hydroxide cathode."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93cadmium_battery&oldid=1061809659"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Nickel Cadmium Electric Battery"@en . @@ -2725,8 +2726,8 @@ cco:NickelCadmiumElectricBattery rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NickelMetalHydrideElectricBattery cco:NickelMetalHydrideElectricBattery rdf:type owl:Class ; rdfs:subClassOf cco:SecondaryCellElectricBattery ; - cco:alternative_label "NiMH Battery"@en ; - cco:definition "A Secondary Cell Electric Battery that has a metal-hydride anode and nickel oxide hydroxide cathode."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93metal_hydride_battery&oldid=1061626676"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Nickel-metal Hydride Electric Battery"@en . @@ -2735,7 +2736,7 @@ cco:NickelMetalHydrideElectricBattery rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NominalSpeedArtifactFunction cco:NominalSpeedArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:SpeedArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Nominal Speed Artifact Function"@en . @@ -2743,7 +2744,7 @@ cco:NominalSpeedArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NotificationMessage cco:NotificationMessage rdf:type owl:Class ; rdfs:subClassOf cco:Message ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Notification Message"@en . @@ -2751,7 +2752,7 @@ cco:NotificationMessage rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Nozzle cco:Nozzle rdf:type owl:Class ; rdfs:subClassOf cco:FluidControlArtifact ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Nozzle"@en . @@ -2759,7 +2760,7 @@ cco:Nozzle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NozzleMouth cco:NozzleMouth rdf:type owl:Class ; rdfs:subClassOf cco:FluidControlArtifact ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Nozzle Mouth"@en . @@ -2767,7 +2768,7 @@ cco:NozzleMouth rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NozzleThroat cco:NozzleThroat rdf:type owl:Class ; rdfs:subClassOf cco:FluidControlArtifact ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Nozzle Throat"@en . @@ -2775,7 +2776,7 @@ cco:NozzleThroat rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearRadiationDetectionArtifactFunction cco:NuclearRadiationDetectionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized during events in which an Artifact is used to detect the presence of nuclear radiation particles."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Nuclear Radiation Detection Artifact Function"@en . @@ -2783,7 +2784,7 @@ cco:NuclearRadiationDetectionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearReactor cco:NuclearReactor rdf:type owl:Class ; rdfs:subClassOf cco:PowerSource ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Nuclear_reactor&oldid=1063370273"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Nuclear Reactor"@en . @@ -2792,7 +2793,7 @@ cco:NuclearReactor rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearWeapon cco:NuclearWeapon rdf:type owl:Class ; rdfs:subClassOf cco:Weapon ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Nuclear_weapon&oldid=1060854171"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Nuclear Weapon"@en . @@ -2801,7 +2802,7 @@ cco:NuclearWeapon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ObservationArtifactFunction cco:ObservationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Observation Artifact Function"@en . @@ -2809,7 +2810,7 @@ cco:ObservationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OcularProsthesis cco:OcularProsthesis rdf:type owl:Class ; rdfs:subClassOf cco:ArtificialEye ; - cco:definition "An Artificial Eye that is designed to replace a missing eye, but which does not function as an eye."@en ; + skos:definition "An Artificial Eye that is designed to replace a missing eye, but which does not function as an eye."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ocular_prosthesis&oldid=1061336760"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Ocular Prosthesis"@en . @@ -2818,7 +2819,7 @@ cco:OcularProsthesis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalBarcode cco:OneDimensionalBarcode rdf:type owl:Class ; rdfs:subClassOf cco:Barcode ; - cco:definition "A Barcode that is designed to bear parallel lines of varying widths and spacing that concretize some Directive Information Content Entity."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "One-Dimensional Barcode"@en . @@ -2826,7 +2827,7 @@ cco:OneDimensionalBarcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalCamera cco:OpticalCamera rdf:type owl:Class ; rdfs:subClassOf cco:Camera ; - cco:definition "A Camera that is designed to form and record an image generated from visible light."@en ; + skos:definition "A Camera that is designed to form and record an image generated from visible light."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Camera&oldid=1063931551"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Optical Camera"@en . @@ -2835,7 +2836,7 @@ cco:OpticalCamera rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalCommunicationArtifactFunction cco:OpticalCommunicationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticCommunicationArtifactFunction ; - cco:definition "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of visible light."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Optical Communication Artifact Function"@en . @@ -2844,7 +2845,7 @@ cco:OpticalCommunicationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalFocusingArtifactFunction cco:OpticalFocusingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:OpticalProcessingArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Optical Focusing Artifact Function"@en . @@ -2852,9 +2853,9 @@ cco:OpticalFocusingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalInstrument cco:OpticalInstrument rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to process light waves."@en ; + skos:definition "A Material Artifact that is designed to process light waves."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Optical_instrument&oldid=1061981216"^^xsd:anyURI ; - cco:elucidation "Light waves can be processed in a variety of ways including via reflection, refraction, diffraction, deflection, focusing, collimation, dispersion, and interference."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 . @@ -2863,8 +2864,8 @@ cco:OpticalInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalLens cco:OpticalLens rdf:type owl:Class ; rdfs:subClassOf cco:OpticalInstrument ; - cco:alternative_label "Lens"@en ; - cco:definition "An Optical Instrument that is designed to focus or disperse a beam of light entering the lens by means of refraction."@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:definition_source "https://en.wikipedia.org/wiki/Lens_(optics)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Optical Lens"@en . @@ -2873,8 +2874,8 @@ cco:OpticalLens rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalMicroscope cco:OpticalMicroscope rdf:type owl:Class ; rdfs:subClassOf cco:Microscope ; - cco:alternative_label "Light Microscope"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Optical_microscope&oldid=1063131242"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Optical Microscope"@en . @@ -2883,7 +2884,7 @@ cco:OpticalMicroscope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalProcessingArtifactFunction cco:OpticalProcessingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by an Artifact participating in a visible light processing event."@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a visible light processing event."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Optical Processing Artifact Function"@en . @@ -2891,7 +2892,7 @@ cco:OpticalProcessingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalTelescope cco:OpticalTelescope rdf:type owl:Class ; rdfs:subClassOf cco:Telescope ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Optical_telescope&oldid=1062201329"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Optical Telescope"@en . @@ -2900,7 +2901,7 @@ cco:OpticalTelescope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OrientationControlArtifactFunction cco:OrientationControlArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by processes in which some Artifact is used to control the Orientation of some object."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Orientation Control Artifact Function"@en . @@ -2908,8 +2909,8 @@ cco:OrientationControlArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OrientationObservationArtifactFunction cco:OrientationObservationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ObservationArtifactFunction ; - cco:alternative_label "Attitude Observation Artifact Function"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Orientation Observation Artifact Function"@en . @@ -2917,7 +2918,7 @@ cco:OrientationObservationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OxidizerArtifactFunction cco:OxidizerArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Redox&oldid=1063866348"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Oxidizer Artifact Function"@en . @@ -2926,7 +2927,7 @@ cco:OxidizerArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PDF417Code cco:PDF417Code rdf:type owl:Class ; rdfs:subClassOf cco:TwoDimensionalBarCode ; - cco:definition "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; + skos:definition "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "PDF417 Code"@en . @@ -2934,9 +2935,9 @@ cco:PDF417Code rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ParabolicAntenna cco:ParabolicAntenna rdf:type owl:Class ; rdfs:subClassOf cco:RadioAntenna ; - cco:alternative_label "Dish Antenna"@en , + skos:altLabel "Dish Antenna"@en , "Parabolic Dish"@en ; - cco:definition "A Radio Antenna that uses a parabolic reflector to direct or receive radio waves and has a very high gain."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Parabolic_antenna&oldid=1057213241"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Parabolic Antenna"@en . @@ -2945,7 +2946,7 @@ cco:ParabolicAntenna rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PartRole cco:PartRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; + 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:definition_source "http://origins.sese.asu.edu/ses405/Class%20Notes/Sys-Hier-WBS_Module_V1.0_PAS.pdf"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Part Role"@en . @@ -2954,7 +2955,7 @@ cco:PartRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PartsList cco:PartsList rdf:type owl:Class ; rdfs:subClassOf cco:QualitySpecification ; - cco:definition "A Quality Specification that prescribes the Amount of some type of Artifact that are part of or located on another Artifact."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Parts List"@en . @@ -2962,7 +2963,7 @@ cco:PartsList rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PassengerTrainCar cco:PassengerTrainCar rdf:type owl:Class ; rdfs:subClassOf cco:TrainCar ; - cco:definition "A Train Car that is designed to transport passengers."@en ; + skos:definition "A Train Car that is designed to transport passengers."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Passenger_car_(rail)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Passenger Train Car"@en . @@ -2971,9 +2972,9 @@ cco:PassengerTrainCar rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PatchAntenna cco:PatchAntenna rdf:type owl:Class ; rdfs:subClassOf cco:RadioAntenna ; - cco:alternative_label "Microstrip Patch Antenna"@en , + skos:altLabel "Microstrip Patch Antenna"@en , "Rectangular Microstrip Antenna"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Patch_antenna&oldid=1016658507"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Patch Antenna"@en . @@ -2982,7 +2983,7 @@ cco:PatchAntenna rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PatchReceiver cco:PatchReceiver rdf:type owl:Class ; rdfs:subClassOf cco:RadioReceiver ; - cco:definition "A Radio Receiver that uses a Patch Antenna to intercept radio signals."@en ; + skos:definition "A Radio Receiver that uses a Patch Antenna to intercept radio signals."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Patch Receiver"@en . @@ -2990,9 +2991,9 @@ cco:PatchReceiver rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Payload cco:Payload rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000040 ; - cco: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: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 ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 . @@ -3005,7 +3006,7 @@ cco:PayloadCapacity rdf:type owl:Class ; owl:onProperty obo:BFO_0000197 ; owl:someValuesFrom cco:Vehicle ] ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Payload Capacity"@en . @@ -3014,7 +3015,7 @@ cco:PayloadCapacity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Periscope cco:Periscope rdf:type owl:Class ; rdfs:subClassOf cco:OpticalInstrument ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Periscope&oldid=1030400442"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Periscope"@en . @@ -3023,7 +3024,7 @@ cco:Periscope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PesticideArtifactFunction cco:PesticideArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:PoisonArtifactFunction ; - cco: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 ; + 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:definition_source "http://www.dictionary.com/browse/pesticide" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Pesticide Artifact Function"@en . @@ -3032,8 +3033,8 @@ cco:PesticideArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PhysicallyPoweredEngine cco:PhysicallyPoweredEngine rdf:type owl:Class ; rdfs:subClassOf cco:Engine ; - cco:alternative_label "Physical Engine"@en ; - cco:definition "An Engine that is designed to convert potential or kinetic energy into mechanical energy."@en ; + skos:altLabel "Physical Engine"@en ; + skos:definition "An Engine that is designed to convert potential or kinetic energy into mechanical energy."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Physically Powered Engine"@en . @@ -3041,9 +3042,9 @@ cco:PhysicallyPoweredEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PneumaticMotor cco:PneumaticMotor rdf:type owl:Class ; rdfs:subClassOf cco:PhysicallyPoweredEngine ; - cco:alternative_label "Air Motor"@en , + skos:altLabel "Air Motor"@en , "Compressed Air Engine"@en ; - cco:definition "A Physically Powered Engine that converts potential energy stored in a portion of compressed air into mechanical energy."@en ; + skos:definition "A Physically Powered Engine that converts potential energy stored in a portion of compressed air into mechanical energy."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Pneumatic Motor"@en . @@ -3051,7 +3052,7 @@ cco:PneumaticMotor rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PneumaticPowerSource cco:PneumaticPowerSource rdf:type owl:Class ; rdfs:subClassOf cco:PowerSource ; - cco:definition "A Power Source that is designed to generate, control, or transmit power by means of compressed air or compressed inert gases."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Pneumatic Power Source"@en . @@ -3059,7 +3060,7 @@ cco:PneumaticPowerSource rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PoisonArtifactFunction cco:PoisonArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:DamagingArtifactFunction ; - cco:definition "A Damaging Artifact Function that is realized in a process which causes illness in, or the death of, a living thing."@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:definition_source "http://www.dictionary.com/browse/poison" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Poison Artifact Function"@en . @@ -3068,7 +3069,7 @@ cco:PoisonArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PolarizingPrism cco:PolarizingPrism rdf:type owl:Class ; rdfs:subClassOf cco:Prism ; - cco:definition "A Prism designed to split a beam of light entering the Prism into components of varying polarization."@en ; + skos:definition "A Prism designed to split a beam of light entering the Prism into components of varying polarization."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Polarizing Prism"@en . @@ -3076,7 +3077,7 @@ cco:PolarizingPrism rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfAmmunition cco:PortionOfAmmunition rdf:type owl:Class ; rdfs:subClassOf cco:Weapon ; - cco:definition "A Weapon that is designed to inflict harm, damage, or incapacity by being projected toward its target at a significant Velocity."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Ammunition&oldid=1062875850"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Ammunition"@en . @@ -3085,7 +3086,7 @@ cco:PortionOfAmmunition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCash cco:PortionOfCash rdf:type owl:Class ; rdfs:subClassOf cco:FinancialInstrument ; - cco:definition "A Financial Instrument that is designed to be a ready medium of exchange."@en ; + skos:definition "A Financial Instrument that is designed to be a ready medium of exchange."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Cash"@en . @@ -3093,7 +3094,7 @@ cco:PortionOfCash rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCoolant cco:PortionOfCoolant rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfMaterial ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Coolant"@en . @@ -3101,7 +3102,7 @@ cco:PortionOfCoolant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCryogenicMaterial cco:PortionOfCryogenicMaterial rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfMaterial ; - cco:definition "A Portion of Material that has been reduced to a very low temperature (below -180 degrees Celcius)."@en ; + skos:definition "A Portion of Material that has been reduced to a very low temperature (below -180 degrees Celcius)."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Cryogenic Material"@en . @@ -3109,7 +3110,7 @@ cco:PortionOfCryogenicMaterial rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfFood cco:PortionOfFood rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfProcessedMaterial ; - cco:definition "A Portion of Processed Material that is designed to be consumed and ingested for nutrition or taste."@en ; + skos:definition "A Portion of Processed Material that is designed to be consumed and ingested for nutrition or taste."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Food&oldid=1062824590"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Food"@en . @@ -3118,7 +3119,7 @@ cco:PortionOfFood rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfFuel cco:PortionOfFuel rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfMaterial ; - cco:definition "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en ; + skos:definition "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Fuel"@en . @@ -3126,8 +3127,8 @@ cco:PortionOfFuel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGalliumArsenide cco:PortionOfGalliumArsenide rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfMaterial ; - cco:alternative_label "Portion of GaAs"@en ; - cco:definition "A Portion of Material that is composed of a compound of the elements gallium and arsenic."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Gallium Arsenide"@en . @@ -3135,7 +3136,7 @@ cco:PortionOfGalliumArsenide rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGaseousFuel cco:PortionOfGaseousFuel rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfFuel ; - cco:definition "A Portion of Fuel that is stored in a gaseous state."@en ; + skos:definition "A Portion of Fuel that is stored in a gaseous state."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Gaseous Fuel"@en . @@ -3143,7 +3144,7 @@ cco:PortionOfGaseousFuel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGaseousPropellant cco:PortionOfGaseousPropellant rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfPropellant ; - cco:definition "A Portion of Propellant that is stored in a gaseous state."@en ; + skos:definition "A Portion of Propellant that is stored in a gaseous state."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Gaseous Propellant"@en . @@ -3151,7 +3152,7 @@ cco:PortionOfGaseousPropellant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGelatinousPropellant cco:PortionOfGelatinousPropellant rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfPropellant ; - cco:definition "A Portion of Propellant that is stored in a gelatinous state."@en ; + skos:definition "A Portion of Propellant that is stored in a gelatinous state."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Gelatinous Propellant"@en . @@ -3159,7 +3160,7 @@ cco:PortionOfGelatinousPropellant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidFuel cco:PortionOfLiquidFuel rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfFuel ; - cco:definition "A Portion of Fuel that is stored in a liquid state."@en ; + skos:definition "A Portion of Fuel that is stored in a liquid state."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Liquid Fuel"@en . @@ -3167,7 +3168,7 @@ cco:PortionOfLiquidFuel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidHelium cco:PortionOfLiquidHelium rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfCryogenicMaterial ; - cco:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid helium."@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid helium."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Liquid Helium"@en . @@ -3175,7 +3176,7 @@ cco:PortionOfLiquidHelium rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidHydrogen cco:PortionOfLiquidHydrogen rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfCryogenicMaterial ; - cco:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid hydrogen."@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid hydrogen."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Liquid Hydrogen"@en . @@ -3183,7 +3184,7 @@ cco:PortionOfLiquidHydrogen rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidNitrogen cco:PortionOfLiquidNitrogen rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfCryogenicMaterial ; - cco:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid nitrogen."@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid nitrogen."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Liquid Nitrogen"@en . @@ -3191,7 +3192,7 @@ cco:PortionOfLiquidNitrogen rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidOxygen cco:PortionOfLiquidOxygen rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfCryogenicMaterial ; - cco:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid oxygen."@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid oxygen."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Liquid Oxygen"@en . @@ -3199,7 +3200,7 @@ cco:PortionOfLiquidOxygen rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidPropellant cco:PortionOfLiquidPropellant rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfPropellant ; - cco:definition "A Portion of Propellant that is stored in a liquid state."@en ; + skos:definition "A Portion of Propellant that is stored in a liquid state."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Liquid Propellant"@en . @@ -3207,7 +3208,7 @@ cco:PortionOfLiquidPropellant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfMaterial cco:PortionOfMaterial rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfProcessedMaterial ; - cco:definition "A Portion of Processed Material that was produced to be used as the input for another Act of Artifact Processing."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Material"@en . @@ -3215,7 +3216,7 @@ cco:PortionOfMaterial rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfNuclearFuel cco:PortionOfNuclearFuel rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfMaterial ; - cco:definition "A Portion of Material that is designed to be used in a nuclear fission process to produce energy."@en ; + skos:definition "A Portion of Material that is designed to be used in a nuclear fission process to produce energy."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Nuclear Fuel"@en . @@ -3223,10 +3224,10 @@ cco:PortionOfNuclearFuel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfOxidizer cco:PortionOfOxidizer rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfMaterial ; - cco:alternative_label "Portion of Oxidant"@en , + skos:altLabel "Portion of Oxidant"@en , "Portion of Oxidizing Agent"@en ; - cco: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 ; - cco:example_of_usage "oxygen, hydrogen peroxide, chlorine, sulfiric acid, potassium nitrate" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 . @@ -3235,7 +3236,7 @@ cco:PortionOfOxidizer rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfPaper cco:PortionOfPaper rdf:type owl:Class ; rdfs:subClassOf cco:InformationMediumArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Paper&oldid=1057624743"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Paper"@en . @@ -3244,7 +3245,7 @@ cco:PortionOfPaper rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfProcessedMaterial cco:PortionOfProcessedMaterial rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is the output of an Act of Artifact Processing."@en ; + skos:definition "A Material Artifact that is the output of an Act of Artifact Processing."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Processed Material"@en . @@ -3252,7 +3253,7 @@ cco:PortionOfProcessedMaterial rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfPropellant cco:PortionOfPropellant rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfMaterial ; - cco:definition "A Portion of Material that is designed to be used as an input in a Propulsion Process to produce Thrust."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Propellant"@en . @@ -3260,7 +3261,7 @@ cco:PortionOfPropellant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfSolidFuel cco:PortionOfSolidFuel rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfFuel ; - cco:definition "A Portion of Fuel that is stored in a solid state."@en ; + skos:definition "A Portion of Fuel that is stored in a solid state."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Solid Fuel"@en . @@ -3268,7 +3269,7 @@ cco:PortionOfSolidFuel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfSolidPropellant cco:PortionOfSolidPropellant rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfPropellant ; - cco:definition "A Portion of Propellant that is stored in a solid state."@en ; + skos:definition "A Portion of Propellant that is stored in a solid state."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Solid Propellant"@en . @@ -3276,7 +3277,7 @@ cco:PortionOfSolidPropellant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfWasteMaterial cco:PortionOfWasteMaterial rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfProcessedMaterial ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Waste Material"@en . @@ -3284,7 +3285,7 @@ cco:PortionOfWasteMaterial rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PositionObservationArtifactFunction cco:PositionObservationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ObservationArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Position Observation Artifact Function"@en . @@ -3292,7 +3293,7 @@ cco:PositionObservationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerInvertingArtifactFunction cco:PowerInvertingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:CurrentConversionArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Power Inverting Artifact Function"@en . @@ -3300,7 +3301,7 @@ cco:PowerInvertingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerRectifier cco:PowerRectifier rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to convert alternating current (AC) to direct current (DC)."@en ; + skos:definition "A Material Artifact that is designed to convert alternating current (AC) to direct current (DC)."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rectifier&oldid=1049943028"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Power Rectifier"@en . @@ -3309,7 +3310,7 @@ cco:PowerRectifier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerRectifyingArtifactFunction cco:PowerRectifyingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:CurrentConversionArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Power Rectifying Artifact Function"@en . @@ -3317,7 +3318,7 @@ cco:PowerRectifyingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerSource cco:PowerSource rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to supply power to some other Artifact."@en ; + skos:definition "A Material Artifact that is designed to supply power to some other Artifact."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Power_source&oldid=1032888635"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Power Source"@en . @@ -3326,7 +3327,7 @@ cco:PowerSource rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTool cco:PowerTool rdf:type owl:Class ; rdfs:subClassOf cco:Tool ; - cco:definition "A Tool that is designed to be actuated by a Power Source and mechanism other than or in addition to manual labor."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Power_tool&oldid=1057147715"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Power Tool"@en . @@ -3335,7 +3336,7 @@ cco:PowerTool rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransformer cco:PowerTransformer rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to transfer electrical energy between two or more circuits through electromagnetic induction."@en ; + skos:definition "A Material Artifact that is designed to transfer electrical energy between two or more circuits through electromagnetic induction."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transformer&oldid=1062163369"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Power Transformer"@en . @@ -3344,8 +3345,8 @@ cco:PowerTransformer rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransformerRectifierUnit cco:PowerTransformerRectifierUnit rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:alternative_label "TRU"@en ; - cco:definition "A Material Artifact that is designed to perform the functions of both a Rectifier and a Transformer."@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:definition_source "http://www.skybrary.aero/index.php/Transformer_Rectifier_Unit_(TRU)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Power Transformer Rectifier Unit"@en . @@ -3354,7 +3355,7 @@ cco:PowerTransformerRectifierUnit rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransmissionArtifact cco:PowerTransmissionArtifact rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to transfer and regulate Power flow from a Power Source to an application point."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Power Transmission Artifact"@en . @@ -3362,7 +3363,7 @@ cco:PowerTransmissionArtifact rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PoweringArtifactFunction cco:PoweringArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by processes in which some Artifact is used to supply power to some Artifact."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Powering Artifact Function"@en . @@ -3370,8 +3371,8 @@ cco:PoweringArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PrecisionGuidedMissile cco:PrecisionGuidedMissile rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfAmmunition ; - cco:alternative_label "Missile"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Missile&oldid=1062028589"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Precision-Guided Missile"@en . @@ -3380,7 +3381,7 @@ cco:PrecisionGuidedMissile rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PreferredStock cco:PreferredStock rdf:type owl:Class ; rdfs:subClassOf cco:Stock ; - cco:definition "Stock that entitles its holder to receive a certain level of dividend payments before any dividends can be issued to other holders."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Preferred Stock"@en . @@ -3388,7 +3389,7 @@ cco:PreferredStock rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PressurizationControlArtifactFunction cco:PressurizationControlArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:VentilationControlArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Pressurization Control Artifact Function"@en . @@ -3396,8 +3397,8 @@ cco:PressurizationControlArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PrimaryCellElectricBattery cco:PrimaryCellElectricBattery rdf:type owl:Class ; rdfs:subClassOf cco:ElectricBattery ; - cco:alternative_label "Primary Cell Battery"@en ; - cco:definition "A Electric Battery that is designed for one-time use and not to be recharged."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Primary_cell&oldid=1047226932"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Primary Cell Electric Battery"@en . @@ -3406,7 +3407,7 @@ cco:PrimaryCellElectricBattery rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Prism cco:Prism rdf:type owl:Class ; rdfs:subClassOf cco:OpticalInstrument ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Prism&oldid=1060221124"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Prism"@en . @@ -3415,7 +3416,7 @@ cco:Prism rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ProjectileLauncher cco:ProjectileLauncher rdf:type owl:Class ; rdfs:subClassOf cco:Weapon ; - cco:definition "A Weapon that is designed to inflict damage or harm by means of launching a high-velocity projectile at a target."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Projectile&oldid=1062048285"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Projectile Launcher"@en . @@ -3424,8 +3425,8 @@ cco:ProjectileLauncher rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Propeller cco:Propeller rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:alternative_label "Propelling Screw"@en ; - cco:definition "A Material Artifact that is designed to convert rotary motion from an Engine or other mechanical Power Source into propulsive Force."@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:definition_source "https://en.wikipedia.org/wiki/Propeller_(aeronautics)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Propeller"@en . @@ -3434,8 +3435,8 @@ cco:Propeller rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PropellingNozzle cco:PropellingNozzle rdf:type owl:Class ; rdfs:subClassOf cco:Nozzle ; - cco:alternative_label "Jet Nozzle"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Propelling_nozzle&oldid=1061239812"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Propelling Nozzle"@en . @@ -3444,7 +3445,7 @@ cco:PropellingNozzle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionArtifactFunction cco:PropulsionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:MotionArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Propulsion Artifact Function"@en . @@ -3453,7 +3454,7 @@ cco:PropulsionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionControlSystem cco:PropulsionControlSystem rdf:type owl:Class ; rdfs:subClassOf cco:ControlSystem ; - cco:definition "A Control System that consists of control devices, displays, indicators, or modules designed to control a Propulsion System."@en ; + skos:definition "A Control System that consists of control devices, displays, indicators, or modules designed to control a Propulsion System."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Propulsion Control System"@en . @@ -3461,7 +3462,7 @@ cco:PropulsionControlSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionSystem cco:PropulsionSystem rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Propulsion System"@en . @@ -3470,7 +3471,7 @@ cco:PropulsionSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Prosthesis cco:Prosthesis rdf:type owl:Class ; rdfs:subClassOf cco:MedicalArtifact ; - cco:definition "A Medical Artifact that is designed to replace a missing body part."@en ; + skos:definition "A Medical Artifact that is designed to replace a missing body part."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Prosthesis"@en . @@ -3479,7 +3480,7 @@ cco:Prosthesis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ProstheticArm cco:ProstheticArm rdf:type owl:Class ; rdfs:subClassOf cco:Prosthesis ; - cco:definition "A Prosthesis that is designed to replace a missing arm."@en ; + skos:definition "A Prosthesis that is designed to replace a missing arm."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Prosthetic Arm"@en . @@ -3488,7 +3489,7 @@ cco:ProstheticArm rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ProstheticFoot cco:ProstheticFoot rdf:type owl:Class ; rdfs:subClassOf cco:Prosthesis ; - cco:definition "A Prosthesis that is designed to replace a missing foot."@en ; + skos:definition "A Prosthesis that is designed to replace a missing foot."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Prosthetic Foot"@en . @@ -3497,7 +3498,7 @@ cco:ProstheticFoot rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ProstheticHand cco:ProstheticHand rdf:type owl:Class ; rdfs:subClassOf cco:Prosthesis ; - cco:definition "A Prosthesis that is designed to replace a missing hand."@en ; + skos:definition "A Prosthesis that is designed to replace a missing hand."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Prosthetic Hand"@en . @@ -3506,7 +3507,7 @@ cco:ProstheticHand rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ProstheticLeg cco:ProstheticLeg rdf:type owl:Class ; rdfs:subClassOf cco:Prosthesis ; - cco:definition "A Prosthesis that is designed to replace a missing leg."@en ; + skos:definition "A Prosthesis that is designed to replace a missing leg."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Prosthetic Leg"@en . @@ -3515,8 +3516,8 @@ cco:ProstheticLeg rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PublicAddressSystem cco:PublicAddressSystem rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationSystem ; - cco:alternative_label "PA System"@en ; - cco:definition "A Communication System that is designed to allow a Person to speak to a large audience."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Public_address_system&oldid=1059177344"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Public Address System"@en . @@ -3525,7 +3526,7 @@ cco:PublicAddressSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyArtifactFunction cco:PublicSafetyArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Public Safety Artifact Function"@en . @@ -3534,9 +3535,9 @@ cco:PublicSafetyArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PulsejetEngine cco:PulsejetEngine rdf:type owl:Class ; rdfs:subClassOf cco:AirBreathingJetEngine ; - cco:alternative_label "Pulse Jet"@en , + skos:altLabel "Pulse Jet"@en , "Pulsejet"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Pulsejet&oldid=1050473545"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Pulsejet Engine"@en . @@ -3545,7 +3546,7 @@ cco:PulsejetEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Pump cco:Pump rdf:type owl:Class ; rdfs:subClassOf cco:FluidControlArtifact ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Pump"@en . @@ -3553,7 +3554,7 @@ cco:Pump rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/QRCode cco:QRCode rdf:type owl:Class ; rdfs:subClassOf cco:TwoDimensionalBarCode ; - cco:definition "A Two-Dimensional Barcode that consists of numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "QR Code"@en . @@ -3569,7 +3570,7 @@ cco:QualitySpecification rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco:definition "A Directive Information Content Entity that prescribes some Quality."@en ; + skos:definition "A Directive Information Content Entity that prescribes some Quality."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Quality Specification"@en . @@ -3577,7 +3578,7 @@ cco:QualitySpecification rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadarImagingArtifactFunction cco:RadarImagingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ImagingArtifactFunction ; - cco:definition "An Imaging Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities using radio waves."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radar Imaging Artifact Function"@en . @@ -3585,7 +3586,7 @@ cco:RadarImagingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioAntenna cco:RadioAntenna rdf:type owl:Class ; rdfs:subClassOf cco:BidirectionalTransducer ; - cco:definition "A Bidirectional Transducer that is designed to convert electric power into radio waves, and radio waves into electric power."@en ; + skos:definition "A Bidirectional Transducer that is designed to convert electric power into radio waves, and radio waves into electric power."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Antenna_(radio)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Antenna"@en . @@ -3594,7 +3595,7 @@ cco:RadioAntenna rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationArtifactFunction cco:RadioCommunicationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticCommunicationArtifactFunction ; - cco:definition "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of radio waves."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Communication Artifact Function"@en . @@ -3603,7 +3604,7 @@ cco:RadioCommunicationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationInstrument cco:RadioCommunicationInstrument rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationInstrument ; - cco:definition "A Communication Instrument that is designed to enable communication between two or more entities via the use of radio waves."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Communication Instrument"@en . @@ -3611,7 +3612,7 @@ cco:RadioCommunicationInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationInterferenceArtifactFunction cco:RadioCommunicationInterferenceArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationInterferenceArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Communication Interference Artifact Function"@en . @@ -3619,7 +3620,7 @@ cco:RadioCommunicationInterferenceArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationReceptionArtifactFunction cco:RadioCommunicationReceptionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationReceptionArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Communication Reception Artifact Function"@en . @@ -3627,7 +3628,7 @@ cco:RadioCommunicationReceptionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationRelayArtifactFunction cco:RadioCommunicationRelayArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationRelayArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Communication Relay Artifact Function"@en . @@ -3635,7 +3636,7 @@ cco:RadioCommunicationRelayArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioReceiver cco:RadioReceiver rdf:type owl:Class ; rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Radio_receiver&oldid=1060111342"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Receiver"@en . @@ -3644,7 +3645,7 @@ cco:RadioReceiver rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioRepeater cco:RadioRepeater rdf:type owl:Class ; rdfs:subClassOf cco:RadioTransceiver ; - cco:definition "A Radio Transceiver that is designed to receive a radio signal, amplify it, and retransmit it (often on another frequency)."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Repeater&oldid=1040047439"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Repeater"@en . @@ -3653,7 +3654,7 @@ cco:RadioRepeater rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioTelescope cco:RadioTelescope rdf:type owl:Class ; rdfs:subClassOf cco:Telescope ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Radio_telescope&oldid=1052819190"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 ; @@ -3663,7 +3664,7 @@ cco:RadioTelescope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioTransceiver cco:RadioTransceiver rdf:type owl:Class ; rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Transceiver&oldid=1058453736"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Transceiver"@en . @@ -3672,7 +3673,7 @@ cco:RadioTransceiver rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioTransmitter cco:RadioTransmitter rdf:type owl:Class ; rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Transmitter&oldid=1061735586"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Transmitter"@en . @@ -3681,8 +3682,8 @@ cco:RadioTransmitter rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioTransponder cco:RadioTransponder rdf:type owl:Class ; rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco:alternative_label "Transmitter-Responder"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Transponder"@en . @@ -3690,7 +3691,7 @@ cco:RadioTransponder rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioWaveConversionArtifactFunction cco:RadioWaveConversionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Wave Conversion Artifact Function"@en . @@ -3698,7 +3699,7 @@ cco:RadioWaveConversionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadiologicalWeapon cco:RadiologicalWeapon rdf:type owl:Class ; rdfs:subClassOf cco:Weapon ; - cco:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing radioactive material."@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing radioactive material."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Radiological_warfare&oldid=1060817328"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radiological Weapon"@en . @@ -3707,7 +3708,7 @@ cco:RadiologicalWeapon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RailTransportVehicle cco:RailTransportVehicle rdf:type owl:Class ; rdfs:subClassOf cco:GroundVehicle ; - cco:definition "A Ground Vehicle that is designed to convey cargo, passengers, or equipment by Railway."@en ; + skos:definition "A Ground Vehicle that is designed to convey cargo, passengers, or equipment by Railway."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Rail Transport Vehicle"@en . @@ -3716,7 +3717,7 @@ cco:RailTransportVehicle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Railcar cco:Railcar rdf:type owl:Class ; rdfs:subClassOf cco:RailTransportVehicle ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Railcar&oldid=1063519348"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:comment "In American-English, the term 'Railcar' is often used in a broader sense that is interchangeable with 'Railroad Car'."@en ; @@ -3726,7 +3727,7 @@ cco:Railcar rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Railway cco:Railway rdf:type owl:Class ; rdfs:subClassOf cco:LandTransportationArtifact ; - cco:definition "A Land Transportation Artifact that is designed to enable Trains to transport passengers and goods."@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Trains to transport passengers and goods."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Railway"@en . @@ -3735,8 +3736,8 @@ cco:Railway rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RailwayCrossing cco:RailwayCrossing rdf:type owl:Class ; rdfs:subClassOf cco:LandTransportationArtifact ; - cco:alternative_label "Level Crossing"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Railway Crossing"@en . @@ -3744,7 +3745,7 @@ cco:RailwayCrossing rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RailwayJunction cco:RailwayJunction rdf:type owl:Class ; rdfs:subClassOf cco:LandTransportationArtifact ; - cco:definition "A Land Transportation Artifact that is designed to enable a Train to switch between the tracks of two routes."@en ; + skos:definition "A Land Transportation Artifact that is designed to enable a Train to switch between the tracks of two routes."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Junction_(rail)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Railway Junction"@en . @@ -3753,8 +3754,8 @@ cco:RailwayJunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RamjetEngine cco:RamjetEngine rdf:type owl:Class ; rdfs:subClassOf cco:AirBreathingJetEngine ; - cco:alternative_label "Ramjet"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Ramjet&oldid=1062836331"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Ramjet Engine"@en . @@ -3763,7 +3764,7 @@ cco:RamjetEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RandomWireAntenna cco:RandomWireAntenna rdf:type owl:Class ; rdfs:subClassOf cco:WireAntenna ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Random_wire_antenna&oldid=1058546356"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Random Wire Antenna"@en . @@ -3772,7 +3773,7 @@ cco:RandomWireAntenna rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ReactantArtifactFunction cco:ReactantArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Reagent&oldid=1017651471"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Reactant Artifact Function"@en . @@ -3781,8 +3782,8 @@ cco:ReactantArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ReactionEngine cco:ReactionEngine rdf:type owl:Class ; rdfs:subClassOf cco:Engine ; - cco:alternative_label "Reaction Motor"@en ; - cco:definition "An Engine that provides propulsion by expelling Reaction Mass."@en ; + skos:altLabel "Reaction Motor"@en ; + skos:definition "An Engine that provides propulsion by expelling Reaction Mass."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Reaction_engine&oldid=1046981784"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Reaction Engine"@en . @@ -3791,8 +3792,8 @@ cco:ReactionEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ReactionMass cco:ReactionMass rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000040 ; - cco:alternative_label "Working Mass"@en ; - cco:definition "A Material Entity against which a Propulsion System operates in order to produce Acceleration."@en ; + skos:altLabel "Working Mass"@en ; + skos:definition "A Material Entity against which a Propulsion System operates in order to produce Acceleration."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Working_mass&oldid=1057126114"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Reaction Mass"@en . @@ -3801,7 +3802,7 @@ cco:ReactionMass rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ReciprocatingSteamEngine cco:ReciprocatingSteamEngine rdf:type owl:Class ; rdfs:subClassOf cco:SteamEngine ; - cco:definition "A Steam Engine that is designed to use one or more reciprocating pistons to convert pressure into a rotating motion."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Reciprocating_engine&oldid=1057783145"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Reciprocating Steam Engine"@en . @@ -3810,7 +3811,7 @@ cco:ReciprocatingSteamEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RecordingDevice cco:RecordingDevice rdf:type owl:Class ; rdfs:subClassOf cco:InformationProcessingArtifact ; - cco:definition "An Information Processing Artifact that is designed to capture some information and store it in some recording format on some storage medium."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Record&oldid=1062776450"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Recording Device"@en . @@ -3819,9 +3820,9 @@ cco:RecordingDevice rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ReflectingOpticalTelescope cco:ReflectingOpticalTelescope rdf:type owl:Class ; rdfs:subClassOf cco:OpticalTelescope ; - cco:alternative_label "Reflecting Telescope"@en , + skos:altLabel "Reflecting Telescope"@en , "Reflector"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Reflecting_telescope&oldid=1062982683"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Reflecting Optical Telescope"@en . @@ -3830,7 +3831,7 @@ cco:ReflectingOpticalTelescope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ReflectionArtifactFunction cco:ReflectionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Reflection Artifact Function"@en . @@ -3838,7 +3839,7 @@ cco:ReflectionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ReflectivePrism cco:ReflectivePrism rdf:type owl:Class ; rdfs:subClassOf cco:Prism ; - cco:definition "A Prism designed to reflect light in order to flip, invert, rotate, deviate, or displace a beam of light entering the 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Reflective Prism"@en . @@ -3846,9 +3847,9 @@ cco:ReflectivePrism rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RefractingOpticalTelescope cco:RefractingOpticalTelescope rdf:type owl:Class ; rdfs:subClassOf cco:OpticalTelescope ; - cco:alternative_label "Refracting Telescope"@en , + skos:altLabel "Refracting Telescope"@en , "Refractor"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Refracting_telescope&oldid=1059975066"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Refracting Optical Telescope"@en . @@ -3857,7 +3858,7 @@ cco:RefractingOpticalTelescope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RefractionArtifactFunction cco:RefractionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Refraction Artifact Function"@en . @@ -3865,7 +3866,7 @@ cco:RefractionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ReligiousArtifactFunction cco:ReligiousArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes related to worship and prayer."@en ; + skos:definition "A Service Artifact Function that is realized in processes related to worship and prayer."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Religious Artifact Function"@en . @@ -3874,7 +3875,7 @@ cco:ReligiousArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Report cco:Report rdf:type owl:Class ; rdfs:subClassOf cco:Document ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Report"@en . @@ -3883,7 +3884,7 @@ cco:Report rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ResearchAndDevelopmentArtifactFunction cco:ResearchAndDevelopmentArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes of producing new knowledge or of devising new applications of existing knowledge."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Research_and_development&oldid=1062181110"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Research and Development Artifact Function"@en . @@ -3892,7 +3893,7 @@ cco:ResearchAndDevelopmentArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ResearchArtifactFunction cco:ResearchArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Research Artifact Function"@en . @@ -3900,7 +3901,7 @@ cco:ResearchArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialArtifactFunction cco:ResidentialArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes of residing in a dwelling or home."@en ; + skos:definition "A Service Artifact Function that is realized in processes of residing in a dwelling or home."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Residential Artifact Function"@en . @@ -3909,7 +3910,7 @@ cco:ResidentialArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ResistanceArtifactFunction cco:ResistanceArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalArtifactFunction ; - cco:definition "An Electrical Artifact Function that is realized in processes in which an Artifact opposes the flow of an electric current."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Electrical_resistivity_and_conductivity&oldid=1063749049"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Electrical Resistance Artifact Function"@en . @@ -3918,9 +3919,9 @@ cco:ResistanceArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Resource cco:Resource rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000002 ; - cco: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 ; - cco:elucidation "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:example_of_usage "a group of interns" , + 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: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 ; + skos:example "a group of interns" , "a knowledge base" , "a plot of land" , "a software program" , @@ -3934,7 +3935,7 @@ cco:Resource rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RetailArtifactFunction cco:RetailArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Retail Artifact Function"@en . @@ -3943,7 +3944,7 @@ cco:RetailArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Revolver cco:Revolver rdf:type owl:Class ; rdfs:subClassOf cco:HandGun ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Revolver&oldid=1060461644"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Revolver"@en . @@ -3952,7 +3953,7 @@ cco:Revolver rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RhombicAntenna cco:RhombicAntenna rdf:type owl:Class ; rdfs:subClassOf cco:WireAntenna ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Rhombic_antenna&oldid=1057114456"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Rhombic Antenna"@en . @@ -3961,7 +3962,7 @@ cco:RhombicAntenna rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Rifle cco:Rifle rdf:type owl:Class ; rdfs:subClassOf cco:LongGun ; - cco:definition "A Long Gun that is designed to have a rifled barrel and to fire single Bullets over long ranges with high accuracy."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Rifle&oldid=1056172452"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Rifle"@en . @@ -3970,7 +3971,7 @@ cco:Rifle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Road cco:Road rdf:type owl:Class ; rdfs:subClassOf cco:LandTransportationArtifact ; - cco:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel from one location to another."@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel from one location to another."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Road&oldid=1063402841" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Road"@en . @@ -3979,7 +3980,7 @@ cco:Road rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RoadJunction cco:RoadJunction rdf:type owl:Class ; rdfs:subClassOf cco:LandTransportationArtifact ; - cco:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to exit one Road and enter another."@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to exit one Road and enter another."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Junction_(road)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Road Junction"@en . @@ -3988,7 +3989,7 @@ cco:RoadJunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Rocket cco:Rocket rdf:type owl:Class ; rdfs:subClassOf cco:Vehicle ; - cco:definition "A Vehicle that is designed to travel through air or space and which obtains Thrust from a Rocket Engine."@en ; + skos:definition "A Vehicle that is designed to travel through air or space and which obtains Thrust from a Rocket Engine."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rocket&oldid=1063307477"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Rocket"@en . @@ -3997,8 +3998,8 @@ cco:Rocket rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RocketEngine cco:RocketEngine rdf:type owl:Class ; rdfs:subClassOf cco:JetEngine ; - cco:alternative_label "Thruster"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Rocket_engine&oldid=1063879464"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 ; @@ -4008,7 +4009,7 @@ cco:RocketEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RocketLauncher cco:RocketLauncher rdf:type owl:Class ; rdfs:subClassOf cco:ProjectileLauncher ; - cco:definition "A Projectile Launcher that is designed to launch one or more Unguided Rockets."@en ; + skos:definition "A Projectile Launcher that is designed to launch one or more Unguided Rockets."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rocket_launcher&oldid=1049900727"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Rocket Launcher"@en . @@ -4017,7 +4018,7 @@ cco:RocketLauncher rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RocketPod cco:RocketPod rdf:type owl:Class ; rdfs:subClassOf cco:RocketLauncher ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Rocket Pod"@en . @@ -4026,7 +4027,7 @@ cco:RocketPod rdf:type owl:Class ; cco:RocketPropelledGrenade rdf:type owl:Class ; rdfs:subClassOf cco:UnguidedRocket ; cco:acronym "RPG" ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Rocket-propelled_grenade&oldid=1063641548"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Rocket-Propelled Grenade"@en . @@ -4035,7 +4036,7 @@ cco:RocketPropelledGrenade rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RoundShot cco:RoundShot rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfAmmunition ; - cco:definition "A Portion of Ammunition that is designed to be a solid projectile without explosive charge and to be fired from a cannon."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Round_shot&oldid=1062790260"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Round Shot"@en . @@ -4044,7 +4045,7 @@ cco:RoundShot rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SatelliteArtifact cco:SatelliteArtifact rdf:type owl:Class ; rdfs:subClassOf cco:Spacecraft ; - cco:definition "A Spacecraft that is designed to Orbit a Space Object (typically Earth)."@en ; + skos:definition "A Spacecraft that is designed to Orbit a Space Object (typically Earth)."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Satellite Artifact"@en . @@ -4052,9 +4053,9 @@ cco:SatelliteArtifact rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ScramjetEngine cco:ScramjetEngine rdf:type owl:Class ; rdfs:subClassOf cco:AirBreathingJetEngine ; - cco:alternative_label "Scramjet"@en , + skos:altLabel "Scramjet"@en , "Supersonic Combusting Ramjet"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Scramjet&oldid=1062429697"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Scramjet Engine"@en . @@ -4063,9 +4064,9 @@ cco:ScramjetEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SecondaryCellElectricBattery cco:SecondaryCellElectricBattery rdf:type owl:Class ; rdfs:subClassOf cco:ElectricBattery ; - cco:alternative_label "Rechargeable Battery"@en , + skos:altLabel "Rechargeable Battery"@en , "Secondary Cell Battery"@en ; - cco:definition "An Electric Battery that is designed to be recharged."@en ; + skos:definition "An Electric Battery that is designed to be recharged."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rechargeable_battery&oldid=1064096406"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Secondary Cell Electric Battery"@en . @@ -4074,7 +4075,7 @@ cco:SecondaryCellElectricBattery rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SemiAutomaticPistol cco:SemiAutomaticPistol rdf:type owl:Class ; rdfs:subClassOf cco:HandGun ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Semi-automatic_pistol&oldid=1058568715"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Semi-automatic Pistol"@en . @@ -4083,7 +4084,7 @@ cco:SemiAutomaticPistol rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Sensor cco:Sensor rdf:type owl:Class ; rdfs:subClassOf cco:Transducer ; - cco:definition "A Transducer that is designed to convert incoming energy into a output signal which reliably corresponds to changes in that energy."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Sensor"@en . @@ -4092,7 +4093,7 @@ cco:Sensor rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SensorArtifactFunction cco:SensorArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Sensor Artifact Function"@en . @@ -4101,7 +4102,7 @@ cco:SensorArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SensorDeploymentArtifactFunction cco:SensorDeploymentArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Sensor Deployment Artifact Function"@en . @@ -4113,7 +4114,7 @@ cco:SensorModalityFunction rdf:type owl:Class ; owl:onProperty obo:BFO_0000197 ; owl:someValuesFrom cco:Sensor ] ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Sensor Modality Function"@en . @@ -4121,7 +4122,7 @@ cco:SensorModalityFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SensorPlatform cco:SensorPlatform rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to support, and in some cases transport, a Sensor during its deployment and functioning."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Sensor Platform"@en . @@ -4129,7 +4130,7 @@ cco:SensorPlatform rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ServiceArtifactFunction cco:ServiceArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in a process of providing intangible goods to consumers."@en ; + skos:definition "An Artifact Function that is realized in a process of providing intangible goods to consumers."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Goods_and_services&oldid=1063137197"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Service Artifact Function"@en . @@ -4138,7 +4139,7 @@ cco:ServiceArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Shaft cco:Shaft rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to rotate and transmit Torque, Power, or Rotational Motion from one machine element to another."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Shaft&oldid=1023963656"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 ; @@ -4148,7 +4149,7 @@ cco:Shaft rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Shell cco:Shell rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfAmmunition ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/wiki/Shell_(projectile)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Shell"@en . @@ -4157,7 +4158,7 @@ cco:Shell rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Shotgun cco:Shotgun rdf:type owl:Class ; rdfs:subClassOf cco:LongGun ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Shotgun&oldid=1062571691"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Shotgun"@en . @@ -4166,7 +4167,7 @@ cco:Shotgun rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ShouldFiredRocketLauncher cco:ShouldFiredRocketLauncher rdf:type owl:Class ; rdfs:subClassOf cco:RocketLauncher ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Shoulder-Fired Rocket Launcher"@en . @@ -4174,7 +4175,7 @@ cco:ShouldFiredRocketLauncher rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SignalDetectionArtifactFunction cco:SignalDetectionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1049765804"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Signal Detection Artifact Function"@en . @@ -4183,7 +4184,7 @@ cco:SignalDetectionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SignalProcessingArtifactFunction cco:SignalProcessingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en ; + skos:definition "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Signal_processing&oldid=1062720685"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Signal Processing Artifact Function"@en . @@ -4192,7 +4193,7 @@ cco:SignalProcessingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SimpleOpticalLens cco:SimpleOpticalLens rdf:type owl:Class ; rdfs:subClassOf cco:OpticalLens ; - cco:definition "An Optical Lens consisting of a single piece of transparent material."@en ; + skos:definition "An Optical Lens consisting of a single piece of transparent material."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Simple Optical Lens"@en . @@ -4200,7 +4201,7 @@ cco:SimpleOpticalLens rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SniperRifle cco:SniperRifle rdf:type owl:Class ; rdfs:subClassOf cco:Rifle ; - cco:definition "A Rifle that is designed to be highly accurate for long-range precision tactical shooting."@en ; + skos:definition "A Rifle that is designed to be highly accurate for long-range precision tactical shooting."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Sniper_rifle&oldid=1061592308"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Sniper Rifle"@en . @@ -4209,7 +4210,7 @@ cco:SniperRifle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SolarPanel cco:SolarPanel rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalPowerSource ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; @@ -4219,9 +4220,9 @@ cco:SolarPanel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SolarPanelSystem cco:SolarPanelSystem rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalPowerSource ; - cco:alternative_label "Photovoltaic System"@en , + skos:altLabel "Photovoltaic System"@en , "Solar Array"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Photovoltaic_system&oldid=1063366598"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Solar Panel System"@en . @@ -4230,7 +4231,7 @@ cco:SolarPanelSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SolventArtifactFunction cco:SolventArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Solvent&oldid=1062572314"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Solvent Artifact Function"@en . @@ -4239,7 +4240,7 @@ cco:SolventArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Spacecraft cco:Spacecraft rdf:type owl:Class ; rdfs:subClassOf cco:Vehicle ; - cco:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by Spaceflight."@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by Spaceflight."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Spacecraft&oldid=1062102614"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Spacecraft"@en . @@ -4248,7 +4249,7 @@ cco:Spacecraft rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SparkIgnitionEngine cco:SparkIgnitionEngine rdf:type owl:Class ; rdfs:subClassOf cco:InternalCombustionEngine ; - cco:definition "An Internal Combustion Engine that is designed to operate by generating a spark to ignite a portion of Fuel and Oxidizer mixture."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Spark Ignition Engine"@en . @@ -4256,7 +4257,7 @@ cco:SparkIgnitionEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SparkIgnitionSystem cco:SparkIgnitionSystem rdf:type owl:Class ; rdfs:subClassOf cco:IgnitionSystem ; - cco:definition "An Ignition System that is designed to produce a spark in order to initiate an Ignition process."@en ; + skos:definition "An Ignition System that is designed to produce a spark in order to initiate an Ignition process."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Spark Ignition System"@en . @@ -4264,7 +4265,7 @@ cco:SparkIgnitionSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SpeedArtifactFunction cco:SpeedArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:MotionArtifactFunction ; - cco:definition "A Motion Artifact Function that is realized in some process in which its bearer has some speed."@en ; + skos:definition "A Motion Artifact Function that is realized in some process in which its bearer has some speed."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Speed Artifact Function"@en . @@ -4272,7 +4273,7 @@ cco:SpeedArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SpeedMeasurementArtifactFunction cco:SpeedMeasurementArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Speed Measurement Artifact Function"@en . @@ -4280,7 +4281,7 @@ cco:SpeedMeasurementArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SprayNozzle cco:SprayNozzle rdf:type owl:Class ; rdfs:subClassOf cco:Nozzle ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Spray Nozzle"@en . @@ -4288,7 +4289,7 @@ cco:SprayNozzle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Spreadsheet cco:Spreadsheet rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco:definition "An Information Bearing Artifact that is designed to bear some Information Content Entity in an interactive, tabular form."@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some Information Content Entity in an interactive, tabular form."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Spreadsheet"@en . @@ -4297,7 +4298,7 @@ cco:Spreadsheet rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SteamEngine cco:SteamEngine rdf:type owl:Class ; rdfs:subClassOf cco:ExternalCombustionEngine ; - cco:definition "An External Combustion Engine that is designed to use steam as its working fluid."@en ; + skos:definition "An External Combustion Engine that is designed to use steam as its working fluid."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Steam_engine&oldid=1064097686"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Steam Engine"@en . @@ -4306,7 +4307,7 @@ cco:SteamEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SteeringControlSystem cco:SteeringControlSystem rdf:type owl:Class ; rdfs:subClassOf cco:VehicleControlSystem ; - cco:definition "A Vehicle Control System that is designed to control the direction some Vehicle is traveling."@en ; + skos:definition "A Vehicle Control System that is designed to control the direction some Vehicle is traveling."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Steering Control System"@en . @@ -4314,7 +4315,7 @@ cco:SteeringControlSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StirlingEngine cco:StirlingEngine rdf:type owl:Class ; rdfs:subClassOf cco:ExternalCombustionEngine ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Stirling_engine&oldid=1061164490"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Stirling Engine"@en . @@ -4323,7 +4324,7 @@ cco:StirlingEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Stock cco:Stock rdf:type owl:Class ; rdfs:subClassOf cco:FinancialInstrument ; - cco:definition "A Financial Instrument that entitles holders to an ownership interest (equity) in the specified Incorporated Organization."@en ; + skos:definition "A Financial Instrument that entitles holders to an ownership interest (equity) in the specified Incorporated Organization."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Stock&oldid=1064040249"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Stock"@en . @@ -4332,7 +4333,7 @@ cco:Stock rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StockCertificate cco:StockCertificate rdf:type owl:Class ; rdfs:subClassOf cco:Stock ; - cco:definition "Stock that consists of a Certificate."@en ; + skos:definition "Stock that consists of a Certificate."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Stock Certificate"@en . @@ -4340,7 +4341,7 @@ cco:StockCertificate rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StructuralSupportArtifactFunction cco:StructuralSupportArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized by an Artifact providing physical support to another object."@en ; + skos:definition "An Artifact Function that is realized by an Artifact providing physical support to another object."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Structural Support Artifact Function"@en . @@ -4348,7 +4349,7 @@ cco:StructuralSupportArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SubmachineGun cco:SubmachineGun rdf:type owl:Class ; rdfs:subClassOf cco:LongGun ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Submachine_gun&oldid=1063939013"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Submachine Gun"@en . @@ -4357,7 +4358,7 @@ cco:SubmachineGun rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SubmersibleArtifactFunction cco:SubmersibleArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes of operating while submerged in water."@en ; + skos:definition "An Artifact Function that is realized in processes of operating while submerged in water."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Submersible&oldid=1062994844"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Submersible Artifact Function"@en . @@ -4366,8 +4367,8 @@ cco:SubmersibleArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SubmillimeterWavelengthRadioTelescope cco:SubmillimeterWavelengthRadioTelescope rdf:type owl:Class ; rdfs:subClassOf cco:RadioTelescope ; - cco:alternative_label "Microwave Telescope"@en ; - cco: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 ; + 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:definition_source "http://kp12m.as.arizona.edu/docs/what_is_submillimeter.htm, https://en.wikipedia.org/wiki/Submillimetre_astronomy" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 ; @@ -4377,7 +4378,7 @@ cco:SubmillimeterWavelengthRadioTelescope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SurfactantArtifactFunction cco:SurfactantArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:EmulsifierArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Surfactant&oldid=1063693411"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Surfactant Artifact Function"@en . @@ -4386,7 +4387,7 @@ cco:SurfactantArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SwitchArtifactFunction cco:SwitchArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Switch&oldid=1059685800"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Switch Artifact Function"@en . @@ -4395,7 +4396,7 @@ cco:SwitchArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SyntheticApertureRadarImagingArtifactFunction cco:SyntheticApertureRadarImagingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:RadarImagingArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Synthetic Aperture Radar Imaging Artifact Function"@en . @@ -4403,7 +4404,7 @@ cco:SyntheticApertureRadarImagingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SystemClock cco:SystemClock rdf:type owl:Class ; rdfs:subClassOf cco:TimekeepingInstrument ; - cco: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 ; + 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:definition_source "http://www.thefreedictionary.com/system+clock" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "System Clock"@en . @@ -4412,7 +4413,7 @@ cco:SystemClock rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SystemRole cco:SystemRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; - cco: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 ; + 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:definition_source "https://www.incose.org/about-systems-engineering/system-and-se-definition/general-system-definition"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "System Role"@en . @@ -4421,7 +4422,7 @@ cco:SystemRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Tank cco:Tank rdf:type owl:Class ; rdfs:subClassOf cco:ArmoredFightingVehicle ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Tank&oldid=1060527612"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 ; @@ -4431,9 +4432,9 @@ cco:Tank rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationEndpoint cco:TelecommunicationEndpoint rdf:type owl:Class ; rdfs:subClassOf cco:TelecommunicationNetworkNode ; - cco:definition "A Telecommunication Network Node that connects a Telecommunication Terminal to a Telecommunication Network."@en ; + skos:definition "A Telecommunication Network Node that connects a Telecommunication Terminal to a Telecommunication Network."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Communication_endpoint&oldid=1020569501"^^xsd:anyURI ; - cco:elucidation "A Telecommunication Terminal is an end user device such as a Telephone, fax machine, or Computer."@en ; + skos:scopeNote "A Telecommunication Terminal is an end user device such as a Telephone, fax machine, or Computer."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telecommunication Endpoint"@en . @@ -4441,7 +4442,7 @@ cco:TelecommunicationEndpoint rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationInfrastructure cco:TelecommunicationInfrastructure rdf:type owl:Class ; rdfs:subClassOf cco:Infrastructure ; - cco:definition "An Infrastructure System that is designed to support the use of Telecommunication Instruments to communicate."@en ; + skos:definition "An Infrastructure System that is designed to support the use of Telecommunication Instruments to communicate."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Category:Telecommunications_infrastructure&oldid=989151314"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telecommunication Infrastructure"@en . @@ -4450,7 +4451,7 @@ cco:TelecommunicationInfrastructure rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationInstrument cco:TelecommunicationInstrument rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationInstrument ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telecommunication Instrument"@en . @@ -4458,7 +4459,7 @@ cco:TelecommunicationInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationNetwork cco:TelecommunicationNetwork rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationSystem ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telecommunication Network"@en . @@ -4467,7 +4468,7 @@ cco:TelecommunicationNetwork rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationNetworkLine cco:TelecommunicationNetworkLine rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationInstrument ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications_link&oldid=1062252217"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telecommunication Network Line"@en . @@ -4480,7 +4481,7 @@ cco:TelecommunicationNetworkNode rdf:type owl:Class ; owl:onProperty obo:BFO_0000176 ; owl:someValuesFrom cco:TelecommunicationNetwork ] ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/wiki/Node_(networking)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telecommunication Network Node"@en . @@ -4489,7 +4490,7 @@ cco:TelecommunicationNetworkNode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationSwitchingNode cco:TelecommunicationSwitchingNode rdf:type owl:Class ; rdfs:subClassOf cco:TelecommunicationNetworkNode ; - cco:definition "A Telecommunication Network Node that is capable of redirecting a communication transmission to another Telecommunication Network Node."@en ; + skos:definition "A Telecommunication Network Node that is capable of redirecting a communication transmission to another Telecommunication Network Node."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telecommunication Switching Node"@en . @@ -4498,8 +4499,8 @@ cco:TelecommunicationSwitchingNode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Telephone cco:Telephone rdf:type owl:Class ; rdfs:subClassOf cco:TelecommunicationInstrument ; - cco:alternative_label "Phone"@en ; - cco:definition "A Telecommunication Instrument that is designed to provide point-to-point communication between agents by means of audio messages."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telephone"@en . @@ -4508,8 +4509,8 @@ cco:Telephone rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneLine cco:TelephoneLine rdf:type owl:Class ; rdfs:subClassOf cco:TelecommunicationNetworkLine ; - cco:alternative_label "Telephone Circuit"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telephone Line"@en . @@ -4518,7 +4519,7 @@ cco:TelephoneLine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneNetwork cco:TelephoneNetwork rdf:type owl:Class ; rdfs:subClassOf cco:TelecommunicationNetwork ; - cco:definition "A Telecommunication Network that is designed to allow telephone calls to be made between two or more parties connected to the 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:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telephone Network"@en . @@ -4527,7 +4528,7 @@ cco:TelephoneNetwork rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneSubscriberLine cco:TelephoneSubscriberLine rdf:type owl:Class ; rdfs:subClassOf cco:TelephoneLine ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telephone Subscriber Line"@en . @@ -4536,7 +4537,7 @@ cco:TelephoneSubscriberLine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Telescope cco:Telescope rdf:type owl:Class ; rdfs:subClassOf cco:ImagingInstrument ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Telescope"@en . @@ -4545,7 +4546,7 @@ cco:Telescope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TemperatureMeasurementArtifactFunction cco:TemperatureMeasurementArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Temperature Measurement Artifact Function"@en . @@ -4553,7 +4554,7 @@ cco:TemperatureMeasurementArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TerminalBoard cco:TerminalBoard rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Electrical_connector&oldid=1061247409"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Terminal Board"@en . @@ -4562,7 +4563,7 @@ cco:TerminalBoard rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalControlArtifactFunction cco:ThermalControlArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Thermal Control Artifact Function"@en . @@ -4570,7 +4571,7 @@ cco:ThermalControlArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalImagingArtifactFunction cco:ThermalImagingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ImagingArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Thermal Imaging Artifact Function"@en . @@ -4578,7 +4579,7 @@ cco:ThermalImagingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalInsulationArtifactFunction cco:ThermalInsulationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ThermalControlArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Thermal_insulation&oldid=1059273300"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Thermal Insulation Artifact Function"@en . @@ -4587,7 +4588,7 @@ cco:ThermalInsulationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TimekeepingArtifactFunction cco:TimekeepingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Timekeeping Artifact Function"@en . @@ -4595,7 +4596,7 @@ cco:TimekeepingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TimekeepingInstrument cco:TimekeepingInstrument rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that is about some temporal region."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Timekeeper&oldid=1061681902"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Timekeeping Instrument"@en . @@ -4604,7 +4605,7 @@ cco:TimekeepingInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TitleDocument cco:TitleDocument rdf:type owl:Class ; rdfs:subClassOf cco:LegalInstrument ; - cco:definition "A Legal Instrument that is designed as evidence of ownership."@en ; + skos:definition "A Legal Instrument that is designed as evidence of ownership."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Title_(property)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Title Document"@en . @@ -4613,7 +4614,7 @@ cco:TitleDocument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Tool cco:Tool rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Tool&oldid=1061967184"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Tool"@en . @@ -4622,7 +4623,7 @@ cco:Tool rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Torpedo cco:Torpedo rdf:type owl:Class ; rdfs:subClassOf cco:PrecisionGuidedMissile ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Torpedo&oldid=1062609830"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Torpedo"@en . @@ -4631,7 +4632,7 @@ cco:Torpedo rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TorpedoTube cco:TorpedoTube rdf:type owl:Class ; rdfs:subClassOf cco:ProjectileLauncher ; - cco:definition "A Projectile Launcher that is designed to launch Torpedoes."@en ; + skos:definition "A Projectile Launcher that is designed to launch Torpedoes."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Torpedo_tube&oldid=1063672665"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Torpedo Tube"@en . @@ -4640,7 +4641,7 @@ cco:TorpedoTube rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Trail cco:Trail rdf:type owl:Class ; rdfs:subClassOf cco:LandTransportationArtifact ; - cco:definition "A Land Transportation Artifact that is designed to enable transport through rough country, such as a forest or moor."@en ; + skos:definition "A Land Transportation Artifact that is designed to enable transport through rough country, such as a forest or moor."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Trail&oldid=1056047142"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Trail"@en . @@ -4649,9 +4650,9 @@ cco:Trail rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Train cco:Train rdf:type owl:Class ; rdfs:subClassOf cco:RailTransportVehicle ; - cco:alternative_label "Railroad Train"@en , + skos:altLabel "Railroad Train"@en , "Railway Train"@en ; - cco:definition "A Rail Transport Vehicle that consists of a series of connected Train Cars or Railcars."@en ; + skos:definition "A Rail Transport Vehicle that consists of a series of connected Train Cars or Railcars."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Train&oldid=1064071492"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Train"@en . @@ -4660,8 +4661,8 @@ cco:Train rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TrainCar cco:TrainCar rdf:type owl:Class ; rdfs:subClassOf cco:RailTransportVehicle ; - cco:alternative_label "Railroad Car"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Railroad_car&oldid=1063802472"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Train Car"@en . @@ -4670,7 +4671,7 @@ cco:TrainCar rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Transcript cco:Transcript rdf:type owl:Class ; rdfs:subClassOf cco:Document ; - cco:definition "A Document that is designed to bear some specific Information Content Entity that was originally recorded in a different medium."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Transcript"@en . @@ -4679,7 +4680,7 @@ cco:Transcript rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Transducer cco:Transducer rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to convert one form of energy to another."@en ; + skos:definition "A Material Artifact that is designed to convert one form of energy to another."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Transducer"@en . @@ -4688,7 +4689,7 @@ cco:Transducer rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationArtifact cco:TransportationArtifact rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Transportation Artifact"@en . @@ -4696,7 +4697,7 @@ cco:TransportationArtifact rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationInfrastructure cco:TransportationInfrastructure rdf:type owl:Class ; rdfs:subClassOf cco:Infrastructure ; - cco: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 ; + 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:definition_source "http://www.cfr.org/infrastructure/transportation-infrastructure-moving-america/p18611" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Transportation Infrastructure"@en . @@ -4705,7 +4706,7 @@ cco:TransportationInfrastructure rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TrimTab cco:TrimTab rdf:type owl:Class ; rdfs:subClassOf cco:ControlSurface ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Trim_tab&oldid=1054550485"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Trim Tab"@en . @@ -4714,8 +4715,8 @@ cco:TrimTab rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TripleInertialNavigationSystem cco:TripleInertialNavigationSystem rdf:type owl:Class ; rdfs:subClassOf cco:InertialNavigationSystem ; - cco:alternative_label "Triple INS"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Triple Inertial Navigation System"@en . @@ -4723,7 +4724,7 @@ cco:TripleInertialNavigationSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Tripod cco:Tripod rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Tripod&oldid=1063988190"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Tripod"@en . @@ -4732,7 +4733,7 @@ cco:Tripod rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Truck cco:Truck rdf:type owl:Class ; rdfs:subClassOf cco:GroundMotorVehicle ; - cco:definition "A Ground Motor Vehicle that is designed to be used to transport cargo."@en ; + skos:definition "A Ground Motor Vehicle that is designed to be used to transport cargo."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Truck&oldid=1060924486"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; 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 ; @@ -4742,7 +4743,7 @@ cco:Truck rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Tunnel cco:Tunnel rdf:type owl:Class ; rdfs:subClassOf cco:LandTransportationArtifact ; - cco:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel underneath a surrounding soil, earth, or rock formation."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Tunnel&oldid=1062456881"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Tunnel"@en . @@ -4751,8 +4752,8 @@ cco:Tunnel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TurbineSteamEngine cco:TurbineSteamEngine rdf:type owl:Class ; rdfs:subClassOf cco:SteamEngine ; - cco:alternative_label "Steam Turbine"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Steam_turbine&oldid=1060224962"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Turbine Steam Engine"@en . @@ -4761,7 +4762,7 @@ cco:TurbineSteamEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TurbofanAirBreathingJetEngine cco:TurbofanAirBreathingJetEngine rdf:type owl:Class ; rdfs:subClassOf cco:AirBreathingJetEngine ; - cco:definition "An Air-Breathing Jet Engine that uses a Turbofan, which consists of a Turbine and a Fan."@en ; + skos:definition "An Air-Breathing Jet Engine that uses a Turbofan, which consists of a Turbine and a Fan."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Turbofan&oldid=1063724215"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Turbofan Air-Breathing Jet Engine"@en . @@ -4770,7 +4771,7 @@ cco:TurbofanAirBreathingJetEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TurbojetAirBreathingJetEngine cco:TurbojetAirBreathingJetEngine rdf:type owl:Class ; rdfs:subClassOf cco:AirBreathingJetEngine ; - cco:definition "An Air-Breathing Jet Engine that uses a Turbojet, which consists of a Turbine with a Propelling Nozzle."@en ; + skos:definition "An Air-Breathing Jet Engine that uses a Turbojet, which consists of a Turbine with a Propelling Nozzle."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Turbojet&oldid=1060948529"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Turbojet Air-Breathing Jet Engine"@en . @@ -4779,7 +4780,7 @@ cco:TurbojetAirBreathingJetEngine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalBarCode cco:TwoDimensionalBarCode rdf:type owl:Class ; rdfs:subClassOf cco:Barcode ; - cco:definition "A Barcode that is designed to bear lines of varying widths, spacing, height, and color that concretize some Directive Information Content Entity."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Two-Dimensional Barcode"@en . @@ -4787,7 +4788,7 @@ cco:TwoDimensionalBarCode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UPCABarcode cco:UPCABarcode rdf:type owl:Class ; rdfs:subClassOf cco:UPCBarcode ; - cco:definition "A UPC Barcode that consists of 12 numerical digits."@en ; + skos:definition "A UPC Barcode that consists of 12 numerical digits."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "UPC-A Barcode"@en . @@ -4795,7 +4796,7 @@ cco:UPCABarcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UPCBarcode cco:UPCBarcode rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalBarcode ; - cco:definition "A One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."@en ; + skos:definition "A One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "UPC Barcode"@en . @@ -4803,7 +4804,7 @@ cco:UPCBarcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UPCEBarcode cco:UPCEBarcode rdf:type owl:Class ; rdfs:subClassOf cco:UPCBarcode ; - cco:definition "A UPC Barcode that consists of 6 numerical digits."@en ; + skos:definition "A UPC Barcode that consists of 6 numerical digits."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "UPC-E Barcode"@en . @@ -4811,7 +4812,7 @@ cco:UPCEBarcode rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UltraHighFrequencyCommunicationInstrument cco:UltraHighFrequencyCommunicationInstrument rdf:type owl:Class ; rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some Ultra High Frequency."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Ultra High Frequency Communication Instrument"@en . @@ -4819,8 +4820,8 @@ cco:UltraHighFrequencyCommunicationInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UltravioletTelescope cco:UltravioletTelescope rdf:type owl:Class ; rdfs:subClassOf cco:Telescope ; - cco:alternative_label "UV Telescope"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Ultraviolet Telescope"@en . @@ -4828,8 +4829,8 @@ cco:UltravioletTelescope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UnguidedRocket cco:UnguidedRocket rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfAmmunition ; - cco:alternative_label "Rocket"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/wiki/Rocket_(weapon)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Unguided Rocket"@en . @@ -4838,7 +4839,7 @@ cco:UnguidedRocket rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Valve cco:Valve rdf:type owl:Class ; rdfs:subClassOf cco:FluidControlArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Valve&oldid=1048906126"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Valve"@en . @@ -4847,7 +4848,7 @@ cco:Valve rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Vehicle cco:Vehicle rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to facilitate the movement of material entities from one location to another by conveying them there."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Vehicle"@en . @@ -4856,8 +4857,8 @@ cco:Vehicle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleCompartment cco:VehicleCompartment rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:alternative_label "Compartment"@en ; - cco:definition "A Material Artifact that is designed to partition a Vehicle into subdivisions for various purposes."@en ; + skos:altLabel "Compartment"@en ; + skos:definition "A Material Artifact that is designed to partition a Vehicle into subdivisions for various purposes."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Vehicle Compartment"@en . @@ -4865,7 +4866,7 @@ cco:VehicleCompartment rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleControlSystem cco:VehicleControlSystem rdf:type owl:Class ; rdfs:subClassOf cco:ControlSystem ; - cco:definition "A Control System that is designed to enable some Agent to control some Vehicle."@en ; + skos:definition "A Control System that is designed to enable some Agent to control some Vehicle."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Vehicle Control System"@en . @@ -4873,7 +4874,7 @@ cco:VehicleControlSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleFrame cco:VehicleFrame rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco:definition "A Material Artifact that is designed to be the main supporting structure of some Vehicle."@en ; + skos:definition "A Material Artifact that is designed to be the main supporting structure of some Vehicle."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Vehicle_frame&oldid=1054003530"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Vehicle Frame"@en . @@ -4886,7 +4887,7 @@ cco:VehicleTrack rdf:type owl:Class ; owl:onProperty cco:has_spatial_part ; owl:someValuesFrom cco:VehicleTrackPoint ] ; - cco:definition "An Object Track for a Vehicle during some motion."@en ; + skos:definition "An Object Track for a Vehicle during some motion."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Vehicle Track"@en . @@ -4898,7 +4899,7 @@ cco:VehicleTrackPoint rdf:type owl:Class ; owl:onProperty cco:spatial_part_of ; owl:someValuesFrom cco:VehicleTrack ] ; - cco:definition "An Object Track Point that is where a Vehicle is or was located during some motion."@en ; + skos:definition "An Object Track Point that is where a Vehicle is or was located during some motion."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Vehicle Track Point"@en . @@ -4906,9 +4907,9 @@ cco:VehicleTrackPoint rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleTransmission cco:VehicleTransmission rdf:type owl:Class ; rdfs:subClassOf cco:PowerTransmissionArtifact ; - cco:alternative_label "Gearbox"@en , + skos:altLabel "Gearbox"@en , "Transmission"@en ; - cco:definition "A Power Transmission Artifact that is designed to vary the output speed and torque in a rotating power transfer system."@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:definition_source "https://en.wikipedia.org/wiki/Transmission_(mechanics)"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Vehicle Transmission"@en . @@ -4917,7 +4918,7 @@ cco:VehicleTransmission rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VentilationControlArtifactFunction cco:VentilationControlArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Ventilation Control Artifact Function"@en . @@ -4925,7 +4926,7 @@ cco:VentilationControlArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VeryHighFrequencyCommunicationInstrument cco:VeryHighFrequencyCommunicationInstrument rdf:type owl:Class ; rdfs:subClassOf cco:RadioCommunicationInstrument ; - cco:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some Very High Frequency."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Very High Frequency Communication Instrument"@en . @@ -4933,7 +4934,7 @@ cco:VeryHighFrequencyCommunicationInstrument rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Video cco:Video rdf:type owl:Class ; rdfs:subClassOf cco:InformationBearingArtifact ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Video"@en . @@ -4942,7 +4943,7 @@ cco:Video rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VideoCamera cco:VideoCamera rdf:type owl:Class ; rdfs:subClassOf cco:Camera ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Video Camera"@en . @@ -4950,8 +4951,8 @@ cco:VideoCamera rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VisualProsthesis cco:VisualProsthesis rdf:type owl:Class ; rdfs:subClassOf cco:ArtificialEye ; - cco:alternative_label "Bionic Eye"@en ; - cco:definition "An Artificial Eye that is designed to replace a missing eye, which performs the function of an eye."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Visual_prosthesis&oldid=1059269261"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Visual Prosthesis"@en . @@ -4960,7 +4961,7 @@ cco:VisualProsthesis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VoltageRegulatingArtifactFunction cco:VoltageRegulatingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ElectricalArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Voltage_regulation&oldid=1045628774"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Voltage Regulating Artifact Function"@en . @@ -4969,7 +4970,7 @@ cco:VoltageRegulatingArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WarningMessage cco:WarningMessage rdf:type owl:Class ; rdfs:subClassOf cco:NotificationMessage ; - cco:definition "A Notification Message that is designed to bear an Information Content Entity that describes a possible or impending threat."@en ; + skos:definition "A Notification Message that is designed to bear an Information Content Entity that describes a possible or impending threat."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Warning Message"@en . @@ -4977,7 +4978,7 @@ cco:WarningMessage rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementArtifactFunction cco:WasteManagementArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ServiceArtifactFunction ; - cco:definition "A Service Artifact Function that is realized in processes of collecting transporting processing recycling or disposing and monitoring of waste materials."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Waste Management Artifact Function"@en . @@ -4986,7 +4987,7 @@ cco:WasteManagementArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTransportationArtifact cco:WaterTransportationArtifact rdf:type owl:Class ; rdfs:subClassOf cco:TransportationArtifact ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Water Transportation Artifact"@en . @@ -4994,7 +4995,7 @@ cco:WaterTransportationArtifact rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Watercraft cco:Watercraft rdf:type owl:Class ; rdfs:subClassOf cco:Vehicle ; - cco:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by water travel."@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by water travel."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Watercraft&oldid=1054071067"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Watercraft"@en . @@ -5003,9 +5004,9 @@ cco:Watercraft rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Weapon cco:Weapon rdf:type owl:Class ; rdfs:subClassOf cco:Artifact ; - cco: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: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 ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Weapon&oldid=1143263715"^^xsd:anyURI ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Weapon"@en . @@ -5013,7 +5014,7 @@ cco:Weapon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WettingAgentArtifactFunction cco:WettingAgentArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:SurfactantArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Wetting&oldid=1062806793"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Wetting Agent Artifact Function"@en . @@ -5022,7 +5023,7 @@ cco:WettingAgentArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WireAntenna cco:WireAntenna rdf:type owl:Class ; rdfs:subClassOf cco:RadioAntenna ; - cco:definition "A Radio Antenna that consists primarily of a length of wire."@en ; + skos:definition "A Radio Antenna that consists primarily of a length of wire."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Wire Antenna"@en . @@ -5030,7 +5031,7 @@ cco:WireAntenna rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WireReceiver cco:WireReceiver rdf:type owl:Class ; rdfs:subClassOf cco:RadioReceiver ; - cco:definition "A Radio Receiver that uses a Wire Antenna to intercept radio signals."@en ; + skos:definition "A Radio Receiver that uses a Wire Antenna to intercept radio signals."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Wire Receiver"@en . @@ -5038,7 +5039,7 @@ cco:WireReceiver rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationArtifactFunction cco:WiredCommunicationArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationArtifactFunction ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Wired Communication Artifact Function"@en . @@ -5047,7 +5048,7 @@ cco:WiredCommunicationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationReceptionArtifactFunction cco:WiredCommunicationReceptionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationReceptionArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Wired Communication Reception Artifact Function"@en . @@ -5055,7 +5056,7 @@ cco:WiredCommunicationReceptionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationRelayArtifactFunction cco:WiredCommunicationRelayArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationRelayArtifactFunction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Wired Communication Relay Artifact Function"@en . @@ -5063,8 +5064,8 @@ cco:WiredCommunicationRelayArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WirelessTelecommunicationNetwork cco:WirelessTelecommunicationNetwork rdf:type owl:Class ; rdfs:subClassOf cco:TelecommunicationNetwork ; - cco:alternative_label "Wireless Network"@en ; - cco:definition "A Telecommunication Network that uses wireless connections to connect Telecommunication Network Nodes."@en ; + skos:altLabel "Wireless Network"@en ; + skos:definition "A Telecommunication Network that uses wireless connections to connect Telecommunication Network Nodes."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Wireless_network&oldid=1060257041"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Wireless Telecommunication Network"@en . @@ -5073,7 +5074,7 @@ cco:WirelessTelecommunicationNetwork rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/XRayMicroscope cco:XRayMicroscope rdf:type owl:Class ; rdfs:subClassOf cco:Microscope ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=X-ray_microscope&oldid=1046169107"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "X-ray Microscope"@en . @@ -5082,7 +5083,7 @@ cco:XRayMicroscope rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/XRayTelescope cco:XRayTelescope rdf:type owl:Class ; rdfs:subClassOf cco:Telescope ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=X-ray_telescope&oldid=1035025593"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "X-ray Telescope"@en . diff --git a/src/cco-modules/CurrencyUnitOntology.ttl b/src/cco-modules/CurrencyUnitOntology.ttl index 6f5c939..af137ec 100644 --- a/src/cco-modules/CurrencyUnitOntology.ttl +++ b/src/cco-modules/CurrencyUnitOntology.ttl @@ -6,6 +6,7 @@ @prefix xml: . @prefix xsd: . @prefix rdfs: . +@prefix skos: . @prefix dcterms: . @base . @@ -26,8 +27,8 @@ ### http://www.ontologyrepository.com/CommonCoreOntologies/CurrencyUnit cco:CurrencyUnit rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit used in measurements of financial values."@en ; - cco:example_of_usage "U.S. Dollar, Euro, Yuan, South African Rand" ; + skos:definition "A Measurement Unit used in measurements of financial values."@en ; + skos:example "U.S. Dollar, Euro, Yuan, South African Rand" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Currency"@en . diff --git a/src/cco-modules/EventOntology.ttl b/src/cco-modules/EventOntology.ttl index 9eb97d7..f77efda 100644 --- a/src/cco-modules/EventOntology.ttl +++ b/src/cco-modules/EventOntology.ttl @@ -3,6 +3,7 @@ @prefix obo: . @prefix owl: . @prefix rdf: . +@prefix skos: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @@ -26,9 +27,9 @@ ### http://purl.obolibrary.org/obo/BFO_0000144 obo:BFO_0000144 rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000003 ; - cco: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 ; - cco:elucidation "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:example_of_usage "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: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: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 ; + 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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Process Profile"@en . @@ -40,7 +41,7 @@ cco:Acceleration rdf:type owl:Class ; owl:onProperty cco:has_process_part ; owl:someValuesFrom cco:Velocity ] ; - cco:definition "A Process Profile that is the rate of change of the Velocity of an object."@en ; + skos:definition "A Process Profile that is the rate of change of the Velocity of an object."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Acceleration&oldid=1062249960"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Acceleration"@en . @@ -49,7 +50,7 @@ cco:Acceleration rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Act cco:Act rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000015 ; - cco:definition "A Process in which at least one Agent plays a causative role."@en ; + skos:definition "A Process in which at least one Agent plays a causative role."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act"@en . @@ -57,7 +58,7 @@ cco:Act rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAdvising cco:ActOfAdvising rdf:type owl:Class ; rdfs:subClassOf cco:ActOfDirectiveCommunication ; - cco:definition "An Act of Directive Communication performed by providing advice or counsel to another agent."@en ; + skos:definition "An Act of Directive Communication performed by providing advice or counsel to another agent."@en ; cco:definition_source "http://www.dictionary.com/browse/advising" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Advising"@en . @@ -66,7 +67,7 @@ cco:ActOfAdvising rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfApologizing cco:ActOfApologizing rdf:type owl:Class ; rdfs:subClassOf cco:ActOfExpressiveCommunication ; - cco:definition "An Act of Expressive Communication performed by acknowledging and expressing regret for a fault, shortcoming, or failure."@en ; + skos:definition "An Act of Expressive Communication performed by acknowledging and expressing regret for a fault, shortcoming, or failure."@en ; cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Apologizing"@en . @@ -75,9 +76,9 @@ cco:ActOfApologizing rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAppraisal cco:ActOfAppraisal rdf:type owl:Class ; rdfs:subClassOf cco:ActOfMeasuring ; - cco:definition "An Act of Measuring that involves evaluating, assessing, estimating, or judging the nature, value, importance, condition, or quality of something or someone."@en ; - cco:elucidation "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:example_of_usage "a food critic rating the quality of a restaurant's ambiance, service, and food" , + 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: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 ; + 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" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; @@ -88,7 +89,7 @@ cco:ActOfAppraisal rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArrival cco:ActOfArrival rdf:type owl:Class ; rdfs:subClassOf cco:ActOfLocationChange ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Arrival"@en . @@ -96,8 +97,8 @@ cco:ActOfArrival rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactAssembly cco:ActOfArtifactAssembly rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactProcessing ; - cco:definition "An Act of Artifact Processing wherein a new Artifact is created by fitting component parts together."@en ; - cco:example_of_usage "putting together a piece of furniture purchased from Ikea" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -106,7 +107,7 @@ cco:ActOfArtifactAssembly rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactEmployment cco:ActOfArtifactEmployment rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act of using an Artifact."@en ; + skos:definition "A Planned Act of using an Artifact."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Artifact Employment"@en . @@ -114,7 +115,7 @@ cco:ActOfArtifactEmployment rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactModification cco:ActOfArtifactModification rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactProcessing ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -123,7 +124,7 @@ cco:ActOfArtifactModification rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactProcessing cco:ActOfArtifactProcessing rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Artifact Processing"@en . @@ -131,7 +132,7 @@ cco:ActOfArtifactProcessing rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssassination cco:ActOfAssassination rdf:type owl:Class ; rdfs:subClassOf cco:ActOfMurder ; - cco:definition "An Act of Murder of a prominent person."@en ; + skos:definition "An Act of Murder of a prominent person."@en ; cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Assassination"@en . @@ -140,7 +141,7 @@ cco:ActOfAssassination rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssignment cco:ActOfAssignment rdf:type owl:Class ; rdfs:subClassOf cco:ActOfDeclarativeCommunication ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Assignment_(law)&oldid=1056101591"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Assignment"@en . @@ -149,7 +150,7 @@ cco:ActOfAssignment rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssociation cco:ActOfAssociation rdf:type owl:Class ; rdfs:subClassOf cco:SocialAct ; - cco:definition "A Social Act wherein an Agent unites with some other Agent in a Planned Act, enterprise or business."@en ; + skos:definition "A Social Act wherein an Agent unites with some other Agent in a Planned Act, enterprise or business."@en ; cco:definition_source "http://en.wiktionary.org/wiki/associate" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Association"@en . @@ -158,7 +159,7 @@ cco:ActOfAssociation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfBuying cco:ActOfBuying rdf:type owl:Class ; rdfs:subClassOf cco:ActOfPurchasing ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Buying"@en . @@ -166,7 +167,7 @@ cco:ActOfBuying rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCargoTransportation cco:ActOfCargoTransportation rdf:type owl:Class ; rdfs:subClassOf cco:ActOfLocationChange ; - cco:definition "An Act of Location Change involving the movement of manufactured goods through some Transportation Agent."@en ; + skos:definition "An Act of Location Change involving the movement of manufactured goods through some Transportation Agent."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Cargo Transportation"@en . @@ -174,7 +175,7 @@ cco:ActOfCargoTransportation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCeremony cco:ActOfCeremony rdf:type owl:Class ; rdfs:subClassOf cco:SocialAct ; - cco:definition "A Social Act of ritual significance, performed on a special occasion."@en ; + skos:definition "A Social Act of ritual significance, performed on a special occasion."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ceremony&oldid=1064081855"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Ceremony"@en . @@ -183,7 +184,7 @@ cco:ActOfCeremony rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfChangeOfResidence cco:ActOfChangeOfResidence rdf:type owl:Class ; rdfs:subClassOf cco:ActOfLocationChange ; - cco:definition "An Act of Location Change involving one or more Persons moving from one place of residence to another."@en ; + skos:definition "An Act of Location Change involving one or more Persons moving from one place of residence to another."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Change of Residence"@en . @@ -191,7 +192,7 @@ cco:ActOfChangeOfResidence rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCollision cco:ActOfCollision rdf:type owl:Class ; rdfs:subClassOf cco:ActOfLocationChange ; - cco:definition "An Act of Location Change involving the movement of one object such that it collides with another object."@en ; + skos:definition "An Act of Location Change involving the movement of one object such that it collides with another object."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Collision"@en . @@ -199,7 +200,7 @@ cco:ActOfCollision rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommanding cco:ActOfCommanding rdf:type owl:Class ; rdfs:subClassOf cco:ActOfDirectiveCommunication ; - cco:definition "An Act of Directive Communication that exercises authoritative control or power over another agent's actions."@en ; + skos:definition "An Act of Directive Communication that exercises authoritative control or power over another agent's actions."@en ; cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Commanding"@en . @@ -208,7 +209,7 @@ cco:ActOfCommanding rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommissiveCommunication cco:ActOfCommissiveCommunication rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication that commits a speaker to some future action."@en ; + skos:definition "An Act of Communication that commits a speaker to some future action."@en ; cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "Examples: agreeing, betting, guaranteeing, inviting, offering, promising, swearing, volunteering"@en ; @@ -218,7 +219,7 @@ cco:ActOfCommissiveCommunication rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommunication cco:ActOfCommunication rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en ; + skos:definition "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Communication"@en . @@ -227,7 +228,7 @@ cco:ActOfCommunication rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommunicationByMedia cco:ActOfCommunicationByMedia rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication in which some Artifact is used to transfer an Information Bearing Entity from sender(s) to receiver(s)."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Communication by Media"@en . @@ -235,7 +236,7 @@ cco:ActOfCommunicationByMedia rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCondoling cco:ActOfCondoling rdf:type owl:Class ; rdfs:subClassOf cco:ActOfExpressiveCommunication ; - cco:definition "An Act of Expressive Communication performed by expressing sympathy or sorrow."@en ; + skos:definition "An Act of Expressive Communication performed by expressing sympathy or sorrow."@en ; cco:definition_source "http://www.thefreedictionary.com/condoling" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Condoling"@en . @@ -244,7 +245,7 @@ cco:ActOfCondoling rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConductingMassMediaInterview cco:ActOfConductingMassMediaInterview rdf:type owl:Class ; rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco: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 ; + 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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Conducting Mass Media Interview"@en . @@ -253,7 +254,7 @@ cco:ActOfConductingMassMediaInterview rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConfessing cco:ActOfConfessing rdf:type owl:Class ; rdfs:subClassOf cco:ActOfRepresentativeCommunication ; - cco:definition "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."@en ; + skos:definition "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Confessing"@en . @@ -261,7 +262,7 @@ cco:ActOfConfessing rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCongratulating cco:ActOfCongratulating rdf:type owl:Class ; rdfs:subClassOf cco:ActOfExpressiveCommunication ; - cco:definition "An Act of Expressive Communication performed by expressing vicarious pleasure to a person on the occasion of their success or good fortune."@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:definition_source "http://www.merriam-webster.com/dictionary/congratulate" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Congratulating"@en . @@ -270,7 +271,7 @@ cco:ActOfCongratulating rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConstruction cco:ActOfConstruction rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactProcessing ; - cco:definition "An Act of Artifact Processing wherein Artifacts are built on site as prescribed by some contract."@en ; + skos:definition "An Act of Artifact Processing wherein Artifacts are built on site as prescribed by some contract."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -279,7 +280,7 @@ cco:ActOfConstruction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConsumption cco:ActOfConsumption rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act in which a resource is ingested or used up."@en ; + skos:definition "A Planned Act in which a resource is ingested or used up."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Consumption"@en . @@ -287,7 +288,7 @@ cco:ActOfConsumption rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfContractFormation cco:ActOfContractFormation rdf:type owl:Class ; rdfs:subClassOf cco:ActOfPromising ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Contract&oldid=1061365227"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Contract Formation"@en . @@ -296,8 +297,8 @@ cco:ActOfContractFormation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDataTransformation cco:ActOfDataTransformation rdf:type owl:Class ; rdfs:subClassOf cco:ActOfInformationProcessing ; - cco: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 ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Data Transformation"@en . @@ -305,7 +306,7 @@ cco:ActOfDataTransformation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeceptiveCommunication cco:ActOfDeceptiveCommunication rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunication ; - cco: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 ; + 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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Deceptive Communication"@en . @@ -314,7 +315,7 @@ cco:ActOfDeceptiveCommunication rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeclarativeCommunication cco:ActOfDeclarativeCommunication rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication that changes the reality in accord with the proposition of the declaration."@en ; + skos:definition "An Act of Communication that changes the reality in accord with the proposition of the declaration."@en ; cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "Examples: Baptism, Sentencing a person to imprisonment, Pronouncing a couple husband and wife, Declaring war"@en ; @@ -324,7 +325,7 @@ cco:ActOfDeclarativeCommunication rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDecoyUse cco:ActOfDecoyUse rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which some Agent uses some Decoy."@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Decoy."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Decoy Use"@en . @@ -332,7 +333,7 @@ cco:ActOfDecoyUse rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDenying cco:ActOfDenying rdf:type owl:Class ; rdfs:subClassOf cco:ActOfRepresentativeCommunication ; - cco: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 ; + 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:definition_source "http://www.merriam-webster.com/dictionary/denial" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Denying"@en . @@ -341,7 +342,7 @@ cco:ActOfDenying rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeparture cco:ActOfDeparture rdf:type owl:Class ; rdfs:subClassOf cco:ActOfLocationChange ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Departure"@en . @@ -349,7 +350,7 @@ cco:ActOfDeparture rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDirectiveCommunication cco:ActOfDirectiveCommunication rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication that is intended to cause the hearer to take a particular action."@en ; + skos:definition "An Act of Communication that is intended to cause the hearer to take a particular action."@en ; cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "Examples: advising, admonishing, asking, begging, dismissing, excusing, forbidding, instructing, ordering, permitting, requesting, requiring, suggesting, urging, warning"@en ; @@ -359,7 +360,7 @@ cco:ActOfDirectiveCommunication rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDonating cco:ActOfDonating rdf:type owl:Class ; rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Donation&oldid=1059373518"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Donating"@en . @@ -368,7 +369,7 @@ cco:ActOfDonating rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEducationalTrainingAcquisition cco:ActOfEducationalTrainingAcquisition rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTrainingAcquisition ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Educational Training Acquisition"@en . @@ -376,7 +377,7 @@ cco:ActOfEducationalTrainingAcquisition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEducationalTrainingInstruction cco:ActOfEducationalTrainingInstruction rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTrainingInstruction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Educational Training Instruction"@en . @@ -384,7 +385,7 @@ cco:ActOfEducationalTrainingInstruction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEmployment cco:ActOfEmployment rdf:type owl:Class ; rdfs:subClassOf cco:ActOfAssociation ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Employment"@en . @@ -392,7 +393,7 @@ cco:ActOfEmployment rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEncounter cco:ActOfEncounter rdf:type owl:Class ; rdfs:subClassOf cco:ActOfAssociation ; - cco:definition "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."@en ; + skos:definition "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."@en ; cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Encounter"@en . @@ -401,7 +402,7 @@ cco:ActOfEncounter rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEntertainment cco:ActOfEntertainment rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en ; + skos:definition "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Entertainment"@en . @@ -410,7 +411,7 @@ cco:ActOfEntertainment rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEspionage cco:ActOfEspionage rdf:type owl:Class ; rdfs:subClassOf cco:ActOfIntelligenceGathering ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Espionage&oldid=1062702647"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Espionage"@en . @@ -419,10 +420,10 @@ cco:ActOfEspionage rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEstimation cco:ActOfEstimation rdf:type owl:Class ; rdfs:subClassOf cco:ActOfMeasuring ; - cco:alternative_label "Act of Approximation"@en ; - cco: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 ; - cco:elucidation "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:example_of_usage "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" , + 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: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 ; + 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" ; @@ -435,7 +436,7 @@ cco:ActOfEstimation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfExpressiveCommunication cco:ActOfExpressiveCommunication rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication in which an Agent expresses their attitudes or emotions towards some entity."@en ; + skos:definition "An Act of Communication in which an Agent expresses their attitudes or emotions towards some entity."@en ; cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "Examples: apologizing, condoling, congratulating, greeting, thanking, accepting (acknowledging an acknowledgment)"@en ; @@ -445,7 +446,7 @@ cco:ActOfExpressiveCommunication rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFacilityUse cco:ActOfFacilityUse rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which an Agent makes use of some Facility."@en ; + skos:definition "An Act of Artifact Employment in which an Agent makes use of some Facility."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Facility Use"@en . @@ -453,7 +454,7 @@ cco:ActOfFacilityUse rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialDeposit cco:ActOfFinancialDeposit rdf:type owl:Class ; rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco: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 ; + 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:definition_source "http://en.wikipedia.org/wiki/Deposit_(bank)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Financial Deposit"@en . @@ -462,7 +463,7 @@ cco:ActOfFinancialDeposit rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialInstrumentUse cco:ActOfFinancialInstrumentUse rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which some Agent uses some Financial Instrument."@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Financial Instrument."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Financial Instrument Use"@en . @@ -470,7 +471,7 @@ cco:ActOfFinancialInstrumentUse rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialWithdrawal cco:ActOfFinancialWithdrawal rdf:type owl:Class ; rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco: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 ; + 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:definition_source "http://en.wikipedia.org/wiki/Deposit_(bank)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Financial Withdrawal"@en . @@ -479,7 +480,7 @@ cco:ActOfFinancialWithdrawal rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFunding cco:ActOfFunding rdf:type owl:Class ; rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco:definition "An Act of Financial Instrument Use in which an Agent provides a sum of money to another Agent for a particular purpose."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Funding"@en . @@ -487,7 +488,7 @@ cco:ActOfFunding rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfGovernment cco:ActOfGovernment rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en ; + skos:definition "A Planned Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Government"@en . @@ -499,7 +500,7 @@ cco:ActOfHomicide rdf:type owl:Class ; owl:onProperty cco:is_cause_of ; owl:someValuesFrom cco:Death ] ; - cco:definition "An Act of Violence which causes the unlawful killing of another person."@en ; + skos:definition "An Act of Violence which causes the unlawful killing of another person."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Homicide"@en . @@ -507,7 +508,7 @@ cco:ActOfHomicide rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIdentifying cco:ActOfIdentifying rdf:type owl:Class ; rdfs:subClassOf cco:ActOfRepresentativeCommunication ; - cco:definition "An Act of Representative Communication performed by asserting who or what a particular person or thing is."@en ; + skos:definition "An Act of Representative Communication performed by asserting who or what a particular person or thing is."@en ; cco:definition_source "http://www.dictionary.com/browse/identify" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Identifying"@en . @@ -516,7 +517,7 @@ cco:ActOfIdentifying rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInformationProcessing cco:ActOfInformationProcessing rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Information Processing"@en . @@ -524,7 +525,7 @@ cco:ActOfInformationProcessing rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInhabitancy cco:ActOfInhabitancy rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco: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 ; + 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:definition_source "http://www.merriam-webster.com/dictionary/inhabit" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Inhabitancy"@en . @@ -533,7 +534,7 @@ cco:ActOfInhabitancy rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIntelligenceGathering cco:ActOfIntelligenceGathering rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco: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 ; + 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:definition_source "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Intelligence Gathering"@en . @@ -542,7 +543,7 @@ cco:ActOfIntelligenceGathering rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInterpersonalRelationship cco:ActOfInterpersonalRelationship rdf:type owl:Class ; rdfs:subClassOf cco:ActOfAssociation ; - cco:definition "An Act of Association between two or more Persons that may range from fleeting to enduring."@en ; + skos:definition "An Act of Association between two or more Persons that may range from fleeting to enduring."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Interpersonal_relationship&oldid=1060991304"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Interpersonal Relationship"@en . @@ -551,7 +552,7 @@ cco:ActOfInterpersonalRelationship rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInviting cco:ActOfInviting rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommissiveCommunication ; - cco: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 ; + 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:definition_source "http://www.merriam-webster.com/dictionary/invite" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Inviting"@en . @@ -560,7 +561,7 @@ cco:ActOfInviting rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaArticle cco:ActOfIssuingMassMediaArticle rdf:type owl:Class ; rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco: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 ; + 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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Issuing Mass Media Article"@en . @@ -569,7 +570,7 @@ cco:ActOfIssuingMassMediaArticle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaDocumentary cco:ActOfIssuingMassMediaDocumentary rdf:type owl:Class ; rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation information that provides a factual record or report."@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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Issuing Mass Media Documentary"@en . @@ -578,7 +579,7 @@ cco:ActOfIssuingMassMediaDocumentary rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaPressRelease cco:ActOfIssuingMassMediaPressRelease rdf:type owl:Class ; rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco: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 ; + 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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Issuing Mass Media Press Release"@en . @@ -587,7 +588,7 @@ cco:ActOfIssuingMassMediaPressRelease rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLegalInstrumentUse cco:ActOfLegalInstrumentUse rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which some Agent uses some Legal Instrument."@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Legal Instrument."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Legal Instrument Use"@en . @@ -595,7 +596,7 @@ cco:ActOfLegalInstrumentUse rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLoaning cco:ActOfLoaning rdf:type owl:Class ; rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Loaning"@en . @@ -604,7 +605,7 @@ cco:ActOfLoaning rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLocationChange cco:ActOfLocationChange rdf:type owl:Class ; rdfs:subClassOf cco:ActOfMotion ; - cco:definition "An Act of Motion in which the location of some Object is changed by some Agent."@en ; + skos:definition "An Act of Motion in which the location of some Object is changed by some Agent."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Location Change"@en . @@ -612,7 +613,7 @@ cco:ActOfLocationChange rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMaintenance cco:ActOfMaintenance rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactModification ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Maintenance"@en . @@ -620,7 +621,7 @@ cco:ActOfMaintenance rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfManufacturing cco:ActOfManufacturing rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactProcessing ; - cco:definition "An Act of Artifact Processing wherein Artifacts are created in a Facility for the purpose of being sold to consumers."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "An Act of Manufacturing typically involves the mass production of goods."@en ; rdfs:label "Act of Manufacturing"@en . @@ -629,7 +630,7 @@ cco:ActOfManufacturing rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMassMediaCommunication cco:ActOfMassMediaCommunication rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication intended to reach a large audience using a medium such as the internet, television, radio, newspaper, and magazine."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Media&oldid=1062799283"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Mass Media Communication"@en . @@ -638,8 +639,8 @@ cco:ActOfMassMediaCommunication rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMeasuring cco:ActOfMeasuring rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."@en ; - cco:example_of_usage "putting an object on a scale to measure its weight in kilograms" , + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; @@ -649,7 +650,7 @@ cco:ActOfMeasuring rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMeeting cco:ActOfMeeting rdf:type owl:Class ; rdfs:subClassOf cco:ActOfAssociation ; - cco:definition "An Act of Association wherein two or more Persons assemble for some common purpose."@en ; + skos:definition "An Act of Association wherein two or more Persons assemble for some common purpose."@en ; cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Meeting"@en . @@ -658,7 +659,7 @@ cco:ActOfMeeting rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryForce cco:ActOfMilitaryForce rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act of employing a Military Force to achieve some desired result."@en ; + skos:definition "A Planned Act of employing a Military Force to achieve some desired result."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Military Force"@en . @@ -666,7 +667,7 @@ cco:ActOfMilitaryForce rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryService cco:ActOfMilitaryService rdf:type owl:Class ; rdfs:subClassOf cco:ActOfEmployment ; - cco:definition "An Act of Employment wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription."@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:definition_source "http://www.collinsdictionary.com/dictionary/english/military-service" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Military Service"@en . @@ -675,7 +676,7 @@ cco:ActOfMilitaryService rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryTrainingAcquisition cco:ActOfMilitaryTrainingAcquisition rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTrainingAcquisition ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Military Training Acquisition"@en . @@ -683,7 +684,7 @@ cco:ActOfMilitaryTrainingAcquisition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryTrainingInstruction cco:ActOfMilitaryTrainingInstruction rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTrainingInstruction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Military Training Instruction"@en . @@ -691,7 +692,7 @@ cco:ActOfMilitaryTrainingInstruction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMotion cco:ActOfMotion rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act by which an Agent causes the position or location of some Object to change."@en ; + skos:definition "A Planned Act by which an Agent causes the position or location of some Object to change."@en ; cco:definition_source "http://www.merriam-webster.com/dictionary/motion" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Motion"@en . @@ -700,7 +701,7 @@ cco:ActOfMotion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMurder cco:ActOfMurder rdf:type owl:Class ; rdfs:subClassOf cco:ActOfHomicide ; - cco:definition "An Act of Homicide with malice aforethought."@en ; + skos:definition "An Act of Homicide with malice aforethought."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Murder"@en . @@ -708,7 +709,7 @@ cco:ActOfMurder rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOathTaking cco:ActOfOathTaking rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommissiveCommunication ; - cco:definition "An Act of Commissive Communication performed by stating or promising, usually calling upon something or someone that the oath maker considers sacred."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Oath&oldid=1052326917"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Oath Taking"@en . @@ -717,7 +718,7 @@ cco:ActOfOathTaking rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfObservation cco:ActOfObservation rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act of acquiring information from a source via the use of one or more senses."@en ; + skos:definition "A Planned Act of acquiring information from a source via the use of one or more senses."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Observation&oldid=1062502087"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Observation"@en . @@ -726,7 +727,7 @@ cco:ActOfObservation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOfficialDocumentation cco:ActOfOfficialDocumentation rdf:type owl:Class ; rdfs:subClassOf cco:ActOfDeclarativeCommunication ; - cco:definition "An Act of Declarative Communication in which an Agent records some information for official use by another Agent."@en ; + skos:definition "An Act of Declarative Communication in which an Agent records some information for official use by another Agent."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Official Documentation"@en . @@ -734,7 +735,7 @@ cco:ActOfOfficialDocumentation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOwnership cco:ActOfOwnership rdf:type owl:Class ; rdfs:subClassOf cco:ActOfPossession ; - cco:definition "An Act of Possession that includes an agent having certain rights and duties over the property owned."@en ; + skos:definition "An Act of Possession that includes an agent having certain rights and duties over the property owned."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ownership&oldid=1058224617"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 ; @@ -744,7 +745,7 @@ cco:ActOfOwnership rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPersonalCommunication cco:ActOfPersonalCommunication rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication having a small audience."@en ; + skos:definition "An Act of Communication having a small audience."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Personal Communication"@en . @@ -752,7 +753,7 @@ cco:ActOfPersonalCommunication rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPilgrimage cco:ActOfPilgrimage rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTravel ; - cco:definition "An Act of Travel to a location of importance to a person's beliefs and faith."@en ; + skos:definition "An Act of Travel to a location of importance to a person's beliefs and faith."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pilgrimage&oldid=1056524204"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Pilgrimage"@en . @@ -761,7 +762,7 @@ cco:ActOfPilgrimage rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPlanning cco:ActOfPlanning rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act that involves making a Plan to achieve some specified Objective."@en ; + skos:definition "A Planned Act that involves making a Plan to achieve some specified Objective."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Planning"@en . @@ -769,7 +770,7 @@ cco:ActOfPlanning rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPortionOfMaterialConsumption cco:ActOfPortionOfMaterialConsumption rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which a Portion of Material is expended."@en ; + skos:definition "An Act of Artifact Employment in which a Portion of Material is expended."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Portion of Material Consumption"@en . @@ -777,8 +778,8 @@ cco:ActOfPortionOfMaterialConsumption rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPositionChange cco:ActOfPositionChange rdf:type owl:Class ; rdfs:subClassOf cco:ActOfMotion ; - cco: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 ; - cco:example_of_usage "a top spinning in place" , + 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" ; @@ -790,7 +791,7 @@ cco:ActOfPositionChange rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPossession cco:ActOfPossession rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act in which an agent intentionally exercises control towards a thing."@en ; + skos:definition "A Planned Act in which an agent intentionally exercises control towards a thing."@en ; cco:definition_source "http://en.wikipedia.org/wiki/Possession_(law)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "In all cases, to possess something, an agent must have an intention to possess it."@en ; @@ -800,9 +801,9 @@ cco:ActOfPossession rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPrediction cco:ActOfPrediction rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco: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 ; - cco:elucidation "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:example_of_usage "a chess master predicting the next 8 moves his opponent will make" , + 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: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 ; + 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" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; @@ -813,7 +814,7 @@ cco:ActOfPrediction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPromising cco:ActOfPromising rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommissiveCommunication ; - cco:definition "An Act of Commissive Communication performed by declaring that the promising agent will do, or refrain from doing, the specified action."@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:definition_source "http://www.merriam-webster.com/dictionary/promise" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Promising"@en . @@ -822,7 +823,7 @@ cco:ActOfPromising rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPropaganda cco:ActOfPropaganda rdf:type owl:Class ; rdfs:subClassOf cco:ActOfDeceptiveCommunication ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Propaganda&oldid=1062472484"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Propaganda"@en . @@ -831,7 +832,7 @@ cco:ActOfPropaganda rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaArticle cco:ActOfPublishingMassMediaArticle rdf:type owl:Class ; rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco: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 ; + 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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Publishing Mass Media Article"@en . @@ -840,7 +841,7 @@ cco:ActOfPublishingMassMediaArticle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaDocumentary cco:ActOfPublishingMassMediaDocumentary rdf:type owl:Class ; rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco:definition "An Act of Mass Media Communication involving the preparation and public issuance of information that provides a factual record or report."@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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Publishing Mass Media Documentary"@en . @@ -849,7 +850,7 @@ cco:ActOfPublishingMassMediaDocumentary rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaPressRelease cco:ActOfPublishingMassMediaPressRelease rdf:type owl:Class ; rdfs:subClassOf cco:ActOfMassMediaCommunication ; - cco: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 ; + 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:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Publishing Mass Media Press Release"@en . @@ -858,7 +859,7 @@ cco:ActOfPublishingMassMediaPressRelease rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPurchasing cco:ActOfPurchasing rdf:type owl:Class ; rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Purchasing&oldid=1050163120"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Purchasing"@en . @@ -867,7 +868,7 @@ cco:ActOfPurchasing rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReconnaissance cco:ActOfReconnaissance rdf:type owl:Class ; rdfs:subClassOf cco:ActOfIntelligenceGathering ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Reconnaissance&oldid=1038843823"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Reconnaissance"@en . @@ -876,7 +877,7 @@ cco:ActOfReconnaissance rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousGroupAffiliation cco:ActOfReligiousGroupAffiliation rdf:type owl:Class ; rdfs:subClassOf cco:ActOfAssociation ; - cco:definition "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."@en ; + skos:definition "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Religious Group Affiliation"@en . @@ -884,7 +885,7 @@ cco:ActOfReligiousGroupAffiliation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousTrainingAcquisition cco:ActOfReligiousTrainingAcquisition rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTrainingAcquisition ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Religious Training Acquisition"@en . @@ -892,7 +893,7 @@ cco:ActOfReligiousTrainingAcquisition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousTrainingInstruction cco:ActOfReligiousTrainingInstruction rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTrainingInstruction ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Religious Training Instruction"@en . @@ -900,7 +901,7 @@ cco:ActOfReligiousTrainingInstruction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousWorship cco:ActOfReligiousWorship rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCeremony ; - cco:definition "An Act of Ceremony wherein there occurs acts of religious devotion usually directed towards a deity."@en ; + skos:definition "An Act of Ceremony wherein there occurs acts of religious devotion usually directed towards a deity."@en ; cco:definition_source "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Religious Worship"@en . @@ -909,7 +910,7 @@ cco:ActOfReligiousWorship rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRemuneration cco:ActOfRemuneration rdf:type owl:Class ; rdfs:subClassOf cco:ActOfPurchasing ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Remuneration&oldid=1033306001"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "Comment: Remuneration normally consists of salary or hourly wages, but also applies to commission, stock options, fringe benefits, etc."@en ; @@ -919,7 +920,7 @@ cco:ActOfRemuneration rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRenting cco:ActOfRenting rdf:type owl:Class ; rdfs:subClassOf cco:ActOfPurchasing ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Renting"@en . @@ -927,7 +928,7 @@ cco:ActOfRenting rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepayment cco:ActOfRepayment rdf:type owl:Class ; rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Repayment"@en . @@ -936,7 +937,7 @@ cco:ActOfRepayment rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReporting cco:ActOfReporting rdf:type owl:Class ; rdfs:subClassOf cco:ActOfRepresentativeCommunication ; - cco:definition "An Act of Representative Communication performed by giving a detailed account or statement."@en ; + skos:definition "An Act of Representative Communication performed by giving a detailed account or statement."@en ; cco:definition_source "http://www.merriam-webster.com/dictionary/report" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Reporting"@en . @@ -945,7 +946,7 @@ cco:ActOfReporting rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepresentativeCommunication cco:ActOfRepresentativeCommunication rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunication ; - cco:definition "An Act of Communication that commits a speaker to the truth of the expressed proposition."@en ; + skos:definition "An Act of Communication that commits a speaker to the truth of the expressed proposition."@en ; cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 ; @@ -955,7 +956,7 @@ cco:ActOfRepresentativeCommunication rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRequesting cco:ActOfRequesting rdf:type owl:Class ; rdfs:subClassOf cco:ActOfDirectiveCommunication ; - cco:definition "An Act of Directive Communication performed by asking for something."@en ; + skos:definition "An Act of Directive Communication performed by asking for something."@en ; cco:definition_source "http://www.merriam-webster.com/dictionary/request" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Requesting"@en . @@ -964,7 +965,7 @@ cco:ActOfRequesting rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfResiding cco:ActOfResiding rdf:type owl:Class ; rdfs:subClassOf cco:ActOfInhabitancy ; - cco:definition "An Act of Inhabitancy in which a Person lives in a dwelling permanently or for an extended period of time."@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:definition_source "http://www.thefreedictionary.com/reside" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Residing"@en . @@ -973,7 +974,7 @@ cco:ActOfResiding rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSocialGroupMembership cco:ActOfSocialGroupMembership rdf:type owl:Class ; rdfs:subClassOf cco:ActOfAssociation ; - cco:definition "An Act of Association wherein a Person belongs to some Social Group."@en ; + skos:definition "An Act of Association wherein a Person belongs to some Social Group."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Social Group Membership"@en . @@ -981,7 +982,7 @@ cco:ActOfSocialGroupMembership rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSocialMovement cco:ActOfSocialMovement rdf:type owl:Class ; rdfs:subClassOf cco:SocialAct ; - cco:definition "A Social Act composed of a series of performances, displays and campaigns directed at implementing, resisting or undoing a change in society."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Social_movement&oldid=1062720561"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Social Movement"@en . @@ -990,7 +991,7 @@ cco:ActOfSocialMovement rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSojourn cco:ActOfSojourn rdf:type owl:Class ; rdfs:subClassOf cco:ActOfInhabitancy ; - cco:definition "An Act of Inhabitancy in which a Person lives in a dwelling temporarily, often during stages of an Act of Travel."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Sojourn"@en . @@ -1002,8 +1003,8 @@ cco:ActOfSuicide rdf:type owl:Class ; owl:onProperty cco:is_cause_of ; owl:someValuesFrom cco:Death ] ; - cco:alternative_label "Suicide"@en ; - cco:definition "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."@en ; + skos:altLabel "Suicide"@en ; + skos:definition "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."@en ; cco:definition_source "http://www.merriam-webster.com/dictionary/suicide" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Suicide"@en . @@ -1012,7 +1013,7 @@ cco:ActOfSuicide rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTargeting cco:ActOfTargeting rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Targeting"@en . @@ -1020,7 +1021,7 @@ cco:ActOfTargeting rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerrorism cco:ActOfTerrorism rdf:type owl:Class ; rdfs:subClassOf cco:ActOfViolence ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Terrorism&oldid=1063471352"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Terrorism"@en . @@ -1029,7 +1030,7 @@ cco:ActOfTerrorism rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerroristTrainingAcquisition cco:ActOfTerroristTrainingAcquisition rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTrainingAcquisition ; - cco: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 ; + 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:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Terrorist Training Acquisition"@en . @@ -1038,7 +1039,7 @@ cco:ActOfTerroristTrainingAcquisition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerroristTrainingInstruction cco:ActOfTerroristTrainingInstruction rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTrainingInstruction ; - cco: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 ; + 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:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Terrorist Training Instruction"@en . @@ -1047,7 +1048,7 @@ cco:ActOfTerroristTrainingInstruction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTestifying cco:ActOfTestifying rdf:type owl:Class ; rdfs:subClassOf cco:ActOfRepresentativeCommunication ; - cco:definition "An Act of Representative Communication performed by stating one's personal knowledge or belief."@en ; + skos:definition "An Act of Representative Communication performed by stating one's personal knowledge or belief."@en ; cco:definition_source "http://www.merriam-webster.com/dictionary/testify" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Testifying"@en . @@ -1056,7 +1057,7 @@ cco:ActOfTestifying rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfThanking cco:ActOfThanking rdf:type owl:Class ; rdfs:subClassOf cco:ActOfExpressiveCommunication ; - cco:definition "An Act of Expressive Communication performed by expressing gratitude."@en ; + skos:definition "An Act of Expressive Communication performed by expressing gratitude."@en ; cco:definition_source " http://www.merriam-webster.com/dictionary/thanks" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Thanking"@en . @@ -1065,7 +1066,7 @@ cco:ActOfThanking rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfToolUse cco:ActOfToolUse rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which some Agent uses some Tool."@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Tool."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Tool Use"@en . @@ -1073,7 +1074,7 @@ cco:ActOfToolUse rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTraining cco:ActOfTraining rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Training"@en . @@ -1082,7 +1083,7 @@ cco:ActOfTraining rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTrainingAcquisition cco:ActOfTrainingAcquisition rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTraining ; - cco:definition "An Act of Training performed by an Agent by acquiring knowledge from another Agent."@en ; + skos:definition "An Act of Training performed by an Agent by acquiring knowledge from another Agent."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Training Acquisition"@en . @@ -1090,7 +1091,7 @@ cco:ActOfTrainingAcquisition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTrainingInstruction cco:ActOfTrainingInstruction rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTraining ; - cco:definition "An Act of Training performed by an Agent by imparting knowledge to another Agent."@en ; + skos:definition "An Act of Training performed by an Agent by imparting knowledge to another Agent."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Training Instruction"@en . @@ -1098,7 +1099,7 @@ cco:ActOfTrainingInstruction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTravel cco:ActOfTravel rdf:type owl:Class ; rdfs:subClassOf cco:ActOfLocationChange ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Travel&oldid=1037229469"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Travel"@en . @@ -1107,7 +1108,7 @@ cco:ActOfTravel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVehicleUse cco:ActOfVehicleUse rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which some Agent uses some Vehicle."@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Vehicle."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Vehicle Use"@en . @@ -1115,7 +1116,7 @@ cco:ActOfVehicleUse rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfViolence cco:ActOfViolence rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act of causing harm to oneself or to another through the use of physical or verbal force."@en ; + skos:definition "A Planned Act of causing harm to oneself or to another through the use of physical or verbal force."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Violence&oldid=1063681926"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Violence"@en . @@ -1124,7 +1125,7 @@ cco:ActOfViolence rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVocationalTrainingAcquisition cco:ActOfVocationalTrainingAcquisition rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTrainingAcquisition ; - cco: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 ; + 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:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Vocational Training Acquisition"@en . @@ -1133,7 +1134,7 @@ cco:ActOfVocationalTrainingAcquisition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVocationalTrainingInstruction cco:ActOfVocationalTrainingInstruction rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTrainingInstruction ; - cco: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 ; + 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:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Vocational Training Instruction"@en . @@ -1142,9 +1143,9 @@ cco:ActOfVocationalTrainingInstruction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVolunteering cco:ActOfVolunteering rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommissiveCommunication ; - cco:definition "An Act of Commissive Communication performed by voluntarily undertaking or expressing a willingness to undertake a service."@en ; + skos:definition "An Act of Commissive Communication performed by voluntarily undertaking or expressing a willingness to undertake a service."@en ; cco:definition_source "http://www.merriam-webster.com/dictionary/volunteer" ; - cco:example_of_usage "entering into military service voluntarily" , + skos:example "entering into military service voluntarily" , "rendering a service voluntarily" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Volunteering"@en . @@ -1153,7 +1154,7 @@ cco:ActOfVolunteering rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWalking cco:ActOfWalking rdf:type owl:Class ; rdfs:subClassOf cco:ActOfTravel ; - cco:definition "An Act of Travel that proceeds by foot."@en ; + skos:definition "An Act of Travel that proceeds by foot."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Walking"@en . @@ -1161,7 +1162,7 @@ cco:ActOfWalking rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWarning cco:ActOfWarning rdf:type owl:Class ; rdfs:subClassOf cco:ActOfDirectiveCommunication ; - cco:definition "An Act of Directive Communication performed by indicating a possible or impending danger, problem, or other unpleasant situation."@en ; + skos:definition "An Act of Directive Communication performed by indicating a possible or impending danger, problem, or other unpleasant situation."@en ; cco:definition_source "http://www.merriam-webster.com/dictionary/warning" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Warning"@en . @@ -1170,7 +1171,7 @@ cco:ActOfWarning rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWeaponUse cco:ActOfWeaponUse rdf:type owl:Class ; rdfs:subClassOf cco:ActOfArtifactEmployment ; - cco:definition "An Act of Artifact Employment in which some Agent uses some Weapon."@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Weapon."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Act of Weapon Use"@en . @@ -1179,7 +1180,7 @@ cco:ActOfWeaponUse rdf:type owl:Class ; cco:ActiveStasis rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfArtifactOperationality ; owl:disjointWith cco:DeactivatedStasis ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Active Stasis"@en . @@ -1187,7 +1188,7 @@ cco:ActiveStasis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Amplitude cco:Amplitude rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000144 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Amplitude"@en . @@ -1195,7 +1196,7 @@ cco:Amplitude rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AngularMomentum cco:AngularMomentum rdf:type owl:Class ; rdfs:subClassOf cco:Momentum ; - cco:definition "A Momentum that is the product of an object's moment of inertia and its Angular Velocity."@en ; + skos:definition "A Momentum that is the product of an object's moment of inertia and its Angular Velocity."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Angular_momentum&oldid=1063992505"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Angular Momentum"@en . @@ -1204,8 +1205,8 @@ cco:AngularMomentum rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AngularVelocity cco:AngularVelocity rdf:type owl:Class ; rdfs:subClassOf cco:Velocity ; - cco: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:alternative_label "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 ; + skos:altLabel "Rotational Velocity"@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Angular_velocity&oldid=1060081663"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Angular Velocity"@en . @@ -1214,7 +1215,7 @@ cco:AngularVelocity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BassFrequency cco:BassFrequency rdf:type owl:Class ; rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 60 and 250 Hz."@en ; + skos:definition "A Sonic Frequency that is between 60 and 250 Hz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Bass Frequency"@en . @@ -1224,7 +1225,7 @@ cco:BeginningOfLifeStasis rdf:type owl:Class ; rdfs:subClassOf cco:OperationalStasis ; cco:acronym "BOL" , "BoL" ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -1233,7 +1234,7 @@ cco:BeginningOfLifeStasis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Behavior cco:Behavior rdf:type owl:Class ; rdfs:subClassOf cco:Act ; - cco: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 ; + 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:definition_source "http://purl.obolibrary.org/obo/GO_0007610" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Behavior"@en . @@ -1242,7 +1243,7 @@ cco:Behavior rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BiographicalLife cco:BiographicalLife rdf:type owl:Class ; rdfs:subClassOf cco:Act ; - cco:definition "An Act composed of the Life Events that occur during the course of existence of an Agent (i.e. Person or Organization)."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Biographical Life"@en . @@ -1250,7 +1251,7 @@ cco:BiographicalLife rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Birth cco:Birth rdf:type owl:Class ; rdfs:subClassOf cco:NaturalProcess ; - cco:definition "A Natural Process of bringing forth offspring."@en ; + skos:definition "A Natural Process of bringing forth offspring."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Birth&oldid=1063718655"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Birth"@en . @@ -1259,7 +1260,7 @@ cco:Birth rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BrillianceFrequency cco:BrillianceFrequency rdf:type owl:Class ; rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 6 and 20 kHz."@en ; + skos:definition "A Sonic Frequency that is between 6 and 20 kHz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Brilliance Frequency"@en . @@ -1275,7 +1276,7 @@ cco:Cause rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf obo:BFO_0000015 ; - cco:definition "A Process that is the cause of or one of the causes of some other Process."@en ; + skos:definition "A Process that is the cause of or one of the causes of some other Process."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Cause"@en . @@ -1283,7 +1284,7 @@ cco:Cause rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Change cco:Change rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Change"@en . @@ -1291,10 +1292,10 @@ cco:Change rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ClockwiseRotationalMotion cco:ClockwiseRotationalMotion rdf:type owl:Class ; rdfs:subClassOf cco:RotationalMotion ; - cco:alternative_label "CW Rotational Motion"@en , + skos:altLabel "CW Rotational Motion"@en , "Clockwise Rotation"@en ; - cco: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 ; - cco:example_of_usage "the axial rotation of the Earth as seen from above the South Pole" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Clockwise Rotational Motion"@en . @@ -1302,9 +1303,9 @@ cco:ClockwiseRotationalMotion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Combustion cco:Combustion rdf:type owl:Class ; rdfs:subClassOf cco:NaturalProcess ; - cco:alternative_label "Burning Process"@en , + skos:altLabel "Burning Process"@en , "Combustion Process"@en ; - cco:definition "A Natural Process in which a Portion of Fuel or other Material Entity is burned."@en ; + skos:definition "A Natural Process in which a Portion of Fuel or other Material Entity is burned."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Combustion"@en . @@ -1312,11 +1313,11 @@ cco:Combustion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CounterClockwiseRotationalMotion cco:CounterClockwiseRotationalMotion rdf:type owl:Class ; rdfs:subClassOf cco:RotationalMotion ; - cco:alternative_label "Anti-Clockwise Rotation"@en , + skos:altLabel "Anti-Clockwise Rotation"@en , "CCW Rotational Motion"@en , "Counter-Clockwise Rotation"@en ; - cco: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 ; - cco:example_of_usage "the axial rotation of the Earth as seen from above the North Pole" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Counter-Clockwise Rotational Motion"@en . @@ -1324,7 +1325,7 @@ cco:CounterClockwiseRotationalMotion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CriminalAct cco:CriminalAct rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Crime&oldid=1062237249"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Criminal Act"@en . @@ -1333,8 +1334,8 @@ cco:CriminalAct rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CurvilinearMotion cco:CurvilinearMotion rdf:type owl:Class ; rdfs:subClassOf cco:TranslationalMotion ; - cco:alternative_label "Curved Motion"@en ; - cco:definition "A Translational Motion process in which an Object moves along a curved path."@en ; + skos:altLabel "Curved Motion"@en ; + skos:definition "A Translational Motion process in which an Object moves along a curved path."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Curvilinear Motion"@en . @@ -1342,12 +1343,12 @@ cco:CurvilinearMotion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DamagedStasis cco:DamagedStasis rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; - cco:alternative_label "Compromised"@en , + skos:altLabel "Compromised"@en , "Damaged"@en , "Injured"@en ; - cco: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: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 ; cco:definition_source "http://www.thefreedictionary.com/damaged" ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Damaged Stasis"@en . @@ -1355,7 +1356,7 @@ cco:DamagedStasis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DeactivatedStasis cco:DeactivatedStasis rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfArtifactOperationality ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Deactivated Stasis"@en . @@ -1363,7 +1364,7 @@ cco:DeactivatedStasis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Death cco:Death rdf:type owl:Class ; rdfs:subClassOf cco:NaturalProcess ; - cco:definition "A Natural Process in which all biological functions that sustain a living organism cease."@en ; + skos:definition "A Natural Process in which all biological functions that sustain a living organism cease."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Death&oldid=1064114499"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Death"@en . @@ -1372,7 +1373,7 @@ cco:Death rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfDependentContinuant cco:DecreaseOfDependentContinuant rdf:type owl:Class ; rdfs:subClassOf cco:Change ; - cco:definition "A Change in which some Independent Continuant has a decrease in the level of some Dependent Continuant that it bears."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Decrease of Dependent Continuant"@en . @@ -1380,7 +1381,7 @@ cco:DecreaseOfDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfDisposition cco:DecreaseOfDisposition rdf:type owl:Class ; rdfs:subClassOf cco:DecreaseOfRealizableEntity ; - cco:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears."@en ; + skos:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Decrease of Disposition"@en . @@ -1388,7 +1389,7 @@ cco:DecreaseOfDisposition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfFunction cco:DecreaseOfFunction rdf:type owl:Class ; rdfs:subClassOf cco:DecreaseOfDisposition ; - cco:definition "A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears."@en ; + skos:definition "A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Decrease of Function"@en . @@ -1396,7 +1397,7 @@ cco:DecreaseOfFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfGenericallyDependentContinuant cco:DecreaseOfGenericallyDependentContinuant rdf:type owl:Class ; rdfs:subClassOf cco:DecreaseOfDependentContinuant ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -1405,8 +1406,8 @@ cco:DecreaseOfGenericallyDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfQuality cco:DecreaseOfQuality rdf:type owl:Class ; rdfs:subClassOf cco:DecreaseOfSpecificallyDependentContinuant ; - cco:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Quality that it bears."@en ; - cco:example_of_usage "Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Decrease of Quality"@en . @@ -1414,7 +1415,7 @@ cco:DecreaseOfQuality rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfRealizableEntity cco:DecreaseOfRealizableEntity rdf:type owl:Class ; rdfs:subClassOf cco:DecreaseOfSpecificallyDependentContinuant ; - cco:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Realizable Entity that it bears."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Decrease of Realizable Entity"@en . @@ -1422,7 +1423,7 @@ cco:DecreaseOfRealizableEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfRole cco:DecreaseOfRole rdf:type owl:Class ; rdfs:subClassOf cco:DecreaseOfRealizableEntity ; - cco:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears."@en ; + skos:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Decrease of Role"@en . @@ -1430,7 +1431,7 @@ cco:DecreaseOfRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfSpecificallyDependentContinuant cco:DecreaseOfSpecificallyDependentContinuant rdf:type owl:Class ; rdfs:subClassOf cco:DecreaseOfDependentContinuant ; - cco:definition "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in some Specifically Dependent Continuant that it bears."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Decrease of Specifically Dependent Continuant"@en . @@ -1439,7 +1440,7 @@ cco:DecreaseOfSpecificallyDependentContinuant rdf:type owl:Class ; cco:DefunctStasis rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfArtifactOperationality ; owl:disjointWith cco:OperationalStasis ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Defunct Stasis"@en . @@ -1451,9 +1452,9 @@ cco:DeltaV rdf:type owl:Class ; owl:onProperty cco:has_process_part ; owl:someValuesFrom cco:Velocity ] ; - cco:alternative_label "Change in Velocity"@en , + skos:altLabel "Change in Velocity"@en , "DeltaV"@en ; - cco:definition "A Process Profile that is the total change in Velocity of an object's Motion."@en ; + skos:definition "A Process Profile that is the total change in Velocity of an object's Motion."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -1470,8 +1471,8 @@ cco:Effect rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf obo:BFO_0000015 ; - cco:alternative_label "Consequence"@en ; - cco:definition "A Process that follows and is caused by some previous Process."@en ; + skos:altLabel "Consequence"@en ; + skos:definition "A Process that follows and is caused by some previous Process."@en ; cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=effect" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Effect"@en . @@ -1488,7 +1489,7 @@ cco:EffectOfLocationChange rdf:type owl:Class ; owl:onProperty cco:caused_by ; owl:someValuesFrom cco:ActOfLocationChange ] ; - cco:definition "An Effect caused by some Act of Location Change and which results in an Object being located in a different place."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Effect of Location Change"@en . @@ -1496,8 +1497,8 @@ cco:EffectOfLocationChange rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Election cco:Election rdf:type owl:Class ; rdfs:subClassOf cco:SocialAct ; - cco:alternative_label "Act of Political Election"@en ; - cco:definition "A Social Act by which a population chooses an individual to hold public office."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Election&oldid=1063238552"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Election"@en . @@ -1506,9 +1507,9 @@ cco:Election rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticPulse cco:ElectromagneticPulse rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticWaveProcess ; - cco:alternative_label "EMP"@en , + skos:altLabel "EMP"@en , "Transient Electromagnetic Disturbance"@en ; - cco:definition "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."@en ; + skos:definition "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_pulse&oldid=1060859738"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Electromagnetic Pulse"@en . @@ -1517,7 +1518,7 @@ cco:ElectromagneticPulse rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticRadiationFrequency cco:ElectromagneticRadiationFrequency rdf:type owl:Class ; rdfs:subClassOf cco:Frequency ; - cco:definition "A Frequency that is characterized by the rate of Oscillations per second of an Electromagnetic Wave."@en ; + skos:definition "A Frequency that is characterized by the rate of Oscillations per second of an Electromagnetic Wave."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "Divisions between EM radiation frequencies are fiat and sources vary on where to draw boundaries."@en ; @@ -1531,8 +1532,8 @@ cco:ElectromagneticWaveProcess rdf:type owl:Class ; owl:onProperty cco:has_process_part ; owl:someValuesFrom cco:TransverseWaveProfile ] ; - cco:alternative_label "Electromagnetic Radiation"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Electromagnetic Wave Process"@en . @@ -1540,8 +1541,8 @@ cco:ElectromagneticWaveProcess rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EmailMessaging cco:EmailMessaging rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Emailing"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Email Messaging"@en . @@ -1552,7 +1553,7 @@ cco:EndOfLifeStasis rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfArtifactOperationality ; cco:acronym "EOL" , "EoL" ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -1561,8 +1562,8 @@ cco:EndOfLifeStasis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EnhancedStasis cco:EnhancedStasis rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; - cco:alternative_label "Enhanced"@en ; - cco: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 ; + 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:definition_source "http://www.thefreedictionary.com/enhance" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Enhanced Stasis"@en . @@ -1571,7 +1572,7 @@ cco:EnhancedStasis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremeUltravioletLightFrequency cco:ExtremeUltravioletLightFrequency rdf:type owl:Class ; rdfs:subClassOf cco:UltravioletLightFrequency ; - cco:definition "An Ultraviolet Light Frequency that is between 3 and 30 petahertz."@en ; + skos:definition "An Ultraviolet Light Frequency that is between 3 and 30 petahertz."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Extreme Ultraviolet Light Frequency"@en . @@ -1581,9 +1582,9 @@ cco:ExtremeUltravioletLightFrequency rdf:type owl:Class ; cco:ExtremelyHighFrequency rdf:type owl:Class ; rdfs:subClassOf cco:MicrowaveFrequency ; cco:acronym "EHF" ; - cco:alternative_label "ITU Band Number 11"@en , + skos:altLabel "ITU Band Number 11"@en , "Millimeter Band Frequency"@en ; - cco:definition "A Microwave Frequency that is between 30 and 300 GHz."@en ; + skos:definition "A Microwave Frequency that is between 30 and 300 GHz."@en ; cco:definition_source "International Telecommunication Union (ITU)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The corresponding Wavelength range is 10–1 mm"@en ; @@ -1594,8 +1595,8 @@ cco:ExtremelyHighFrequency rdf:type owl:Class ; cco:ExtremelyLowFrequency rdf:type owl:Class ; rdfs:subClassOf cco:RadioFrequency ; cco:acronym "ELF" ; - cco:alternative_label "ITU Band Number 1"@en ; - cco:definition "A Radio Frequency that is between 3 and 30 Hz."@en ; + skos:altLabel "ITU Band Number 1"@en ; + skos:definition "A Radio Frequency that is between 3 and 30 Hz."@en ; cco:definition_source "International Telecommunication Union (ITU)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The corresponding Wavelength range is 100,000–10,000 km"@en ; @@ -1605,8 +1606,8 @@ cco:ExtremelyLowFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FMRadioBroadcastFrequency cco:FMRadioBroadcastFrequency rdf:type owl:Class ; rdfs:subClassOf cco:VeryHighFrequency ; - cco:alternative_label "Frequency Modulation Radio Broadcast Frequency"@en ; - cco:definition "A Very High Frequency that is between 88 and 108 MHz."@en ; + skos:altLabel "Frequency Modulation Radio Broadcast Frequency"@en ; + skos:definition "A Very High Frequency that is between 88 and 108 MHz."@en ; cco:definition_source "International Telecommunication Union (ITU) Region 2" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "FM Radio Broadcast Frequency"@en . @@ -1615,9 +1616,9 @@ cco:FMRadioBroadcastFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FacsimileTransmission cco:FacsimileTransmission rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Facsimile Transmission"@en , + skos:altLabel "Act of Facsimile Transmission"@en , "Act of Faxing"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Fax&oldid=1054674158"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Facsimile Transmission"@en . @@ -1626,7 +1627,7 @@ cco:FacsimileTransmission rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FarInfraredLightFrequency cco:FarInfraredLightFrequency rdf:type owl:Class ; rdfs:subClassOf cco:InfraredLightFrequency ; - cco:definition "An Infrared Light Frequency that is between 300 gigahertz and 20 terahertz."@en ; + skos:definition "An Infrared Light Frequency that is between 300 gigahertz and 20 terahertz."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Far Infrared Light Frequency"@en . @@ -1635,7 +1636,7 @@ cco:FarInfraredLightFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FixedLineNetworkTelephoneCall cco:FixedLineNetworkTelephoneCall rdf:type owl:Class ; rdfs:subClassOf cco:TelephoneCall ; - cco:definition "A Telephone Call transmitted over a telephone network where the telephones are wired into a single telephone exchange."@en ; + skos:definition "A Telephone Call transmitted over a telephone network where the telephones are wired into a single telephone exchange."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Fixed Line Network Telephone Call"@en . @@ -1644,7 +1645,7 @@ cco:FixedLineNetworkTelephoneCall rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Force cco:Force rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000144 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Force"@en . @@ -1652,8 +1653,8 @@ cco:Force rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Frequency cco:Frequency rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000144 ; - cco:alternative_label "Temporal Frequency"@en ; - cco:definition "A Process Profile that is characterized by the number of repetitive processes during a particular time period."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Frequency&oldid=1062800545"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Frequency"@en . @@ -1662,7 +1663,7 @@ cco:Frequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FundamentalFrequency cco:FundamentalFrequency rdf:type owl:Class ; rdfs:subClassOf cco:SoundFrequency ; - cco:definition "A Sound Frequency that is the lowest Frequency of a Sound Wave."@en ; + skos:definition "A Sound Frequency that is the lowest Frequency of a Sound Wave."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Fundamental Frequency"@en . @@ -1670,8 +1671,8 @@ cco:FundamentalFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Funeral cco:Funeral rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCeremony ; - cco:alternative_label "Act of Funeral Ceremony"@en ; - cco:definition "An Act of Ceremony in which the Life of a Person who has died is celebrated, sanctified, or remembered."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Funeral&oldid=1060270978"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Funeral"@en . @@ -1680,7 +1681,7 @@ cco:Funeral rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDependentContinuant cco:GainOfDependentContinuant rdf:type owl:Class ; rdfs:subClassOf cco:Change ; - cco:definition "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en ; + skos:definition "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Gain of Dependent Continuant"@en . @@ -1699,7 +1700,7 @@ cco:GainOfDisposition rdf:type owl:Class ; rdf:type owl:Class ] ] ; - cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en ; + skos:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -1719,7 +1720,7 @@ cco:GainOfFunction rdf:type owl:Class ; rdf:type owl:Class ] ] ; - cco:definition "A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function."@en ; + skos:definition "A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -1739,8 +1740,8 @@ cco:GainOfGenericallyDependentContinuant rdf:type owl:Class ; rdf:type owl:Class ] ] ; - cco:definition "A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant."@en ; - cco:example_of_usage "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced." ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Gain of Generically Dependent Continuant"@en . @@ -1759,8 +1760,8 @@ cco:GainOfQuality rdf:type owl:Class ; rdf:type owl:Class ] ] ; - cco:definition "A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality."@en ; - cco:example_of_usage "A person becoming pregnant." ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Gain of Quality"@en . @@ -1779,8 +1780,8 @@ cco:GainOfRealizableEntity rdf:type owl:Class ; rdf:type owl:Class ] ] ; - cco:definition "A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity."@en ; - cco:example_of_usage "An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role)." ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Gain of Realizable Entity"@en . @@ -1799,7 +1800,7 @@ cco:GainOfRole rdf:type owl:Class ; rdf:type owl:Class ] ] ; - cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."@en ; + skos:definition "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -1819,8 +1820,8 @@ cco:GainOfSpecificallyDependentContinuant rdf:type owl:Class ; rdf:type owl:Class ] ] ; - cco:definition "A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant."@en ; - cco:example_of_usage "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)." ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Gain of Specifically Dependent Continuant"@en . @@ -1828,7 +1829,7 @@ cco:GainOfSpecificallyDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GammaRayFrequency cco:GammaRayFrequency rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is above 30 exahertz."@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is above 30 exahertz."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Gamma_ray&oldid=1062115897"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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. @@ -1839,7 +1840,7 @@ https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_termin ### http://www.ontologyrepository.com/CommonCoreOntologies/HardXrayFrequency cco:HardXrayFrequency rdf:type owl:Class ; rdfs:subClassOf cco:XrayFrequency ; - cco:definition "An X-Ray Frequency that is between 3 and 30 exahertz."@en ; + skos:definition "An X-Ray Frequency that is between 3 and 30 exahertz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Hard X-ray Frequency"@en . @@ -1848,8 +1849,8 @@ cco:HardXrayFrequency rdf:type owl:Class ; cco:HighFrequency rdf:type owl:Class ; rdfs:subClassOf cco:RadioFrequency ; cco:acronym "HF" ; - cco:alternative_label "ITU Band Number 7"@en ; - cco:definition "A Radio Frequency that is between 3 and 30 MHz."@en ; + skos:altLabel "ITU Band Number 7"@en ; + skos:definition "A Radio Frequency that is between 3 and 30 MHz."@en ; cco:definition_source "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The corresponding Wavelength range is 100–10 m"@en ; @@ -1859,8 +1860,8 @@ cco:HighFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IgnitionProcess cco:IgnitionProcess rdf:type owl:Class ; rdfs:subClassOf cco:NaturalProcess ; - cco:alternative_label "Ignition"@en ; - cco:definition "A Natural Process that initiates a Combustion process."@en ; + skos:altLabel "Ignition"@en ; + skos:definition "A Natural Process that initiates a Combustion process."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Ignition Process"@en . @@ -1868,10 +1869,10 @@ cco:IgnitionProcess rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ImpulsiveForce cco:ImpulsiveForce rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000144 ; - cco:alternative_label "Imp"@en , + skos:altLabel "Imp"@en , "Impulse"@en , "J"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -1880,7 +1881,7 @@ cco:ImpulsiveForce rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfDependentContinuant cco:IncreaseOfDependentContinuant rdf:type owl:Class ; rdfs:subClassOf cco:Change ; - cco:definition "A Change in which some Independent Continuant has an increase in the level of some Dependent Continuant that it bears."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Increase of Dependent Continuant"@en . @@ -1888,7 +1889,7 @@ cco:IncreaseOfDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfDisposition cco:IncreaseOfDisposition rdf:type owl:Class ; rdfs:subClassOf cco:IncreaseOfRealizableEntity ; - cco:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears."@en ; + skos:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Increase of Disposition"@en . @@ -1896,7 +1897,7 @@ cco:IncreaseOfDisposition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfFunction cco:IncreaseOfFunction rdf:type owl:Class ; rdfs:subClassOf cco:IncreaseOfDisposition ; - cco:definition "An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears."@en ; + skos:definition "An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Increase of Function"@en . @@ -1904,7 +1905,7 @@ cco:IncreaseOfFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfGenericallyDependentContinuant cco:IncreaseOfGenericallyDependentContinuant rdf:type owl:Class ; rdfs:subClassOf cco:IncreaseOfDependentContinuant ; - cco:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Generically Dependent Continuant that it bears."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Increase of Generically Dependent Continuant"@en . @@ -1912,7 +1913,7 @@ cco:IncreaseOfGenericallyDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfQuality cco:IncreaseOfQuality rdf:type owl:Class ; rdfs:subClassOf cco:IncreaseOfSpecificallyDependentContinuant ; - cco:definition "An Increase of Specifically Dependent Continuant in which some Indpendent Continuant has an increase of some Quality that it bears."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Increase of Quality"@en . @@ -1920,7 +1921,7 @@ cco:IncreaseOfQuality rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfRealizableEntity cco:IncreaseOfRealizableEntity rdf:type owl:Class ; rdfs:subClassOf cco:IncreaseOfSpecificallyDependentContinuant ; - cco:definition "An Increase of Specifically Dependent Continuant in which some Independent Continuant has an increase of some Realizable Entity that it bears."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Increase of Realizable Entity"@en . @@ -1928,7 +1929,7 @@ cco:IncreaseOfRealizableEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfRole cco:IncreaseOfRole rdf:type owl:Class ; rdfs:subClassOf cco:IncreaseOfRealizableEntity ; - cco:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears."@en ; + skos:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Increase of Role"@en . @@ -1936,7 +1937,7 @@ cco:IncreaseOfRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfSpecificallyDependentContinuant cco:IncreaseOfSpecificallyDependentContinuant rdf:type owl:Class ; rdfs:subClassOf cco:IncreaseOfDependentContinuant ; - cco:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Specifically Dependent Continuant that it bears."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Increase of Specifically Dependent Continuant"@en . @@ -1944,7 +1945,7 @@ cco:IncreaseOfSpecificallyDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InfraredLightFrequency cco:InfraredLightFrequency rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 gigahertz and 430 tetrahertz."@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 gigahertz and 430 tetrahertz."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Infrared&oldid=1064111319"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Infrared Light Frequency"@en . @@ -1953,7 +1954,7 @@ cco:InfraredLightFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InfrasonicFrequency cco:InfrasonicFrequency rdf:type owl:Class ; rdfs:subClassOf cco:SoundFrequency ; - cco:definition "A Sound Frequency that is below 20 Hz."@en ; + skos:definition "A Sound Frequency that is below 20 Hz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Infrasonic Frequency"@en . @@ -1961,9 +1962,9 @@ cco:InfrasonicFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InstantMessaging cco:InstantMessaging rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of IMing"@en , + skos:altLabel "Act of IMing"@en , "Act of Instant Messaging"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Instant_messaging&oldid=1062873579"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Instant Messaging"@en . @@ -1972,8 +1973,8 @@ cco:InstantMessaging rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IntentionalAct cco:IntentionalAct rdf:type owl:Class ; rdfs:subClassOf cco:Act ; - cco:alternative_label "Intentional Act"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Planned Act"@en . @@ -1981,7 +1982,7 @@ cco:IntentionalAct rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/InverseSawtoothWaveform cco:InverseSawtoothWaveform rdf:type owl:Class ; rdfs:subClassOf cco:Waveform ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Inverse Sawtooth Waveform"@en . @@ -1989,7 +1990,7 @@ cco:InverseSawtoothWaveform rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LegalSystemAct cco:LegalSystemAct rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco:definition "A Planned Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."@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:definition_source "http://www.id.uscourts.gov/glossary.htm" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Legal System Act"@en . @@ -2002,9 +2003,9 @@ cco:LongitudinalWaveProfile rdf:type owl:Class ; owl:onProperty cco:is_part_of_process ; owl:someValuesFrom cco:MechanicalWaveProcess ] ; - cco:alternative_label "Compression Wave"@en , + skos:altLabel "Compression Wave"@en , "Longitudinal Wave"@en ; - cco: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 ; + 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:definition_source "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Longitudinal Wave Profile"@en . @@ -2013,7 +2014,7 @@ cco:LongitudinalWaveProfile rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfDependentContinuant cco:LossOfDependentContinuant rdf:type owl:Class ; rdfs:subClassOf cco:Change ; - cco:definition "A Change in which some Independent Continuant ceases to be the bearer or carrier of some 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Loss of Dependent Continuant"@en . @@ -2021,7 +2022,7 @@ cco:LossOfDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfDisposition cco:LossOfDisposition rdf:type owl:Class ; rdfs:subClassOf cco:LossOfRealizableEntity ; - cco:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition."@en ; + skos:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Loss of Disposition"@en . @@ -2029,7 +2030,7 @@ cco:LossOfDisposition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfFunction cco:LossOfFunction rdf:type owl:Class ; rdfs:subClassOf cco:LossOfDisposition ; - cco:definition "A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function."@en ; + skos:definition "A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Loss of Function"@en . @@ -2037,7 +2038,7 @@ cco:LossOfFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfGenericallyDependentContinuant cco:LossOfGenericallyDependentContinuant rdf:type owl:Class ; rdfs:subClassOf cco:LossOfDependentContinuant ; - cco:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Loss of Generically Dependent Continuant"@en . @@ -2045,7 +2046,7 @@ cco:LossOfGenericallyDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfQuality cco:LossOfQuality rdf:type owl:Class ; rdfs:subClassOf cco:LossOfSpecificallyDependentContinuant ; - cco:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Loss of Quality"@en . @@ -2053,7 +2054,7 @@ cco:LossOfQuality rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfRealizableEntity cco:LossOfRealizableEntity rdf:type owl:Class ; rdfs:subClassOf cco:LossOfSpecificallyDependentContinuant ; - cco:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Loss of Realizable Entity"@en . @@ -2061,7 +2062,7 @@ cco:LossOfRealizableEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfRole cco:LossOfRole rdf:type owl:Class ; rdfs:subClassOf cco:LossOfRealizableEntity ; - cco:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role."@en ; + skos:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Loss of Role"@en . @@ -2069,7 +2070,7 @@ cco:LossOfRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfSpecificallyDependentContinuant cco:LossOfSpecificallyDependentContinuant rdf:type owl:Class ; rdfs:subClassOf cco:LossOfDependentContinuant ; - cco:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Loss of Specifically Dependent Continuant"@en . @@ -2077,7 +2078,7 @@ cco:LossOfSpecificallyDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Loudness cco:Loudness rdf:type owl:Class ; rdfs:subClassOf cco:SoundProcessProfile ; - cco: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 ; + 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:definition_source "https://byjus.com/physics/loudness-of-sound/"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Loudness"@en . @@ -2087,8 +2088,8 @@ cco:Loudness rdf:type owl:Class ; cco:LowFrequency rdf:type owl:Class ; rdfs:subClassOf cco:RadioFrequency ; cco:acronym "LF" ; - cco:alternative_label "ITU Band Number 5"@en ; - cco:definition "A Radio Frequency that is between 30 and 300 kHz."@en ; + skos:altLabel "ITU Band Number 5"@en ; + skos:definition "A Radio Frequency that is between 30 and 300 kHz."@en ; cco:definition_source "International Telecommunication Union (ITU)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The corresponding Wavelength range is 10–1 km"@en ; @@ -2098,7 +2099,7 @@ cco:LowFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LowMidrangeFrequency cco:LowMidrangeFrequency rdf:type owl:Class ; rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 250 and 500 Hz."@en ; + skos:definition "A Sonic Frequency that is between 250 and 500 Hz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Low Midrange Frequency"@en . @@ -2106,8 +2107,8 @@ cco:LowMidrangeFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Mailing cco:Mailing rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Mailing"@en ; - cco:definition "An Act of Communication by Media in which information and tangible objects, usually written documents, are delivered to destinations around the world."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Mailing"@en . @@ -2116,8 +2117,8 @@ cco:Mailing rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Married cco:Married rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfGenericallyDependentContinuant ; - cco:alternative_label "Married Stasis"@en ; - cco: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 ; + 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:definition_source "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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; @@ -2127,7 +2128,7 @@ cco:Married rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MaximumPower cco:MaximumPower rdf:type owl:Class ; rdfs:subClassOf cco:Power ; - cco:definition "A Power that is characterized by the maximum rate of Work, or Energy consumed, done in a given time period."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Maximum Power"@en . @@ -2135,7 +2136,7 @@ cco:MaximumPower rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MechanicalProcess cco:MechanicalProcess rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000015 ; - cco:definition "A Process that is the realization of some Disposition of an Artifact"@en ; + skos:definition "A Process that is the realization of some Disposition of an Artifact"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Mechanical Process"@en . @@ -2143,7 +2144,7 @@ cco:MechanicalProcess rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MechanicalWaveProcess cco:MechanicalWaveProcess rdf:type owl:Class ; rdfs:subClassOf cco:WaveProcess ; - cco:definition "A Wave Process that involves Oscillation of a portion of matter such that energy is transferred through the material medium."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Mechanical_wave&oldid=1057233679"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Mechanical Wave Process"@en . @@ -2153,8 +2154,8 @@ cco:MechanicalWaveProcess rdf:type owl:Class ; cco:MediumFrequency rdf:type owl:Class ; rdfs:subClassOf cco:RadioFrequency ; cco:acronym "MF" ; - cco:alternative_label "ITU Band Number 6"@en ; - cco:definition "A Radio Frequency that is between 300 kHz and 3 MHz."@en ; + skos:altLabel "ITU Band Number 6"@en ; + skos:definition "A Radio Frequency that is between 300 kHz and 3 MHz."@en ; cco:definition_source "International Telecommunication Union (ITU)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The corresponding Wavelength range is 1,000–100 m"@en ; @@ -2164,7 +2165,7 @@ cco:MediumFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MicrowaveFrequency cco:MicrowaveFrequency rdf:type owl:Class ; rdfs:subClassOf cco:RadioFrequency ; - cco:definition "A Radio Frequency that is between 300 MHz and 300 GHz."@en ; + skos:definition "A Radio Frequency that is between 300 MHz and 300 GHz."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Microwave&oldid=1062124842"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The corresponding Wavelength range is 1,000–1 mm"@en ; @@ -2174,7 +2175,7 @@ cco:MicrowaveFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MidInfraredLightFrequency cco:MidInfraredLightFrequency rdf:type owl:Class ; rdfs:subClassOf cco:InfraredLightFrequency ; - cco:definition "An Infrared Light Frequency that is between 20 and 214 terahertz."@en ; + skos:definition "An Infrared Light Frequency that is between 20 and 214 terahertz."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Mid Infrared Light Frequency"@en . @@ -2183,7 +2184,7 @@ cco:MidInfraredLightFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MidrangeFrequency cco:MidrangeFrequency rdf:type owl:Class ; rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 500 Hz and 2 kHz."@en ; + skos:definition "A Sonic Frequency that is between 500 Hz and 2 kHz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Midrange Frequency"@en . @@ -2191,7 +2192,7 @@ cco:MidrangeFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Momentum cco:Momentum rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000144 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The SI unit of measure for Momentum is Newton seconds (N s)."@en ; rdfs:label "Momentum"@en . @@ -2200,7 +2201,7 @@ cco:Momentum rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MotionProcess cco:MotionProcess rdf:type owl:Class ; rdfs:subClassOf cco:NaturalProcess ; - cco:definition "A Natural Process in which a Continuant changes its Location or Spatial Orientation over some Temporal Interval."@en ; + skos:definition "A Natural Process in which a Continuant changes its Location or Spatial Orientation over some Temporal Interval."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Motion"@en . @@ -2208,7 +2209,7 @@ cco:MotionProcess rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MuzzleBlast cco:MuzzleBlast rdf:type owl:Class ; rdfs:subClassOf cco:SoundWaveProcess ; - cco:definition "A Sound Wave Process that is caused by a projectile being pushed from the barrel of a firearm by an explosive charge."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Muzzle Blast"@en . @@ -2216,7 +2217,7 @@ cco:MuzzleBlast rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NaturalProcess cco:NaturalProcess rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000015 ; - cco:definition "A Process existing in or produced by nature; rather than by the intent of human beings."@en ; + skos:definition "A Process existing in or produced by nature; rather than by the intent of human beings."@en ; cco:definition_source "http://www.thefreedictionary.com/natural+process" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Natural Process"@en . @@ -2225,7 +2226,7 @@ cco:NaturalProcess rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NearInfraredLightFrequency cco:NearInfraredLightFrequency rdf:type owl:Class ; rdfs:subClassOf cco:InfraredLightFrequency ; - cco:definition "An Infrared Light Frequency that is between 214 and 400 terahertz."@en ; + skos:definition "An Infrared Light Frequency that is between 214 and 400 terahertz."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Near Infrared Light Frequency"@en . @@ -2234,7 +2235,7 @@ cco:NearInfraredLightFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NearUltravioletLightFrequency cco:NearUltravioletLightFrequency rdf:type owl:Class ; rdfs:subClassOf cco:UltravioletLightFrequency ; - cco:definition "An Ultraviolet Light Frequency that is between 750 terahertz and 3 petahertz."@en ; + skos:definition "An Ultraviolet Light Frequency that is between 750 terahertz and 3 petahertz."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Near Ultraviolet Light Frequency"@en . @@ -2243,8 +2244,8 @@ cco:NearUltravioletLightFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NominalStasis cco:NominalStasis rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; - cco:alternative_label "Nominal"@en ; - cco: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 ; + 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:definition_source "https://en.oxforddictionaries.com/definition/nominal (Definition 6)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Nominal Stasis"@en . @@ -2253,7 +2254,7 @@ cco:NominalStasis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OperationalStasis cco:OperationalStasis rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfArtifactOperationality ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Operational Stasis"@en . @@ -2261,8 +2262,8 @@ cco:OperationalStasis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OscillationProcess cco:OscillationProcess rdf:type owl:Class ; rdfs:subClassOf cco:Change ; - cco:alternative_label "Oscillation"@en ; - cco:definition "A Change in which the dependent entity alternates between two or more stases."@en ; + skos:altLabel "Oscillation"@en ; + skos:definition "A Change in which the dependent entity alternates between two or more stases."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 ; @@ -2272,7 +2273,7 @@ cco:OscillationProcess rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Pitch cco:Pitch rdf:type owl:Class ; rdfs:subClassOf cco:SoundProcessProfile ; - cco:definition "A Sound Process Profile that is characterized by the frequency of translated sound waves, typically on a continuum from low to high."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Pitch"@en . @@ -2280,7 +2281,7 @@ cco:Pitch rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Power cco:Power rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000144 ; - cco:definition "A Process Profile that is characterized by the rate of Work, or Energy consumed, done in a given time period."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Power"@en . @@ -2288,7 +2289,7 @@ cco:Power rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PresenceFrequency cco:PresenceFrequency rdf:type owl:Class ; rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 4 and 6 kHz."@en ; + skos:definition "A Sonic Frequency that is between 4 and 6 kHz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Presence Frequency"@en . @@ -2296,7 +2297,7 @@ cco:PresenceFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Pressure cco:Pressure rdf:type owl:Class ; rdfs:subClassOf cco:Force ; - cco:definition "A Force that is applied perpendicular to the surface of an Object per unit area over which that Force is distributed."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Pressure"@en . @@ -2304,7 +2305,7 @@ cco:Pressure rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PrivateNetworkTelephoneCall cco:PrivateNetworkTelephoneCall rdf:type owl:Class ; rdfs:subClassOf cco:TelephoneCall ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Private Network Telephone Call"@en . @@ -2313,7 +2314,7 @@ cco:PrivateNetworkTelephoneCall rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ProcessBeginning cco:ProcessBeginning rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000035 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Process Beginning"@en . @@ -2321,7 +2322,7 @@ cco:ProcessBeginning rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ProcessEnding cco:ProcessEnding rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000035 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Process Ending"@en . @@ -2329,7 +2330,7 @@ cco:ProcessEnding rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ProperAcceleration cco:ProperAcceleration rdf:type owl:Class ; rdfs:subClassOf cco:Acceleration ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Proper_acceleration&oldid=1058169867"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Proper Acceleration"@en . @@ -2338,9 +2339,9 @@ cco:ProperAcceleration rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionProcess cco:PropulsionProcess rdf:type owl:Class ; rdfs:subClassOf cco:NaturalProcess ; - cco: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 ; - cco:elucidation "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:example_of_usage "a twin-engine turboprop plane rotating both of its propellers against a portion of atmosphere to propel the plane forward" , + 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: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 ; + 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" , @@ -2354,8 +2355,8 @@ cco:PropulsionProcess rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioBroadcast cco:RadioBroadcast rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Radio Broadcasting"@en ; - cco:definition "An Act of Communciation by Media that is transmitted to an audience through a radio network."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Radio_network&oldid=1037183126"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Radio Broadcast"@en . @@ -2365,7 +2366,7 @@ cco:RadioBroadcast rdf:type owl:Class ; cco:RadioFrequency rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; cco:acronym "RF" ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 3 kHz and 300 GHz."@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 3 kHz and 300 GHz."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Radio_wave&oldid=1062110903"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Radio Frequency"@en . @@ -2374,7 +2375,7 @@ cco:RadioFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioInterference cco:RadioInterference rdf:type owl:Class ; rdfs:subClassOf cco:NaturalProcess ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Radio Interference"@en . @@ -2382,8 +2383,8 @@ cco:RadioInterference rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RectilinearMotion cco:RectilinearMotion rdf:type owl:Class ; rdfs:subClassOf cco:TranslationalMotion ; - cco:alternative_label "Linear Motion"@en ; - cco:definition "A Translational Motion process in which an Object moves along a straight path."@en ; + skos:altLabel "Linear Motion"@en ; + skos:definition "A Translational Motion process in which an Object moves along a straight path."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Rectilinear Motion"@en . @@ -2391,7 +2392,7 @@ cco:RectilinearMotion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RevolvingMotion cco:RevolvingMotion rdf:type owl:Class ; rdfs:subClassOf cco:RotationalMotion ; - cco:definition "A Rotational Motion of an Object around an Axis of Rotation that is located externally to the Site occupied by the Object."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Revolving Motion"@en . @@ -2403,8 +2404,8 @@ cco:RotationalMotion rdf:type owl:Class ; owl:onProperty cco:has_process_part ; owl:someValuesFrom cco:AngularVelocity ] ; - cco:alternative_label "Rotation"@en ; - cco:definition "A Motion Process in which an Object moves in a Circular or Elliptical Path around an Axis of Rotation."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Rotation&oldid=1055998344"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Rotational Motion"@en . @@ -2413,7 +2414,7 @@ cco:RotationalMotion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SawtoothWaveform cco:SawtoothWaveform rdf:type owl:Class ; rdfs:subClassOf cco:Waveform ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Sawtooth Waveform"@en . @@ -2429,7 +2430,7 @@ cco:ShearWaveProcess rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:MechanicalWaveProcess ; - cco:definition "A Mechanical Wave that has a Transverse Wave Profile."@en ; + skos:definition "A Mechanical Wave that has a Transverse Wave Profile."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Shear Wave Process"@en . @@ -2437,8 +2438,8 @@ cco:ShearWaveProcess rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SineWaveform cco:SineWaveform rdf:type owl:Class ; rdfs:subClassOf cco:Waveform ; - cco:alternative_label "Sinusoidal Waveform"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Sine Waveform"@en . @@ -2446,7 +2447,7 @@ cco:SineWaveform rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SocialAct cco:SocialAct rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; - cco: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 ; + 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:definition_source "http://en.wiktionary.org/wiki/commually" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Social Act"@en . @@ -2455,7 +2456,7 @@ cco:SocialAct rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SoftXrayFrequency cco:SoftXrayFrequency rdf:type owl:Class ; rdfs:subClassOf cco:XrayFrequency ; - cco:definition "An X-Ray Frequency that is between 30 petahertz and 3 exahertz."@en ; + skos:definition "An X-Ray Frequency that is between 30 petahertz and 3 exahertz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Soft X-ray Frequency"@en . @@ -2463,8 +2464,8 @@ cco:SoftXrayFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SonicFrequency cco:SonicFrequency rdf:type owl:Class ; rdfs:subClassOf cco:SoundFrequency ; - cco:alternative_label "Audible Frequency"@en ; - cco:definition "A Sound Frequency that is between 20 Hz and 20 kHz."@en ; + skos:altLabel "Audible Frequency"@en ; + skos:definition "A Sound Frequency that is between 20 Hz and 20 kHz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "Sound waves with frequencies in this range are typically audible to humans."@en ; rdfs:label "Sonic Frequency"@en . @@ -2473,7 +2474,7 @@ cco:SonicFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundFrequency cco:SoundFrequency rdf:type owl:Class ; rdfs:subClassOf cco:Frequency ; - cco:definition "A Frequency that is the rate of Oscillations per second of a Sound Wave."@en ; + skos:definition "A Frequency that is the rate of Oscillations per second of a Sound Wave."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Sound Frequency"@en . @@ -2481,8 +2482,8 @@ cco:SoundFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundPressure cco:SoundPressure rdf:type owl:Class ; rdfs:subClassOf cco:Pressure ; - cco:alternative_label "Acoustic Pressure"@en ; - cco:definition "A Pressure that is caused by a Sound Wave and is a local deviation from the ambient 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Sound Pressure"@en . @@ -2498,8 +2499,8 @@ cco:SoundProcessProfile rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf obo:BFO_0000144 ; - cco:alternative_label "Sound Quality"@en ; - cco: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 ; + 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:definition_source "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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; @@ -2509,8 +2510,8 @@ cco:SoundProcessProfile rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundProduction cco:SoundProduction rdf:type owl:Class ; rdfs:subClassOf cco:WaveProduction ; - cco:alternative_label "Sound Production Process"@en ; - cco:definition "A Wave Production Process that produces a Sound Wave."@en ; + skos:altLabel "Sound Production Process"@en ; + skos:definition "A Wave Production Process that produces a Sound Wave."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Sound Production"@en . @@ -2522,7 +2523,7 @@ cco:SoundWaveProcess rdf:type owl:Class ; owl:onProperty cco:has_process_part ; owl:someValuesFrom cco:LongitudinalWaveProfile ] ; - cco:definition "A Mechanical Wave Process of Pressure and displacement that is parallel to the propogation direction of the Wave Process through a medium."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Sound Wave Process"@en . @@ -2531,7 +2532,7 @@ cco:SoundWaveProcess rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundWavelength cco:SoundWavelength rdf:type owl:Class ; rdfs:subClassOf cco:Wavelength ; - cco:definition "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."@en ; + skos:definition "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."@en ; cco:definition_source "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Sound Wavelength"@en . @@ -2540,7 +2541,7 @@ cco:SoundWavelength rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Speed cco:Speed rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000144 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Speed&oldid=1058949945"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "An object's speed is the scalar absolute value of it's Velocity."@en ; @@ -2550,7 +2551,7 @@ cco:Speed rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SpinningMotion cco:SpinningMotion rdf:type owl:Class ; rdfs:subClassOf cco:RotationalMotion ; - cco:definition "A Rotational Motion of an Object around an Axis of Rotation that passes through the Object's Center of Mass."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Spinning Motion"@en . @@ -2558,7 +2559,7 @@ cco:SpinningMotion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareWaveform cco:SquareWaveform rdf:type owl:Class ; rdfs:subClassOf cco:Waveform ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Square Waveform"@en . @@ -2566,7 +2567,7 @@ cco:SquareWaveform rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StableOrientation cco:StableOrientation rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfQuality ; - cco:definition "A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation."@en ; + skos:definition "A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stable Orientation"@en . @@ -2574,7 +2575,7 @@ cco:StableOrientation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Stasis cco:Stasis rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000015 ; - cco:definition "A Process in which one or more Independent Continuants endure in an unchanging condition."@en ; + skos:definition "A Process in which one or more Independent Continuants endure in an unchanging condition."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis"@en . @@ -2582,7 +2583,7 @@ cco:Stasis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfArtifactOperationality cco:StasisOfArtifactOperationality rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfRealizableEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Artifact Operationality"@en . @@ -2590,7 +2591,7 @@ cco:StasisOfArtifactOperationality rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfDisposition cco:StasisOfDisposition rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfRealizableEntity ; - cco:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Disposition that remains unchanged during a Temporal Interval."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Disposition"@en . @@ -2598,7 +2599,7 @@ cco:StasisOfDisposition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfFullyMissionCapable cco:StasisOfFullyMissionCapable rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfMissionCapability ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Fully Mission Capable"@en . @@ -2606,7 +2607,7 @@ cco:StasisOfFullyMissionCapable rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfFunction cco:StasisOfFunction rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfRealizableEntity ; - cco:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Function that remains unchanged during a Temporal Interval."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Function"@en . @@ -2614,7 +2615,7 @@ cco:StasisOfFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfGenericallyDependentContinuant cco:StasisOfGenericallyDependentContinuant rdf:type owl:Class ; rdfs:subClassOf cco:Stasis ; - cco:definition "A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; + skos:definition "A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Generically Dependent Continuant"@en . @@ -2622,7 +2623,7 @@ cco:StasisOfGenericallyDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfMissionCapability cco:StasisOfMissionCapability rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfRealizableEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Mission Capability"@en . @@ -2630,7 +2631,7 @@ cco:StasisOfMissionCapability rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfNonMissionCapable cco:StasisOfNonMissionCapable rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfMissionCapability ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Non-Mission Capable"@en . @@ -2642,7 +2643,7 @@ cco:StasisOfNonMissionCapableMaintenance rdf:type owl:Class ; owl:onProperty cco:caused_by ; owl:someValuesFrom cco:ActOfMaintenance ] ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Non-Mission Capable Maintenance"@en . @@ -2650,7 +2651,7 @@ cco:StasisOfNonMissionCapableMaintenance rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfPartiallyMissionCapable cco:StasisOfPartiallyMissionCapable rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfMissionCapability ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Partially Mission Capable"@en . @@ -2658,7 +2659,7 @@ cco:StasisOfPartiallyMissionCapable rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfPartiallyMissionCapableMaintenance cco:StasisOfPartiallyMissionCapableMaintenance rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfPartiallyMissionCapable ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Partially Mission Capable Maintenance"@en . @@ -2666,7 +2667,7 @@ cco:StasisOfPartiallyMissionCapableMaintenance rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfQuality cco:StasisOfQuality rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; - cco:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Quality"@en . @@ -2674,7 +2675,7 @@ cco:StasisOfQuality rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfRealizableEntity cco:StasisOfRealizableEntity rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; - cco:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Realizable Entity that remains unchanged during a Temporal Interval."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Realizable Entity"@en . @@ -2682,7 +2683,7 @@ cco:StasisOfRealizableEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfRole cco:StasisOfRole rdf:type owl:Class ; rdfs:subClassOf cco:StasisOfRealizableEntity ; - cco:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Role that remains unchanged during a Temporal Interval."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Role"@en . @@ -2690,7 +2691,7 @@ cco:StasisOfRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfSpecificallyDependentContinuant cco:StasisOfSpecificallyDependentContinuant rdf:type owl:Class ; rdfs:subClassOf cco:Stasis ; - cco:definition "A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; + skos:definition "A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Stasis of Specifically Dependent Continuant"@en . @@ -2698,7 +2699,7 @@ cco:StasisOfSpecificallyDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SubBassFrequency cco:SubBassFrequency rdf:type owl:Class ; rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 20 and 60 Hz."@en ; + skos:definition "A Sonic Frequency that is between 20 and 60 Hz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Sub-Bass Frequency"@en . @@ -2707,8 +2708,8 @@ cco:SubBassFrequency rdf:type owl:Class ; cco:SuperHighFrequency rdf:type owl:Class ; rdfs:subClassOf cco:MicrowaveFrequency ; cco:acronym "SHF" ; - cco:alternative_label "ITU Band Number 10"@en ; - cco:definition "A Microwave Frequency that is between 3 and 30 GHz."@en ; + skos:altLabel "ITU Band Number 10"@en ; + skos:definition "A Microwave Frequency that is between 3 and 30 GHz."@en ; cco:definition_source "International Telecommunication Union (ITU)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The corresponding Wavelength range is 100–10 mm"@en ; @@ -2719,8 +2720,8 @@ cco:SuperHighFrequency rdf:type owl:Class ; cco:SuperLowFrequency rdf:type owl:Class ; rdfs:subClassOf cco:RadioFrequency ; cco:acronym "SLF" ; - cco:alternative_label "ITU Band Number 2"@en ; - cco:definition "A Radio Frequency that is between 30 and 300 Hz."@en ; + skos:altLabel "ITU Band Number 2"@en ; + skos:definition "A Radio Frequency that is between 30 and 300 Hz."@en ; cco:definition_source "International Telecommunication Union (ITU)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The corresponding Wavelength range is 10,000–1,000 km"@en ; @@ -2730,9 +2731,9 @@ cco:SuperLowFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SurfaceWaveProfile cco:SurfaceWaveProfile rdf:type owl:Class ; rdfs:subClassOf cco:WaveProcessProfile ; - cco:alternative_label "Surface Wave"@en ; - cco: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 ; - cco:example_of_usage "the motion of an ocean wave" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Surface Wave Profile"@en . @@ -2748,7 +2749,7 @@ cco:Target rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf obo:BFO_0000040 ; - cco:definition "A Material Entity that is the object of an Act of Targeting."@en ; + skos:definition "A Material Entity that is the object of an Act of Targeting."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -2765,9 +2766,9 @@ cco:TelemetryProcess rdf:type owl:Class ; owl:onProperty cco:has_process_part ; owl:someValuesFrom cco:ActOfMeasuring ] ; - cco: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: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 ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telemetry&oldid=1061697851"^^xsd:anyURI ; - cco:example_of_usage "using a GPS tag to track a shark's migratory pattern" , + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Telemetry Process"@en . @@ -2776,8 +2777,8 @@ cco:TelemetryProcess rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneCall cco:TelephoneCall rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Telephone Calling"@en ; - cco:definition "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Telephone Call"@en . @@ -2786,8 +2787,8 @@ cco:TelephoneCall rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TelevisionBroadcast cco:TelevisionBroadcast rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Television Broadcasting"@en ; - cco:definition "An Act of Communciation by Media that is transmitted to an audience through a television network."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Television_broadcasting&oldid=1063890047"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Television Broadcast"@en . @@ -2796,9 +2797,9 @@ cco:TelevisionBroadcast rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TextMessaging cco:TextMessaging rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Text Messaging"@en , + skos:altLabel "Act of Text Messaging"@en , "Act of Texting"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Text_messaging&oldid=1062261405"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Text Messaging"@en . @@ -2807,7 +2808,7 @@ cco:TextMessaging rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Thrust cco:Thrust rdf:type owl:Class ; rdfs:subClassOf cco:Force ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "More generally, Thrust is the propulsive Force of a Rocket."@en ; rdfs:label "Thrust"@en . @@ -2816,7 +2817,7 @@ cco:Thrust rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Timbre cco:Timbre rdf:type owl:Class ; rdfs:subClassOf cco:SoundProcessProfile ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Timbre"@en . @@ -2824,8 +2825,8 @@ cco:Timbre rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Torque cco:Torque rdf:type owl:Class ; rdfs:subClassOf cco:Force ; - cco:alternative_label "Moment of Force"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Torque&oldid=1063339484"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Torque"@en . @@ -2838,7 +2839,7 @@ cco:TranslationalMotion rdf:type owl:Class ; owl:onProperty cco:has_process_part ; owl:someValuesFrom cco:Velocity ] ; - cco:definition "A Motion Process in which the participating Object changes its position from one portion of space to another."@en ; + skos:definition "A Motion Process in which the participating Object changes its position from one portion of space to another."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Translational Motion"@en . @@ -2846,8 +2847,8 @@ cco:TranslationalMotion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TransverseWaveProfile cco:TransverseWaveProfile rdf:type owl:Class ; rdfs:subClassOf cco:WaveProcessProfile ; - cco:alternative_label "Transverse Wave"@en ; - cco:definition "A Wave Process Profile in which the displacement of participating particles is perpendicular to the direction of the Wave Process' propogation."@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:definition_source "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Transverse Wave Profile"@en . @@ -2857,10 +2858,10 @@ cco:TransverseWaveProfile rdf:type owl:Class ; cco:TremendouslyHighFrequency rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; cco:acronym "THF" ; - cco:alternative_label "ITU Band Number 12"@en , + skos:altLabel "ITU Band Number 12"@en , "Submillimeter Band Frequency"@en , "Terahertz Radiation Frequency"@en ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 GHz and 3 THz."@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 GHz and 3 THz."@en ; cco:definition_source "International Telecommunication Union (ITU)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The corresponding Wavelength range is 1–0.1 mm"@en ; @@ -2870,7 +2871,7 @@ cco:TremendouslyHighFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TriangularWaveform cco:TriangularWaveform rdf:type owl:Class ; rdfs:subClassOf cco:Waveform ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Triangular Waveform"@en . @@ -2879,8 +2880,8 @@ cco:TriangularWaveform rdf:type owl:Class ; cco:UltraHighFrequency rdf:type owl:Class ; rdfs:subClassOf cco:MicrowaveFrequency ; cco:acronym "UHF" ; - cco:alternative_label "ITU Band Number 9"@en ; - cco:definition "A Microwave Frequency that is between 300 MHz and 3 GHz."@en ; + skos:altLabel "ITU Band Number 9"@en ; + skos:definition "A Microwave Frequency that is between 300 MHz and 3 GHz."@en ; cco:definition_source "International Telecommunication Union (ITU)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment """The corresponding Wavelength range is 1–0.1 m. @@ -2893,8 +2894,8 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE cco:UltraLowFrequency rdf:type owl:Class ; rdfs:subClassOf cco:RadioFrequency ; cco:acronym "ULF" ; - cco:alternative_label "ITU Band Number 3"@en ; - cco:definition "A Radio Frequency that is between 300 Hz and 3 kHz."@en ; + skos:altLabel "ITU Band Number 3"@en ; + skos:definition "A Radio Frequency that is between 300 Hz and 3 kHz."@en ; cco:definition_source "International Telecommunication Union (ITU)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The corresponding Wavelength range is 1,000–100 km"@en ; @@ -2904,7 +2905,7 @@ cco:UltraLowFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UltrasonicFrequency cco:UltrasonicFrequency rdf:type owl:Class ; rdfs:subClassOf cco:SoundFrequency ; - cco:definition "A Sound Frequency that is greater than 20 kHz."@en ; + skos:definition "A Sound Frequency that is greater than 20 kHz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Ultrasonic Frequency"@en . @@ -2912,7 +2913,7 @@ cco:UltrasonicFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UltravioletLightFrequency cco:UltravioletLightFrequency rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 750 terahertz and 30 petahertz."@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 750 terahertz and 30 petahertz."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Ultraviolet Light Frequency"@en . @@ -2925,7 +2926,7 @@ cco:UnderActiveControl rdf:type owl:Class ; owl:onProperty cco:has_process_part ; owl:someValuesFrom cco:ActOfArtifactEmployment ] ; - cco:definition "An Active Stasis during which an Artifact participates in an Act of Artifact Employment."@en ; + skos:definition "An Active Stasis during which an Artifact participates in an Act of Artifact Employment."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Under Active Control"@en . @@ -2933,8 +2934,8 @@ cco:UnderActiveControl rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UnintentionalAct cco:UnintentionalAct rdf:type owl:Class ; rdfs:subClassOf cco:Act ; - cco:alternative_label "Unintentional Act"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Unplanned Act"@en . @@ -2942,7 +2943,7 @@ cco:UnintentionalAct rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UpperMidrangeFrequency cco:UpperMidrangeFrequency rdf:type owl:Class ; rdfs:subClassOf cco:SonicFrequency ; - cco:definition "A Sonic Frequency that is between 2 and 4 kHz."@en ; + skos:definition "A Sonic Frequency that is between 2 and 4 kHz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Upper Midrange Frequency"@en . @@ -2950,7 +2951,7 @@ cco:UpperMidrangeFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Velocity cco:Velocity rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000144 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Velocity&oldid=1063300750"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Velocity"@en . @@ -2960,8 +2961,8 @@ cco:Velocity rdf:type owl:Class ; cco:VeryHighFrequency rdf:type owl:Class ; rdfs:subClassOf cco:RadioFrequency ; cco:acronym "VHF" ; - cco:alternative_label "ITU Band Number 8"@en ; - cco:definition "A Radio Frequency that is between 30 and 300 MHz."@en ; + skos:altLabel "ITU Band Number 8"@en ; + skos:definition "A Radio Frequency that is between 30 and 300 MHz."@en ; cco:definition_source "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The corresponding Wavelength range is 10–1 m"@en ; @@ -2972,8 +2973,8 @@ cco:VeryHighFrequency rdf:type owl:Class ; cco:VeryLowFrequency rdf:type owl:Class ; rdfs:subClassOf cco:RadioFrequency ; cco:acronym "VLF" ; - cco:alternative_label "ITU Band Number 4"@en ; - cco:definition "A Radio Frequency that is between 3 and 30 kHz."@en ; + skos:altLabel "ITU Band Number 4"@en ; + skos:definition "A Radio Frequency that is between 3 and 30 kHz."@en ; cco:definition_source "International Telecommunication Union (ITU)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "The corresponding Wavelength range is 100–10 km"@en ; @@ -2983,10 +2984,10 @@ cco:VeryLowFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VibrationProcess cco:VibrationProcess rdf:type owl:Class ; rdfs:subClassOf cco:MotionProcess ; - cco:alternative_label "Mechanical Oscillation"@en , + skos:altLabel "Mechanical Oscillation"@en , "Oscillation Motion"@en , "Vibration"@en ; - cco:definition "A Motion wherein some participant repetitively deviates from a central location to two surrounding locations."@en ; + skos:definition "A Motion wherein some participant repetitively deviates from a central location to two surrounding locations."@en ; cco:definition_source "https://physicsabout.com/motion/"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Vibration Motion"@en . @@ -2995,7 +2996,7 @@ cco:VibrationProcess rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VisibleLightFrequency cco:VisibleLightFrequency rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 400 and 800 terahertz."@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 400 and 800 terahertz."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Light&oldid=1062630851"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "Visible light overlaps with near infrared and near ultraviolet."@en ; @@ -3005,7 +3006,7 @@ cco:VisibleLightFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VisibleLightReflectionProcess cco:VisibleLightReflectionProcess rdf:type owl:Class ; rdfs:subClassOf cco:WaveProcess ; - cco:definition "A Wave Process in which an Electromagnetic Wave with a Visible Light Frequency is reflected off a portion of matter."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Visible Light Reflection Process"@en . @@ -3017,7 +3018,7 @@ cco:VisibleObservation rdf:type owl:Class ; owl:onProperty cco:has_process_part ; owl:someValuesFrom cco:VisibleLightReflectionProcess ] ; - cco:definition "An Act of Observation that involves visual perception."@en ; + skos:definition "An Act of Observation that involves visual perception."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Visible Observation"@en . @@ -3025,7 +3026,7 @@ cco:VisibleObservation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WaveCycle cco:WaveCycle rdf:type owl:Class ; rdfs:subClassOf cco:WaveProcess ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Wave Cycle"@en . @@ -3041,7 +3042,7 @@ cco:WaveProcess rdf:type owl:Class ; owl:onProperty cco:has_process_part ; owl:someValuesFrom cco:WaveProcessProfile ] ; - cco:definition "A Natural Process that involves Oscillation accompanied by a transfer of energy that travels through a portion of matter or spatial region."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Wave&oldid=1062648180"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Wave Process"@en . @@ -3058,7 +3059,7 @@ cco:WaveProcessProfile rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf obo:BFO_0000144 ; - cco:definition "A Process Profile of a Wave Process."@en ; + skos:definition "A Process Profile of a Wave Process."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; 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 . @@ -3067,8 +3068,8 @@ cco:WaveProcessProfile rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WaveProduction cco:WaveProduction rdf:type owl:Class ; rdfs:subClassOf cco:NaturalProcess ; - cco:alternative_label "Wave Production Process"@en ; - cco:definition "A Natural Process in which a Wave Process is generated."@en ; + skos:altLabel "Wave Production Process"@en ; + skos:definition "A Natural Process in which a Wave Process is generated."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Wave Production"@en . @@ -3076,7 +3077,7 @@ cco:WaveProduction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Waveform cco:Waveform rdf:type owl:Class ; rdfs:subClassOf cco:WaveProcessProfile ; - cco:definition "A Wave Process Profile that is the shape of the Wave Cycles of the Wave Process when depicted in a visual graph."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Waveform"@en . @@ -3084,7 +3085,7 @@ cco:Waveform rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Wavelength cco:Wavelength rdf:type owl:Class ; rdfs:subClassOf cco:WaveProcessProfile ; - cco:definition "A Wave Process Profile that is the distance the Wave Process traverses during one Wave Cycle."@en ; + skos:definition "A Wave Process Profile that is the distance the Wave Process traverses during one Wave Cycle."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "Assuming a non-dispersive media, the Wavelength will be the inverse of the Frequency."@en ; rdfs:label "Wavelength"@en . @@ -3093,8 +3094,8 @@ cco:Wavelength rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Webcast cco:Webcast rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunicationByMedia ; - cco:alternative_label "Act of Webcasting"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Webcast&oldid=1062685084"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:comment "Essentially, webcasting is “broadcasting” over the Internet."@en ; @@ -3104,8 +3105,8 @@ cco:Webcast rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Wedding cco:Wedding rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCeremony ; - cco:alternative_label "Act of Wedding Ceremony"@en ; - cco:definition "An Act of Ceremony in which two Persons are united in Marriage or a similar institution."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Wedding&oldid=1063857279"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Wedding"@en . @@ -3114,7 +3115,7 @@ cco:Wedding rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WirelessNetworkTelephoneCall cco:WirelessNetworkTelephoneCall rdf:type owl:Class ; rdfs:subClassOf cco:TelephoneCall ; - cco:definition "A Telephone Call transmitted over a network where the telephones are mobile and can move anywhere within the coverage area."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Wireless Network Telephone Call"@en . @@ -3123,8 +3124,8 @@ cco:WirelessNetworkTelephoneCall rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WoundedStasis cco:WoundedStasis rdf:type owl:Class ; rdfs:subClassOf cco:DamagedStasis ; - cco:alternative_label "Wounded"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Wounded Stasis"@en . @@ -3132,7 +3133,7 @@ cco:WoundedStasis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/XrayFrequency cco:XrayFrequency rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; - cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 30 petahertz and 30 exahertz."@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 30 petahertz and 30 exahertz."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "X-ray Frequency"@en . diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index 9cabecc..2937f66 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -23,78 +23,60 @@ # 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/license -dcterms:license rdf:type owl:AnnotationProperty . - ### http://www.ontologyrepository.com/CommonCoreOntologies/acronym cco:acronym rdf:type owl:AnnotationProperty ; - cco:definition "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "acronym"@en ; rdfs:subPropertyOf skos:altLabel . -### http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label -cco:alternative_label rdf:type owl:AnnotationProperty ; - cco:definition "A term or phrase that may be used in place of the stated rdfs:label to denote the entity in question."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "alternative label"@en . - - ### http://www.ontologyrepository.com/CommonCoreOntologies/code_license cco:code_license rdf:type owl:AnnotationProperty ; - cco:definition "The name and description of the license under which the .owl file is released."@en ; + skos:definition "The name and description of the license under which the .owl file is released."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "code license"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/content_license cco:content_license rdf:type owl:AnnotationProperty ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "content license"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/copyright cco:copyright rdf:type owl:AnnotationProperty ; - cco:definition "An assertion of copyright"@en ; + skos:definition "An assertion of copyright"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "copyright"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/definition -cco:definition rdf:type owl:AnnotationProperty ; - cco:definition "A natural language explication of the meaning of the term."@en ; +skos:definition rdf:type owl:AnnotationProperty ; + skos:definition "A natural language explication of the meaning of the term."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "definition"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/definition_source cco:definition_source rdf:type owl:AnnotationProperty ; - cco:definition "A citation of where all or some of the information used to create the term's Definition was acquired from."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "definition source"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/designator_annotation cco:designator_annotation rdf:type owl:AnnotationProperty ; - cco:definition "A name or other identifier that is used to designate an individual."@en ; + skos:definition "A name or other identifier that is used to designate an individual."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "designator annotation"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_acronym cco:doctrinal_acronym rdf:type owl:AnnotationProperty ; - cco:definition "An Acronym that is used by a Doctrinal Source to denote the entity."@en ; + skos:definition "An Acronym that is used by a Doctrinal Source to denote the entity."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "doctrinal acronym"@en ; rdfs:subPropertyOf cco:acronym . @@ -102,61 +84,47 @@ cco:doctrinal_acronym rdf:type owl:AnnotationProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_definition cco:doctrinal_definition rdf:type owl:AnnotationProperty ; - cco:definition "A Definition that is taken directly from a Doctrinal Source."@en ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "doctrinal definition"@en ; - rdfs:subPropertyOf cco:definition . + rdfs:subPropertyOf skos:definition . ### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_label cco:doctrinal_label rdf:type owl:AnnotationProperty ; - cco:definition "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "doctrinal label"@en ; - rdfs:subPropertyOf cco:alternative_label . + rdfs:subPropertyOf skos:altLabel . ### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_source cco:doctrinal_source rdf:type owl:AnnotationProperty ; - cco:definition "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ; + skos:definition "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "doctrinal source"@en ; rdfs:subPropertyOf cco:definition_source . -### http://www.ontologyrepository.com/CommonCoreOntologies/elucidation -cco:elucidation rdf:type owl:AnnotationProperty ; - cco:definition "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."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "elucidation"@en . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage -cco:example_of_usage rdf:type owl:AnnotationProperty ; - cco:definition "A phrase, sentence or set of terms intended to convey the conventional usage of the term."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "example of usage"@en . - - ### http://www.ontologyrepository.com/CommonCoreOntologies/has_token_unit cco:has_token_unit rdf:type owl:AnnotationProperty ; - cco:definition "A relation between an information content entity and a widely used measurement unit of the token used to express it."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "has token unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/http_query_string cco:http_query_string rdf:type owl:AnnotationProperty ; - cco:definition "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en ; + skos:definition "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "http query string"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_measurement_annotation cco:interval_measurement_annotation rdf:type owl:AnnotationProperty ; - cco:definition "A interval measurement value of an instance of a quality, realizable or process profile "@en ; + skos:definition "A interval measurement value of an instance of a quality, realizable or process profile "@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "interval measurement annotation"@en ; rdfs:subPropertyOf cco:measurement_annotation . @@ -164,28 +132,28 @@ cco:interval_measurement_annotation rdf:type owl:AnnotationProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology cco:is_curated_in_ontology rdf:type owl:AnnotationProperty ; - cco:definition "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is curated in ontology"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_tokenized_by cco:is_tokenized_by rdf:type owl:AnnotationProperty ; - cco:definition "A relation between an information content entity and a widely used token used to express it."@en ; + skos:definition "A relation between an information content entity and a widely used token used to express it."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is tokenized by"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/measurement_annotation cco:measurement_annotation rdf:type owl:AnnotationProperty ; - cco:definition "A measurement value of an instance of a quality, realizable or process profile"@en ; + skos:definition "A measurement value of an instance of a quality, realizable or process profile"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "measurement annotation"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/nominal_measurement_annotation cco:nominal_measurement_annotation rdf:type owl:AnnotationProperty ; - cco:definition "A nominal measurement value of an instance of a quality, realizable or process profile"@en ; + skos:definition "A nominal measurement value of an instance of a quality, realizable or process profile"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "nominal measurement annotation"@en ; rdfs:subPropertyOf cco:measurement_annotation . @@ -193,7 +161,7 @@ cco:nominal_measurement_annotation rdf:type owl:AnnotationProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ordinal_measurement_annotation cco:ordinal_measurement_annotation rdf:type owl:AnnotationProperty ; - cco:definition "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ; + skos:definition "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "ordinal measurement annotation"@en ; rdfs:subPropertyOf cco:measurement_annotation . @@ -201,14 +169,14 @@ cco:ordinal_measurement_annotation rdf:type owl:AnnotationProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/query_text cco:query_text rdf:type owl:AnnotationProperty ; - cco:definition "The text of a query that is associated with a class"@en ; + skos:definition "The text of a query that is associated with a class"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "query text"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ratio_measurement_annotation cco:ratio_measurement_annotation rdf:type owl:AnnotationProperty ; - cco:definition "A ratio measurement value of an instance of a quality, realizable or process profile"@en ; + skos:definition "A ratio measurement value of an instance of a quality, realizable or process profile"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "ratio measurement annotation"@en ; rdfs:subPropertyOf cco:measurement_annotation . @@ -216,7 +184,7 @@ cco:ratio_measurement_annotation rdf:type owl:AnnotationProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/term_creator cco:term_creator rdf:type owl:AnnotationProperty ; - cco:definition "The name of the Term Editor who added the term to the ontology."@en ; + skos:definition "The name of the Term Editor who added the term to the ontology."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "term creator"@en ; rdfs:subPropertyOf cco:term_editor . @@ -224,15 +192,10 @@ cco:term_creator rdf:type owl:AnnotationProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/term_editor cco:term_editor rdf:type owl:AnnotationProperty ; - cco:definition "The name of a person who contributed to the development or enhancement of the term."@en ; + skos:definition "The name of a person who contributed to the development or enhancement of the term."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "term editor"@en . - -### http://www.w3.org/2004/02/skos/core#editorialNote -skos:editorialNote rdf:type owl:AnnotationProperty . - - ################################################################# # Object Properties ################################################################# @@ -247,7 +210,7 @@ cco:accessory_in rdf:type owl:ObjectProperty ; owl:inverseOf cco:has_accessory ; rdfs:domain obo:BFO_0000040 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "accessory in"@en . @@ -259,7 +222,7 @@ cco:accomplice_in rdf:type owl:ObjectProperty ; owl:inverseOf cco:has_accomplice ; rdfs:domain obo:BFO_0000040 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "accomplice in"@en . @@ -271,7 +234,7 @@ cco:affects rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_affected_by ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000002 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "affects"@en . @@ -285,7 +248,7 @@ cco:aggregate_bearer_of rdf:type owl:ObjectProperty ; obo:BFO_0000031 ) ] ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "aggregate bearer of"@en . @@ -296,7 +259,7 @@ cco:aggregate_has_disposition rdf:type owl:ObjectProperty ; owl:inverseOf cco:disposition_of_aggregate ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000016 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "aggregate has disposition"@en . @@ -306,7 +269,7 @@ cco:aggregate_has_quality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:aggregate_bearer_of ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000019 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "aggregate has quality"@en . @@ -316,7 +279,7 @@ cco:aggregate_has_role rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:aggregate_bearer_of ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000023 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "aggregate has role"@en . @@ -326,7 +289,7 @@ cco:caused_by rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_cause_of ; rdfs:domain obo:BFO_0000003 ; rdfs:range obo:BFO_0000003 ; - cco:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ; + skos:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "caused by"@en . @@ -336,7 +299,7 @@ cco:disposition_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:inheres_in_aggregate ; rdfs:domain obo:BFO_0000016 ; rdfs:range obo:BFO_0000027 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "disposition of aggregate"@en . @@ -348,8 +311,8 @@ cco:disrupts rdf:type owl:ObjectProperty ; rdfs:range obo:BFO_0000015 ; dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - cco:definition "A relation where one process disrupts another process from occurring as it would have."@en ; - cco:elucidation "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 ; + skos:definition "A relation where one process disrupts another process from occurring as it would have."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "disrupts"@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 ; @@ -361,7 +324,7 @@ cco:has_accessory rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000057 ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000040 ; - cco: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 ; + 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:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "has accessory"@en . @@ -372,7 +335,7 @@ cco:has_accomplice rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000057 ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000040 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "has accomplice"@en . @@ -384,7 +347,7 @@ cco:has_input rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_input_of ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000002 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "has input"@en . @@ -400,7 +363,7 @@ cco:has_member_of_located_in rdf:type owl:ObjectProperty ; ) ; rdf:type owl:Class ] ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "has all members located in"@en . @@ -409,7 +372,7 @@ cco:has_member_of_located_in rdf:type owl:ObjectProperty ; cco:has_object rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000057 ; owl:inverseOf cco:is_object_of ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "has object"@en . @@ -420,7 +383,7 @@ cco:has_output rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_output_of ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000002 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "has output"@en . @@ -432,7 +395,7 @@ cco:has_process_part rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_part_of_process ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "has process part"@en . @@ -448,7 +411,7 @@ cco:has_some_member_of_located_in rdf:type owl:ObjectProperty ; ) ; rdf:type owl:Class ] ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "has some member located in"@en . @@ -461,7 +424,7 @@ cco:inheres_in_aggregate rdf:type owl:ObjectProperty ; ) ] ; rdfs:range obo:BFO_0000027 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "inheres in aggregate"@en . @@ -471,7 +434,7 @@ cco:inhibited_by rdf:type owl:ObjectProperty ; owl:inverseOf cco:inhibits ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "inhibited by"@en . @@ -480,7 +443,7 @@ cco:inhibited_by rdf:type owl:ObjectProperty ; cco:inhibits rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "inhibits"@en . @@ -490,7 +453,7 @@ cco:is_affected_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000056 ; rdfs:domain obo:BFO_0000002 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is affected by"@en . @@ -499,7 +462,7 @@ cco:is_affected_by rdf:type owl:ObjectProperty ; cco:is_cause_of rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000003 ; rdfs:range obo:BFO_0000003 ; - cco:definition "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is cause of"@en . @@ -510,7 +473,7 @@ cco:is_disrupted_by rdf:type owl:ObjectProperty ; rdfs:range obo:BFO_0000015 ; dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - cco:definition "Inverse of disrupts." ; + skos:definition "Inverse of disrupts." ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is disrupted by"@en ; skos:prefLabel "is disrupted by"@en . @@ -521,7 +484,7 @@ cco:is_input_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000056 ; rdfs:domain obo:BFO_0000002 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is input of"@en . @@ -532,7 +495,7 @@ cco:is_made_of rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_material_of ; rdfs:domain obo:BFO_0000030 ; rdfs:range obo:BFO_0000030 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is made of"@en . @@ -541,7 +504,7 @@ cco:is_made_of rdf:type owl:ObjectProperty ; cco:is_material_of rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000030 ; rdfs:range obo:BFO_0000030 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is material of"@en . @@ -549,7 +512,7 @@ cco:is_material_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/is_object_of cco:is_object_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000056 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is object of"@en . @@ -559,7 +522,7 @@ cco:is_output_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000056 ; rdfs:domain obo:BFO_0000002 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is output of"@en . @@ -569,7 +532,7 @@ cco:is_part_of_process rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000132 ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is part of process"@en . @@ -579,8 +542,8 @@ cco:is_predecessor_of rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_successor_of ; rdfs:domain obo:BFO_0000004 ; rdfs:range obo:BFO_0000004 ; - cco: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 ; - cco:elucidation "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is predecessor of"@en . @@ -591,7 +554,7 @@ cco:is_site_of rdf:type owl:ObjectProperty ; owl:inverseOf cco:occurs_at ; rdfs:domain obo:BFO_0000029 ; rdfs:range obo:BFO_0000015 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is site of"@en . @@ -600,7 +563,7 @@ cco:is_site_of rdf:type owl:ObjectProperty ; cco:is_successor_of rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000004 ; rdfs:range obo:BFO_0000004 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is successor of"@en . @@ -613,7 +576,7 @@ cco:is_temporal_region_of rdf:type owl:ObjectProperty ; obo:BFO_0000035 ) ] ; - cco:definition "t is temporal region of p = def p occupies temporal region t."@en ; + skos:definition "t is temporal region of p iff p occupies temporal region t."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "is temporal region of"@en ; skos:editorialNote "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en . @@ -624,7 +587,7 @@ cco:occurs_at rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000066 ; rdfs:domain obo:BFO_0000015 ; rdfs:range obo:BFO_0000029 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "occurs at"@en . @@ -633,8 +596,8 @@ cco:occurs_at rdf:type owl:ObjectProperty ; cco:process_started_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:caused_by ; owl:inverseOf cco:process_starts ; - cco: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 ; - cco:elucidation "A process x is started by another process y when y causes x while y is still occurring."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "process started by"@en . @@ -642,8 +605,8 @@ cco:process_started_by rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/process_starts cco:process_starts rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_cause_of ; - cco: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 ; - cco:elucidation "A process x starts another process y when x causes y while x is still occurring."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "process starts"@en . @@ -653,7 +616,7 @@ cco:quality_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:inheres_in_aggregate ; rdfs:domain obo:BFO_0000019 ; rdfs:range obo:BFO_0000027 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "quality of aggregate"@en . @@ -663,7 +626,7 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:inheres_in_aggregate ; rdfs:domain obo:BFO_0000023 ; rdfs:range obo:BFO_0000027 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "role of aggregate"@en . diff --git a/src/cco-modules/FacilityOntology.ttl b/src/cco-modules/FacilityOntology.ttl index 636a2ac..3b654f8 100644 --- a/src/cco-modules/FacilityOntology.ttl +++ b/src/cco-modules/FacilityOntology.ttl @@ -5,6 +5,7 @@ @prefix rdf: . @prefix xml: . @prefix xsd: . +@prefix skos: . @prefix rdfs: . @prefix dcterms: . @@ -26,7 +27,7 @@ ### http://www.ontologyrepository.com/CommonCoreOntologies/AgriculturalFacility cco:AgriculturalFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Agriculture&oldid=1063222666"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Agricultural Facility"@en . @@ -35,7 +36,7 @@ cco:AgriculturalFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AircraftManufacturingFacility cco:AircraftManufacturingFacility rdf:type owl:Class ; rdfs:subClassOf cco:Factory ; - cco:definition "A Factory that is designed to manufacture Aircraft."@en ; + skos:definition "A Factory that is designed to manufacture Aircraft."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Aerospace_manufacturer&oldid=1059223410"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Aircraft Manufacturing Facility"@en . @@ -44,7 +45,7 @@ cco:AircraftManufacturingFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Airport cco:Airport rdf:type owl:Class ; rdfs:subClassOf cco:TransportationFacility ; - cco:definition "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en ; + skos:definition "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Airport&oldid=1063243963"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Airport"@en . @@ -53,7 +54,7 @@ cco:Airport rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AmmunitionDepot cco:AmmunitionDepot rdf:type owl:Class ; rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store Portions of Ammunition."@en ; + skos:definition "A Storage Facility that is designed to store Portions of Ammunition."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ammunition_dump&oldid=1044466765"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Ammunition Depot"@en . @@ -62,7 +63,7 @@ cco:AmmunitionDepot rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ApartmentBuilding cco:ApartmentBuilding rdf:type owl:Class ; rdfs:subClassOf cco:ResidentialFacility ; - cco:definition "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en ; + skos:definition "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Apartment&oldid=1064019048"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Apartment Building"@en . @@ -72,8 +73,8 @@ cco:ApartmentBuilding rdf:type owl:Class ; cco:BaseOfOperations rdf:type owl:Class ; rdfs:subClassOf cco:MilitaryBase ; cco:acronym "MOB" ; - cco:alternative_label "Main Operating Base"@en ; - cco: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 ; + 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:definition_source "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Base of Operations"@en . @@ -82,7 +83,7 @@ cco:BaseOfOperations rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Biological_Depot cco:Biological_Depot rdf:type owl:Class ; rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store biological agents."@en ; + skos:definition "A Storage Facility that is designed to store biological agents."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Biological Depot"@en . @@ -90,7 +91,7 @@ cco:Biological_Depot rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalDepot cco:ChemicalDepot rdf:type owl:Class ; rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store chemicals."@en ; + skos:definition "A Storage Facility that is designed to store chemicals."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Chemical Depot"@en . @@ -98,7 +99,7 @@ cco:ChemicalDepot rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalManufacturingFacility cco:ChemicalManufacturingFacility rdf:type owl:Class ; rdfs:subClassOf cco:Factory ; - cco:definition "A Factory that is designed to manufacture or process chemicals."@en ; + skos:definition "A Factory that is designed to manufacture or process chemicals."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Chemical_industry&oldid=1061177027"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Chemical Manufacturing Facility"@en . @@ -107,7 +108,7 @@ cco:ChemicalManufacturingFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Church cco:Church rdf:type owl:Class ; rdfs:subClassOf cco:ReligiousFacility ; - cco:definition "A Religious Facility that is designed for Christian worship and prayer."@en ; + skos:definition "A Religious Facility that is designed for Christian worship and prayer."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Church_(building)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Church"@en . @@ -116,7 +117,7 @@ cco:Church rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CombatOutpost cco:CombatOutpost rdf:type owl:Class ; rdfs:subClassOf cco:MilitaryFacility ; - cco:definition "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en ; + skos:definition "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Outpost_(military)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Combat Outpost"@en . @@ -125,7 +126,7 @@ cco:CombatOutpost rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CommandPostFacility cco:CommandPostFacility rdf:type owl:Class ; rdfs:subClassOf cco:MilitaryFacility ; - cco:definition "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en ; + skos:definition "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en ; cco:definition_source "http://www.dictionary.com/browse/command-post" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Command Post Facility"@en . @@ -134,7 +135,7 @@ cco:CommandPostFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility cco:CommunicationsFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to support processes of receiving or transmitting information."@en ; + skos:definition "A Facility that is designed to support processes of receiving or transmitting information."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Communications Facility"@en . @@ -142,7 +143,7 @@ cco:CommunicationsFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DecontaminationFacility cco:DecontaminationFacility rdf:type owl:Class ; rdfs:subClassOf cco:WashingFacility ; - cco:definition "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Decontamination&oldid=1049850150"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Decontamination Facility"@en . @@ -151,7 +152,7 @@ cco:DecontaminationFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DistributionPort cco:DistributionPort rdf:type owl:Class ; rdfs:subClassOf cco:Port ; - cco:definition "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en ; + skos:definition "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Distribution Port"@en . @@ -160,7 +161,7 @@ cco:DistributionPort rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EducationalFacility cco:EducationalFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en ; + skos:definition "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Educational Facility"@en . @@ -169,8 +170,8 @@ cco:EducationalFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricPowerStation cco:ElectricPowerStation rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:alternative_label "Power Plant"@en ; - cco:definition "A Facility that is designed to generate electrical power."@en ; + skos:altLabel "Power Plant"@en ; + skos:definition "A Facility that is designed to generate electrical power."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Power_station&oldid=1052973815"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Electric Power Station"@en . @@ -179,7 +180,7 @@ cco:ElectricPowerStation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EntertainmentFacility cco:EntertainmentFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Entertainment Facility"@en . @@ -188,7 +189,7 @@ cco:EntertainmentFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Factory cco:Factory rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for manufacturing or refining material products."@en ; + skos:definition "A Facility that is designed for manufacturing or refining material products."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Factory&oldid=1064125324"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Factory"@en . @@ -197,7 +198,7 @@ cco:Factory rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Farm cco:Farm rdf:type owl:Class ; rdfs:subClassOf cco:AgriculturalFacility ; - cco:definition "An Agricultural Facility that is designed to produce food and other crops."@en ; + skos:definition "An Agricultural Facility that is designed to produce food and other crops."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Farm&oldid=1058311769"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Farm"@en . @@ -206,7 +207,7 @@ cco:Farm rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialFacility cco:FinancialFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to support the management of money."@en ; + skos:definition "A Facility that is designed to support the management of money."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Financial Facility"@en . @@ -215,9 +216,9 @@ cco:FinancialFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FireStation cco:FireStation rdf:type owl:Class ; rdfs:subClassOf cco:PublicSafetyFacility ; - cco:alternative_label "Fire Hall"@en , + skos:altLabel "Fire Hall"@en , "Fire House"@en ; - cco:definition "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en ; + skos:definition "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fire_station&oldid=1060666629"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Fire Station"@en . @@ -226,7 +227,7 @@ cco:FireStation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Fort cco:Fort rdf:type owl:Class ; rdfs:subClassOf cco:MilitaryFacility ; - cco:definition "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Fortification&oldid=1060156408"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Fort"@en . @@ -236,8 +237,8 @@ cco:Fort rdf:type owl:Class ; cco:ForwardOperationsBase rdf:type owl:Class ; rdfs:subClassOf cco:MilitaryBase ; cco:acronym "FOB" ; - cco:alternative_label "Forward Operating Base"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Forward_operating_base&oldid=1059263624"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Forward Operations Base"@en . @@ -246,7 +247,7 @@ cco:ForwardOperationsBase rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FossilFuelPowerPlant cco:FossilFuelPowerPlant rdf:type owl:Class ; rdfs:subClassOf cco:ElectricPowerStation ; - cco:definition "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Fossil_fuel&oldid=1062298144"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Fossil Fuel Power Plant"@en . @@ -255,7 +256,7 @@ cco:FossilFuelPowerPlant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GasProcessingFacility cco:GasProcessingFacility rdf:type owl:Class ; rdfs:subClassOf cco:Refinery ; - cco:definition "A Refinery that is designed for refining natural gas into products of value."@en ; + skos:definition "A Refinery that is designed for refining natural gas into products of value."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Natural-gas_processing&oldid=1056700541"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Gas Processing Facility"@en . @@ -264,7 +265,7 @@ cco:GasProcessingFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentBuilding cco:GovernmentBuilding rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for the administration of a community."@en ; + skos:definition "A Facility that is designed for the administration of a community."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Administration_(government)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Government Building"@en . @@ -273,7 +274,7 @@ cco:GovernmentBuilding rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GroceryStore cco:GroceryStore rdf:type owl:Class ; rdfs:subClassOf cco:RetailFacility ; - cco:definition "A Commercial Facility that is designed to sell food."@en ; + skos:definition "A Commercial Facility that is designed to sell food."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Grocery_store&oldid=1060022873"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Grocery Store"@en . @@ -282,7 +283,7 @@ cco:GroceryStore rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareFacility cco:HealthcareFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en ; + skos:definition "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Medicine&oldid=1062226814"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Healthcare Facility"@en . @@ -291,7 +292,7 @@ cco:HealthcareFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Heliport cco:Heliport rdf:type owl:Class ; rdfs:subClassOf cco:Airport ; - cco:definition "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en ; + skos:definition "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Heliport&oldid=1049937701"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Heliport"@en . @@ -300,7 +301,7 @@ cco:Heliport rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Hospital cco:Hospital rdf:type owl:Class ; rdfs:subClassOf cco:HealthcareFacility ; - cco:definition "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en ; + skos:definition "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hospital&oldid=1063047817"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Hospital"@en . @@ -309,7 +310,7 @@ cco:Hospital rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Hostel cco:Hostel rdf:type owl:Class ; rdfs:subClassOf cco:ResidentialFacility ; - cco:definition "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en ; + skos:definition "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hostel&oldid=1057812930"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Hostel"@en . @@ -318,7 +319,7 @@ cco:Hostel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Hotel cco:Hotel rdf:type owl:Class ; rdfs:subClassOf cco:ResidentialFacility ; - cco:definition "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en ; + skos:definition "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hotel&oldid=1063583593"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Hotel"@en . @@ -327,7 +328,7 @@ cco:Hotel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/House cco:House rdf:type owl:Class ; rdfs:subClassOf cco:ResidentialFacility ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=House&oldid=1062818553"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "House"@en . @@ -336,7 +337,7 @@ cco:House rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HydroelectricPowerPlant cco:HydroelectricPowerPlant rdf:type owl:Class ; rdfs:subClassOf cco:ElectricPowerStation ; - cco:definition "An Electric Power Station that is designed to convert hydropower into electrical power."@en ; + skos:definition "An Electric Power Station that is designed to convert hydropower into electrical power."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hydroelectricity&oldid=1062438236"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Hydroelectric Power Plant"@en . @@ -345,7 +346,7 @@ cco:HydroelectricPowerPlant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Landfill cco:Landfill rdf:type owl:Class ; rdfs:subClassOf cco:WasteManagementFacility ; - cco:definition "A Waste Management Facility that is designed for disposing of waste by burial."@en ; + skos:definition "A Waste Management Facility that is designed for disposing of waste by burial."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Landfill&oldid=1058364420"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Landfill"@en . @@ -354,7 +355,7 @@ cco:Landfill rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MailingFacility cco:MailingFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for the systematic physical transportation of documents and packages."@en ; + skos:definition "A Facility that is designed for the systematic physical transportation of documents and packages."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Mailing Facility"@en . @@ -363,7 +364,7 @@ cco:MailingFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MaintenanceFacility cco:MaintenanceFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@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:definition_source "http://www.dictionary.com/browse/maintain" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Maintenance Facility"@en . @@ -372,7 +373,7 @@ cco:MaintenanceFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MedicalDepot cco:MedicalDepot rdf:type owl:Class ; rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store medical supplies."@en ; + skos:definition "A Storage Facility that is designed to store medical supplies."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Medical Depot"@en . @@ -380,7 +381,7 @@ cco:MedicalDepot rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryBase cco:MilitaryBase rdf:type owl:Class ; rdfs:subClassOf cco:MilitaryFacility ; - cco:definition "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en ; + skos:definition "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military_base&oldid=1047077734"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Military Base"@en . @@ -389,7 +390,7 @@ cco:MilitaryBase rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryFacility cco:MilitaryFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to support a Military Force."@en ; + skos:definition "A Facility that is designed to support a Military Force."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Military Facility"@en . @@ -398,7 +399,7 @@ cco:MilitaryFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryHeadquartersFacility cco:MilitaryHeadquartersFacility rdf:type owl:Class ; rdfs:subClassOf cco:MilitaryFacility ; - cco:definition "A Military Facility that is designed for military administration and coordination."@en ; + skos:definition "A Military Facility that is designed for military administration and coordination."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Headquarters&oldid=1046429636"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Military Headquarters Facility"@en . @@ -407,7 +408,7 @@ cco:MilitaryHeadquartersFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Mine cco:Mine rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Mine"@en . @@ -416,7 +417,7 @@ cco:Mine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MissileLaunchSite cco:MissileLaunchSite rdf:type owl:Class ; rdfs:subClassOf cco:MilitaryFacility ; - cco:definition "A Military Facility that is designed for storing and launching missiles."@en ; + skos:definition "A Military Facility that is designed for storing and launching missiles."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Missile_launch_facility&oldid=1062709375"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Missile Launch Site"@en . @@ -425,7 +426,7 @@ cco:MissileLaunchSite rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Mosque cco:Mosque rdf:type owl:Class ; rdfs:subClassOf cco:ReligiousFacility ; - cco:definition "A Religious Facility that is designed for Islamic worship and prayer."@en ; + skos:definition "A Religious Facility that is designed for Islamic worship and prayer."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mosque&oldid=1062609892"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Mosque"@en . @@ -434,7 +435,7 @@ cco:Mosque rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Motel cco:Motel rdf:type owl:Class ; rdfs:subClassOf cco:Hotel ; - cco:definition "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en ; + skos:definition "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Motel&oldid=1063898961"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Motel"@en . @@ -443,7 +444,7 @@ cco:Motel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MotorVehicleManufacturingFacility cco:MotorVehicleManufacturingFacility rdf:type owl:Class ; rdfs:subClassOf cco:Factory ; - cco:definition "A Factory that is designed to manufacture automobiles."@en ; + skos:definition "A Factory that is designed to manufacture automobiles."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Automotive_industry&oldid=1061661751"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Motor Vehicle Manufacturing Facility"@en . @@ -452,7 +453,7 @@ cco:MotorVehicleManufacturingFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearPowerPlant cco:NuclearPowerPlant rdf:type owl:Class ; rdfs:subClassOf cco:ThermalPowerPlant ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Nuclear_power_plant&oldid=1062752651"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Nuclear Power Plant"@en . @@ -461,7 +462,7 @@ cco:NuclearPowerPlant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearStorageDepot cco:NuclearStorageDepot rdf:type owl:Class ; rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store nuclear material."@en ; + skos:definition "A Storage Facility that is designed to store nuclear material."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Nuclear Storage Depot"@en . @@ -469,7 +470,7 @@ cco:NuclearStorageDepot rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OfficeBuilding cco:OfficeBuilding rdf:type owl:Class ; rdfs:subClassOf cco:RetailFacility ; - cco:definition "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en ; + skos:definition "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Office&oldid=1063508719"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Office Building"@en . @@ -478,7 +479,7 @@ cco:OfficeBuilding rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OpenPitMine cco:OpenPitMine rdf:type owl:Class ; rdfs:subClassOf cco:Mine ; - cco:definition "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en ; + skos:definition "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Open-pit_mining&oldid=1059271938"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Open Pit Mine"@en . @@ -487,7 +488,7 @@ cco:OpenPitMine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PetrochemicalRefinery cco:PetrochemicalRefinery rdf:type owl:Class ; rdfs:subClassOf cco:Refinery ; - cco:definition "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en ; + skos:definition "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Petrochemical&oldid=1060574535"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Petrochemical Refinery"@en . @@ -496,7 +497,7 @@ cco:PetrochemicalRefinery rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumDepot cco:PetroleumDepot rdf:type owl:Class ; rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en ; + skos:definition "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Petroleum Depot"@en . @@ -504,7 +505,7 @@ cco:PetroleumDepot rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumManufacturingFacility cco:PetroleumManufacturingFacility rdf:type owl:Class ; rdfs:subClassOf cco:Factory ; - cco:definition "A Factory that is designed to manufacture petroleum-based products."@en ; + skos:definition "A Factory that is designed to manufacture petroleum-based products."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Petroleum&oldid=1062956217"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Petroleum Manufacturing Facility"@en . @@ -513,7 +514,7 @@ cco:PetroleumManufacturingFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Pier cco:Pier rdf:type owl:Class ; rdfs:subClassOf cco:TransportationFacility ; - cco:definition "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en ; + skos:definition "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pier&oldid=1057802753"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Pier"@en . @@ -522,7 +523,7 @@ cco:Pier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Pipeline cco:Pipeline rdf:type owl:Class ; rdfs:subClassOf cco:ProductTransportFacility ; - cco:definition "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en ; + skos:definition "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pipeline&oldid=1024308788"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Pipeline"@en . @@ -531,7 +532,7 @@ cco:Pipeline rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PoliceStation cco:PoliceStation rdf:type owl:Class ; rdfs:subClassOf cco:PublicSafetyFacility ; - cco:definition "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en ; + skos:definition "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Police_station&oldid=1056208781"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Police Station"@en . @@ -540,7 +541,7 @@ cco:PoliceStation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Port cco:Port rdf:type owl:Class ; rdfs:subClassOf cco:TransportationFacility ; - cco:definition "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Port"@en . @@ -549,7 +550,7 @@ cco:Port rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PostOffice cco:PostOffice rdf:type owl:Class ; rdfs:subClassOf cco:MailingFacility ; - cco:definition "A Mailing Facility that is designed for serving customers of the national postal system."@en ; + skos:definition "A Mailing Facility that is designed for serving customers of the national postal system."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Post_office&oldid=1063684373"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Post Office"@en . @@ -558,7 +559,7 @@ cco:PostOffice rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransmissionLine cco:PowerTransmissionLine rdf:type owl:Class ; rdfs:subClassOf cco:ProductTransportFacility ; - cco:definition "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Electric_power_transmission&oldid=1062551058"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Power Transmission Line"@en . @@ -567,7 +568,7 @@ cco:PowerTransmissionLine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ProductTransportFacility cco:ProductTransportFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to transport some product."@en ; + skos:definition "A Facility that is designed to transport some product."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Product Transport Facility"@en . @@ -575,7 +576,7 @@ cco:ProductTransportFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyFacility cco:PublicSafetyFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Public Safety Facility"@en . @@ -584,7 +585,7 @@ cco:PublicSafetyFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PumpingStation cco:PumpingStation rdf:type owl:Class ; rdfs:subClassOf cco:ProductTransportFacility ; - cco:definition "A Product Transport Facility that is designed to pump fluids from one place to another."@en ; + skos:definition "A Product Transport Facility that is designed to pump fluids from one place to another."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pumping_station&oldid=1045678418"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Pumping Station"@en . @@ -593,7 +594,7 @@ cco:PumpingStation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation cco:RadioRelayStation rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationsFacility ; - cco:definition "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en ; + skos:definition "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Radio Relay Station"@en . @@ -601,7 +602,7 @@ cco:RadioRelayStation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RailFacility cco:RailFacility rdf:type owl:Class ; rdfs:subClassOf cco:TransportationFacility ; - cco:definition "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en ; + skos:definition "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Train_station&oldid=1063922802"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Rail Facility"@en . @@ -610,7 +611,7 @@ cco:RailFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Refinery cco:Refinery rdf:type owl:Class ; rdfs:subClassOf cco:Factory ; - cco:definition "A Factory that is designed for refining raw materials into products of value."@en ; + skos:definition "A Factory that is designed for refining raw materials into products of value."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Refinery&oldid=1027092124"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Refinery"@en . @@ -619,7 +620,7 @@ cco:Refinery rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ReligiousFacility cco:ReligiousFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for worship and prayer."@en ; + skos:definition "A Facility that is designed for worship and prayer."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Religious Facility"@en . @@ -628,7 +629,7 @@ cco:ReligiousFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Reservoir cco:Reservoir rdf:type owl:Class ; rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en ; + skos:definition "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Reservoir&oldid=1055068000"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Reservoir"@en . @@ -637,7 +638,7 @@ cco:Reservoir rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialFacility cco:ResidentialFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to house one or more Persons."@en ; + skos:definition "A Facility that is designed to house one or more Persons."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Residential Facility"@en . @@ -646,7 +647,7 @@ cco:ResidentialFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RetailFacility cco:RetailFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en ; + skos:definition "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Commerce&oldid=1063120985"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Commercial Facility"@en . @@ -655,7 +656,7 @@ cco:RetailFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/School cco:School rdf:type owl:Class ; rdfs:subClassOf cco:EducationalFacility ; - cco:definition "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@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:definition_source "https://en.wikipedia.org/w/index.php?title=School&oldid=1063515394"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "School"@en . @@ -664,9 +665,9 @@ cco:School rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfLocalGovernment cco:SeatOfLocalGovernment rdf:type owl:Class ; rdfs:subClassOf cco:GovernmentBuilding ; - cco:alternative_label "City Hall"@en , + skos:altLabel "City Hall"@en , "Town Hall"@en ; - cco:definition "A Government Building that is designed for the administration of a local community."@en ; + skos:definition "A Government Building that is designed for the administration of a local community."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Seat of Local Government"@en . @@ -675,9 +676,9 @@ cco:SeatOfLocalGovernment rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfNationalGovernment cco:SeatOfNationalGovernment rdf:type owl:Class ; rdfs:subClassOf cco:GovernmentBuilding ; - cco:definition "A Government Building that is designed for the administration of a sovereign nation."@en ; + skos:definition "A Government Building that is designed for the administration of a sovereign nation."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; - cco:example_of_usage "Parliament of Canada" , + skos:example "Parliament of Canada" , "United States Capitol" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Seat of National Government"@en . @@ -686,7 +687,7 @@ cco:SeatOfNationalGovernment rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SewageTreatmentFacility cco:SewageTreatmentFacility rdf:type owl:Class ; rdfs:subClassOf cco:WasteManagementFacility ; - cco:definition "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en ; + skos:definition "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Sewage_treatment&oldid=1062966352"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Sewage Treatment Facility"@en . @@ -695,7 +696,7 @@ cco:SewageTreatmentFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Shop cco:Shop rdf:type owl:Class ; rdfs:subClassOf cco:RetailFacility ; - cco:definition "A Commercial Facility designed to sell small lots of goods to consumers."@en ; + skos:definition "A Commercial Facility designed to sell small lots of goods to consumers."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Shop"@en . @@ -704,7 +705,7 @@ cco:Shop rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Stage cco:Stage rdf:type owl:Class ; rdfs:subClassOf cco:EntertainmentFacility ; - cco:definition "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en ; + skos:definition "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Stage_(theatre)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Stage"@en . @@ -713,7 +714,7 @@ cco:Stage rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StorageFacility cco:StorageFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to store materials or goods."@en ; + skos:definition "A Facility that is designed to store materials or goods."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Storage&oldid=1048222564"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Storage Facility"@en . @@ -722,7 +723,7 @@ cco:StorageFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Synagogue cco:Synagogue rdf:type owl:Class ; rdfs:subClassOf cco:ReligiousFacility ; - cco:definition "A Religious Facility that is designed for Judaic worship and prayer."@en ; + skos:definition "A Religious Facility that is designed for Judaic worship and prayer."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Synagogue&oldid=1063773298"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Synagogue"@en . @@ -731,7 +732,7 @@ cco:Synagogue rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TerroristTrainingCamp cco:TerroristTrainingCamp rdf:type owl:Class ; rdfs:subClassOf cco:TrainingCamp ; - cco:definition "A Training Camp designed to teach students methods of terrorism."@en ; + skos:definition "A Training Camp designed to teach students methods of terrorism."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Terrorist_training_camp&oldid=1037856600"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Terrorist Training Camp"@en . @@ -740,7 +741,7 @@ cco:TerroristTrainingCamp rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalPowerPlant cco:ThermalPowerPlant rdf:type owl:Class ; rdfs:subClassOf cco:ElectricPowerStation ; - cco:definition "An Electric Power Station that is designed to convert heat energy into electrical energy."@en ; + skos:definition "An Electric Power Station that is designed to convert heat energy into electrical energy."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Thermal_power_station&oldid=1062208548"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Thermal Power Plant"@en . @@ -749,7 +750,7 @@ cco:ThermalPowerPlant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TrainingCamp cco:TrainingCamp rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Training_camp&oldid=1059977631"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Training Camp"@en . @@ -758,7 +759,7 @@ cco:TrainingCamp rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationFacility cco:TransportationFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en ; + skos:definition "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transport&oldid=1063526665"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Transportation Facility"@en . @@ -767,7 +768,7 @@ cco:TransportationFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UndergroundMine cco:UndergroundMine rdf:type owl:Class ; rdfs:subClassOf cco:Mine ; - cco:definition "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en ; + skos:definition "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Underground Mine"@en . @@ -776,7 +777,7 @@ cco:UndergroundMine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UnderwaterMine cco:UnderwaterMine rdf:type owl:Class ; rdfs:subClassOf cco:Mine ; - cco:definition "A Mine that is designed to support the extraction of materials from the ocean floor."@en ; + skos:definition "A Mine that is designed to support the extraction of materials from the ocean floor."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1062538523"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Underwater Mine"@en . @@ -785,7 +786,7 @@ cco:UnderwaterMine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Warehouse cco:Warehouse rdf:type owl:Class ; rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Storage Facility that is designed to store commercial goods."@en ; + skos:definition "A Storage Facility that is designed to store commercial goods."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Warehouse&oldid=1063721454"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Warehouse"@en . @@ -794,7 +795,7 @@ cco:Warehouse rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WashingFacility cco:WashingFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to wash personnel or equipment."@en ; + skos:definition "A Facility that is designed to wash personnel or equipment."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Washing&oldid=1035998791"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Washing Facility"@en . @@ -803,7 +804,7 @@ cco:WashingFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility cco:WasteManagementFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for managing waste for some portion of the waste's existence."@en ; + skos:definition "A Facility that is designed for managing waste for some portion of the waste's existence."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Waste Management Facility"@en . @@ -812,7 +813,7 @@ cco:WasteManagementFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTower cco:WaterTower rdf:type owl:Class ; rdfs:subClassOf cco:StorageFacility ; - cco:definition "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en ; + skos:definition "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Water_tower&oldid=1059754959"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Water Tower"@en . @@ -821,7 +822,7 @@ cco:WaterTower rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTreatmentFacility cco:WaterTreatmentFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for making water more acceptable for a specific end-use."@en ; + skos:definition "A Facility that is designed for making water more acceptable for a specific end-use."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Water_treatment&oldid=1061706931"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Water Treatment Facility"@en . @@ -830,7 +831,7 @@ cco:WaterTreatmentFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WeaponManufacturingFacility cco:WeaponManufacturingFacility rdf:type owl:Class ; rdfs:subClassOf cco:Factory ; - cco:definition "A Factory that is designed to produce or assemble weapons."@en ; + skos:definition "A Factory that is designed to produce or assemble weapons."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Arms_industry&oldid=1063811497"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Weapon Manufacturing Facility"@en . @@ -839,7 +840,7 @@ cco:WeaponManufacturingFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WindFarm cco:WindFarm rdf:type owl:Class ; rdfs:subClassOf cco:ElectricPowerStation ; - cco:definition "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Wind_farm&oldid=1062817899"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Wind Farm"@en . diff --git a/src/cco-modules/GeospatialOntology.ttl b/src/cco-modules/GeospatialOntology.ttl index 94914a7..7e8870a 100644 --- a/src/cco-modules/GeospatialOntology.ttl +++ b/src/cco-modules/GeospatialOntology.ttl @@ -3,6 +3,7 @@ @prefix obo: . @prefix owl: . @prefix rdf: . +@prefix skos: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @@ -44,7 +45,7 @@ cco:coincides_with rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:connected_with ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "coincides with"@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 . @@ -54,7 +55,7 @@ cco:coincides_with rdf:type owl:ObjectProperty ; cco:connected_with rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "connected with"@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 . @@ -64,7 +65,7 @@ cco:connected_with rdf:type owl:ObjectProperty ; cco:disconnected_with rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "disconnected with"@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 . @@ -75,7 +76,7 @@ cco:externally_connects_with rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:connected_with ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "externally connects with"@en ; @@ -88,7 +89,7 @@ cco:has_nontangential_part rdf:type owl:ObjectProperty ; owl:inverseOf cco:nontangential_part_of ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "has nontangential part"@en ; @@ -102,7 +103,7 @@ cco:has_spatial_part rdf:type owl:ObjectProperty ; owl:inverseOf cco:spatial_part_of ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "has spatial part"@en . @@ -114,7 +115,7 @@ cco:has_tangential_part rdf:type owl:ObjectProperty ; owl:inverseOf cco:tangential_part_of ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "has tangential part"@en ; @@ -126,7 +127,7 @@ cco:nontangential_part_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:spatial_part_of ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "nontangential part of"@en ; @@ -138,7 +139,7 @@ cco:partially_overlaps_with rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:connected_with ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "partially overlaps with"@en ; @@ -151,7 +152,7 @@ cco:spatial_part_of rdf:type owl:ObjectProperty ; cco:connected_with ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:comment "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ; @@ -163,7 +164,7 @@ cco:tangential_part_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:spatial_part_of ; rdfs:domain obo:BFO_0000141 ; rdfs:range obo:BFO_0000141 ; - cco: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: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 ; cco:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "tangential part of"@en ; @@ -176,7 +177,7 @@ cco:tangential_part_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/has_altitude_value cco:has_altitude_value rdf:type owl:DatatypeProperty ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."@en ; rdfs:label "has altitude value"@en . @@ -185,7 +186,7 @@ cco:has_altitude_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/has_latitude_value cco:has_latitude_value rdf:type owl:DatatypeProperty ; rdfs:range xsd:decimal ; - cco:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "has latitude value"@en . @@ -193,15 +194,15 @@ cco:has_latitude_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/has_longitude_value cco:has_longitude_value rdf:type owl:DatatypeProperty ; rdfs:range xsd:decimal ; - cco:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "has longitude value"@en . ### http://www.opengis.net/ont/geosparql#asWKT rdf:type owl:DatatypeProperty ; - cco:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ; - cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:comment "ISO 19162:2015"@en ; rdfs:label "as WKT"@en . @@ -214,7 +215,7 @@ cco:has_longitude_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AnthropogenicFeature cco:AnthropogenicFeature rdf:type owl:Class ; rdfs:subClassOf cco:EnvironmentalFeature ; - cco:definition "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@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:definition_source "http://www.merriam-webster.com/dictionary/anthropogenic" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Anthropogenic Feature"@en . @@ -223,7 +224,7 @@ cco:AnthropogenicFeature rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AtmosphericFeature cco:AtmosphericFeature rdf:type owl:Class ; rdfs:subClassOf cco:GeographicFeature ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Atmospheric Feature"@en . @@ -231,8 +232,8 @@ cco:AtmosphericFeature rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AxisOfRotation cco:AxisOfRotation rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000026 ; - cco:alternative_label "Rotational Axis"@en ; - cco:definition "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Axis of Rotation"@en . @@ -248,7 +249,7 @@ cco:BoundingBoxPoint rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:GeospatialPosition ; - cco:definition "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en ; + skos:definition "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Bounding Box Point"@en . @@ -256,7 +257,7 @@ cco:BoundingBoxPoint rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CenterOfMass cco:CenterOfMass rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000018 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Center_of_mass&oldid=1059976491"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Center of Mass"@en . @@ -265,7 +266,7 @@ cco:CenterOfMass rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ConstructedFeature cco:ConstructedFeature rdf:type owl:Class ; rdfs:subClassOf cco:AnthropogenicFeature ; - cco:definition "An Anthropogenic Feature that has been constructed by deliberate human effort."@en ; + skos:definition "An Anthropogenic Feature that has been constructed by deliberate human effort."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Constructed Feature"@en . @@ -273,7 +274,7 @@ cco:ConstructedFeature rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Continent cco:Continent rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialRegion ; - cco:definition "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en ; + skos:definition "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en ; cco:definition_source "JC3IEDM version 3.0.2" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Continent"@en . @@ -282,7 +283,7 @@ cco:Continent rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CoordinateSystemAxis cco:CoordinateSystemAxis rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000026 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Coordinate System Axis"@en . @@ -290,7 +291,7 @@ cco:CoordinateSystemAxis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentalFeature cco:EnvironmentalFeature rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000040 ; - cco:definition "A Material Entity that is either a natural or man-made feature of the environment."@en ; + skos:definition "A Material Entity that is either a natural or man-made feature of the environment."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Environmental Feature"@en . @@ -298,7 +299,7 @@ cco:EnvironmentalFeature rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeographicFeature cco:GeographicFeature rdf:type owl:Class ; rdfs:subClassOf cco:EnvironmentalFeature ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geographic Feature"@en . @@ -306,7 +307,7 @@ cco:GeographicFeature rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary cco:GeospatialBoundary rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000142 ; - cco:definition "A Fiat Line that is a boundary of some Geospatial Region."@en ; + skos:definition "A Fiat Line that is a boundary of some Geospatial Region."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "One-Dimensional Geospatial Boundary"@en . @@ -314,7 +315,7 @@ cco:GeospatialBoundary rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse cco:GeospatialEllipse rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialBoundary ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Ellipse"@en . @@ -322,7 +323,7 @@ cco:GeospatialEllipse rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialErrorRegion cco:GeospatialErrorRegion rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialBoundary ; - cco:definition "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Error Region"@en . @@ -330,7 +331,7 @@ cco:GeospatialErrorRegion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLine cco:GeospatialLine rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialLineString ; - cco:definition "A Geospatial Line String that has only two vertices."@en ; + skos:definition "A Geospatial Line String that has only two vertices."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Line"@en . @@ -338,7 +339,7 @@ cco:GeospatialLine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLineString cco:GeospatialLineString rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialBoundary ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Line String"@en . @@ -350,7 +351,7 @@ cco:GeospatialLocation rdf:type owl:Class ; owl:onProperty obo:BFO_0000124 ; owl:someValuesFrom obo:BFO_0000001 ] ; - cco:definition "A Geospatial Region that is at which an Entity or Event is located."@en ; + skos:definition "A Geospatial Region that is at which an Entity or Event is located."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Location"@en . @@ -358,7 +359,7 @@ cco:GeospatialLocation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPolygon cco:GeospatialPolygon rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialLineString ; - cco:definition "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en ; + skos:definition "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Polygon"@en . @@ -366,7 +367,7 @@ cco:GeospatialPolygon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPosition cco:GeospatialPosition rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000147 ; - cco:definition "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Position"@en . @@ -374,7 +375,7 @@ cco:GeospatialPosition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegion cco:GeospatialRegion rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000029 ; - cco:definition "A Site that is at or near the surface of the Earth."@en ; + skos:definition "A Site that is at or near the surface of the Earth."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Region"@en . @@ -382,7 +383,7 @@ cco:GeospatialRegion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBox cco:GeospatialRegionBoundingBox rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialPolygon ; - cco:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en ; + skos:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Region Bounding Box"@en . @@ -390,10 +391,10 @@ cco:GeospatialRegionBoundingBox rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrack cco:GroundTrack rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000026 ; - cco:alternative_label "Ground Trace"@en ; - cco: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: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 ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ground_track&oldid=1058025510"^^xsd:anyURI ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Ground Track"@en . @@ -401,7 +402,7 @@ cco:GroundTrack rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrackPoint cco:GroundTrackPoint rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000018 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Ground Track Point"@en . @@ -409,7 +410,7 @@ cco:GroundTrackPoint rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HighDensityResidentialArea cco:HighDensityResidentialArea rdf:type owl:Class ; rdfs:subClassOf cco:PopulatedPlace ; - cco:definition "A Populated Place which is characterized by densely contained multiple-unit living structures."@en ; + skos:definition "A Populated Place which is characterized by densely contained multiple-unit living structures."@en ; cco:definition_source "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "High Density Residential Area"@en . @@ -418,7 +419,7 @@ cco:HighDensityResidentialArea rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/HydrographicFeature cco:HydrographicFeature rdf:type owl:Class ; rdfs:subClassOf cco:GeographicFeature ; - cco:definition "A Geographic Feature associated with water."@en ; + skos:definition "A Geographic Feature associated with water."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Hydrographic Feature"@en . @@ -426,7 +427,7 @@ cco:HydrographicFeature rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LowDensityResidentialArea cco:LowDensityResidentialArea rdf:type owl:Class ; rdfs:subClassOf cco:PopulatedPlace ; - cco:definition "A Populated Place where houses are on lots of more than one acre."@en ; + skos:definition "A Populated Place where houses are on lots of more than one acre."@en ; cco:definition_source "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Low Density Residential Area"@en . @@ -435,7 +436,7 @@ cco:LowDensityResidentialArea rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MajorAxis cco:MajorAxis rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000026 ; - cco:definition "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Major Axis"@en . @@ -443,7 +444,7 @@ cco:MajorAxis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MinorAxis cco:MinorAxis rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000026 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Semi-major_and_semi-minor_axes&oldid=1047911304"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Minor Axis"@en . @@ -452,7 +453,7 @@ cco:MinorAxis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Nadir cco:Nadir rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000026 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Nadir&oldid=1057007248"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Nadir"@en . @@ -465,7 +466,7 @@ cco:ObjectTrack rdf:type owl:Class ; owl:onProperty cco:has_spatial_part ; owl:someValuesFrom cco:ObjectTrackPoint ] ; - cco:definition "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; 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 . @@ -478,7 +479,7 @@ cco:ObjectTrackPoint rdf:type owl:Class ; owl:onProperty cco:spatial_part_of ; owl:someValuesFrom cco:ObjectTrack ] ; - cco:definition "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Object Track Point"@en . @@ -486,7 +487,7 @@ cco:ObjectTrackPoint rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Park cco:Park rdf:type owl:Class ; rdfs:subClassOf cco:AnthropogenicFeature ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Park&oldid=1061073992"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Park"@en . @@ -495,7 +496,7 @@ cco:Park rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PhysiographicFeature cco:PhysiographicFeature rdf:type owl:Class ; rdfs:subClassOf cco:GeographicFeature ; - cco:definition "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en ; + skos:definition "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Landform&oldid=1060439172"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Physiographic Feature"@en . @@ -504,8 +505,8 @@ cco:PhysiographicFeature rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PitchAxis cco:PitchAxis rdf:type owl:Class ; rdfs:subClassOf cco:AxisOfRotation ; - cco:alternative_label "Lateral Axis"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Pitch Axis"@en . @@ -513,7 +514,7 @@ cco:PitchAxis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PopulatedPlace cco:PopulatedPlace rdf:type owl:Class ; rdfs:subClassOf cco:AnthropogenicFeature ; - cco:definition "An Anthropogenic Feature at which people live or have lived."@en ; + skos:definition "An Anthropogenic Feature at which people live or have lived."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Human_settlement&oldid=1060418164"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Populated place"@en . @@ -522,7 +523,7 @@ cco:PopulatedPlace rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfAtmosphere cco:PortionOfAtmosphere rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000024 ; - cco:definition "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en ; + skos:definition "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Portion of Atmosphere"@en . @@ -531,7 +532,7 @@ cco:PortionOfAtmosphere rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCryosphere cco:PortionOfCryosphere rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000024 ; - cco:definition "A fiat object part of the frozen part of a natural satellite's hydosphere"@en ; + skos:definition "A fiat object part of the frozen part of a natural satellite's hydosphere"@en ; cco:definition_source "https://oceanservice.noaa.gov/facts/cryosphere.html (accessed 03/06/2023)"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Portion of Cryosphere"@en . @@ -540,7 +541,7 @@ cco:PortionOfCryosphere rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGeosphere cco:PortionOfGeosphere rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000024 ; - cco:definition "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en ; + skos:definition "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Portion of Geosphere"@en . @@ -549,7 +550,7 @@ cco:PortionOfGeosphere rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfHydrosphere cco:PortionOfHydrosphere rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000024 ; - cco:definition "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@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:definition_source "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Portion of Hydrosphere"@en . @@ -558,7 +559,7 @@ cco:PortionOfHydrosphere rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLithosphere cco:PortionOfLithosphere rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000024 ; - cco:definition "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en ; + skos:definition "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Portion of Lithosphere"@en . @@ -567,8 +568,8 @@ cco:PortionOfLithosphere rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RollAxis cco:RollAxis rdf:type owl:Class ; rdfs:subClassOf cco:AxisOfRotation ; - cco:alternative_label "Longitudinal Axis"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Roll Axis"@en . @@ -576,7 +577,7 @@ cco:RollAxis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SeaLevel cco:SeaLevel rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000146 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Sea Level"@en . @@ -584,7 +585,7 @@ cco:SeaLevel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SemiMajorAxis cco:SemiMajorAxis rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000026 ; - cco:definition "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en ; + skos:definition "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Semi-Major Axis"@en . @@ -592,7 +593,7 @@ cco:SemiMajorAxis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SemiMinorAxis cco:SemiMinorAxis rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000026 ; - cco:definition "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en ; + skos:definition "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Semi-Minor Axis"@en . @@ -600,7 +601,7 @@ cco:SemiMinorAxis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent cco:Subcontinent rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialRegion ; - cco:definition "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en ; + skos:definition "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Continent&oldid=1064057312"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Subcontinent"@en . @@ -613,7 +614,7 @@ cco:ThreeDimensionalPath rdf:type owl:Class ; owl:onProperty cco:has_spatial_part ; owl:someValuesFrom cco:ThreeDimensionalPosition ] ; - cco:definition "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en ; + skos:definition "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Three-Dimensional Path"@en . @@ -621,7 +622,7 @@ cco:ThreeDimensionalPath rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPosition cco:ThreeDimensionalPosition rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000028 ; - cco:definition "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; 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 . @@ -630,8 +631,8 @@ cco:ThreeDimensionalPosition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/YawAxis cco:YawAxis rdf:type owl:Class ; rdfs:subClassOf cco:AxisOfRotation ; - cco:alternative_label "Vertical Axis"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Yaw Axis"@en . @@ -639,7 +640,7 @@ cco:YawAxis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Zenith cco:Zenith rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000026 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Zenith&oldid=1052625030"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Zenith"@en . @@ -648,7 +649,7 @@ cco:Zenith rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/xAxis cco:xAxis rdf:type owl:Class ; rdfs:subClassOf cco:CoordinateSystemAxis ; - cco:definition "A Coordinate System Axis designated by the variable 'x'."@en ; + skos:definition "A Coordinate System Axis designated by the variable 'x'."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "x-Axis"@en . @@ -656,7 +657,7 @@ cco:xAxis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/yAxis cco:yAxis rdf:type owl:Class ; rdfs:subClassOf cco:CoordinateSystemAxis ; - cco:definition "A Coordinate System Axis designated by the variable 'y'."@en ; + skos:definition "A Coordinate System Axis designated by the variable 'y'."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "y-Axis"@en . @@ -664,7 +665,7 @@ cco:yAxis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/zAxis cco:zAxis rdf:type owl:Class ; rdfs:subClassOf cco:CoordinateSystemAxis ; - cco:definition "A Coordinate System Axis designated by the variable 'z'."@en ; + skos:definition "A Coordinate System Axis designated by the variable 'z'."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "z-Axis"@en . diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index 354b1be..5ac57c6 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -3,6 +3,7 @@ @prefix obo: . @prefix owl: . @prefix rdf: . +@prefix skos: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @@ -31,7 +32,7 @@ cco:condition_described_by rdf:type owl:ObjectProperty ; owl:propertyChainAxiom ( cco:described_by obo:BFO_0000176 ) ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "condition described by"@en . @@ -41,7 +42,7 @@ cco:described_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_subject_of ; owl:inverseOf cco:describes ; rdfs:range cco:DescriptiveInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "described by"@en . @@ -50,8 +51,8 @@ cco:described_by rdf:type owl:ObjectProperty ; cco:describes rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_about ; rdfs:domain cco:DescriptiveInformationContentEntity ; - cco: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 ; - cco:example_of_usage "the content of a newspaper article describes some current event" , + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; @@ -65,7 +66,7 @@ cco:describes_condition rdf:type owl:ObjectProperty ; owl:propertyChainAxiom ( obo:BFO_0000178 cco:describes ) ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "describes condition"@en . @@ -75,7 +76,7 @@ cco:designated_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_subject_of ; owl:inverseOf cco:designates ; rdfs:range cco:DesignativeInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "designated by"@en . @@ -84,8 +85,8 @@ cco:designated_by rdf:type owl:ObjectProperty ; cco:designates rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_about ; rdfs:domain cco:DesignativeInformationContentEntity ; - cco: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 ; - cco:example_of_usage "a URL designates the location of a Web Page on the internet" , + 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" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; @@ -98,8 +99,8 @@ cco:is_a_interval_measurement_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_a_measurement_of ; owl:inverseOf cco:is_measured_by_interval ; rdfs:domain cco:IntervalMeasurementInformationContentEntity ; - cco: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 ; - cco:example_of_usage "a measurement of air temperature on the Celsius scale." ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is a interval measurement of"@en . @@ -109,7 +110,7 @@ cco:is_a_measurement_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:describes ; owl:inverseOf cco:is_measured_by ; rdfs:domain cco:MeasurementInformationContentEntity ; - cco: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: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 ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 ; @@ -121,7 +122,7 @@ cco:is_a_nominal_measurement_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_a_measurement_of ; owl:inverseOf cco:is_measured_by_nominal ; rdfs:domain cco:NominalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is a nominal measurement of"@en . @@ -131,7 +132,7 @@ cco:is_a_ordinal_measurement_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_a_measurement_of ; owl:inverseOf cco:is_measured_by_ordinal ; rdfs:domain cco:OrdinalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is a ordinal measurement of"@en . @@ -141,7 +142,7 @@ cco:is_a_ratio_measurement_of rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_a_measurement_of ; owl:inverseOf cco:is_measured_by_ratio ; rdfs:domain cco:RatioMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is a ratio measurement of"@en . @@ -151,7 +152,7 @@ cco:is_about rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_subject_of ; rdfs:domain cco:InformationContentEntity ; rdfs:range obo:BFO_0000001 ; - cco:definition "A primitive relationship between an Information Content Entity and some Entity."@en ; + skos:definition "A primitive relationship between an Information Content Entity and some Entity."@en ; cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000136" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is about"@en . @@ -161,7 +162,7 @@ cco:is_about rdf:type owl:ObjectProperty ; cco:is_excerpted_from rdf:type owl:ObjectProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:InformationBearingEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is excerpted from"@en . @@ -172,7 +173,7 @@ cco:is_geospatial_coordinate_reference_system_of rdf:type owl:ObjectProperty ; owl:inverseOf cco:uses_geospatial_coordinate_reference_system ; rdfs:domain cco:GeospatialCoordinateReferenceSystem ; rdfs:range cco:InformationBearingEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is geospatial coordinate reference system of"@en . @@ -181,7 +182,7 @@ cco:is_geospatial_coordinate_reference_system_of rdf:type owl:ObjectProperty ; cco:is_measured_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:described_by ; rdfs:range cco:MeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is measured by"@en . @@ -190,7 +191,7 @@ cco:is_measured_by rdf:type owl:ObjectProperty ; cco:is_measured_by_interval rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_measured_by ; rdfs:range cco:IntervalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is measured by interval"@en . @@ -199,7 +200,7 @@ cco:is_measured_by_interval rdf:type owl:ObjectProperty ; cco:is_measured_by_nominal rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_measured_by ; rdfs:range cco:NominalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is measured by nominal"@en . @@ -208,7 +209,7 @@ cco:is_measured_by_nominal rdf:type owl:ObjectProperty ; cco:is_measured_by_ordinal rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_measured_by ; rdfs:range cco:OrdinalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is measured by ordinal"@en . @@ -217,7 +218,7 @@ cco:is_measured_by_ordinal rdf:type owl:ObjectProperty ; cco:is_measured_by_ratio rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_measured_by ; rdfs:range cco:RatioMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is measured by ratio"@en . @@ -228,7 +229,7 @@ cco:is_measurement_unit_of rdf:type owl:ObjectProperty ; owl:inverseOf cco:uses_measurement_unit ; rdfs:domain cco:MeasurementUnit ; rdfs:range cco:InformationBearingEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is measurement unit of"@en . @@ -236,14 +237,14 @@ cco:is_measurement_unit_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/is_mention_of cco:is_mention_of rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_mentioned_by ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is mention of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_mentioned_by cco:is_mentioned_by rdf:type owl:ObjectProperty ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is mentioned by"@en . @@ -254,7 +255,7 @@ cco:is_reference_system_of rdf:type owl:ObjectProperty ; owl:inverseOf cco:uses_reference_system ; rdfs:domain cco:ReferenceSystem ; rdfs:range cco:InformationBearingEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is reference system of"@en . @@ -262,7 +263,7 @@ cco:is_reference_system_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/is_subject_of cco:is_subject_of rdf:type owl:ObjectProperty ; rdfs:range cco:InformationContentEntity ; - cco:definition "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en ; + skos:definition "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "is subject of"@en . @@ -273,7 +274,7 @@ cco:language_used_in rdf:type owl:ObjectProperty ; owl:inverseOf cco:uses_language ; rdfs:domain cco:Language ; rdfs:range cco:InformationBearingEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "language used in"@en . @@ -283,7 +284,7 @@ cco:prescribed_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_subject_of ; owl:inverseOf cco:prescribes ; rdfs:range cco:DirectiveInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "prescribed by"@en . @@ -292,8 +293,8 @@ cco:prescribed_by rdf:type owl:ObjectProperty ; cco:prescribes rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_about ; rdfs:domain cco:DirectiveInformationContentEntity ; - cco: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 ; - cco:example_of_usage "A blueprint prescribes some artifact or facility by being a model for it." , + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; @@ -305,7 +306,7 @@ cco:represented_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_subject_of ; owl:inverseOf cco:represents ; rdfs:range cco:RepresentationalInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:comment "See notes for inverse property." ; rdfs:label "represented by"@en . @@ -315,8 +316,8 @@ cco:represented_by rdf:type owl:ObjectProperty ; cco:represents rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:is_about ; rdfs:domain cco:RepresentationalInformationContentEntity ; - cco: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 ; - cco:elucidation "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 ; + 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 "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 ; @@ -329,7 +330,7 @@ cco:time_zone_identifier_used_by rdf:type owl:ObjectProperty ; owl:inverseOf cco:uses_time_zone_identifier ; rdfs:domain cco:TimeZoneIdentifier ; rdfs:range cco:InformationBearingEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "time zone identifier used by"@en . @@ -339,7 +340,7 @@ cco:uses_geospatial_coordinate_reference_system rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:uses_reference_system ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:GeospatialCoordinateReferenceSystem ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "uses geospatial coordinate reference system"@en . @@ -349,7 +350,7 @@ cco:uses_language rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:prescribed_by ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:Language ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "uses language"@en . @@ -359,7 +360,7 @@ cco:uses_measurement_unit rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000101 ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:MeasurementUnit ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "uses measurement unit"@en . @@ -369,7 +370,7 @@ cco:uses_reference_system rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000101 ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:ReferenceSystem ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "uses reference system"@en . @@ -379,7 +380,7 @@ cco:uses_time_zone_identifier rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000101 ; rdfs:domain cco:InformationBearingEntity ; rdfs:range cco:TimeZoneIdentifier ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "uses time zone identifier"@en . @@ -392,7 +393,7 @@ cco:uses_time_zone_identifier rdf:type owl:ObjectProperty ; cco:has_URI_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:anyURI ; - cco:definition "A data property that has as its range a URI value."@en ; + skos:definition "A data property that has as its range a URI value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has URI value"@en . @@ -401,7 +402,7 @@ cco:has_URI_value rdf:type owl:DatatypeProperty ; cco:has_boolean_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:boolean ; - cco:definition "A data property that has as its range a boolean value."@en ; + skos:definition "A data property that has as its range a boolean value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has boolean value"@en . @@ -409,7 +410,7 @@ cco:has_boolean_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/has_date_value cco:has_date_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; - cco:definition "A data property that has as its range a date value."@en ; + skos:definition "A data property that has as its range a date value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has date value"@en . @@ -418,7 +419,7 @@ cco:has_date_value rdf:type owl:DatatypeProperty ; cco:has_datetime_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:dateTime ; - cco:definition "A data property that has as its value a datetime value."@en ; + skos:definition "A data property that has as its value a datetime value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has datetime value"@en . @@ -427,7 +428,7 @@ cco:has_datetime_value rdf:type owl:DatatypeProperty ; cco:has_decimal_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:decimal ; - cco:definition "A data property that has as its range a decimal value."@en ; + skos:definition "A data property that has as its range a decimal value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has decimal value"@en . @@ -436,7 +437,7 @@ cco:has_decimal_value rdf:type owl:DatatypeProperty ; cco:has_double_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:double ; - cco:definition "A data property that has as its range a double value."@en ; + skos:definition "A data property that has as its range a double value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has double value"@en . @@ -445,7 +446,7 @@ cco:has_double_value rdf:type owl:DatatypeProperty ; cco:has_integer_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:integer ; - cco:definition "A data property that has as its range an integer value."@en ; + skos:definition "A data property that has as its range an integer value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has integer value"@en . @@ -453,7 +454,7 @@ cco:has_integer_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/has_text_value cco:has_text_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; - cco:definition "A data property that has as its range a string value."@en ; + skos:definition "A data property that has as its range a string value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has text value"@en . @@ -465,7 +466,7 @@ cco:has_text_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AbbreviatedName cco:AbbreviatedName rdf:type owl:Class ; rdfs:subClassOf cco:DesignativeName ; - cco:definition "A Designative Name that is a shortened form of a Proper Name."@en ; + skos:definition "A Designative Name that is a shortened form of a Proper Name."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Abbreviated Name"@en . @@ -473,8 +474,8 @@ cco:AbbreviatedName rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Acronym cco:Acronym rdf:type owl:Class ; rdfs:subClassOf cco:AbbreviatedName ; - cco:definition "An Abbreviated Name that combines the initial letters of a Designative Name and which is pronounced as a word."@en ; - cco:example_of_usage "Wi-Fi, ASCII, OPSEC" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Acronym"@en . @@ -482,7 +483,7 @@ cco:Acronym rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Algorithm cco:Algorithm rdf:type owl:Class ; rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco: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 ; + 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:definition_source "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Algorithm"@en . @@ -492,8 +493,8 @@ cco:Algorithm rdf:type owl:Class ; cco:ArbitraryIdentifier rdf:type owl:Class ; rdfs:subClassOf cco:NonNameIdentifier ; owl:disjointWith cco:CodeIdentifier ; - cco:alternative_label "Arbitrary ID"@en ; - cco:definition "A Non-Name Identifier that consists of a string of characters that does not follow an encoding system."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Arbitrary Identifier"@en . @@ -501,7 +502,7 @@ cco:ArbitraryIdentifier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactVersionOrdinality cco:ArtifactVersionOrdinality rdf:type owl:Class ; rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Artifact Version Ordinality"@en . @@ -510,9 +511,9 @@ cco:ArtifactVersionOrdinality rdf:type owl:Class ; cco:ArtificialLanguage rdf:type owl:Class ; rdfs:subClassOf cco:Language ; owl:disjointWith cco:NaturalLanguage ; - cco:definition "A Language that is developed through conscious planning and premeditation, rather than one that was developed through use and repetition."@en ; + skos:definition "A Language that is developed through conscious planning and premeditation, rather than one that was developed through use and repetition."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Constructed_language&oldid=1062733589"^^xsd:anyURI ; - cco:example_of_usage "Esperanto" , + skos:example "Esperanto" , "Python Programming Language" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Artificial Language"@en . @@ -521,8 +522,8 @@ cco:ArtificialLanguage rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarDateIdentifier cco:CalendarDateIdentifier rdf:type owl:Class ; rdfs:subClassOf cco:DateIdentifier ; - cco: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 ; - cco:example_of_usage "January 1, 2018; 1 January 2018; 01/01/18; 01Jan18" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Calendar Date Identifier"@en . @@ -530,8 +531,8 @@ cco:CalendarDateIdentifier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarSystem cco:CalendarSystem rdf:type owl:Class ; rdfs:subClassOf cco:TemporalReferenceSystem ; - cco:definition "A Temporal Reference System that is designed to organize and identify dates."@en ; - cco:elucidation "Calendars typically organize dates through the use of naming and temporal conventions based on Days, Weeks, Months, and Years."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Calendar System"@en . @@ -539,8 +540,8 @@ cco:CalendarSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CartesianCoordinateSystem cco:CartesianCoordinateSystem rdf:type owl:Class ; rdfs:subClassOf cco:SpatialReferenceSystem ; - cco:alternative_label "Rectangular Coordinate System"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Cartesian_coordinate_system&oldid=1058613323"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Cartesian Coordinate System"@en . @@ -549,7 +550,7 @@ cco:CartesianCoordinateSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CivilTimeReferenceSystem cco:CivilTimeReferenceSystem rdf:type owl:Class ; rdfs:subClassOf cco:TemporalReferenceSystem ; - cco:definition "A Temporal Reference System that is a statutory time scale as designated by civilian authorities to determine local time(s)."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 ; @@ -559,7 +560,7 @@ cco:CivilTimeReferenceSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ClockTimeSystem cco:ClockTimeSystem rdf:type owl:Class ; rdfs:subClassOf cco:TemporalReferenceSystem ; - cco:definition "A Temporal Reference System that is a convention for keeping and displaying the Time of Day."@en ; + skos:definition "A Temporal Reference System that is a convention for keeping and displaying the Time of Day."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 . @@ -568,10 +569,10 @@ cco:ClockTimeSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CodeIdentifier cco:CodeIdentifier rdf:type owl:Class ; rdfs:subClassOf cco:NonNameIdentifier ; - cco:alternative_label "Code ID"@en , + skos:altLabel "Code ID"@en , "ID Code"@en , "Identifier Code"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Code Identifier"@en . @@ -579,7 +580,7 @@ cco:CodeIdentifier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CountMeasurementInformationContentEntity cco:CountMeasurementInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:RatioMeasurementInformationContentEntity ; - cco:definition "A Ratio Measurement Information Content Entity that is a measurement of the number of members of some aggregate."@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of the number of members of some aggregate."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Count Measurement Information Content Entity"@en . @@ -587,7 +588,7 @@ cco:CountMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DataRangeIntervalEstimateInformationContentEntity cco:DataRangeIntervalEstimateInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:IntervalEstimateInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Data Range Interval Estimate Information Content Entity"@en . @@ -603,8 +604,8 @@ cco:DateIdentifier rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:TemporalIntervalIdentifier ; - cco:alternative_label "Day Identifier"@en ; - cco:definition "A Temporal Interval Identifier that designates some Day."@en ; + skos:altLabel "Day Identifier"@en ; + skos:definition "A Temporal Interval Identifier that designates some Day."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Date Identifier"@en . @@ -612,7 +613,7 @@ cco:DateIdentifier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DecimalDateIdentifier cco:DecimalDateIdentifier rdf:type owl:Class ; rdfs:subClassOf cco:DateIdentifier ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Decimal Date Identifier"@en . @@ -620,8 +621,8 @@ cco:DecimalDateIdentifier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DecimalTimeOfDayIdentifier cco:DecimalTimeOfDayIdentifier rdf:type owl:Class ; rdfs:subClassOf cco:TimeOfDayIdentifier ; - cco:alternative_label "Fractional Time of Day Identifier"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Decimal Time of Day Identifier"@en . @@ -631,8 +632,8 @@ cco:DescriptiveInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:InformationContentEntity ; owl:disjointWith cco:DesignativeInformationContentEntity , cco:DirectiveInformationContentEntity ; - cco:alternative_label "Descriptive ICE"@en ; - cco:definition "An Information Content Entity that consists of a set of propositions that describe some 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Descriptive Information Content Entity"@en . @@ -649,8 +650,8 @@ cco:DesignativeInformationContentEntity rdf:type owl:Class ; ] ; rdfs:subClassOf cco:InformationContentEntity ; owl:disjointWith cco:DirectiveInformationContentEntity ; - cco:alternative_label "Designative ICE"@en ; - cco:definition "An Information Content Entity that consists of a set of symbols that denote some 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Designative Information Content Entity"@en . @@ -659,8 +660,8 @@ cco:DesignativeInformationContentEntity rdf:type owl:Class ; cco:DesignativeName rdf:type owl:Class ; rdfs:subClassOf cco:DesignativeInformationContentEntity ; owl:disjointWith cco:NonNameIdentifier ; - cco:alternative_label "Name"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Designative Name"@en . @@ -668,13 +669,13 @@ cco:DesignativeName rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DeviationMeasurementInformationContentEntity cco:DeviationMeasurementInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementInformationContentEntity ; - cco:alternative_label "Conformance Measurement"@en , + skos:altLabel "Conformance Measurement"@en , "Degree of Conformance"@en , "Degree of Deviation"@en , "Deviation Measurement"@en ; - cco: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 ; - cco:elucidation "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:example_of_usage "a missile impact deviates from its target location by 100 feet" , + 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: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 ; + 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" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; @@ -686,9 +687,9 @@ cco:DeviationMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DiminutiveName cco:DiminutiveName rdf:type owl:Class ; rdfs:subClassOf cco:AbbreviatedName ; - cco:definition "An Abbreviated Name that is a familiar form of a Proper Name."@en ; - cco:elucidation "\"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:example_of_usage "Alex, Bob, Cathy" ; + skos:definition "An Abbreviated Name that is a familiar form of a Proper Name."@en ; + 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 ; + skos:example "Alex, Bob, Cathy" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Diminutive Name"@en . @@ -704,8 +705,8 @@ cco:DirectiveInformationContentEntity rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:InformationContentEntity ; - cco:alternative_label "Directive ICE"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Directive Information Content Entity"@en . @@ -713,8 +714,8 @@ cco:DirectiveInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/DistanceMeasurementInformationContentEntity cco:DistanceMeasurementInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:RatioMeasurementInformationContentEntity ; - cco: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 ; - cco:elucidation "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 , + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Distance Measurement Information Content Entity"@en . @@ -723,10 +724,10 @@ cco:DistanceMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EstimateInformationContentEntity cco:EstimateInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementInformationContentEntity ; - cco:alternative_label "Estimate"@en , + skos:altLabel "Estimate"@en , "Estimate Measurement Information Content Entity"@en , "Estimated Value"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Estimate Information Content Entity"@en . @@ -734,8 +735,8 @@ cco:EstimateInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EventStatusNominalInformationContentEntity cco:EventStatusNominalInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:NominalMeasurementInformationContentEntity ; - cco:definition "A Nominal Measurement Information Content Entity that is a measurement of the current state of a process."@en ; - cco:example_of_usage "proposed, approved, planned, in progress, completed, failed, or successful" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Event Status Nominal Information Content Entity"@en . @@ -743,8 +744,8 @@ cco:EventStatusNominalInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialCoordinateReferenceSystem cco:GeospatialCoordinateReferenceSystem rdf:type owl:Class ; rdfs:subClassOf cco:SpatialReferenceSystem ; - cco:alternative_label "Geographic Coordinate System"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Geospatial Coordinate Reference System"@en . @@ -752,7 +753,7 @@ cco:GeospatialCoordinateReferenceSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBoxIdentifierList cco:GeospatialRegionBoundingBoxIdentifierList rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnitOfGeocoordinate ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Geospatial Region Bounding Box Identifier List"@en . @@ -760,7 +761,7 @@ cco:GeospatialRegionBoundingBoxIdentifierList rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GreenwichMeanTimeZoneIdentifier cco:GreenwichMeanTimeZoneIdentifier rdf:type owl:Class ; rdfs:subClassOf cco:TimeZoneIdentifier ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 . @@ -777,8 +778,8 @@ cco:InformationBearingEntity rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf obo:BFO_0000030 ; - cco:alternative_label "IBE"@en ; - cco:definition "An Object upon which an Information Content Entity generically depends."@en ; + skos:altLabel "IBE"@en ; + skos:definition "An Object upon which an Information Content Entity generically depends."@en ; cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000178"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Information Bearing Entity"@en . @@ -795,10 +796,10 @@ cco:InformationContentEntity rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf obo:BFO_0000031 ; - cco:alternative_label "ICE"@en ; - cco:definition "A Generically Dependent Continuant that generically depends on some Information Bearing Entity and stands in relation of aboutness to some 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 ; cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000030" ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Information Content Entity"@en . @@ -810,8 +811,8 @@ cco:InformationQualityEntity rdf:type owl:Class ; owl:onProperty obo:BFO_0000197 ; owl:someValuesFrom cco:InformationBearingEntity ] ; - cco:alternative_label "IQE"@en ; - cco:definition "A Quality that concretizes some Information Content Entity."@en ; + skos:altLabel "IQE"@en ; + skos:definition "A Quality that concretizes some Information Content Entity."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 . @@ -820,8 +821,8 @@ cco:InformationQualityEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Initialism cco:Initialism rdf:type owl:Class ; rdfs:subClassOf cco:AbbreviatedName ; - cco: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 ; - cco:example_of_usage "USA, CPU, BBC" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Initialism"@en . @@ -829,9 +830,9 @@ cco:Initialism rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IntervalEstimateInformationContentEntity cco:IntervalEstimateInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:EstimateInformationContentEntity ; - cco:alternative_label "Interval Estimate"@en , + skos:altLabel "Interval Estimate"@en , "Interval Estimate Measurement Information Content Entity"@en ; - cco:definition "An Estimate Information Content Entity that consists of an interval of possible (or probable) values for the measured 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Interval Estimate Information Content Entity"@en . @@ -850,8 +851,8 @@ cco:IntervalMeasurementInformationContentEntity rdf:type owl:Class ; owl:disjointWith cco:NominalMeasurementInformationContentEntity , cco:OrdinalMeasurementInformationContentEntity , cco:RatioMeasurementInformationContentEntity ; - cco:definition "A Measurement Information Content Entity that places a Quality of an Entity onto some interval scale having no true zero value."@en ; - cco:example_of_usage "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 . @@ -860,9 +861,9 @@ cco:IntervalMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDateFraction cco:JulianDateFraction rdf:type owl:Class ; rdfs:subClassOf cco:DecimalTimeOfDayIdentifier ; - cco:alternative_label "Julian Date Time Identifier"@en , + skos:altLabel "Julian Date Time Identifier"@en , "Julian Day Fraction"@en ; - cco:definition "A Decimal Time of Day Identifier that designates an approximate Temporal Instant that is part of some Julian Day."@en ; + skos:definition "A Decimal Time of Day Identifier that designates an approximate Temporal Instant that is part of some Julian Day."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Julian Date Fraction"@en . @@ -882,7 +883,7 @@ cco:JulianDateIdentifier rdf:type owl:Class ; owl:onProperty cco:designates ; owl:someValuesFrom cco:JulianDate ] ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Julian Date Identifier"@en . @@ -894,7 +895,7 @@ cco:JulianDayNumber rdf:type owl:Class ; owl:onProperty cco:designates ; owl:someValuesFrom cco:JulianDay ] ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Julian Day Number"@en . @@ -902,7 +903,7 @@ cco:JulianDayNumber rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Language cco:Language rdf:type owl:Class ; rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco:definition "A Directive Information Content Entity that prescribes a canonical format for communication."@en ; + skos:definition "A Directive Information Content Entity that prescribes a canonical format for communication."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Language"@en . @@ -910,7 +911,7 @@ cco:Language rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LegalName cco:LegalName rdf:type owl:Class ; rdfs:subClassOf cco:ProperName ; - cco:definition "A Proper Name that is an official name for the designated entity as determined by a Government or court of law."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Legal Name"@en . @@ -918,7 +919,7 @@ cco:LegalName rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LotNumber cco:LotNumber rdf:type owl:Class ; rdfs:subClassOf cco:CodeIdentifier ; - cco:definition "A Code Identifier that designates a particular quantity or lot of material from a single manufacturer."@en ; + skos:definition "A Code Identifier that designates a particular quantity or lot of material from a single manufacturer."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lot_number&oldid=1061846325"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Lot Number"@en . @@ -927,7 +928,7 @@ cco:LotNumber rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LunarCalendarSystem cco:LunarCalendarSystem rdf:type owl:Class ; rdfs:subClassOf cco:CalendarSystem ; - cco:definition "A Calendar System that is designed to organize and identify dates based on the cycles of the Moon's phases."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Lunar_calendar&oldid=1055396837"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Lunar Calendar System"@en . @@ -936,7 +937,7 @@ cco:LunarCalendarSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MaximumOrdinalMeasurementInformationContentEntity cco:MaximumOrdinalMeasurementInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Maximum Ordinal Measurement Information Content Entity"@en . @@ -944,10 +945,10 @@ cco:MaximumOrdinalMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeanPointEstimateInformationContentEntity cco:MeanPointEstimateInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:PointEstimateInformationContentEntity ; - cco:alternative_label "Arithmetic Mean"@en , + skos:altLabel "Arithmetic Mean"@en , "Average"@en , "Mean"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Mean Point Estimate Information Content Entity"@en . @@ -964,8 +965,8 @@ cco:MeasurementInformationContentEntity rdf:type owl:Class ; ] ; rdfs:subClassOf cco:DescriptiveInformationContentEntity ; owl:disjointWith cco:RepresentationalInformationContentEntity ; - cco:alternative_label "Measurement ICE"@en ; - cco:definition "A Descriptive Information Content Entity that describes the extent, dimensions, quantity, or quality of an Entity relative to some standard."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Measurement Information Content Entity"@en . @@ -973,7 +974,7 @@ cco:MeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit cco:MeasurementUnit rdf:type owl:Class ; rdfs:subClassOf cco:DescriptiveInformationContentEntity ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Unit_of_measurement&oldid=1061038125"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit"@en . @@ -982,7 +983,7 @@ cco:MeasurementUnit rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfGeocoordinate cco:MeasurementUnitOfGeocoordinate rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit specifying the geospatial coordinates of a location."@en ; + skos:definition "A Measurement Unit specifying the geospatial coordinates of a location."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Geocoordinate"@en . @@ -990,8 +991,8 @@ cco:MeasurementUnitOfGeocoordinate rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MedianPointEstimateInformationContentEntity cco:MedianPointEstimateInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:PointEstimateInformationContentEntity ; - cco:alternative_label "Median"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Median Point Estimate Information Content Entity"@en . @@ -999,7 +1000,7 @@ cco:MedianPointEstimateInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryTimeZoneIdentifier cco:MilitaryTimeZoneIdentifier rdf:type owl:Class ; rdfs:subClassOf cco:TimeZoneIdentifier ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Military Time Zone Identifier"@en . @@ -1007,7 +1008,7 @@ cco:MilitaryTimeZoneIdentifier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MinimumOrdinalMeasurementInformationContentEntity cco:MinimumOrdinalMeasurementInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Minimum Ordinal Measurement Information Content Entity"@en . @@ -1015,9 +1016,9 @@ cco:MinimumOrdinalMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModePointEstimateInformationContentEntity cco:ModePointEstimateInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:PointEstimateInformationContentEntity ; - cco:alternative_label "Mode"@en , + skos:altLabel "Mode"@en , "Statistical Mode"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 . @@ -1026,9 +1027,9 @@ cco:ModePointEstimateInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage cco:NaturalLanguage rdf:type owl:Class ; rdfs:subClassOf cco:Language ; - cco:definition "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en ; + skos:definition "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI ; - cco:example_of_usage "English" , + skos:example "English" , "Mandarin (Chinese)" , "Spanish" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; @@ -1038,8 +1039,8 @@ cco:NaturalLanguage rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Nickname cco:Nickname rdf:type owl:Class ; rdfs:subClassOf cco:DesignativeName ; - cco:definition "A Designative Name that is a familiar or humorous substitute for an entity's Proper Name."@en ; - cco:example_of_usage "Ike, Chief, P-Fox" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Nickname"@en . @@ -1057,8 +1058,8 @@ cco:NominalMeasurementInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementInformationContentEntity ; owl:disjointWith cco:OrdinalMeasurementInformationContentEntity , cco:RatioMeasurementInformationContentEntity ; - cco:definition "A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic."@en ; - cco:example_of_usage "The sentence \"January 20, 1985 was a cold day in Chicago, IL\" is the carrier of a nominal measurement."@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" ; @@ -1070,9 +1071,9 @@ cco:NominalMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/NonNameIdentifier cco:NonNameIdentifier rdf:type owl:Class ; rdfs:subClassOf cco:DesignativeInformationContentEntity ; - cco:alternative_label "ID"@en , + skos:altLabel "ID"@en , "Identifier"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Non-Name Identifier"@en . @@ -1080,8 +1081,8 @@ cco:NonNameIdentifier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OrdinalDateIdentifier cco:OrdinalDateIdentifier rdf:type owl:Class ; rdfs:subClassOf cco:DecimalDateIdentifier ; - cco:alternative_label "Ordinal Date"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Ordinal_date&oldid=1061989434"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 ; @@ -1100,8 +1101,8 @@ cco:OrdinalMeasurementInformationContentEntity rdf:type owl:Class ; ] ; rdfs:subClassOf cco:MeasurementInformationContentEntity ; owl:disjointWith cco:RatioMeasurementInformationContentEntity ; - cco:definition "A Measurement Information Content Entity that consists of a symbol that places an Entity into some rank order."@en ; - cco:example_of_usage "The sentence \"The coldest day in history in Chicago, IL. is January 20, 1985.\" is the carrier of an ordinal measurment."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; @@ -1112,7 +1113,7 @@ cco:OrdinalMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PartNumber cco:PartNumber rdf:type owl:Class ; rdfs:subClassOf cco:CodeIdentifier ; - cco:definition "A Code Identifier that designates a type of part whose instances are designed to be part of some Artifact."@en ; + skos:definition "A Code Identifier that designates a type of part whose instances are designed to be part of some Artifact."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Part Number"@en . @@ -1124,8 +1125,8 @@ cco:PerformanceSpecification rdf:type owl:Class ; owl:onProperty cco:describes_condition ; owl:someValuesFrom obo:BFO_0000001 ] ; - cco: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 ; - cco:example_of_usage "Maximum Speed at high altitude; Rate of Ascent at 10 degrees celsius with nominal payload." ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Performance Specification"@en . @@ -1133,10 +1134,10 @@ cco:PerformanceSpecification rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PointEstimateInformationContentEntity cco:PointEstimateInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:EstimateInformationContentEntity ; - cco:alternative_label "Best Estimate"@en , + skos:altLabel "Best Estimate"@en , "Point Estimate"@en , "Point Estimate Measurement Information Content Entity"@en ; - cco:definition "An Estimate Information Content Entity that consists of a single value for the measured entity."@en ; + skos:definition "An Estimate Information Content Entity that consists of a single value for the measured entity."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Point Estimate Information Content Entity"@en . @@ -1144,9 +1145,9 @@ cco:PointEstimateInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PredictiveInformationContentEntity cco:PredictiveInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:DescriptiveInformationContentEntity ; - cco:alternative_label "Prediction"@en , + skos:altLabel "Prediction"@en , "Prediction Information Content Entity"@en ; - cco:definition "A Descriptive Information Content Entity that describes an uncertain future event."@en ; + skos:definition "A Descriptive Information Content Entity that describes an uncertain future event."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 . @@ -1155,11 +1156,11 @@ cco:PredictiveInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PriorityMeasurementInformationContentEntity cco:PriorityMeasurementInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; - cco:alternative_label "Criticality Measurement"@en , + skos:altLabel "Criticality Measurement"@en , "Importance Measurement"@en , "Priority Measurement"@en ; - cco:definition "An Ordinal Measurement Information Content Entity that is a measurement of the relative importance of an entity."@en ; - cco:example_of_usage "low, normal, high, urgent, or immediate priority" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Priority Measurement Information Content Entity"@en . @@ -1167,7 +1168,7 @@ cco:PriorityMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PriorityScale cco:PriorityScale rdf:type owl:Class ; rdfs:subClassOf cco:ReferenceSystem ; - cco:definition "A Reference System that is designed to be used to rank or identify the importance of entities of the specified type."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Priority Scale"@en . @@ -1175,9 +1176,9 @@ cco:PriorityScale rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ProbabilityMeasurementInformationContentEntity cco:ProbabilityMeasurementInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementInformationContentEntity ; - cco:alternative_label "Likelihood Measurement"@en , + skos:altLabel "Likelihood Measurement"@en , "Probability Measurement"@en ; - cco:definition "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Probability&oldid=1059657543"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:comment "Every probability measurement is made within a particular context given certain background assumptions."@en ; @@ -1187,7 +1188,7 @@ cco:ProbabilityMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ProperName cco:ProperName rdf:type owl:Class ; rdfs:subClassOf cco:DesignativeName ; - cco:definition "A Designative Name that is an official name for a particular entity."@en ; + skos:definition "A Designative Name that is an official name for a particular entity."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Proper Name"@en . @@ -1195,7 +1196,7 @@ cco:ProperName rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ProportionalRatioMeasurementInformationContentEntity cco:ProportionalRatioMeasurementInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:RatioMeasurementInformationContentEntity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 ; @@ -1213,8 +1214,8 @@ cco:RatioMeasurementInformationContentEntity rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:MeasurementInformationContentEntity ; - cco: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 ; - cco:example_of_usage "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 , + 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" ; @@ -1226,7 +1227,7 @@ cco:RatioMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceSystem cco:ReferenceSystem rdf:type owl:Class ; rdfs:subClassOf cco:DescriptiveInformationContentEntity ; - cco:definition "A Descriptive Information Content Entity that describes a set of standards for organizing and understanding data of the specified type or domain."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Reference System"@en . @@ -1234,11 +1235,11 @@ cco:ReferenceSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ReliabilityMeasurementInformationContentEntity cco:ReliabilityMeasurementInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementInformationContentEntity ; - cco:alternative_label "Accuracy of Process"@en , + skos:altLabel "Accuracy of Process"@en , "Reliability Measurement"@en ; - cco:definition "A Measurement Information Content Entity that is a measurement of the extent to which an entity can consistently produce an outcome."@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 ; cco:definition_source "https://en.wikipedia.org/wiki/Reliability_(statistics)" ; - cco:elucidation "Reliability concerns both a measure of past performance and the expectation that future performance will conform to the range of past performances."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 . @@ -1255,8 +1256,8 @@ cco:RepresentationalInformationContentEntity rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:InformationContentEntity ; - cco:definition "An Information Content Entity that represents some Entity."@en ; - cco:example_of_usage "the content of a court transcript represents a courtroom proceeding" , + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; @@ -1266,7 +1267,7 @@ cco:RepresentationalInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SequencePositionOrdinality cco:SequencePositionOrdinality rdf:type owl:Class ; rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; - cco:definition "An Ordinal Measurement Information Content Entity that is about the position of some entity in some ordered sequence."@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is about the position of some entity in some ordered sequence."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Sequence Position Ordinality"@en . @@ -1274,7 +1275,7 @@ cco:SequencePositionOrdinality rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SiderealTimeReferenceSystem cco:SiderealTimeReferenceSystem rdf:type owl:Class ; rdfs:subClassOf cco:TemporalReferenceSystem ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 . @@ -1283,9 +1284,9 @@ cco:SiderealTimeReferenceSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SolarCalendarSystem cco:SolarCalendarSystem rdf:type owl:Class ; rdfs:subClassOf cco:CalendarSystem ; - cco: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: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 ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Solar_calendar&oldid=1058016588"^^xsd:anyURI ; - cco:elucidation "Unless otherwise specified, a Solar Calendar System is assumed to be relative to the Orbit of the Earth 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Solar Calendar System"@en . @@ -1293,7 +1294,7 @@ cco:SolarCalendarSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SolarTimeReferenceSystem cco:SolarTimeReferenceSystem rdf:type owl:Class ; rdfs:subClassOf cco:TemporalReferenceSystem ; - cco:definition "A Temporal Reference System that is based on the position of the Sun in the sky."@en ; + skos:definition "A Temporal Reference System that is based on the position of the Sun in the sky."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Solar Time Reference System"@en . @@ -1301,10 +1302,10 @@ cco:SolarTimeReferenceSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SpatialReferenceSystem cco:SpatialReferenceSystem rdf:type owl:Class ; rdfs:subClassOf cco:ReferenceSystem ; - cco:alternative_label "Coordinate System"@en , + skos:altLabel "Coordinate System"@en , "Spatial Coordinate System"@en , "Spatial Reference Frame"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Coordinate_system&oldid=1060461397"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 ; @@ -1322,7 +1323,7 @@ cco:SpatialRegionIdentifier rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:DesignativeInformationContentEntity ; - cco:definition "A Designative Information Content Entity that designates some Spatial Region."@en ; + skos:definition "A Designative Information Content Entity that designates some Spatial Region."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Spatial Region Identifier"@en . @@ -1330,7 +1331,7 @@ cco:SpatialRegionIdentifier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SphericalCoordinateSystem cco:SphericalCoordinateSystem rdf:type owl:Class ; rdfs:subClassOf cco:SpatialReferenceSystem ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Spherical_coordinate_system&oldid=1061029174"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Spherical Coordinate System"@en . @@ -1339,7 +1340,7 @@ cco:SphericalCoordinateSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/StandardTimeOfDayIdentifier cco:StandardTimeOfDayIdentifier rdf:type owl:Class ; rdfs:subClassOf cco:TimeOfDayIdentifier ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Standard Time of Day Identifier"@en . @@ -1355,8 +1356,8 @@ cco:TemporalInstantIdentifier rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:TemporalRegionIdentifier ; - cco:alternative_label "Zero-Dimensional Temporal Region Identifier"@en ; - cco:definition "A Temporal Region Identifier that designates some Temporal Instant."@en ; + skos:altLabel "Zero-Dimensional Temporal Region Identifier"@en ; + skos:definition "A Temporal Region Identifier that designates some Temporal Instant."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Temporal Instant Identifier"@en . @@ -1372,8 +1373,8 @@ cco:TemporalIntervalIdentifier rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:TemporalRegionIdentifier ; - cco:alternative_label "One-Dimensional Temporal Region Identifier"@en ; - cco:definition "A Temporal Region Identifier that designates some Temporal Interval."@en ; + skos:altLabel "One-Dimensional Temporal Region Identifier"@en ; + skos:definition "A Temporal Region Identifier that designates some Temporal Interval."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Temporal Interval Identifier"@en . @@ -1381,9 +1382,9 @@ cco:TemporalIntervalIdentifier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TemporalReferenceSystem cco:TemporalReferenceSystem rdf:type owl:Class ; rdfs:subClassOf cco:ReferenceSystem ; - cco:alternative_label "Temporal Reference Frame"@en , + skos:altLabel "Temporal Reference Frame"@en , "Time Scale"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Temporal Reference System"@en . @@ -1399,7 +1400,7 @@ cco:TemporalRegionIdentifier rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:DesignativeInformationContentEntity ; - cco:definition "A Designative Information Content Entity that designates some Temporal Region."@en ; + skos:definition "A Designative Information Content Entity that designates some Temporal Region."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Temporal Region Identifier"@en . @@ -1415,7 +1416,7 @@ cco:TimeOfDayIdentifier rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf cco:TemporalInstantIdentifier ; - cco:definition "A Temporal Instant Identifier that designates some Time of Day."@en ; + skos:definition "A Temporal Instant Identifier that designates some Time of Day."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Time of Day Identifier"@en . @@ -1423,7 +1424,7 @@ cco:TimeOfDayIdentifier rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TimeZoneIdentifier cco:TimeZoneIdentifier rdf:type owl:Class ; rdfs:subClassOf cco:SpatialRegionIdentifier ; - cco:definition "A Spatial Region Identifier that designates the region associated with some uniform standard time for legal, commercial, or social purposes."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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) @@ -1436,7 +1437,7 @@ W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , cco:UniversalTimeReferenceSystem rdf:type owl:Class ; rdfs:subClassOf cco:SolarTimeReferenceSystem ; cco:acronym "UT" ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Universal Time Reference System"@en . @@ -1444,10 +1445,10 @@ cco:UniversalTimeReferenceSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/VeracityMeasurementInformationContentEntity cco:VeracityMeasurementInformationContentEntity rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementInformationContentEntity ; - cco:alternative_label "Accuracy of Information"@en , + skos:altLabel "Accuracy of Information"@en , "Trueness Measurement"@en , "Veracity Measurement"@en ; - cco:definition "A Measurement Information Content Entity that is a measurement of the extent to which a description conforms to the reality it describes."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 ; @@ -1527,14 +1528,14 @@ cco:DeltaTimeZone rdf:type owl:NamedIndividual , cco:EarthCenteredEarthFixedCoordinateSystem rdf:type owl:NamedIndividual , cco:CartesianCoordinateSystem , cco:GeospatialCoordinateReferenceSystem ; - cco:alternative_label "Conventional Terrestrial 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 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Earth-centered,_Earth-fixed_coordinate_system&oldid=1062678600"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Earth-Centered Earth-Fixed Coordinate System"@en . @@ -1570,7 +1571,7 @@ cco:FoxtrotTimeZone rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMT cco:GMT rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "Greenwich Mean Time"@en ; + skos:altLabel "Greenwich Mean Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; rdfs:label "GMT"@en . @@ -1580,7 +1581,7 @@ cco:GMT rdf:type owl:NamedIndividual , cco:GMTminus0330 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; cco:acronym "NST" ; - cco:alternative_label "Newfoundland Standard Time"@en ; + skos:altLabel "Newfoundland Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT-3:30"@en . @@ -1588,7 +1589,7 @@ cco:GMTminus0330 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus1 cco:GMTminus1 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "CAT"@en , + skos:altLabel "CAT"@en , "Central African Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT-1"@en . @@ -1597,7 +1598,7 @@ cco:GMTminus1 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus10 cco:GMTminus10 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "HST"@en , + skos:altLabel "HST"@en , "Hawaii Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT-10"@en . @@ -1606,7 +1607,7 @@ cco:GMTminus10 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus11 cco:GMTminus11 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "MIT"@en , + skos:altLabel "MIT"@en , "Midway Islands Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT-11"@en . @@ -1615,7 +1616,7 @@ cco:GMTminus11 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus2 cco:GMTminus2 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "BET"@en , + skos:altLabel "BET"@en , "Brazil Eastern Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT-2"@en . @@ -1624,7 +1625,7 @@ cco:GMTminus2 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus3 cco:GMTminus3 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "AGT"@en , + skos:altLabel "AGT"@en , "Argentina Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT-3"@en . @@ -1633,7 +1634,7 @@ cco:GMTminus3 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus4 cco:GMTminus4 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "PRT"@en , + skos:altLabel "PRT"@en , "Puerto Rico and US Virgin Islands Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT-4"@en . @@ -1642,7 +1643,7 @@ cco:GMTminus4 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus5 cco:GMTminus5 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "EST"@en , + skos:altLabel "EST"@en , "Eastern Standard Time"@en , "IET"@en , "Indiana Eastern Standard Time"@en ; @@ -1653,7 +1654,7 @@ cco:GMTminus5 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus6 cco:GMTminus6 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "CST"@en , + skos:altLabel "CST"@en , "Central Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT-6"@en . @@ -1662,7 +1663,7 @@ cco:GMTminus6 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus7 cco:GMTminus7 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "MST"@en , + skos:altLabel "MST"@en , "Mountain Standard Time"@en , "PNT"@en , "Phoenix Standard Time"@en ; @@ -1673,7 +1674,7 @@ cco:GMTminus7 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus8 cco:GMTminus8 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "PST"@en , + skos:altLabel "PST"@en , "Pacific Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT-8"@en . @@ -1682,7 +1683,7 @@ cco:GMTminus8 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus9 cco:GMTminus9 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "AST"@en , + skos:altLabel "AST"@en , "Alaska Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT-9"@en . @@ -1693,7 +1694,7 @@ cco:GMTplus0330 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; cco:acronym "IRST" , "IT" ; - cco:alternative_label "Iran Standard Time"@en , + skos:altLabel "Iran Standard Time"@en , "Iran Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+3:30"@en . @@ -1704,7 +1705,7 @@ cco:GMTplus0530 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; cco:acronym "IST" , "SLST" ; - cco:alternative_label "Indian Standard Time"@en , + skos:altLabel "Indian Standard Time"@en , "Sri Lanka Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+5:30"@en . @@ -1714,7 +1715,7 @@ cco:GMTplus0530 rdf:type owl:NamedIndividual , cco:GMTplus0930 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; cco:acronym "ACST" ; - cco:alternative_label "Australian Central Standard Time"@en ; + skos:altLabel "Australian Central Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+9:30"@en . @@ -1722,7 +1723,7 @@ cco:GMTplus0930 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus1 cco:GMTplus1 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "ECT"@en , + skos:altLabel "ECT"@en , "European Central Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+1"@en . @@ -1731,7 +1732,7 @@ cco:GMTplus1 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus10 cco:GMTplus10 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "AET"@en , + skos:altLabel "AET"@en , "Australia Eastern Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+10"@en . @@ -1740,7 +1741,7 @@ cco:GMTplus10 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus11 cco:GMTplus11 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "SST"@en , + skos:altLabel "SST"@en , "Solomon Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+11"@en . @@ -1749,7 +1750,7 @@ cco:GMTplus11 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus12 cco:GMTplus12 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "NST"@en , + skos:altLabel "NST"@en , "New Zealand Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+12"@en . @@ -1758,7 +1759,7 @@ cco:GMTplus12 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus2 cco:GMTplus2 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "EET"@en , + skos:altLabel "EET"@en , "Eastern European Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+2"@en . @@ -1767,7 +1768,7 @@ cco:GMTplus2 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus3 cco:GMTplus3 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "EAT"@en , + skos:altLabel "EAT"@en , "Eastern African Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+3"@en . @@ -1776,7 +1777,7 @@ cco:GMTplus3 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus4 cco:GMTplus4 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "NET"@en , + skos:altLabel "NET"@en , "Near East Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+4"@en . @@ -1785,7 +1786,7 @@ cco:GMTplus4 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus5 cco:GMTplus5 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "PLT"@en , + skos:altLabel "PLT"@en , "Pakistan Lahore Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+5"@en . @@ -1794,7 +1795,7 @@ cco:GMTplus5 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus6 cco:GMTplus6 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "BST"@en , + skos:altLabel "BST"@en , "Bangladesh Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+6"@en . @@ -1803,7 +1804,7 @@ cco:GMTplus6 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus7 cco:GMTplus7 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "VST"@en , + skos:altLabel "VST"@en , "Vietnam Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+7"@en . @@ -1812,7 +1813,7 @@ cco:GMTplus7 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus8 cco:GMTplus8 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "CTT"@en , + skos:altLabel "CTT"@en , "China Taiwan Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+8"@en . @@ -1821,7 +1822,7 @@ cco:GMTplus8 rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus9 cco:GMTplus9 rdf:type owl:NamedIndividual , cco:GreenwichMeanTimeZoneIdentifier ; - cco:alternative_label "JST"@en , + skos:altLabel "JST"@en , "Japan Standard Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "GMT+9"@en . @@ -1857,7 +1858,7 @@ cco:GolfTimeZone rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GregorianCalendar cco:GregorianCalendar rdf:type owl:NamedIndividual , cco:SolarCalendarSystem ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Gregorian_calendar&oldid=1062360692"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 ; @@ -1917,7 +1918,7 @@ From: (https://www.iers.org/IERS/EN/Science/ITRS/ITRS.html)"""@en ; cco:JetPropulsionLaboratoryEphemerisTimeArgument rdf:type owl:NamedIndividual , cco:TemporalReferenceSystem ; cco:acronym "Teph" ; - cco:alternative_label "JPL Ephemeris Time"@en ; + skos:altLabel "JPL Ephemeris Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 . @@ -1926,7 +1927,7 @@ cco:JetPropulsionLaboratoryEphemerisTimeArgument rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianCalendar cco:JulianCalendar rdf:type owl:NamedIndividual , cco:SolarCalendarSystem ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Julian_calendar&oldid=1063127575"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 ; @@ -2045,12 +2046,12 @@ cco:TerrestrialTime rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/TwelveHourClockTimeSystem cco:TwelveHourClockTimeSystem rdf:type owl:NamedIndividual , cco:ClockTimeSystem ; - cco:alternative_label "12-Hour Clock"@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 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=12-hour_clock&oldid=1057602523"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Twelve-Hour Clock Time System"@en . @@ -2059,13 +2060,13 @@ cco:TwelveHourClockTimeSystem rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/TwentyFourHourClockTimeSystem cco:TwentyFourHourClockTimeSystem rdf:type owl:NamedIndividual , cco:ClockTimeSystem ; - cco:alternative_label "24-Hour Clock"@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 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=24-hour_clock&oldid=1063744105"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Twenty-Four-Hour Clock Time System"@en . @@ -2093,7 +2094,7 @@ cco:UniversalTime0 rdf:type owl:NamedIndividual , cco:UniversalTime1 rdf:type owl:NamedIndividual , cco:UniversalTimeReferenceSystem ; cco:acronym "UT1" ; - cco:alternative_label "Astronomical Time"@en ; + skos:altLabel "Astronomical Time"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; 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 . diff --git a/src/cco-modules/QualityOntology.ttl b/src/cco-modules/QualityOntology.ttl index ff01bfb..9999e85 100644 --- a/src/cco-modules/QualityOntology.ttl +++ b/src/cco-modules/QualityOntology.ttl @@ -34,9 +34,9 @@ dcterms:bibliographicCitation rdf:type owl:AnnotationProperty . ### http://www.ontologyrepository.com/CommonCoreOntologies/Albedo cco:Albedo rdf:type owl:Class ; rdfs:subClassOf cco:RadiationReflectivity ; - cco: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: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 ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Albedo&oldid=1063352646"^^xsd:anyURI ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Albedo"@en . @@ -44,7 +44,7 @@ cco:Albedo rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Altitude cco:Altitude rdf:type owl:Class ; rdfs:subClassOf cco:Height ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Altitude"@en . @@ -52,7 +52,7 @@ cco:Altitude rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Amount cco:Amount rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco: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 ; + 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:definition_source "http://en.wiktionary.org/wiki/amount" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Amount"@en . @@ -61,9 +61,9 @@ cco:Amount rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Bent cco:Bent rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:alternative_label "Angular"@en , + skos:altLabel "Angular"@en , "Kinked"@en ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having one or more angles along its border."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Bent"@en . @@ -71,7 +71,7 @@ cco:Bent rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Black cco:Black rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that lacks any hues as parts."@en ; + skos:definition "A Color that lacks any hues as parts."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Black"@en . @@ -79,7 +79,7 @@ cco:Black rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Blond cco:Blond rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that ranges from nearly white to a light greyish yellow"@en ; + skos:definition "A Color that ranges from nearly white to a light greyish yellow"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Blond"@en . @@ -87,7 +87,7 @@ cco:Blond rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Blue cco:Blue rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that is between Cyan and Violet with a wavelength in the visible spectrum typically between 450 to 490 nanometers."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Blue"@en . @@ -95,7 +95,7 @@ cco:Blue rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Blunt cco:Blunt rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Blunt"@en . @@ -103,7 +103,7 @@ cco:Blunt rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/BodyShape cco:BodyShape rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a Person's body by virtue of the body's general outline or figure."@en ; + skos:definition "A Shape Quality inhering in a Person's body by virtue of the body's general outline or figure."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Body Shape"@en . @@ -111,7 +111,7 @@ cco:BodyShape rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Branched cco:Branched rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Branched"@en . @@ -119,7 +119,7 @@ cco:Branched rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Brown cco:Brown rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that consists of dark orange and red, and of very low intensity."@en ; + skos:definition "A Color that consists of dark orange and red, and of very low intensity."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Brown"@en . @@ -127,7 +127,7 @@ cco:Brown rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Circumference cco:Circumference rdf:type owl:Class ; rdfs:subClassOf cco:Perimeter ; - cco:definition "A Perimeter that inheres in a circle or ellipse."@en ; + skos:definition "A Perimeter that inheres in a circle or ellipse."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Circumference"@en . @@ -135,7 +135,7 @@ cco:Circumference rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Closure cco:Closure rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Closure"@en . @@ -143,7 +143,7 @@ cco:Closure rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Coiled cco:Coiled rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Coiled"@en . @@ -151,7 +151,7 @@ cco:Coiled rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Color cco:Color rdf:type owl:Class ; rdfs:subClassOf cco:OpticalProperty ; - cco:definition "An Optical Property that inheres in a bearer in virtue of that bearer's Color Hue, Color Saturation and Color Brightness."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Color"@en . @@ -159,8 +159,8 @@ cco:Color rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ColorBrightness cco:ColorBrightness rdf:type owl:Class ; rdfs:subClassOf cco:OpticalProperty ; - cco:alternative_label "Color Intensity"@en ; - cco:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect or radiate light."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Color Brightness"@en . @@ -168,7 +168,7 @@ cco:ColorBrightness rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ColorHue cco:ColorHue rdf:type owl:Class ; rdfs:subClassOf cco:OpticalProperty ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Color Hue"@en . @@ -176,7 +176,7 @@ cco:ColorHue rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ColorSaturation cco:ColorSaturation rdf:type owl:Class ; rdfs:subClassOf cco:OpticalProperty ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Color Saturation"@en . @@ -184,7 +184,7 @@ cco:ColorSaturation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ConcaveShape cco:ConcaveShape rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Concave Shape"@en . @@ -192,7 +192,7 @@ cco:ConcaveShape rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ConeShape cco:ConeShape rdf:type owl:Class ; rdfs:subClassOf cco:ThreeDimensionalShape ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Cone&oldid=1058362269"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Cone Shape"@en . @@ -201,7 +201,7 @@ cco:ConeShape rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ConvexShape cco:ConvexShape rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Convex Shape"@en . @@ -209,7 +209,7 @@ cco:ConvexShape rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CubeShape cco:CubeShape rdf:type owl:Class ; rdfs:subClassOf cco:Cuboidal ; - cco:definition "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en ; + skos:definition "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Cube Shape"@en . @@ -217,7 +217,7 @@ cco:CubeShape rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Cuboidal cco:Cuboidal rdf:type owl:Class ; rdfs:subClassOf cco:ThreeDimensionalShape ; - cco:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en ; + skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Cuboidal"@en . @@ -225,7 +225,7 @@ cco:Cuboidal rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Curved cco:Curved rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Curved"@en . @@ -233,7 +233,7 @@ cco:Curved rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Cyan cco:Cyan rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that is between Green and Blue with a wavelength in the visible spectrum typically between 490 and 520 nanometers."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Cyan"@en . @@ -241,8 +241,8 @@ cco:Cyan rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Cylindrical cco:Cylindrical rdf:type owl:Class ; rdfs:subClassOf cco:ThreeDimensionalShape ; - cco:alternative_label "Columnar"@en ; - cco:definition "A Three Dimensional Shape inhering in a bearer in virtue of the bearer having an elongated shape with round bases."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Cylindrical"@en . @@ -250,8 +250,8 @@ cco:Cylindrical rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Density cco:Density rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco:alternative_label "Density"@en ; - cco:definition "A Quality that inheres in a bearer in virtue of that bearer's mass per unit volume."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Mass Density"@en . @@ -259,7 +259,7 @@ cco:Density rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Depth cco:Depth rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalExtent ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Depth"@en . @@ -267,7 +267,7 @@ cco:Depth rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Diameter cco:Diameter rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalExtent ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Diameter"@en . @@ -277,7 +277,7 @@ cco:DisruptingDisposition 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 ; - cco:definition "A disposition the realization of which would disrupt a process some entity has an interest in."@en ; + skos:definition "A disposition the realization of which would disrupt a process some entity has an interest in."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Disrupting Disposition"@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." ; @@ -287,7 +287,7 @@ cco:DisruptingDisposition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Drooping cco:Drooping rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Drooping"@en . @@ -295,7 +295,7 @@ cco:Drooping rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticRadiationProperty cco:ElectromagneticRadiationProperty rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000016 ; - cco:definition "A Disposition that inheres in an bearer in virtue of how that bearer interacts with electromagnetic radiation."@en ; + skos:definition "A Disposition that inheres in an bearer in virtue of how that bearer interacts with electromagnetic radiation."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Electromagnetic Radiation Property"@en . @@ -303,7 +303,7 @@ cco:ElectromagneticRadiationProperty rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Fatigability cco:Fatigability rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000017 ; - cco:definition "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en ; + skos:definition "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Fatigability"@en . @@ -311,7 +311,7 @@ cco:Fatigability rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Flat cco:Flat rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border without a significant deviation."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Flat"@en . @@ -319,7 +319,7 @@ cco:Flat rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Fluorescence cco:Fluorescence rdf:type owl:Class ; rdfs:subClassOf cco:LuminescentProperty ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Fluorescence&oldid=1061358510"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Fluorescence"@en . @@ -328,7 +328,7 @@ cco:Fluorescence rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Folded cco:Folded rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of one part of the bearer being layered over another connected part."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Folded"@en . @@ -336,7 +336,7 @@ cco:Folded rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GoldColor cco:GoldColor rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en ; + skos:definition "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Gold Color"@en . @@ -344,7 +344,7 @@ cco:GoldColor rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Green cco:Green rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that is between Yellow and Cyan with a wavelength in the visible spectrum, typically between 520 to 560 nanometers."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Green"@en . @@ -352,7 +352,7 @@ cco:Green rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Grey cco:Grey rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color between white and black colors."@en ; + skos:definition "A Color between white and black colors."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Grey"@en . @@ -360,7 +360,7 @@ cco:Grey rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Hardness cco:Hardness rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Hardness"@en . @@ -368,7 +368,7 @@ cco:Hardness rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Hazel cco:Hazel rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that is a combination of Brown and Green, typically associated with eye color."@en ; + skos:definition "A Color that is a combination of Brown and Green, typically associated with eye color."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Hazel"@en . @@ -376,7 +376,7 @@ cco:Hazel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Height cco:Height rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalExtent ; - cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a vertical direction."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Height"@en . @@ -384,7 +384,7 @@ cco:Height rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Length cco:Length rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalExtent ; - cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's greatest extent in one direction."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Length"@en . @@ -392,7 +392,7 @@ cco:Length rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/LuminescentProperty cco:LuminescentProperty rdf:type owl:Class ; rdfs:subClassOf cco:OpticalProperty ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Luminescence&oldid=1050169944"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; 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 ; @@ -402,7 +402,7 @@ cco:LuminescentProperty rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Magenta cco:Magenta rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color consisting of red and blue hues."@en ; + skos:definition "A Color consisting of red and blue hues."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Magenta"@en . @@ -410,7 +410,7 @@ cco:Magenta rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Magnetic cco:Magnetic rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000016 ; - cco:definition "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en ; + skos:definition "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Magnetism"@en . @@ -418,7 +418,7 @@ cco:Magnetic rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Maroon cco:Maroon rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color consisting of purple and brown hue."@en ; + skos:definition "A Color consisting of purple and brown hue."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Maroon"@en . @@ -426,7 +426,7 @@ cco:Maroon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Mass cco:Mass rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality that inheres in a bearer in virtue of the amount of matter in that bearer."@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the amount of matter in that bearer."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; 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 ; @@ -436,7 +436,7 @@ cco:Mass rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Oblong cco:Oblong rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having an long thin shape with approximately parallel sides."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Oblong"@en . @@ -444,7 +444,7 @@ cco:Oblong rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalExtent cco:OneDimensionalExtent rdf:type owl:Class ; rdfs:subClassOf cco:SizeQuality ; - cco:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in one dimension."@en ; + skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in one dimension."@en ; cco:definition_source "http://purl.obolibrary.org/obo/PATO_0001708" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; 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 ; @@ -454,7 +454,7 @@ cco:OneDimensionalExtent rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Opacity cco:Opacity rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticRadiationProperty ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/wiki/Opacity_(optics)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; 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 ; @@ -464,7 +464,7 @@ cco:Opacity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Opaque cco:Opaque rdf:type owl:Class ; rdfs:subClassOf cco:Opacity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Opaque"@en . @@ -472,7 +472,7 @@ cco:Opaque rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalProperty cco:OpticalProperty rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticRadiationProperty ; - cco:definition "An Electromagnetic Radiation Property that is realized when its bearer interacts with electromagnetic waves within the visible light spectrum."@en ; + skos:definition "An Electromagnetic Radiation Property that is realized when its bearer interacts with electromagnetic waves within the visible light spectrum."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Optical Property"@en . @@ -480,7 +480,7 @@ cco:OpticalProperty rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Orange cco:Orange rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that is between Red and Yellow with a wavelength in the visible spectrum typically between 590 to 635 nanometers."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Orange"@en . @@ -488,7 +488,7 @@ cco:Orange rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Perimeter cco:Perimeter rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalExtent ; - cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the extent of a boundary which encloses the bearer."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Perimeter"@en . @@ -496,8 +496,8 @@ cco:Perimeter rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PhaseAngle cco:PhaseAngle rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000145 ; - cco:alternative_label "Orbital Phase Angle"@en ; - cco:definition "A Relational Quality that is the angle between the light incident onto an observed Object and the light reflected from the Object."@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:definition_source "https://en.wikipedia.org/wiki/Phase_angle_(astronomy)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Phase Angle"@en . @@ -506,7 +506,7 @@ cco:PhaseAngle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Phosphorescence cco:Phosphorescence rdf:type owl:Class ; rdfs:subClassOf cco:LuminescentProperty ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Phosphorescence&oldid=1060815719"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Phosphorescence"@en . @@ -515,8 +515,8 @@ cco:Phosphorescence rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PitchOrientation cco:PitchOrientation rdf:type owl:Class ; rdfs:subClassOf cco:SpatialOrientation ; - cco:alternative_label "Pitch"@en ; - cco:definition "A Spatial Orientation of an Object relative to its Pitch Axis."@en ; + skos:altLabel "Pitch"@en ; + skos:definition "A Spatial Orientation of an Object relative to its Pitch Axis."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Pitch Orientation"@en . @@ -524,8 +524,8 @@ cco:PitchOrientation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PointingOrientation cco:PointingOrientation rdf:type owl:Class ; rdfs:subClassOf cco:SpatialOrientation ; - cco:alternative_label "Facing Orientation"@en ; - cco:definition "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Pointing Orientation"@en . @@ -533,7 +533,7 @@ cco:PointingOrientation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Protruding cco:Protruding rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Protruding"@en . @@ -541,7 +541,7 @@ cco:Protruding rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Purple cco:Purple rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that is aproximately midway between Red and Blue."@en ; + skos:definition "A Color that is aproximately midway between Red and Blue."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Purple"@en . @@ -549,7 +549,7 @@ cco:Purple rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Pyramidal cco:Pyramidal rdf:type owl:Class ; rdfs:subClassOf cco:ThreeDimensionalShape ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/wiki/Pyramid_(geometry)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Pyramidal"@en . @@ -558,7 +558,7 @@ cco:Pyramidal rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadiationAbsorptivity cco:RadiationAbsorptivity rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticRadiationProperty ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Radiation Absorptivity"@en . @@ -566,7 +566,7 @@ cco:RadiationAbsorptivity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadiationEmissivity cco:RadiationEmissivity rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticRadiationProperty ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Radiation Emissivity"@en . @@ -574,7 +574,7 @@ cco:RadiationEmissivity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadiationReflectivity cco:RadiationReflectivity rdf:type owl:Class ; rdfs:subClassOf cco:ElectromagneticRadiationProperty ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Radiation Reflectivity"@en . @@ -582,7 +582,7 @@ cco:RadiationReflectivity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Radioactive cco:Radioactive rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en ; + skos:definition "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Radioactive"@en . @@ -590,9 +590,9 @@ cco:Radioactive rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Radiolucent cco:Radiolucent rdf:type owl:Class ; rdfs:subClassOf cco:Radiopacity ; - cco:alternative_label "Hypodense"@en , + skos:altLabel "Hypodense"@en , "Transradiance"@en ; - cco:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to permit most X-rays to pass through it."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Radiolucent"@en . @@ -600,8 +600,8 @@ cco:Radiolucent rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Radiopacity cco:Radiopacity rdf:type owl:Class ; rdfs:subClassOf cco:Opacity ; - cco:alternative_label "Radiodensity"@en ; - cco:definition "An Opacity that inheres in a bearer in virtue of its capacity to allow or prevent X-rays to pass through it."@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:definition_source "https://en.wikipedia.org/w/index.php?title=Radiodensity&oldid=1048274724"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Radiopacity"@en . @@ -610,8 +610,8 @@ cco:Radiopacity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Radiopaque cco:Radiopaque rdf:type owl:Class ; rdfs:subClassOf cco:Radiopacity ; - cco:alternative_label "Radiodense"@en ; - cco:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to prevent most X-rays from passing through it."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Radiopaque"@en . @@ -619,7 +619,7 @@ cco:Radiopaque rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Rectangular cco:Rectangular rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Rectangular"@en . @@ -627,7 +627,7 @@ cco:Rectangular rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Red cco:Red rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en ; + skos:definition "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Red"@en . @@ -635,7 +635,7 @@ cco:Red rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Refractivity cco:Refractivity rdf:type owl:Class ; rdfs:subClassOf cco:RadiationReflectivity ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Refractive_index&oldid=1062519140"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Refractivity"@en . @@ -644,8 +644,8 @@ cco:Refractivity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RollOrientation cco:RollOrientation rdf:type owl:Class ; rdfs:subClassOf cco:SpatialOrientation ; - cco:alternative_label "Roll"@en ; - cco:definition "A Spatial Orientation of an Object relative to its Roll Axis."@en ; + skos:altLabel "Roll"@en ; + skos:definition "A Spatial Orientation of an Object relative to its Roll Axis."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Roll Orientation"@en . @@ -653,7 +653,7 @@ cco:RollOrientation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Rosy cco:Rosy rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color consisting of red hue and yellow hue and high brightness."@en ; + skos:definition "A Color consisting of red hue and yellow hue and high brightness."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Rosy"@en . @@ -661,8 +661,8 @@ cco:Rosy rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Round cco:Round rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:alternative_label "Circular"@en ; - cco:definition "A Shape Quality that inheres in a bearer in virtue of every point along its circumference being equidistant from the center."@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:definition_source "http://www.merriam-webster.com/dictionary/round" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Round"@en . @@ -671,7 +671,7 @@ cco:Round rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Semicircular cco:Semicircular rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en ; + skos:definition "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Semicircular"@en . @@ -679,7 +679,7 @@ cco:Semicircular rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Serrated cco:Serrated rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Serrated"@en . @@ -687,7 +687,7 @@ cco:Serrated rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ShapeQuality cco:ShapeQuality rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality that inheres in a bearer in virtue of the ratios between dimensions of external features of that bearer."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Shape Quality"@en . @@ -695,7 +695,7 @@ cco:ShapeQuality rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Sharp cco:Sharp rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Sharp"@en . @@ -703,7 +703,7 @@ cco:Sharp rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SilverColor cco:SilverColor rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that resembles Grey with the added feature of having a metallic shine."@en ; + skos:definition "A Color that resembles Grey with the added feature of having a metallic shine."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Silver Color"@en . @@ -711,7 +711,7 @@ cco:SilverColor rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SizeQuality cco:SizeQuality rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality that inheres in a bearer in virtue of the bearer's extension in one or more dimensions."@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the bearer's extension in one or more dimensions."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Size Quality"@en . @@ -719,7 +719,7 @@ cco:SizeQuality rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Sloped cco:Sloped rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border which is not level."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Sloped"@en . @@ -727,8 +727,8 @@ cco:Sloped rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SpatialOrientation cco:SpatialOrientation rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000145 ; - cco:alternative_label "Attitude"@en ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/wiki/Orientation_(geometry)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Spatial Orientation"@en . @@ -737,7 +737,7 @@ cco:SpatialOrientation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Spherical cco:Spherical rdf:type owl:Class ; rdfs:subClassOf cco:ThreeDimensionalShape ; - cco:definition "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en ; + skos:definition "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Spherical"@en . @@ -745,7 +745,7 @@ cco:Spherical rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Split cco:Split rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a linear opening, or having been divided into parts."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Split"@en . @@ -753,7 +753,7 @@ cco:Split rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Square cco:Square rdf:type owl:Class ; rdfs:subClassOf cco:Rectangular ; - cco:definition "A Rectangular shape which has four equal length sides and four 90 degree angles."@en ; + skos:definition "A Rectangular shape which has four equal length sides and four 90 degree angles."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Square"@en . @@ -761,8 +761,8 @@ cco:Square rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Straight cco:Straight rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:alternative_label "Linear"@en ; - cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having curves, bends, or angles along its borders."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Straight"@en . @@ -770,8 +770,8 @@ cco:Straight rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Strength cco:Strength rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000017 ; - cco:definition "A Realizable Entity that is realized when its bearer exerts or resists some power, influence, or force."@en ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Strength"@en . @@ -779,7 +779,7 @@ cco:Strength rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SurfaceTension cco:SurfaceTension rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000016 ; - cco: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 ; + 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:definition_source "https://en.wikipedia.org/w/index.php?title=Surface_tension&oldid=1062753527"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Surface Tension"@en . @@ -788,7 +788,7 @@ cco:SurfaceTension rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Temperature cco:Temperature rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality that inheres in a bearer in virtue of its thermal energy."@en ; + skos:definition "A Quality that inheres in a bearer in virtue of its thermal energy."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Temperature"@en . @@ -796,7 +796,7 @@ cco:Temperature rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Texture cco:Texture rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Texture"@en . @@ -804,7 +804,7 @@ cco:Texture rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Thickness cco:Thickness rdf:type owl:Class ; rdfs:subClassOf cco:Depth ; - cco:definition "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en ; + skos:definition "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Thickness"@en . @@ -812,9 +812,9 @@ cco:Thickness rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Thin cco:Thin rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:alternative_label "Narrow"@en , + skos:altLabel "Narrow"@en , "Slender"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Thin"@en . @@ -822,8 +822,8 @@ cco:Thin rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalExtent cco:ThreeDimensionalExtent rdf:type owl:Class ; rdfs:subClassOf cco:SizeQuality ; - cco:alternative_label "Volume"@en ; - cco:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in three dimensions."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Three Dimensional Extent"@en . @@ -831,7 +831,7 @@ cco:ThreeDimensionalExtent rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalShape cco:ThreeDimensionalShape rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality that inheres only in a three dimensional entity."@en ; + skos:definition "A Shape Quality that inheres only in a three dimensional entity."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Three Dimensional Shape"@en . @@ -839,7 +839,7 @@ cco:ThreeDimensionalShape rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Translucent cco:Translucent rdf:type owl:Class ; rdfs:subClassOf cco:Opacity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Translucent"@en . @@ -847,7 +847,7 @@ cco:Translucent rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Transparent cco:Transparent rdf:type owl:Class ; rdfs:subClassOf cco:Opacity ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Transparent"@en . @@ -855,7 +855,7 @@ cco:Transparent rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Triangular cco:Triangular rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:definition "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Triangular"@en . @@ -863,8 +863,8 @@ cco:Triangular rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalExtent cco:TwoDimensionalExtent rdf:type owl:Class ; rdfs:subClassOf cco:SizeQuality ; - cco:alternative_label "Area"@en ; - cco:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in two dimensions."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Two Dimensional Extent"@en . @@ -872,7 +872,7 @@ cco:TwoDimensionalExtent rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Vermilion cco:Vermilion rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color consisting of red and orange hue with a slight amount of gray."@en ; + skos:definition "A Color consisting of red and orange hue with a slight amount of gray."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Vermilion"@en . @@ -880,7 +880,7 @@ cco:Vermilion rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Violet cco:Violet rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that is lower than Blue with a wavelength in the visible spectrum typically between 400 and 450 nanometers."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Violet"@en . @@ -890,7 +890,7 @@ cco:Vulnerability rdf:type owl:Class ; rdfs:subClassOf cco:DisruptingDisposition ; 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 ; - cco: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:definition "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Vulnerability"@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." ; @@ -900,8 +900,8 @@ cco:Vulnerability rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Wavy cco:Wavy rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:alternative_label "Undulate"@en ; - cco:definition "A Shape Quality inhering in a bearer in virtue of it having a sinuous or rippled border."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Wavy"@en . @@ -909,7 +909,7 @@ cco:Wavy rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Weight cco:Weight rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco:definition "A Quality that inheres in some material entity with a mass in virtue of its location in some gravitational field."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; 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 . @@ -918,7 +918,7 @@ cco:Weight rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Wetness cco:Wetness rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000019 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Wetness"@en . @@ -926,7 +926,7 @@ cco:Wetness rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/White cco:White rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color of maximum brightness, the color of objects that reflect nearly all wavelengths of the visible light spectrum, thus considered achromatic."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "White"@en . @@ -934,9 +934,9 @@ cco:White rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Wide cco:Wide rdf:type owl:Class ; rdfs:subClassOf cco:ShapeQuality ; - cco:alternative_label "Broad"@en , + skos:altLabel "Broad"@en , "Fat"@en ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Wide"@en . @@ -944,7 +944,7 @@ cco:Wide rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Width cco:Width rdf:type owl:Class ; rdfs:subClassOf cco:OneDimensionalExtent ; - cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a horizontal direction."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Width"@en . @@ -952,8 +952,8 @@ cco:Width rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/YawOrientation cco:YawOrientation rdf:type owl:Class ; rdfs:subClassOf cco:SpatialOrientation ; - cco:alternative_label "Yaw"@en ; - cco:definition "A Spatial Orientation of an Object relative to its Yaw Axis."@en ; + skos:altLabel "Yaw"@en ; + skos:definition "A Spatial Orientation of an Object relative to its Yaw Axis."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Yaw Orientation"@en . @@ -961,7 +961,7 @@ cco:YawOrientation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Yellow cco:Yellow rdf:type owl:Class ; rdfs:subClassOf cco:Color ; - cco:definition "A Color that is between Orange and Green with a wavelength in the visible spectrum typically between 560 to 590 nanometers."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Yellow"@en . diff --git a/src/cco-modules/TimeOntology.ttl b/src/cco-modules/TimeOntology.ttl index 66617b4..a72800a 100644 --- a/src/cco-modules/TimeOntology.ttl +++ b/src/cco-modules/TimeOntology.ttl @@ -6,6 +6,7 @@ @prefix xml: . @prefix xsd: . @prefix rdfs: . +@prefix skos: . @prefix dcterms: . @base . @@ -28,7 +29,7 @@ cco:has_inside_instant rdf:type owl:ObjectProperty ; owl:inverseOf cco:is_inside_instant_of ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000148 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "has inside instant"@en . @@ -40,7 +41,7 @@ cco:has_inside_interval rdf:type owl:ObjectProperty ; owl:inverseOf cco:interval_during ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "has inside interval"@en . @@ -52,9 +53,9 @@ cco:instant_is_after rdf:type owl:ObjectProperty ; rdf:type owl:TransitiveProperty ; rdfs:domain obo:BFO_0000148 ; rdfs:range obo:BFO_0000148 ; - cco: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: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 ; cco:definition_source "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:elucidation "'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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "instant is after"@en . @@ -64,9 +65,9 @@ cco:instant_is_before rdf:type owl:ObjectProperty , owl:TransitiveProperty ; rdfs:domain obo:BFO_0000148 ; rdfs:range obo:BFO_0000148 ; - cco: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: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 ; cco:definition_source "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:elucidation "'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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "instant is before"@en . @@ -77,7 +78,7 @@ cco:interval_contained_by rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; owl:propertyDisjointWith cco:interval_disjoint ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval contained by"@en . @@ -88,7 +89,7 @@ cco:interval_contains rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; owl:propertyDisjointWith cco:interval_disjoint ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval contains"@en . @@ -101,7 +102,7 @@ cco:interval_disjoint rdf:type owl:ObjectProperty ; owl:propertyDisjointWith cco:interval_equals , cco:interval_overlapped_by , cco:interval_overlaps ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval disjoint"@en . @@ -112,7 +113,7 @@ cco:interval_during rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:interval_contained_by ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval during"@en . @@ -123,7 +124,7 @@ cco:interval_equals rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval equals"@en . @@ -135,7 +136,7 @@ cco:interval_finished_by rdf:type owl:ObjectProperty ; owl:inverseOf cco:interval_finishes ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval finished by"@en . @@ -146,7 +147,7 @@ cco:interval_finishes rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:interval_contained_by ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval finishes"@en . @@ -158,7 +159,7 @@ cco:interval_is_after rdf:type owl:ObjectProperty ; owl:inverseOf cco:interval_is_before ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval is after"@en . @@ -169,7 +170,7 @@ cco:interval_is_before rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:interval_disjoint ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval is before"@en . @@ -182,7 +183,7 @@ cco:interval_meets rdf:type owl:ObjectProperty ; rdf:type owl:IrreflexiveProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval meets"@en . @@ -194,7 +195,7 @@ cco:interval_met_by rdf:type owl:ObjectProperty ; rdf:type owl:IrreflexiveProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval met by"@en . @@ -205,7 +206,7 @@ cco:interval_overlapped_by rdf:type owl:ObjectProperty ; owl:inverseOf cco:interval_overlaps ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval overlapped by"@en . @@ -215,7 +216,7 @@ cco:interval_overlapped_by rdf:type owl:ObjectProperty ; cco:interval_overlaps rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval overlaps"@en . @@ -227,7 +228,7 @@ cco:interval_started_by rdf:type owl:ObjectProperty ; owl:inverseOf cco:interval_starts ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval started by"@en . @@ -238,7 +239,7 @@ cco:interval_starts rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:interval_contained_by ; rdfs:domain obo:BFO_0000038 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "interval starts"@en . @@ -248,7 +249,7 @@ cco:interval_starts rdf:type owl:ObjectProperty ; cco:is_inside_instant_of rdf:type owl:ObjectProperty ; rdfs:domain obo:BFO_0000148 ; rdfs:range obo:BFO_0000038 ; - cco: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 ; + 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:definition_source "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "is inside instant of"@en . @@ -261,7 +262,7 @@ cco:is_inside_instant_of rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Afternoon cco:Afternoon rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000202 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Afternoon"@en . @@ -269,7 +270,7 @@ cco:Afternoon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AxialRotationPeriod cco:AxialRotationPeriod rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000202 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Axial Rotation Period"@en . @@ -277,7 +278,7 @@ cco:AxialRotationPeriod rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarDay cco:CalendarDay rdf:type owl:Class ; rdfs:subClassOf cco:Day ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Calendar Day"@en . @@ -285,8 +286,8 @@ cco:CalendarDay rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarMonth cco:CalendarMonth rdf:type owl:Class ; rdfs:subClassOf cco:Month ; - cco: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 ; - cco:example_of_usage "January; February; March; April; May; June; July; August; September; October; November; December" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Calendar Month"@en . @@ -294,7 +295,7 @@ cco:CalendarMonth rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarWeek cco:CalendarWeek rdf:type owl:Class ; rdfs:subClassOf cco:Week ; - cco: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 ; + 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:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Calendar Week"@en . @@ -303,7 +304,7 @@ cco:CalendarWeek rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarYear cco:CalendarYear rdf:type owl:Class ; rdfs:subClassOf cco:Year ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Calendar Year"@en . @@ -315,9 +316,9 @@ cco:Day rdf:type owl:Class ; owl:onProperty cco:interval_during ; owl:someValuesFrom cco:Week ] ; - cco: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: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 ; cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=day" ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Day"@en . @@ -325,7 +326,7 @@ cco:Day rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Decade cco:Decade rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000202 ; - cco:definition "A Temporal Interval that is equal to a period of ten consecutive Years."@en ; + skos:definition "A Temporal Interval that is equal to a period of ten consecutive Years."@en ; cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=decade" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Decade"@en . @@ -334,7 +335,7 @@ cco:Decade rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Evening cco:Evening rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000202 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Evening"@en . @@ -342,7 +343,7 @@ cco:Evening rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GregorianDay cco:GregorianDay rdf:type owl:Class ; rdfs:subClassOf cco:CalendarDay ; - cco:definition "A Calendar Day in the Gregorian Calendar."@en ; + skos:definition "A Calendar Day in the Gregorian Calendar."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:comment "A Gregorian Day is twenty-four Hours in duration."@en ; rdfs:label "Gregorian Day"@en . @@ -351,7 +352,7 @@ cco:GregorianDay rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GregorianYear cco:GregorianYear rdf:type owl:Class ; rdfs:subClassOf cco:CalendarYear ; - cco:definition "A Calendar Year in the Gregorian Calendar."@en ; + skos:definition "A Calendar Year in the Gregorian Calendar."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; 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 . @@ -364,7 +365,7 @@ cco:Hour rdf:type owl:Class ; owl:onProperty cco:interval_during ; owl:someValuesFrom cco:Day ] ; - cco:definition "A Temporal Interval that is equal to sixty consecutive Minutes."@en ; + skos:definition "A Temporal Interval that is equal to sixty consecutive Minutes."@en ; cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=hour" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Hour"@en . @@ -378,7 +379,7 @@ cco:JulianDate rdf:type owl:Class ; owl:someValuesFrom cco:JulianDay ] ; cco:acronym "JD" ; - cco:definition "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en ; + skos:definition "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en ; cco:definition_source "https://www.defit.org/julian-date/" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Julian Date"@en . @@ -387,7 +388,7 @@ cco:JulianDate rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDay cco:JulianDay rdf:type owl:Class ; rdfs:subClassOf cco:CalendarDay ; - cco:definition "A Calendar Day in the Julian Calendar."@en ; + skos:definition "A Calendar Day in the Julian Calendar."@en ; cco:definition_source "https://www.defit.org/julian-date/" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:comment "A Julian Day begins at noon Universal Time and is twenty-four Hours in duration."@en ; @@ -397,7 +398,7 @@ cco:JulianDay rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianYear cco:JulianYear rdf:type owl:Class ; rdfs:subClassOf cco:CalendarYear ; - cco:definition "A Calendar Year in the Julian Calendar."@en ; + skos:definition "A Calendar Year in the Julian Calendar."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; 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 . @@ -410,7 +411,7 @@ cco:Minute rdf:type owl:Class ; owl:onProperty cco:interval_during ; owl:someValuesFrom cco:Hour ] ; - cco:definition "A Temporal Interval that is equal to sixty consecutive Seconds."@en ; + skos:definition "A Temporal Interval that is equal to sixty consecutive Seconds."@en ; cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=minute" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Minute"@en . @@ -420,7 +421,7 @@ cco:Minute rdf:type owl:Class ; cco:ModifiedJulianDate rdf:type owl:Class ; rdfs:subClassOf cco:TimeOfDay ; cco:acronym "MJD" ; - cco:definition "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en ; + skos:definition "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en ; cco:definition_source "http://aa.usno.navy.mil/data/docs/JulianDate.php" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; 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: @@ -435,9 +436,9 @@ cco:Month rdf:type owl:Class ; owl:onProperty cco:interval_during ; owl:someValuesFrom cco:Year ] ; - cco: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: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 ; cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=month" ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Month"@en . @@ -445,7 +446,7 @@ cco:Month rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Morning cco:Morning rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000202 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Morning"@en . @@ -457,7 +458,7 @@ cco:MultiDayTemporalInterval rdf:type owl:Class ; owl:onProperty cco:interval_contains ; owl:someValuesFrom cco:Day ] ; - cco:definition "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en ; + skos:definition "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:comment "This is a defined class."@en ; rdfs:label "Multi-Day Temporal Interval"@en . @@ -470,7 +471,7 @@ cco:MultiHourTemporalInterval rdf:type owl:Class ; owl:onProperty cco:interval_contains ; owl:someValuesFrom cco:Hour ] ; - cco:definition "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en ; + skos:definition "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:comment "This is a defined class."@en ; rdfs:label "Multi-Hour Temporal Interval"@en . @@ -483,7 +484,7 @@ cco:MultiMinuteTemporalInterval rdf:type owl:Class ; owl:onProperty cco:interval_contains ; owl:someValuesFrom cco:Minute ] ; - cco:definition "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en ; + skos:definition "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:comment "This is a defined class."@en ; rdfs:label "Multi-Minute Temporal Interval"@en . @@ -496,7 +497,7 @@ cco:MultiMonthTemporalInterval rdf:type owl:Class ; owl:onProperty cco:interval_contains ; owl:someValuesFrom cco:Month ] ; - cco:definition "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en ; + skos:definition "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:comment "This is a defined class."@en ; rdfs:label "Multi-Month Temporal Interval"@en . @@ -509,7 +510,7 @@ cco:MultiSecondTemporalInterval rdf:type owl:Class ; owl:onProperty cco:interval_contains ; owl:someValuesFrom cco:Second ] ; - cco:definition "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en ; + skos:definition "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:comment "This is a defined class."@en ; rdfs:label "Multi-Second Temporal Interval"@en . @@ -522,7 +523,7 @@ cco:MultiWeekTemporalInterval rdf:type owl:Class ; owl:onProperty cco:interval_contains ; owl:someValuesFrom cco:Week ] ; - cco:definition "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en ; + skos:definition "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:comment "This is a defined class."@en ; rdfs:label "Multi-Week Temporal Interval"@en . @@ -535,7 +536,7 @@ cco:MultiYearTemporalInterval rdf:type owl:Class ; owl:onProperty cco:interval_contains ; owl:someValuesFrom cco:Year ] ; - cco:definition "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en ; + skos:definition "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:comment "This is a defined class."@en ; rdfs:label "Multi-Year Temporal Interval"@en . @@ -544,7 +545,7 @@ cco:MultiYearTemporalInterval rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Night cco:Night rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000202 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Night"@en . @@ -552,10 +553,10 @@ cco:Night rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime cco:ReferenceTime rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000203 ; - cco:alternative_label "Epoch"@en , + skos:altLabel "Epoch"@en , "Epoch Time"@en , "Reference Date"@en ; - cco:definition "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en ; + skos:definition "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en ; cco:definition_source "https://en.wikipedia.org/wiki/Epoch_(reference_date)" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Reference Time"@en . @@ -568,7 +569,7 @@ cco:Second rdf:type owl:Class ; owl:onProperty cco:interval_during ; owl:someValuesFrom cco:Minute ] ; - cco: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 ; + 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:definition_source "https://physics.nist.gov/cuu/Units/second.html" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:comment "The Second is used as the basic SI unit of time."@en ; @@ -582,7 +583,7 @@ cco:TimeOfDay rdf:type owl:Class ; owl:onProperty obo:BFO_0000132 ; owl:someValuesFrom cco:Day ] ; - cco:definition "A Temporal Instant that is part of a Day."@en ; + skos:definition "A Temporal Instant that is part of a Day."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Time of Day"@en . @@ -590,7 +591,7 @@ cco:TimeOfDay rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UnixTemporalInstant cco:UnixTemporalInstant rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000203 ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Unix Temporal Instant"@en . @@ -602,7 +603,7 @@ cco:Week rdf:type owl:Class ; owl:onProperty cco:interval_during ; owl:someValuesFrom cco:Month ] ; - cco:definition "A Temporal Interval that is equal to seven consecutive Days."@en ; + skos:definition "A Temporal Interval that is equal to seven consecutive Days."@en ; cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=week" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Week"@en . @@ -615,9 +616,9 @@ cco:Year rdf:type owl:Class ; owl:onProperty cco:interval_during ; owl:someValuesFrom cco:Decade ] ; - cco: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: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 ; cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=year" ; - cco:elucidation "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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; rdfs:label "Year"@en . diff --git a/src/cco-modules/UnitsOfMeasureOntology.ttl b/src/cco-modules/UnitsOfMeasureOntology.ttl index 07739eb..eab259b 100644 --- a/src/cco-modules/UnitsOfMeasureOntology.ttl +++ b/src/cco-modules/UnitsOfMeasureOntology.ttl @@ -7,6 +7,7 @@ @prefix xml: . @prefix xsd: . @prefix rdfs: . +@prefix skos: . @prefix dcterms: . @base . @@ -26,15 +27,15 @@ ### http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_label cco:SI_unit_label rdf:type owl:AnnotationProperty ; - cco:definition "An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "SI unit label"@en ; - rdfs:subPropertyOf cco:alternative_label . + rdfs:subPropertyOf skos:altLabel . ### http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_symbol cco:SI_unit_symbol rdf:type owl:AnnotationProperty ; - cco:definition "An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "SI unit symbol"@en ; rdfs:subPropertyOf cco:acronym . @@ -47,8 +48,8 @@ cco:SI_unit_symbol rdf:type owl:AnnotationProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration cco:MeasurementUnitOfAcceleration rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco: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 ; - cco:example_of_usage "feet per second per second, kilometers per second per second" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Acceleration"@en . @@ -56,10 +57,10 @@ cco:MeasurementUnitOfAcceleration rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance cco:MeasurementUnitOfAmountOfSubstance rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:alternative_label "Measurement Unit of Chemical Amount"@en , + skos:altLabel "Measurement Unit of Chemical Amount"@en , "Measurement Unit of Enplethy"@en ; - cco: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 ; - cco:example_of_usage "mole, pound-mole" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology" ; 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 . @@ -68,8 +69,8 @@ cco:MeasurementUnitOfAmountOfSubstance rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle cco:MeasurementUnitOfAngle rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco: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 ; - cco:example_of_usage "degrees, radians" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Angle"@en . @@ -77,8 +78,8 @@ cco:MeasurementUnitOfAngle rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea cco:MeasurementUnitOfArea rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit that is used as a standard for measurement of two-dimensional regions or Geospatial Regions."@en ; - cco:example_of_usage "square feet, square meters, acre, hectare" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Area"@en . @@ -86,9 +87,9 @@ cco:MeasurementUnitOfArea rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAreaMomentOfInertia cco:MeasurementUnitOfAreaMomentOfInertia rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:alternative_label "Measurement Unit of Second Area Moment"@en ; - cco: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 ; - cco:elucidation "A measure of an object’s resistance to bending or deflection."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Area Moment of Inertia"@en . @@ -96,7 +97,7 @@ cco:MeasurementUnitOfAreaMomentOfInertia rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfDensity cco:MeasurementUnitOfDensity rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Density"@en . @@ -104,8 +105,8 @@ cco:MeasurementUnitOfDensity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce cco:MeasurementUnitOfElectromagneticForce rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit that is used as a standard for measurement of the electromagnetic force between electrically charged entities."@en ; - cco:example_of_usage "volt, ampere, coulomb" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Electromagnetic Force"@en . @@ -113,8 +114,8 @@ cco:MeasurementUnitOfElectromagneticForce rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy cco:MeasurementUnitOfEnergy rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit that is used as a standard for measurement of the Amount of work that is available in an object."@en ; - cco:example_of_usage "ft-lbs, calorie, horsepower, kilowatt" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Energy"@en . @@ -122,7 +123,7 @@ cco:MeasurementUnitOfEnergy rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFlow cco:MeasurementUnitOfFlow rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco: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 ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Flow"@en . @@ -130,8 +131,8 @@ cco:MeasurementUnitOfFlow rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce cco:MeasurementUnitOfForce rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco: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 ; - cco:example_of_usage "newton, dyne, pound force " ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Force"@en . @@ -139,8 +140,8 @@ cco:MeasurementUnitOfForce rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency cco:MeasurementUnitOfFrequency rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco: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 ; - cco:example_of_usage "hertz, revolutions per minute" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Frequency"@en . @@ -148,8 +149,8 @@ cco:MeasurementUnitOfFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfImpulse cco:MeasurementUnitOfImpulse rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco: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 ; - cco:example_of_usage "N s, dyne second" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Impulse"@en . @@ -157,8 +158,8 @@ cco:MeasurementUnitOfImpulse rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength cco:MeasurementUnitOfLength rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit that is used as a standard for measurement of one-dimensional regions or Geospatial Regions."@en ; - cco:example_of_usage "foot, meter, kilometer, mile" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Length"@en . @@ -166,8 +167,8 @@ cco:MeasurementUnitOfLength rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass cco:MeasurementUnitOfMass rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco: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 ; - cco:example_of_usage "ounce, gram, pound" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Mass"@en . @@ -175,8 +176,8 @@ cco:MeasurementUnitOfMass rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate cco:MeasurementUnitOfMassFlowRate rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnitOfFlow ; - cco: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 ; - cco:example_of_usage "kilogram per second, slug per second, pound per second" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Mass Flow Rate"@en . @@ -184,8 +185,8 @@ cco:MeasurementUnitOfMassFlowRate rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMomentum cco:MeasurementUnitOfMomentum rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco: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 ; - cco:example_of_usage "kg m/s, slug ft/s, g m/s" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Momentum"@en . @@ -193,8 +194,8 @@ cco:MeasurementUnitOfMomentum rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower cco:MeasurementUnitOfPower rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit that is used as a standard for measurement of rates of work."@en ; - cco:example_of_usage "watt, horsepower" ; + skos:definition "A Measurement Unit that is used as a standard for measurement of rates of work."@en ; + skos:example "watt, horsepower" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Power"@en . @@ -202,8 +203,8 @@ cco:MeasurementUnitOfPower rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure cco:MeasurementUnitOfPressure rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit that is used as a standard for measurement of Force applied perpendicular to a surface per unit area."@en ; - cco:example_of_usage "pascal, atmosphere, pound-force per square inch" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Pressure"@en . @@ -211,10 +212,10 @@ cco:MeasurementUnitOfPressure rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfRotationalInertia cco:MeasurementUnitOfRotationalInertia rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:alternative_label "Measurement Unit of Moment of Inertia"@en , + skos:altLabel "Measurement Unit of Moment of Inertia"@en , "Measurement Unit of Rotational Mass"@en ; - cco: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 ; - cco:elucidation "A measure of an object’s resistance to change in its state of rotation."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Rotational Inertia"@en . @@ -222,8 +223,8 @@ cco:MeasurementUnitOfRotationalInertia rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSoundLevel cco:MeasurementUnitOfSoundLevel rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit that is used as a standard for measurement of the level (the loudness) of sounds."@en ; - cco:example_of_usage "decibels, sones" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Sound Level"@en . @@ -231,8 +232,8 @@ cco:MeasurementUnitOfSoundLevel rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed cco:MeasurementUnitOfSpeed rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit that is used as a standard for measurement of the rates at which objects traverse distance."@en ; - cco:example_of_usage "miles per hour, kilometers per hour, knot, mach" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Speed"@en . @@ -240,8 +241,8 @@ cco:MeasurementUnitOfSpeed rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTemperature cco:MeasurementUnitOfTemperature rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit that is used as a standard for measurement of the thermal energy in an object."@en ; - cco:example_of_usage "celsius, fahrenheit, kelvin" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Temperature"@en . @@ -249,8 +250,8 @@ cco:MeasurementUnitOfTemperature rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime cco:MeasurementUnitOfTime rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit that is used as a standard for measurement of temporal regions."@en ; - cco:example_of_usage "second, minute, hour, day" ; + skos:definition "A Measurement Unit that is used as a standard for measurement of temporal regions."@en ; + skos:example "second, minute, hour, day" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Time"@en . @@ -258,9 +259,9 @@ cco:MeasurementUnitOfTime rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTorque cco:MeasurementUnitOfTorque rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:alternative_label "Measurement Unit of Moment of Force"@en , + skos:altLabel "Measurement Unit of Moment of Force"@en , "Measurement Unit of Rotational Force"@en ; - cco:definition "A Measurement Unit that is used as a standard for measurement of the rate of change of angular momentum of an object."@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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Torque"@en . @@ -268,8 +269,8 @@ cco:MeasurementUnitOfTorque rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume cco:MeasurementUnitOfVolume rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit that is used as a standard for measurement of sites or three-dimensional regions or Geospatial Regions."@en ; - cco:example_of_usage "cubic feet, cubic meter, quart, liter" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Volume"@en . @@ -277,8 +278,8 @@ cco:MeasurementUnitOfVolume rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate cco:MeasurementUnitOfVolumetricFlowRate rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnitOfFlow ; - cco: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 ; - cco:example_of_usage "cubic metres per second, standard cubic centimeters per minute, cubic feet per second, gallons per minute" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Volumetric Flow Rate"@en . @@ -286,8 +287,8 @@ cco:MeasurementUnitOfVolumetricFlowRate rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork cco:MeasurementUnitOfWork rdf:type owl:Class ; rdfs:subClassOf cco:MeasurementUnit ; - cco:definition "A Measurement Unit that is used as a standard for measurement of displacements of points to which Forces have been applied."@en ; - cco:example_of_usage "joule, erg, kilowatt hour" ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Measurement Unit of Work"@en . @@ -299,7 +300,7 @@ cco:MeasurementUnitOfWork rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AcreMeasurementUnit cco:AcreMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfArea ; - cco:alternative_label "acre"@en ; + skos:altLabel "acre"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Acre Measurement Unit"@en . @@ -307,7 +308,7 @@ cco:AcreMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/AngstromMeasurementUnit cco:AngstromMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfLength ; - cco:alternative_label "Angstrom"@en , + skos:altLabel "Angstrom"@en , "Å"@en , "Ångström"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; @@ -317,7 +318,7 @@ cco:AngstromMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/AtmosphereMeasurementUnit cco:AtmosphereMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfPressure ; - cco:alternative_label "atm"@en ; + skos:altLabel "atm"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Atmosphere Measurement Unit"@en . @@ -325,7 +326,7 @@ cco:AtmosphereMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/BarMeasurementUnit cco:BarMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfPressure ; - cco:alternative_label "bar"@en ; + skos:altLabel "bar"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Bar Measurement Unit"@en . @@ -333,7 +334,7 @@ cco:BarMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/BayreMeasurementUnit cco:BayreMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfPressure ; - cco:alternative_label "ba"@en ; + skos:altLabel "ba"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Bayre Measurement Unit"@en . @@ -341,7 +342,7 @@ cco:BayreMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/BinaryDegreeMeasurementUnit cco:BinaryDegreeMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAngle ; - cco:alternative_label "Binary Radian"@en , + skos:altLabel "Binary Radian"@en , "Brad"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Binary Degree Measurement Unit"@en . @@ -352,7 +353,7 @@ cco:BritishThermalUnitMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfEnergy , cco:MeasurementUnitOfPower , cco:MeasurementUnitOfWork ; - cco:alternative_label "BTU"@en , + skos:altLabel "BTU"@en , "Btu"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "British Thermal Unit Measurement Unit"@en . @@ -363,7 +364,7 @@ cco:CalorieMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfEnergy , cco:MeasurementUnitOfPower , cco:MeasurementUnitOfWork ; - cco:alternative_label "cal"@en ; + skos:altLabel "cal"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Calorie Measurement Unit"@en . @@ -371,7 +372,7 @@ cco:CalorieMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/CentigramMeasurementUnit cco:CentigramMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMass ; - cco:alternative_label "cg"@en ; + skos:altLabel "cg"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Centigram Measurement Unit"@en . @@ -379,7 +380,7 @@ cco:CentigramMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/CentiliterMeasurementUnit cco:CentiliterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "cL"@en ; + skos:altLabel "cL"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Centiliter Measurement Unit"@en . @@ -387,7 +388,7 @@ cco:CentiliterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/CentimeterMeasurementUnit cco:CentimeterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfLength ; - cco:alternative_label "cm"@en ; + skos:altLabel "cm"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Centimeter Measurement Unit"@en . @@ -395,7 +396,7 @@ cco:CentimeterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicCentimeterMeasurementUnit cco:CubicCentimeterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "cm^3"@en ; + skos:altLabel "cm^3"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Cubic Centimeter Measurement Unit"@en . @@ -403,7 +404,7 @@ cco:CubicCentimeterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicDecimeterMeasurementUnit cco:CubicDecimeterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "dm^3"@en ; + skos:altLabel "dm^3"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Cubic Decimeter Measurement Unit"@en . @@ -412,7 +413,7 @@ cco:CubicDecimeterMeasurementUnit rdf:type owl:NamedIndividual , cco:CubicFeetPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolumetricFlowRate ; cco:acronym "cusec" ; - cco:alternative_label "ft^3/s"@en ; + skos:altLabel "ft^3/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Cubic Feet Per Second Measurement Unit"@en . @@ -420,7 +421,7 @@ cco:CubicFeetPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicFootMeasurementUnit cco:CubicFootMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "ft^3"@en ; + skos:altLabel "ft^3"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Cubic Foot Measurement Unit"@en . @@ -428,7 +429,7 @@ cco:CubicFootMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicInchMeasurementUnit cco:CubicInchMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "in^3"@en ; + skos:altLabel "in^3"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Cubic Inch Measurement Unit"@en . @@ -436,7 +437,7 @@ cco:CubicInchMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicMeterMeasurementUnit cco:CubicMeterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "m^3"@en ; + skos:altLabel "m^3"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Cubic Meter Measurement Unit"@en . @@ -453,7 +454,7 @@ cco:CubicMeterPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicMillimeterMeasurementUnit cco:CubicMillimeterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "mm^3"@en ; + skos:altLabel "mm^3"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Cubic Millimeter Measurement Unit"@en . @@ -461,7 +462,7 @@ cco:CubicMillimeterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicYardMeasurementUnit cco:CubicYardMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "yrd^3"@en ; + skos:altLabel "yrd^3"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Cubic Yard Measurement Unit"@en . @@ -486,11 +487,11 @@ cco:DecibelIsotropicMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfPower ; cco:SI_unit_symbol "dBi" ; rdfs:label "Decibel Isotropic Measurement Unit"@en ; - cco:alternative_label "Decibels Relative to Isotrope" ; - cco:alternative_label "Decibels Relative to Isotropic Radiator" ; - cco:alternative_label "Decibels Over Isotropic" ; - cco:alternative_label "Decibels Over Isotropic Antenna" ; - cco:alternative_label "Decibels Relative to an Isotropic Reference Antenna" ; + skos:altLabel "Decibels Relative to Isotrope" ; + skos:altLabel "Decibels Relative to Isotropic Radiator" ; + skos:altLabel "Decibels Over Isotropic" ; + skos:altLabel "Decibels Over Isotropic Antenna" ; + skos:altLabel "Decibels Relative to an Isotropic Reference Antenna" ; cco:definition_source "https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi"^^xsd:anyURI ; cco:definition_source "https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; @@ -501,7 +502,7 @@ cco:DecibelIsotropicMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/DecigramMeasurementUnit cco:DecigramMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMass ; - cco:alternative_label "dg"@en ; + skos:altLabel "dg"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Decigram Measurement Unit"@en . @@ -509,7 +510,7 @@ cco:DecigramMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/DeciliterMeasurementUnit cco:DeciliterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "dL"@en ; + skos:altLabel "dL"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Deciliter Measurement Unit"@en . @@ -517,7 +518,7 @@ cco:DeciliterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/DecimeterMeasurementUnit cco:DecimeterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfLength ; - cco:alternative_label "dm"@en ; + skos:altLabel "dm"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Decimeter Measurement Unit"@en . @@ -534,7 +535,7 @@ cco:DegreeCelsiusMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/DegreeFahrenheitMeasurementUnit cco:DegreeFahrenheitMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfTemperature ; - cco:alternative_label "°F"@en ; + skos:altLabel "°F"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Degree Fahrenheit Measurement Unit"@en . @@ -550,7 +551,7 @@ cco:DegreeMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/DyneMeasurementUnit cco:DyneMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfForce ; - cco:alternative_label "dyn"@en ; + skos:altLabel "dyn"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Dyne Measurement Unit"@en . @@ -558,7 +559,7 @@ cco:DyneMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/DyneSecondMeasurementUnit cco:DyneSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfImpulse ; - cco:alternative_label "dyne s"@en , + skos:altLabel "dyne s"@en , "dyne second"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Dyne Second Measurement Unit"@en . @@ -569,7 +570,7 @@ cco:ErgMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfEnergy , cco:MeasurementUnitOfPower , cco:MeasurementUnitOfWork ; - cco:alternative_label "erg"@en ; + skos:altLabel "erg"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Erg Measurement Unit"@en . @@ -577,7 +578,7 @@ cco:ErgMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/FeetPerSecondMeasurementUnit cco:FeetPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfSpeed ; - cco:alternative_label "ft/s"@en ; + skos:altLabel "ft/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Feet Per Second Measurement Unit"@en . @@ -585,7 +586,7 @@ cco:FeetPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/FeetPerSecondPerSecondMeasurementUnit cco:FeetPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAcceleration ; - cco:alternative_label "ft/s/s"@en , + skos:altLabel "ft/s/s"@en , "ft/s^2"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Feet Per Second Per Second Measurement Unit"@en . @@ -594,7 +595,7 @@ cco:FeetPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/FootMeasurementUnit cco:FootMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfLength ; - cco:alternative_label "ft"@en ; + skos:altLabel "ft"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Foot Measurement Unit"@en . @@ -602,7 +603,7 @@ cco:FootMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GallonMeasurementUnit cco:GallonMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "gal"@en ; + skos:altLabel "gal"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Gallon Measurement Unit"@en . @@ -610,7 +611,7 @@ cco:GallonMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GallonPerMinuteMeasurementUnit cco:GallonPerMinuteMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolumetricFlowRate ; - cco:alternative_label "gal/min"@en ; + skos:altLabel "gal/min"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Gallon Per Minute Measurement Unit"@en . @@ -618,7 +619,7 @@ cco:GallonPerMinuteMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GigahertzMeasurementUnit cco:GigahertzMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfFrequency ; - cco:alternative_label "GHz"@en ; + skos:altLabel "GHz"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Gigahertz Measurement Unit"@en . @@ -626,7 +627,7 @@ cco:GigahertzMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GradianMeasurementUnit cco:GradianMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAngle ; - cco:alternative_label "Gon"@en , + skos:altLabel "Gon"@en , "Grad"@en , "Grade"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; @@ -636,7 +637,7 @@ cco:GradianMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GramMeasurementUnit cco:GramMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMass ; - cco:alternative_label "g"@en ; + skos:altLabel "g"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Gram Measurement Unit"@en . @@ -644,7 +645,7 @@ cco:GramMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GramMoleMeasurementUnit cco:GramMoleMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAmountOfSubstance ; - cco:alternative_label "g-mol"@en , + skos:altLabel "g-mol"@en , "gram-mole"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Gram-Mole Measurement Unit"@en . @@ -661,7 +662,7 @@ cco:GramPerCubicCentimeterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/GramPerSecondMeasurementUnit cco:GramPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMassFlowRate ; - cco:alternative_label "g/s"@en ; + skos:altLabel "g/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Gram Per Second Measurement Unit"@en . @@ -671,7 +672,7 @@ cco:HertzMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfFrequency ; cco:SI_unit_label "hertz" ; cco:SI_unit_symbol "Hz" ; - cco:alternative_label "cycles per second"@en ; + skos:altLabel "cycles per second"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Hertz Measurement Unit"@en . @@ -681,7 +682,7 @@ cco:HorsepowerMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfEnergy , cco:MeasurementUnitOfPower , cco:MeasurementUnitOfWork ; - cco:alternative_label "hp"@en ; + skos:altLabel "hp"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Horsepower Measurement Unit"@en . @@ -690,7 +691,7 @@ cco:HorsepowerMeasurementUnit rdf:type owl:NamedIndividual , cco:HourMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfTime ; cco:SI_unit_symbol "h" ; - cco:alternative_label "hr"@en ; + skos:altLabel "hr"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Hour Measurement Unit"@en . @@ -698,7 +699,7 @@ cco:HourMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/InchMeasurementUnit cco:InchMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfLength ; - cco:alternative_label "in"@en ; + skos:altLabel "in"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Inch Measurement Unit"@en . @@ -728,7 +729,7 @@ cco:KilogramForcePerCentimeterSquareMeasurementUnit rdf:type owl:NamedIndividual cco:MeasurementUnitOfPressure ; cco:acronym "kg/cm^2" , "kgf/cm^2" ; - cco:alternative_label "Kilogram Per Square Centimeter Measurement Unit"@en , + skos:altLabel "Kilogram Per Square Centimeter Measurement Unit"@en , "Kilopond Per Centimeter Square Measurement Unit"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Kilogram Force Per Centimeter Square Measurement Unit"@en . @@ -746,7 +747,7 @@ cco:KilogramMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeterPerSecondMeasurementUnit cco:KilogramMeterPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMomentum ; - cco:alternative_label "kg m/s"@en ; + skos:altLabel "kg m/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Kilogram Meter Per Second Measurement Unit"@en . @@ -762,7 +763,7 @@ cco:KilogramMeterSquareMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMoleMeasurementUnit cco:KilogramMoleMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAmountOfSubstance ; - cco:alternative_label "kg-mol"@en , + skos:altLabel "kg-mol"@en , "kilogram-mole"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Kilogram-Mole Measurement Unit"@en . @@ -795,7 +796,7 @@ cco:KilogramPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KilohertzMeasurementUnit cco:KilohertzMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfFrequency ; - cco:alternative_label "kHz"@en ; + skos:altLabel "kHz"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Kilohertz Measurement Unit"@en . @@ -803,7 +804,7 @@ cco:KilohertzMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KiloliterMeasurementUnit cco:KiloliterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "kL"@en ; + skos:altLabel "kL"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Kiloliter Measurement Unit"@en . @@ -811,7 +812,7 @@ cco:KiloliterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KilometerMeasurementUnit cco:KilometerMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfLength ; - cco:alternative_label "km"@en ; + skos:altLabel "km"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Kilometer Measurement Unit"@en . @@ -819,7 +820,7 @@ cco:KilometerMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerHourMeasurementUnit cco:KilometersPerHourMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfSpeed ; - cco:alternative_label "km/h"@en ; + skos:altLabel "km/h"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Kilometers Per Hour Measurement Unit"@en . @@ -827,7 +828,7 @@ cco:KilometersPerHourMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerSecondMeasurementUnit cco:KilometersPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfSpeed ; - cco:alternative_label "km/s"@en ; + skos:altLabel "km/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Kilometers Per Second Measurement Unit"@en . @@ -835,7 +836,7 @@ cco:KilometersPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerSecondPerSecondMeasurementUnit cco:KilometersPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAcceleration ; - cco:alternative_label "km/s/s"@en ; + skos:altLabel "km/s/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Kilometers Per Second Per Second Measurement Unit"@en . @@ -843,7 +844,7 @@ cco:KilometersPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KilomoleMeasurementUnit cco:KilomoleMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAmountOfSubstance ; - cco:alternative_label "kilomole"@en , + skos:altLabel "kilomole"@en , "kmol"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Kilomole Measurement Unit"@en . @@ -852,7 +853,7 @@ cco:KilomoleMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KilonewtonMeasurementUnit cco:KilonewtonMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfForce ; - cco:alternative_label "kN"@en ; + skos:altLabel "kN"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Kilonewton Measurement Unit"@en . @@ -860,7 +861,7 @@ cco:KilonewtonMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KilopondMeasurementUnit cco:KilopondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfForce ; - cco:alternative_label "Kilogram Force Measurement Unit"@en , + skos:altLabel "Kilogram Force Measurement Unit"@en , "Kilogram-Force"@en , "kgf"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; @@ -870,7 +871,7 @@ cco:KilopondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KilovoltAmpereMeasurementUnit cco:KilovoltAmpereMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfElectromagneticForce ; - cco:alternative_label "kVA"@en ; + skos:altLabel "kVA"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Kilovolt Ampere Measurement Unit"@en . @@ -878,7 +879,7 @@ cco:KilovoltAmpereMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/KnotMeasurementUnit cco:KnotMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfSpeed ; - cco:alternative_label "kn"@en ; + skos:altLabel "kn"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Knot Measurement Unit"@en . @@ -887,7 +888,7 @@ cco:KnotMeasurementUnit rdf:type owl:NamedIndividual , cco:LiterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; cco:SI_unit_symbol "L" ; - cco:alternative_label "Litre"@en ; + skos:altLabel "Litre"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Liter Measurement Unit"@en . @@ -895,7 +896,7 @@ cco:LiterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/LiterPerSecondMeasurementUnit cco:LiterPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolumetricFlowRate ; - cco:alternative_label "l/s"@en ; + skos:altLabel "l/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Liter Per Second Measurement Unit"@en . @@ -903,7 +904,7 @@ cco:LiterPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/LongTonMeasurementUnit cco:LongTonMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMass ; - cco:alternative_label "Displacement Ton"@en , + skos:altLabel "Displacement Ton"@en , "Gross Ton"@en , "Imperial Ton"@en , "Weight Ton"@en , @@ -915,7 +916,7 @@ cco:LongTonMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MachMeasurementUnit cco:MachMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfSpeed ; - cco:alternative_label "M"@en , + skos:altLabel "M"@en , "Ma"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Mach Measurement Unit"@en . @@ -924,7 +925,7 @@ cco:MachMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MegahertzMeasurementUnit cco:MegahertzMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfFrequency ; - cco:alternative_label "MHz"@en ; + skos:altLabel "MHz"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Megahertz Measurement Unit"@en . @@ -941,7 +942,7 @@ cco:MeterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MetersPerSecondMeasurementUnit cco:MetersPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfSpeed ; - cco:alternative_label "m/s"@en ; + skos:altLabel "m/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Meters Per Second Measurement Unit"@en . @@ -949,7 +950,7 @@ cco:MetersPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MetersPerSecondPerSecondMeasurementUnit cco:MetersPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAcceleration ; - cco:alternative_label "m/s/s"@en , + skos:altLabel "m/s/s"@en , "m/s^2"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Meters Per Second Per Second Measurement Unit"@en . @@ -959,7 +960,7 @@ cco:MetersPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MetricTonMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMass ; cco:SI_unit_symbol "t" ; - cco:alternative_label "tonne"@en ; + skos:altLabel "tonne"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Metric Ton Measurement Unit"@en . @@ -967,7 +968,7 @@ cco:MetricTonMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MileMeasurementUnit cco:MileMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfLength ; - cco:alternative_label "mi"@en ; + skos:altLabel "mi"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Mile Measurement Unit"@en . @@ -975,7 +976,7 @@ cco:MileMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerHourMeasurementUnit cco:MilesPerHourMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfSpeed ; - cco:alternative_label "mi/h"@en , + skos:altLabel "mi/h"@en , "mph"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Miles Per Hour Measurement Unit"@en . @@ -984,7 +985,7 @@ cco:MilesPerHourMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerSecondMeasurementUnit cco:MilesPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfSpeed ; - cco:alternative_label "mi/s"@en ; + skos:altLabel "mi/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Miles Per Second Measurement Unit"@en . @@ -992,7 +993,7 @@ cco:MilesPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerSecondPerSecondMeasurementUnit cco:MilesPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAcceleration ; - cco:alternative_label "mi/s/s"@en ; + skos:altLabel "mi/s/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Miles Per Second Per Second Measurement Unit"@en . @@ -1000,7 +1001,7 @@ cco:MilesPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MilliampereMeasurementUnit cco:MilliampereMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfElectromagneticForce ; - cco:alternative_label "mA"@en ; + skos:altLabel "mA"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Milliampere Measurement Unit"@en . @@ -1008,7 +1009,7 @@ cco:MilliampereMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MillibarMeasurementUnit cco:MillibarMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfPressure ; - cco:alternative_label "mb"@en , + skos:altLabel "mb"@en , "mbar"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Millibar Measurement Unit"@en . @@ -1017,7 +1018,7 @@ cco:MillibarMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MilligramMeasurementUnit cco:MilligramMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMass ; - cco:alternative_label "mg"@en ; + skos:altLabel "mg"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Milligram Measurement Unit"@en . @@ -1025,7 +1026,7 @@ cco:MilligramMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MilliliterMeasurementUnit cco:MilliliterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "mL"@en ; + skos:altLabel "mL"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Milliliter Measurement Unit"@en . @@ -1033,7 +1034,7 @@ cco:MilliliterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/MillimeterMeasurementUnit cco:MillimeterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfLength ; - cco:alternative_label "mm"@en ; + skos:altLabel "mm"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Millimeter Measurement Unit"@en . @@ -1050,7 +1051,7 @@ cco:MinuteMeasurementUnit rdf:type owl:NamedIndividual , cco:MinuteOfArcMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAngle ; cco:SI_unit_symbol "'" ; - cco:alternative_label "Arcminute"@en , + skos:altLabel "Arcminute"@en , "MOA"@en , "am"@en , "amin"@en , @@ -1079,7 +1080,7 @@ cco:MonthMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/NanometerMeasurementUnit cco:NanometerMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfLength ; - cco:alternative_label "Nanometre"@en , + skos:altLabel "Nanometre"@en , "nm"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Nanometer Measurement Unit"@en . @@ -1088,7 +1089,7 @@ cco:NanometerMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/NauticalMileMeasurementUnit cco:NauticalMileMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfLength ; - cco:alternative_label "M"@en , + skos:altLabel "M"@en , "NM"@en , "nmi"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; @@ -1115,7 +1116,7 @@ cco:NewtonMeterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/NewtonSecondMeasurementUnit cco:NewtonSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfImpulse ; - cco:alternative_label "N s"@en , + skos:altLabel "N s"@en , "Newton second"@en , "Ns"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; @@ -1125,7 +1126,7 @@ cco:NewtonSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/NewtonSecondPerKilogramMeasurementUnit cco:NewtonSecondPerKilogramMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMomentum ; - cco:alternative_label "Ns/kg"@en ; + skos:altLabel "Ns/kg"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Newton Second Per Kilogram Measurement Unit"@en . @@ -1133,7 +1134,7 @@ cco:NewtonSecondPerKilogramMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/OunceMeasurementUnit cco:OunceMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMass ; - cco:alternative_label "oz"@en ; + skos:altLabel "oz"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Ounce Measurement Unit"@en . @@ -1150,7 +1151,7 @@ cco:PascalMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/PhonMeasurementUnit cco:PhonMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfSoundLevel ; - cco:alternative_label "phon"@en ; + skos:altLabel "phon"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Phon Measurement Unit"@en . @@ -1158,7 +1159,7 @@ cco:PhonMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/PintMeasurementUnit cco:PintMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolume ; - cco:alternative_label "pt"@en ; + skos:altLabel "pt"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Pint Measurement Unit"@en . @@ -1182,7 +1183,7 @@ cco:PoundFootSecondSquareMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundForceMeasurementUnit cco:PoundForceMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfForce ; - cco:alternative_label "lbf"@en ; + skos:altLabel "lbf"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Pound Force Measurement Unit"@en . @@ -1190,7 +1191,7 @@ cco:PoundForceMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundMeasurementUnit cco:PoundMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMass ; - cco:alternative_label "lb"@en ; + skos:altLabel "lb"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Pound Measurement Unit"@en . @@ -1198,7 +1199,7 @@ cco:PoundMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundMoleMeasurementUnit cco:PoundMoleMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAmountOfSubstance ; - cco:alternative_label "lb-mol"@en , + skos:altLabel "lb-mol"@en , "lbmol"@en , "pound-mole"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; @@ -1208,7 +1209,7 @@ cco:PoundMoleMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundPerSecondMeasurementUnit cco:PoundPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMassFlowRate ; - cco:alternative_label "lb/s"@en ; + skos:altLabel "lb/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Pound Per Second Measurement Unit"@en . @@ -1216,7 +1217,7 @@ cco:PoundPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundsPerSquareInchMeasurementUnit cco:PoundsPerSquareInchMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfPressure ; - cco:alternative_label "psi"@en ; + skos:altLabel "psi"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Pounds Per Square Inch Measurement Unit"@en . @@ -1249,7 +1250,7 @@ cco:RadianMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/RevolutionsPerDayMeasurementUnit cco:RevolutionsPerDayMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfFrequency ; - cco:alternative_label "r/day"@en ; + skos:altLabel "r/day"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Revolutions Per Day Measurement Unit"@en . @@ -1257,7 +1258,7 @@ cco:RevolutionsPerDayMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/RevolutionsPerMinuteMeasurementUnit cco:RevolutionsPerMinuteMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfFrequency ; - cco:alternative_label "r/min"@en , + skos:altLabel "r/min"@en , "rpm"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Revolutions Per Minute Measurement Unit"@en . @@ -1276,7 +1277,7 @@ cco:SecondMeasurementUnit rdf:type owl:NamedIndividual , cco:SecondOfArcMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAngle ; cco:SI_unit_symbol "\"" ; - cco:alternative_label "Arcsecond"@en , + skos:altLabel "Arcsecond"@en , "arcsec"@en , "as"@en , "asec"@en ; @@ -1287,7 +1288,7 @@ cco:SecondOfArcMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/ShaftHorsepowerMeasurementUnit cco:ShaftHorsepowerMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfPower ; - cco:alternative_label "shp"@en ; + skos:altLabel "shp"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Shaft Horsepower Measurement Unit"@en . @@ -1295,7 +1296,7 @@ cco:ShaftHorsepowerMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/ShortTonMeasurementUnit cco:ShortTonMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMass ; - cco:alternative_label "Net Ton"@en , + skos:altLabel "Net Ton"@en , "ton (US)"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Short Ton Measurement Unit"@en . @@ -1304,7 +1305,7 @@ cco:ShortTonMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SlugFootPerSecondMeasurementUnit cco:SlugFootPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMomentum ; - cco:alternative_label "slug ft/s"@en ; + skos:altLabel "slug ft/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Slug Foot Per Second Measurement Unit"@en . @@ -1312,7 +1313,7 @@ cco:SlugFootPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SlugMeasurementUnit cco:SlugMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMass ; - cco:alternative_label "slug"@en ; + skos:altLabel "slug"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Slug Measurement Unit"@en . @@ -1320,7 +1321,7 @@ cco:SlugMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SlugPerSecondMeasurementUnit cco:SlugPerSecondMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfMassFlowRate ; - cco:alternative_label "slug/s"@en ; + skos:altLabel "slug/s"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Slug Per Second Measurement Unit"@en . @@ -1328,7 +1329,7 @@ cco:SlugPerSecondMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SoneMeasurementUnit cco:SoneMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfSoundLevel ; - cco:alternative_label "sone"@en ; + skos:altLabel "sone"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Sone Measurement Unit"@en . @@ -1336,7 +1337,7 @@ cco:SoneMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareCentimeterMeasurementUnit cco:SquareCentimeterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfArea ; - cco:alternative_label "cm^2"@en ; + skos:altLabel "cm^2"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Square Centimeter Measurement Unit"@en . @@ -1344,7 +1345,7 @@ cco:SquareCentimeterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareDecimeterMeasurementUnit cco:SquareDecimeterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfArea ; - cco:alternative_label "dm^2"@en ; + skos:altLabel "dm^2"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Square Decimeter Measurement Unit"@en . @@ -1352,7 +1353,7 @@ cco:SquareDecimeterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareFootMeasurementUnit cco:SquareFootMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfArea ; - cco:alternative_label "ft^2"@en ; + skos:altLabel "ft^2"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Square Foot Measurement Unit"@en . @@ -1360,7 +1361,7 @@ cco:SquareFootMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareInchMeasurementUnit cco:SquareInchMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfArea ; - cco:alternative_label "in^2"@en ; + skos:altLabel "in^2"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Square Inch Measurement Unit"@en . @@ -1368,7 +1369,7 @@ cco:SquareInchMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareKilometerMeasurementUnit cco:SquareKilometerMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfArea ; - cco:alternative_label "km^2"@en ; + skos:altLabel "km^2"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Square Kilometer Measurement Unit"@en . @@ -1376,7 +1377,7 @@ cco:SquareKilometerMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareMeterMeasurementUnit cco:SquareMeterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfArea ; - cco:alternative_label "m^2"@en ; + skos:altLabel "m^2"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Square Meter Measurement Unit"@en . @@ -1384,7 +1385,7 @@ cco:SquareMeterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareMileMeasurementUnit cco:SquareMileMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfArea ; - cco:alternative_label "mi^2"@en ; + skos:altLabel "mi^2"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Square Mile Measurement Unit"@en . @@ -1392,7 +1393,7 @@ cco:SquareMileMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareMillimeterMeasurementUnit cco:SquareMillimeterMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfArea ; - cco:alternative_label "mm^2"@en ; + skos:altLabel "mm^2"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Square Millimeter Measurement Unit"@en . @@ -1400,7 +1401,7 @@ cco:SquareMillimeterMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareYardMeasurementUnit cco:SquareYardMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfArea ; - cco:alternative_label "yd^2"@en ; + skos:altLabel "yd^2"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Square Yard Measurement Unit"@en . @@ -1409,7 +1410,7 @@ cco:SquareYardMeasurementUnit rdf:type owl:NamedIndividual , cco:StandardCubicCentimeterPerMinuteMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfVolumetricFlowRate ; cco:acronym "sccm" ; - cco:alternative_label "cm^3/min"@en ; + skos:altLabel "cm^3/min"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Standard Cubic Centimeter Per Minute Measurement Unit"@en . @@ -1433,7 +1434,7 @@ cco:TeaspoonMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/TerahertzMeasurementUnit cco:TerahertzMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfFrequency ; - cco:alternative_label "THz"@en ; + skos:altLabel "THz"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Terahertz Measurement Unit"@en . @@ -1441,7 +1442,7 @@ cco:TerahertzMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/TurnMeasurementUnit cco:TurnMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfAngle ; - cco:alternative_label "Cycle"@en , + skos:altLabel "Cycle"@en , "Full Circle"@en , "Revolution"@en , "Rotation"@en ; @@ -1459,7 +1460,7 @@ cco:TwentyFootEquivalentUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/VoltAmpereMeasurementUnit cco:VoltAmpereMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfElectromagneticForce ; - cco:alternative_label "VA"@en ; + skos:altLabel "VA"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Volt Ampere Measurement Unit"@en . @@ -1467,7 +1468,7 @@ cco:VoltAmpereMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/VoltMeasurementUnit cco:VoltMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfElectromagneticForce ; - cco:alternative_label "V"@en ; + skos:altLabel "V"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Volt Measurement Unit"@en . @@ -1491,7 +1492,7 @@ cco:WeekMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/YardMeasurementUnit cco:YardMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfLength ; - cco:alternative_label "yrd"@en ; + skos:altLabel "yrd"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Yard Measurement Unit"@en . @@ -1499,7 +1500,7 @@ cco:YardMeasurementUnit rdf:type owl:NamedIndividual , ### http://www.ontologyrepository.com/CommonCoreOntologies/YearMeasurementUnit cco:YearMeasurementUnit rdf:type owl:NamedIndividual , cco:MeasurementUnitOfTime ; - cco:alternative_label "yr"@en ; + skos:altLabel "yr"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; rdfs:label "Year Measurement Unit"@en .