diff --git a/.gitignore b/.gitignore
index eb086a7..6e005fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
-catalog-v001.xml
\results
-*.sparql
+\build
+*.py
+*.rq
diff --git a/AgentOntology.ttl b/AgentOntology.ttl
index 126239e..1290d39 100644
--- a/AgentOntology.ttl
+++ b/AgentOntology.ttl
@@ -1,29 +1,36 @@
-@prefix : .
-@prefix dc: .
+@prefix : .
@prefix cco: .
@prefix obo: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
-@prefix foaf: .
@prefix rdfs: .
@base .
rdf:type owl:Ontology ;
+ owl:versionIRI ;
owl:imports ;
- owl:versionInfo "Version 1.1"^^xsd:string ;
- cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
- rdfs:label "Agent Ontology"^^xsd:string ;
+ cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."^^xsd:string ;
- owl:versionInfo "January 4, 2019"^^xsd:string .
+ rdfs:label "Agent Ontology"^^xsd:string ;
+ owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Object Properties
#################################################################
+### http://www.ontologyrepository.com/CommonCoreOntologies/agent_in
+cco:agent_in rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf obo:RO_0000056 ;
+ owl:inverseOf cco:has_agent ;
+ cco:definition "TO DO"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
+ rdfs:label "agent in"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_capability
cco:aggregate_has_capability rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:aggregrate_bearer_of ;
@@ -36,7 +43,7 @@ cco:aggregate_has_capability rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/capability_of
cco:capability_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:realizable_entity_of ;
+ rdfs:subPropertyOf obo:RO_0000052 ;
owl:inverseOf cco:has_capability ;
rdfs:domain cco:AgentCapability ;
rdfs:range cco:Agent ;
@@ -85,6 +92,14 @@ cco:has_affiliate rdf:type owl:ObjectProperty ;
rdfs:label "has affiliate"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/has_agent
+cco:has_agent rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf obo:RO_0000057 ;
+ cco:definition "As for has_participant, but with the additional condition that the component instance is causally active in the relevant process."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
+ rdfs:label "has agent"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/has_aunt
cco:has_aunt rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
@@ -111,7 +126,7 @@ cco:has_brother_in_law rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_capability
cco:has_capability rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:has_realizable_entity ;
+ rdfs:subPropertyOf obo:RO_0000053 ;
rdfs:domain cco:Agent ;
rdfs:range cco:AgentCapability ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
@@ -346,7 +361,7 @@ cco:has_paternal_uncle rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_recipient
cco:has_recipient rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000057 ;
owl:inverseOf cco:receives ;
rdfs:range cco:Agent ;
cco:definition "has_recipient is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_recipient a1 iff a1 is the receiver and decoder of the InformationContentEntity participating in c1."^^xsd:string ;
@@ -356,7 +371,7 @@ cco:has_recipient rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_sender
cco:has_sender rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000057 ;
owl:inverseOf cco:sends ;
rdfs:range cco:Agent ;
cco:definition "has_sender is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_sender a1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1."^^xsd:string ;
@@ -965,7 +980,7 @@ cco:prohibits rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/receives
cco:receives rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000056 ;
rdfs:domain cco:Agent ;
cco:definition "receives is a relationship between an Agent a1 and an Act Of Communication c1 such that a1 receives c1 iff a1 is the recipient and decoder of the InformationContentEntity participating in c1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
@@ -986,7 +1001,7 @@ cco:requires rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/sends
cco:sends rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000056 ;
rdfs:domain cco:Agent ;
cco:definition "sends is a relationship between an Agent a1 and an Act Of Communication c1 and such that a1 sends c1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
@@ -1086,12 +1101,12 @@ cco:Affordance rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Agent
cco:Agent rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
- owl:unionOf ( cco:Organization
- cco:Person
+ owl:unionOf ( cco:Animal
+ cco:Organization
)
]
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty cco:agent_in ;
owl:someValuesFrom obo:BFO_0000015
]
) ;
@@ -1122,7 +1137,7 @@ cco:AllegianceRole rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/AlliedPerson
cco:AlliedPerson rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:has_role ;
+ owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:AllyRole
] ;
rdfs:subClassOf cco:Person ;
@@ -1139,6 +1154,15 @@ cco:AllyRole rdf:type owl:Class ;
rdfs:label "Ally Role"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Animal"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
+ rdfs:label "Animal"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/ArmedForce
cco:ArmedForce rdf:type owl:Class ;
rdfs:subClassOf cco:Organization ;
@@ -1187,7 +1211,7 @@ cco:CarrierAirWing rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Citizen
cco:Citizen rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:has_role ;
+ owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:CitizenRole
] ;
rdfs:subClassOf cco:Person ;
@@ -1209,7 +1233,7 @@ cco:CitizenRole rdf:type owl:Class ;
cco:CivilOrganization rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Organization
[ rdf:type owl:Restriction ;
- owl:onProperty cco:has_role ;
+ owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:CivilianRole
]
) ;
@@ -1233,7 +1257,7 @@ cco:CivilianRole rdf:type owl:Class ;
cco:CommercialOrganization rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Organization
[ rdf:type owl:Restriction ;
- owl:onProperty cco:has_role ;
+ owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:CommercialRole
]
) ;
@@ -1299,7 +1323,7 @@ cco:EducationalOrganization rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Enemy
cco:Enemy rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:has_role ;
+ owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:EnemyRole
] ;
rdfs:subClassOf cco:Person ;
@@ -1350,7 +1374,7 @@ cco:Eye rdf:type owl:Class ;
cco:EyeColor rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000019 ,
[ rdf:type owl:Restriction ;
- owl:onProperty cco:inheres_in ;
+ owl:onProperty obo:RO_0000052 ;
owl:someValuesFrom cco:Iris
] ;
cco:definition "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."^^xsd:string ;
@@ -1417,7 +1441,7 @@ cco:Government rdf:type owl:Class ;
cco:GovernmentAgency rdf:type owl:Class ;
rdfs:subClassOf cco:Organization ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:Government
] ;
cco:definition "An Organization that is part of a Government and is responsible for the oversight and administration of specific governmental functions."^^xsd:string ;
@@ -1429,11 +1453,11 @@ cco:GovernmentAgency rdf:type owl:Class ;
cco:GroupOfAgents rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000027 ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:Agent
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000051 ;
owl:allValuesFrom cco:Agent
] ;
cco:definition "An Object Aggregate that has only Agents as parts."^^xsd:string ;
@@ -1445,11 +1469,11 @@ cco:GroupOfAgents rdf:type owl:Class ;
cco:GroupOfOrganizations rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfAgents ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:Organization
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000051 ;
owl:allValuesFrom cco:Organization
] ;
cco:definition "A Group of Agents that has only Organizations as parts."^^xsd:string ;
@@ -1461,11 +1485,11 @@ cco:GroupOfOrganizations rdf:type owl:Class ;
cco:GroupOfPersons rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfAgents ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:Person
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000051 ;
owl:allValuesFrom cco:Person
] ;
cco:definition "A Group of Agents that has only Persons as parts."^^xsd:string ;
@@ -1511,7 +1535,7 @@ cco:InterpersonalRelationshipRole rdf:type owl:Class ;
cco:Iris rdf:type owl:Class ;
rdfs:subClassOf cco:BodilyComponent ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000050 ;
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."^^xsd:string ;
@@ -1599,6 +1623,14 @@ cco:OperatorRole rdf:type owl:Class ;
rdfs:label "Operator Role"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
+ rdfs:label "Organism"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/Organization
cco:Organization rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfAgents ;
@@ -1624,7 +1656,7 @@ cco:OrganizationCapability rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/OrganizationMember
cco:OrganizationMember rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:has_role ;
+ owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:OrganizationMemberRole
] ;
rdfs:subClassOf cco:Person ,
@@ -1656,8 +1688,10 @@ cco:ParamilitaryForce rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Person
cco:Person rdf:type owl:Class ;
- rdfs:subClassOf obo:BFO_0000030 ;
- cco:definition "An Agent that is a human being."^^xsd:string ;
+ rdfs:subClassOf cco:Animal ;
+ cco:alternative_label "Human"^^xsd:string ;
+ cco:definition "An Animal that is a member of the species Homo sapiens."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Human"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
rdfs:label "Person"^^xsd:string .
@@ -1666,7 +1700,7 @@ cco:Person rdf:type owl:Class ;
cco:PlanSpecification rdf:type owl:Class ;
rdfs:subClassOf cco:DirectiveInformationContentEntity ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000051 ;
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."^^xsd:string ;
@@ -1675,6 +1709,15 @@ cco:PlanSpecification rdf:type owl:Class ;
rdfs:label "Plan"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Plant"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:string ;
+ rdfs:label "Plant"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/PoliticalOrientation
cco:PoliticalOrientation rdf:type owl:Class ;
rdfs:subClassOf cco:Ideology ;
@@ -1739,7 +1782,7 @@ cco:ServiceProvider rdf:type owl:Class ;
cco:SetOfEyes rdf:type owl:Class ;
rdfs:subClassOf cco:BodilyComponent ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:Eye
] ;
cco:definition "A Bodily Component that consists of two or more Eyes that are part of a single Agent."^^xsd:string ;
@@ -1789,7 +1832,7 @@ cco:Tattoo rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/UnalliedPerson
cco:UnalliedPerson rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:has_role ;
+ owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:NeutralRole
] ;
rdfs:subClassOf cco:Person ;
@@ -1798,4 +1841,4 @@ cco:UnalliedPerson rdf:type owl:Class ;
rdfs:label "Neutral"^^xsd:string .
-### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
+### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
diff --git a/AllCoreOntology.ttl b/AllCoreOntology.ttl
index 6f96c34..a984d85 100644
--- a/AllCoreOntology.ttl
+++ b/AllCoreOntology.ttl
@@ -1,16 +1,23 @@
-@prefix : .
+@prefix : .
+@prefix cco: .
+@prefix obo: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
@prefix rdfs: .
-@prefix cco: .
+@base .
+
+ rdf:type owl:Ontology ;
+ owl:versionIRI ;
+ owl:imports ,
+ ,
+ ,
+ ,
+ ;
+ cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
+ rdfs:comment "An import of all the Common Core mid-level ontologies into a single file so that content is easy to view. The All Core Ontology is not an ontology in the sense it contains no unique content. As such it should not be added to, but can be extended from."^^xsd:string ;
+ rdfs:label "All Core Ontology"^^xsd:string ;
+ owl:versionInfo "Version 1.2"^^xsd:string .
- a owl:Ontology ;
- owl:imports , , , , ;
- rdfs:comment "An import of all the Common Core mid-level ontologies into a single file so that content is easy to view. The All Core Ontology is not an ontology in the sense it contains no unique content. As such it should not be added to, but can be extended from."^^xsd:string ;
- owl:versionInfo "January 4, 2019"^^xsd:string , "Version 1.1"^^xsd:string ;
- rdfs:label "All Core Ontology"^^xsd:string ;
- cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string .
-
-# Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
+### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
diff --git a/ArtifactOntology.ttl b/ArtifactOntology.ttl
index bf78232..9e18d6c 100644
--- a/ArtifactOntology.ttl
+++ b/ArtifactOntology.ttl
@@ -1,26 +1,22 @@
-@prefix : .
-@prefix dc: .
-@prefix bfo: .
+@prefix : .
@prefix cco: .
@prefix obo: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
-@prefix foaf: .
@prefix rdfs: .
@base .
rdf:type owl:Ontology ;
+ owl:versionIRI ;
owl:imports ;
- rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."^^xsd:string ;
- owl:versionInfo "Version 1.1"^^xsd:string ;
- cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
+ cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
+ rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."^^xsd:string ;
rdfs:label "Artifact Ontology"^^xsd:string ;
- owl:versionInfo "January 4, 2019"^^xsd:string .
-
+ owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Classes
@@ -241,7 +237,7 @@ cco:ArtifactDimensionSpecification rdf:type owl:Class ;
cco:ArtifactFunction rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000034 ,
[ rdf:type owl:Restriction ;
- owl:onProperty cco:inheres_in ;
+ owl:onProperty obo:RO_0000052 ;
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."^^xsd:string ;
@@ -285,7 +281,7 @@ cco:ArtifactIdentifier rdf:type owl:Class ;
cco:ArtifactLocation rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000029
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:RO_0001015 ;
owl:someValuesFrom cco:Artifact
]
) ;
@@ -363,6 +359,14 @@ cco:AutopilotSystem rdf:type owl:Class ;
rdfs:label "Autopilot System"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "Aztec Code"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/Banknote
cco:Banknote rdf:type owl:Class ;
rdfs:subClassOf cco:PortionOfCash ;
@@ -371,6 +375,16 @@ cco:Banknote rdf:type owl:Class ;
rdfs:label "Banknote"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/Barcode
+cco:Barcode rdf:type owl:Class ;
+ rdfs:subClassOf cco:InformationBearingArtifact ;
+ cco:definition "An Information Bearing Artifact that consist of machine-readable symbols."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Barcode"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"^^xsd:string ;
+ rdfs:label "Barcode"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/BaseOfOperations
cco:BaseOfOperations rdf:type owl:Class ;
rdfs:subClassOf cco:MilitaryBase ;
@@ -684,6 +698,38 @@ cco:CleaningArtifactFunction rdf:type owl:Class ;
rdfs:label "Cleaning Artifact Function"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "Codabar Barcode"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "Code 128 Barcode"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "Code 39 Barcode"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "Code 93 Barcode"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/CodeList
cco:CodeList rdf:type owl:Class ;
rdfs:subClassOf cco:List ;
@@ -1043,6 +1089,14 @@ cco:DamagingArtifactFunction rdf:type owl:Class ;
rdfs:label "Damaging Artifact Function"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "Data Matrix Code"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/Database
cco:Database rdf:type owl:Class ;
rdfs:subClassOf cco:InformationBearingArtifact ;
@@ -1201,6 +1255,30 @@ cco:Document rdf:type owl:Class ;
rdfs:label "Document"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "EAN-13 Barcode"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "EAN-8 Barcode"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "EAN Barcode"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/EducationArtifactFunction
cco:EducationArtifactFunction rdf:type owl:Class ;
rdfs:subClassOf cco:ServiceArtifactFunction ;
@@ -1857,6 +1935,15 @@ cco:FungicideArtifactFunction rdf:type owl:Class ;
rdfs:label "Fungicide Artifact Function"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:comment "Further variants of GS1 DataBar have not been defined here."^^xsd:string ;
+ rdfs:label "GS1 DataBar Barcode"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/GammaRayTelescope
cco:GammaRayTelescope rdf:type owl:Class ;
rdfs:subClassOf cco:Telescope ;
@@ -2229,6 +2316,30 @@ cco:HydroelectricPowerPlant rdf:type owl:Class ;
rdfs:label "Hydroelectric Power Plant"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "ISBN Barcode"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "ISSN Barcode"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "ITF Barcode"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/IdentificationFriendOrFoeTransponder
cco:IdentificationFriendOrFoeTransponder rdf:type owl:Class ;
rdfs:subClassOf cco:RadioTransponder ;
@@ -2324,7 +2435,7 @@ cco:InfantryFightingVehicle rdf:type owl:Class ;
cco:InformationBearingArtifact rdf:type owl:Class ;
rdfs:subClassOf cco:Artifact ,
[ rdf:type owl:Restriction ;
- owl:onProperty cco:bearer_of ;
+ owl:onProperty obo:RO_0010002 ;
owl:someValuesFrom cco:InformationContentEntity
] ;
cco:definition "An Artifact that is designed to bear some Information Content Entity and which does, in fact, bear one."^^xsd:string ;
@@ -2447,6 +2558,14 @@ cco:Interphone rdf:type owl:Class ;
rdfs:label "Interphone"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "JAN-13 Barcode"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/JetEngine
cco:JetEngine rdf:type owl:Class ;
rdfs:subClassOf cco:ReactionEngine ;
@@ -2615,6 +2734,14 @@ cco:LubricationSystem rdf:type owl:Class ;
rdfs:label "Lubrication System"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "MSI Plessey Barcode"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/MachineBearing
cco:MachineBearing rdf:type owl:Class ;
rdfs:subClassOf cco:MachineElement ;
@@ -3058,6 +3185,14 @@ cco:OfficeBuilding rdf:type owl:Class ;
rdfs:label "Office Building"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalBarcode
+cco:OneDimensionalBarcode rdf:type owl:Class ;
+ rdfs:subClassOf cco:Barcode ;
+ cco:definition "A Barcode whose concretizations consist of one-dimensional symbols arranged as parallel lines."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "One-Dimensional Barcode"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/OpenPitMine
cco:OpenPitMine rdf:type owl:Class ;
rdfs:subClassOf cco:Mine ;
@@ -3167,6 +3302,14 @@ cco:OxidizerArtifactFunction rdf:type owl:Class ;
rdfs:label "Oxidizer Artifact Function"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "PDF417 Code"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/ParabolicAntenna
cco:ParabolicAntenna rdf:type owl:Class ;
rdfs:subClassOf cco:RadioAntenna ;
@@ -3229,7 +3372,7 @@ cco:Payload rdf:type owl:Class ;
cco:PayloadCapacity rdf:type owl:Class ;
rdfs:subClassOf cco:ArtifactFunction ,
[ rdf:type owl:Restriction ;
- owl:onProperty cco:inheres_in ;
+ owl:onProperty obo:RO_0000052 ;
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."^^xsd:string ;
@@ -3899,6 +4042,14 @@ cco:PumpingStation rdf:type owl:Class ;
rdfs:label "Pumping Station"^^xsd:string .
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "QR Code"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/QualitySpecification
cco:QualitySpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -4541,7 +4692,7 @@ cco:SensorDeploymentArtifactFunction rdf:type owl:Class ;
cco:SensorModalityFunction rdf:type owl:Class ;
rdfs:subClassOf cco:SensorArtifactFunction ,
[ rdf:type owl:Restriction ;
- owl:onProperty cco:inheres_in ;
+ owl:onProperty obo:RO_0000052 ;
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."^^xsd:string ;
@@ -4934,7 +5085,7 @@ cco:TelecommunicationNetwork rdf:type owl:Class ;
cco:TelecommunicationNetworkNode rdf:type owl:Class ;
rdfs:subClassOf cco:TelecommunicationInfrastructure ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:TelecommunicationNetwork
] ;
cco:definition "A Telecommunication Infrastructure Artifact that consists of a connection point, redistribution point, or endpoint within a Telecommunication Network and can be either active or passive."^^xsd:string ;
@@ -5261,6 +5412,38 @@ cco:TurbojetAirBreathingJetEngine rdf:type owl:Class ;
rdfs:label "Turbojet Air-Breathing Jet Engine"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalBarCode
+cco:TwoDimensionalBarCode rdf:type owl:Class ;
+ rdfs:subClassOf cco:Barcode ;
+ cco:definition "A Barcode whose concretizations consist of two-dimensional symbol patterns."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "Two-Dimensional Barcode"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "UPC-A Barcode"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "UPC Barcode"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ rdfs:label "UPC-E Barcode"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/UltraHighFrequencyCommunicationInstrument
cco:UltraHighFrequencyCommunicationInstrument rdf:type owl:Class ;
rdfs:subClassOf cco:RadioCommunicationInstrument ;
@@ -5597,11 +5780,11 @@ cco:WiredCommunicationReceptionArtifactFunction rdf:type owl:Class ;
cco:WiredCommunicationRelayArtifactFunction rdf:type owl:Class ;
rdfs:subClassOf cco:CommunicationRelayArtifactFunction ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:RadioCommunicationArtifactFunction
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:RadioCommunicationReceptionArtifactFunction
] ;
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."^^xsd:string ;
@@ -5637,191 +5820,4 @@ cco:XRayTelescope rdf:type owl:Class ;
rdfs:label "X-ray Telescope"^^xsd:string .
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Aztec Code"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/Barcode
-cco:Barcode rdf:type owl:Class ;
- rdfs:subClassOf cco:InformationBearingArtifact ;
- cco:definition "An Information Bearing Artifact that consist of machine-readable symbols."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Barcode"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"^^xsd:string ;
- rdfs:label "Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Codabar Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Code 128 Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Code 39 Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Code 93 Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Data Matrix Code"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "EAN-13 Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "EAN-8 Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "EAN Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:comment "Further variants of GS1 DataBar have not been defined here."^^xsd:string ;
- rdfs:label "GS1 DataBar Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "ISBN Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "ISSN Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "ITF Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "JAN-13 Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "MSI Plessey Barcode"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalBarcode
-cco:OneDimensionalBarcode rdf:type owl:Class ;
- rdfs:subClassOf cco:Barcode ;
- cco:definition "A Barcode whose concretizations consist of one-dimensional symbols arranged as parallel lines."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "One-Dimensional Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "PDF417 Code"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "QR Code"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalBarCode
-cco:TwoDimensionalBarCode rdf:type owl:Class ;
- rdfs:subClassOf cco:Barcode ;
- cco:definition "A Barcode whose concretizations consist of two-dimensional symbol patterns."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Two-Dimensional Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "UPC-A Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "UPC Barcode"^^xsd:string .
-
-
-### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "UPC-E Barcode"^^xsd:string .
-
-
-### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
+### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
diff --git a/CCO Getting Started Guide.docx b/CCO Getting Started Guide.docx
deleted file mode 100644
index ad2fb4d..0000000
Binary files a/CCO Getting Started Guide.docx and /dev/null differ
diff --git a/CurrencyUnitOntology.ttl b/CurrencyUnitOntology.ttl
index b3a5cc9..3e3f5b3 100644
--- a/CurrencyUnitOntology.ttl
+++ b/CurrencyUnitOntology.ttl
@@ -1,24 +1,22 @@
-@prefix : .
-@prefix dc: .
+@prefix : .
@prefix cco: .
@prefix obo: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
-@prefix foaf: .
@prefix rdfs: .
@base .
rdf:type owl:Ontology ;
+ owl:versionIRI ;
owl:imports ;
- rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."^^xsd:string ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
- owl:versionInfo "January 4, 2019"^^xsd:string ,
- "Version 1.1"^^xsd:string ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
- rdfs:label "Currency Unit Ontology"^^xsd:string .
+ rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."^^xsd:string ;
+ rdfs:label "Currency Unit Ontology"^^xsd:string ;
+ owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Classes
@@ -933,4 +931,4 @@ cco:ZambiaKwacha rdf:type owl:NamedIndividual ,
rdfs:label "Zambia Kwacha"^^xsd:string .
-### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
+### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
diff --git a/EventOntology.ttl b/EventOntology.ttl
index 50a3f2e..0a408f1 100644
--- a/EventOntology.ttl
+++ b/EventOntology.ttl
@@ -1,3155 +1,3057 @@
-@prefix : .
-@prefix dc: .
+@prefix : .
@prefix cco: .
@prefix obo: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
-@prefix foaf: .
@prefix rdfs: .
-
- a owl:Ontology ;
- owl:imports ;
- owl:versionInfo "Version 1.1"^^xsd:string ;
- cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
- cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
- cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
- owl:versionInfo "January 4, 2019"^^xsd:string ;
- rdfs:comment "This ontology is designed to represent processual entities, especially those performed by agents, that occur within multiple domains."^^xsd:string ;
- rdfs:label "Event Ontology"^^xsd:string .
-#
-#
-# #################################################################
-# #
-# # Classes
-# #
-# #################################################################
-#
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Acceleration
-
-cco:Acceleration a owl:Class ;
- rdfs:subClassOf obo:BFO_0000144 , _:genid1 .
-
-_:genid1 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:Velocity .
-
-cco:Acceleration cco:definition "A Process Profile that is the rate of change of the Velocity of an object."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Acceleration"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Acceleration"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Act
-
-cco:Act a owl:Class ;
- rdfs:subClassOf obo:BFO_0000015 ;
- cco:definition "A Process in which at least one Agent plays a causative role."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAdvising
-
-cco:ActOfAdvising a owl:Class ;
- rdfs:subClassOf cco:ActOfDirectiveCommunication ;
- cco:definition "An Act of Directive Communication performed by providing advice or counsel to another agent."^^xsd:string ;
- cco:definition_source "http://www.dictionary.com/browse/advising"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Advising"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfApologizing
-
-cco:ActOfApologizing a 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."^^xsd:string ;
- cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Apologizing"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAppraisal
-
-cco:ActOfAppraisal a 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."^^xsd:string ;
- 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."^^xsd:string ;
- cco:example_of_usage "a food critic rating the quality of a restaurant's ambiance, service, and food"^^xsd:string , "a mechanic assessing whether a damaged vehicle is repairable"^^xsd:string , "an insurance agent appraising the financial value of a building"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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)."^^xsd:string ;
- rdfs:label "Act of Appraisal"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArrival
-
-cco:ActOfArrival a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Arrival"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactAssembly
-
-cco:ActOfArtifactAssembly a owl:Class ;
- rdfs:subClassOf cco:ActOfArtifactProcessing ;
- cco:definition "An Act of Artifact Processing wherein a new Artifact is created by fitting component parts together."^^xsd:string ;
- cco:example_of_usage "putting together a piece of furniture purchased from Ikea"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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."^^xsd:string ;
- rdfs:label "Act of Artifact Assembly"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactEmployment
-
-cco:ActOfArtifactEmployment a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act of using an Artifact."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Artifact Employment"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactModification
-
-cco:ActOfArtifactModification a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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."^^xsd:string ;
- rdfs:label "Act of Artifact Modification"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactProcessing
-
-cco:ActOfArtifactProcessing a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Artifact Processing"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssassination
-
-cco:ActOfAssassination a owl:Class ;
- rdfs:subClassOf cco:ActOfMurder ;
- cco:definition "An Act of Murder of a prominent person."^^xsd:string ;
- cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Assassination"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssignment
-
-cco:ActOfAssignment a 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."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Assignment_%28law%29"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Assignment"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssociation
-
-cco:ActOfAssociation a owl:Class ;
- rdfs:subClassOf cco:SocialAct ;
- cco:definition "A Social Act wherein an Agent unites with some other Agent in an Intentional Act, enterprise or business."^^xsd:string ;
- cco:definition_source "http://en.wiktionary.org/wiki/associate"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Association"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfBuying
-
-cco:ActOfBuying a 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)."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Buying"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCargoTransportation
-
-cco:ActOfCargoTransportation a owl:Class ;
- rdfs:subClassOf cco:ActOfLocationChange ;
- cco:definition "An Act of Location Change involving the movement of manufactured goods through some Transportation Agent."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Cargo Transportation"^^rdfs:Literal .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCeremony
-
-cco:ActOfCeremony a owl:Class ;
- rdfs:subClassOf cco:SocialAct ;
- cco:definition "A Social Act of ritual significance, performed on a special occasion."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Ceremony"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Ceremony"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfChangeOfResidence
-
-cco:ActOfChangeOfResidence a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Change of Residence"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCollision
-
-cco:ActOfCollision a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Collision"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommanding
-
-cco:ActOfCommanding a owl:Class ;
- rdfs:subClassOf cco:ActOfDirectiveCommunication ;
- cco:definition "An Act of Directive Communication that exercises authoritative control or power over another agent's actions."^^xsd:string ;
- cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Commanding"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommissiveCommunication
-
-cco:ActOfCommissiveCommunication a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunication ;
- cco:definition "An Act of Communication that commits a speaker to some future action."^^xsd:string ;
- cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "Examples: agreeing, betting, guaranteeing, inviting, offering, promising, swearing, volunteering"^^xsd:string ;
- rdfs:label "Act of Commissive Communication"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommunication
-
-cco:ActOfCommunication a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act in which some Information Content Entity is transferred from some Agent to Another."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Communication"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Communication"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommunicationByMedia
-
-cco:ActOfCommunicationByMedia a 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)."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Communication by Media"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCondoling
-
-cco:ActOfCondoling a owl:Class ;
- rdfs:subClassOf cco:ActOfExpressiveCommunication ;
- cco:definition "An Act of Expressive Communication performed by expressing sympathy or sorrow."^^xsd:string ;
- cco:definition_source "http://www.thefreedictionary.com/condoling"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Condoling"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConductingMassMediaInterview
-
-cco:ActOfConductingMassMediaInterview a 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."^^xsd:string ;
- cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Conducting Mass Media Interview"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConfessing
-
-cco:ActOfConfessing a owl:Class ;
- rdfs:subClassOf cco:ActOfRepresentativeCommunication ;
- cco:definition "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Confessing"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCongratulating
-
-cco:ActOfCongratulating a 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."^^xsd:string ;
- cco:definition_source "http://www.merriam-webster.com/dictionary/congratulate"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Congratulating"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConstruction
-
-cco:ActOfConstruction a owl:Class ;
- rdfs:subClassOf cco:ActOfArtifactProcessing ;
- cco:definition "An Act of Artifact Processing wherein Artifacts are built on site as prescribed by some contract."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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."^^xsd:string ;
- rdfs:label "Act of Construction"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConsumption
-
-cco:ActOfConsumption a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act in which a resource is ingested or used up."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Consumption"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfContractFormation
-
-cco:ActOfContractFormation a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Contract#Formation"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Contract Formation"^^rdfs:Literal .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeceptiveCommunication
-
-cco:ActOfDeceptiveCommunication a 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."^^xsd:string ;
- cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Deceptive Communication"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeclarativeCommunication
-
-cco:ActOfDeclarativeCommunication a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunication ;
- cco:definition "An Act of Communication that changes the reality in accord with the proposition of the declaration."^^xsd:string ;
- cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "Examples: Baptism, Sentencing a person to imprisonment, Pronouncing a couple husband and wife, Declaring war"^^xsd:string ;
- rdfs:label "Act of Declarative Communication"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDecoyUse
-
-cco:ActOfDecoyUse a owl:Class ;
- rdfs:subClassOf cco:ActOfArtifactEmployment ;
- cco:definition "An Act of Artifact Employment in which some Agent uses some Decoy."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Decoy Use"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDenying
-
-cco:ActOfDenying a 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."^^xsd:string ;
- cco:definition_source "http://www.merriam-webster.com/dictionary/denial"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Denying"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeparture
-
-cco:ActOfDeparture a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Departure"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDirectiveCommunication
-
-cco:ActOfDirectiveCommunication a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunication ;
- cco:definition "An Act of Communication that is intended to cause the hearer to take a particular action."^^xsd:string ;
- cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "Examples: advising, admonishing, asking, begging, dismissing, excusing, forbidding, instructing, ordering, permitting, requesting, requiring, suggesting, urging, warning"^^xsd:string ;
- rdfs:label "Act of Directive Communication"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDonating
-
-cco:ActOfDonating a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Donation"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Donating"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEducationalTrainingAcquisition
-
-cco:ActOfEducationalTrainingAcquisition a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Educational Training Acquisition"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEducationalTrainingInstruction
-
-cco:ActOfEducationalTrainingInstruction a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Educational Training Instruction"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEmployment
-
-cco:ActOfEmployment a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Employment"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEncounter
-
-cco:ActOfEncounter a owl:Class ;
- rdfs:subClassOf cco:ActOfAssociation ;
- cco:definition "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."^^xsd:string ;
- cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Encounter"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEntertainment
-
-cco:ActOfEntertainment a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act consisting of any activity which provides a diversion or permits people to amuse themselves."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Entertainment"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Entertainment"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEspionage
-
-cco:ActOfEspionage a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Espionage"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Espionage"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEstimation
-
-cco:ActOfEstimation a owl:Class ;
- rdfs:subClassOf cco:ActOfMeasuring ;
- cco:alternative_label "Act of Approximation"^^xsd:string ;
- 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."^^xsd:string ;
- 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."^^xsd:string ;
- 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"^^xsd:string , "measuring the amount of time required to do a task based on how long it took to do a similar task in the past"^^xsd:string , "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"^^xsd:string , "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"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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."^^xsd:string , "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)."^^xsd:string ;
- rdfs:label "Act of Estimation"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfExpressiveCommunication
-
-cco:ActOfExpressiveCommunication a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunication ;
- cco:definition "An Act of Communication that expresses the Speaker's attitudes and emotions towards some proposition."^^xsd:string ;
- cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "Examples: apologizing, condoling, congratulating, greeting, thanking, accepting (acknowledging an acknowledgment)"^^xsd:string ;
- rdfs:label "Act of Expressive Communication"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFacilityUse
-
-cco:ActOfFacilityUse a owl:Class ;
- rdfs:subClassOf cco:ActOfArtifactEmployment ;
- cco:definition "An Act of Artifact Employment in which an Agent makes use of some Facility."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Facility Use"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialDeposit
-
-cco:ActOfFinancialDeposit a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Deposit_(bank)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Financial Deposit"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialInstrumentUse
-
-cco:ActOfFinancialInstrumentUse a owl:Class ;
- rdfs:subClassOf cco:ActOfArtifactEmployment ;
- cco:definition "An Act of Artifact Employment in which some Agent uses some Financial Instrument."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Financial Instrument Use"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialWithdrawal
-
-cco:ActOfFinancialWithdrawal a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Deposit_(bank)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Financial Withdrawal"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFunding
-
-cco:ActOfFunding a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Funding"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfGovernment
-
-cco:ActOfGovernment a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Government"^^rdfs:Literal .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfHomicide
-
-cco:ActOfHomicide a owl:Class ;
- rdfs:subClassOf cco:ActOfViolence , _:genid2 .
-
-_:genid2 a owl:Restriction ;
- owl:onProperty cco:is_cause_of ;
- owl:someValuesFrom cco:Death .
-
-cco:ActOfHomicide cco:definition "An Act of Violence which causes the unlawful killing of another person."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Homicide"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIdentifying
-
-cco:ActOfIdentifying a 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."^^xsd:string ;
- cco:definition_source "http://www.dictionary.com/browse/identify"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Identifying"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInhabitancy
-
-cco:ActOfInhabitancy a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional 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."^^xsd:string ;
- cco:definition_source "http://www.merriam-webster.com/dictionary/inhabit"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Inhabitancy"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIntelligenceGathering
-
-cco:ActOfIntelligenceGathering a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act of producing and/or gathering information by a government or other Organization to guide decisions and actions by answering questions or obtaining advance warning of events and movements deemed to be important or otherwise relevant."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Intelligence Gathering"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInterpersonalRelationship
-
-cco:ActOfInterpersonalRelationship a owl:Class ;
- rdfs:subClassOf cco:ActOfAssociation ;
- cco:definition "An Act of Association between two or more Persons that may range from fleeting to enduring."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Interpersonal_relationship"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Interpersonal Relationship"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInviting
-
-cco:ActOfInviting a 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."^^xsd:string ;
- cco:definition_source "http://www.merriam-webster.com/dictionary/invite"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Inviting"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaArticle
-
-cco:ActOfIssuingMassMediaArticle a 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."^^xsd:string ;
- cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Issuing Mass Media Article"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaDocumentary
-
-cco:ActOfIssuingMassMediaDocumentary a 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."^^xsd:string ;
- cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Issuing Mass Media Documentary"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaPressRelease
-
-cco:ActOfIssuingMassMediaPressRelease a 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."^^xsd:string ;
- cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Issuing Mass Media Press Release"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLegalInstrumentUse
-
-cco:ActOfLegalInstrumentUse a owl:Class ;
- rdfs:subClassOf cco:ActOfArtifactEmployment ;
- cco:definition "An Act of Artifact Employment in which some Agent uses some Legal Instrument."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Legal Instrument Use"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLoaning
-
-cco:ActOfLoaning a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Loan"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Loaning"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLocationChange
-
-cco:ActOfLocationChange a owl:Class ;
- rdfs:subClassOf cco:ActOfMotion ;
- cco:definition "An Act of Motion in which the location of some Object is changed by some Agent."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Location Change"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMaintenance
-
-cco:ActOfMaintenance a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Maintenance"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfManufacturing
-
-cco:ActOfManufacturing a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "An Act of Manufacturing typically involves the mass production of goods."^^xsd:string ;
- rdfs:label "Act of Manufacturing"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMassMediaCommunication
-
-cco:ActOfMassMediaCommunication a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/The_media"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Mass Media Communication"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMeasuring
-
-cco:ActOfMeasuring a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."^^xsd:string ;
- cco:example_of_usage "putting an object on a scale to measure its weight in kilograms"^^xsd:string , "rating Hollywood movies on a 1 to 5 star scale"^^xsd:string , "using a tape measure to determine the height and width of a doorway in inches"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Measuring"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMeeting
-
-cco:ActOfMeeting a owl:Class ;
- rdfs:subClassOf cco:ActOfAssociation ;
- cco:definition "An Act of Association wherein two or more Persons assemble for some common purpose."^^xsd:string ;
- cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Meeting"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryForce
-
-cco:ActOfMilitaryForce a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act of employing a Military Force to achieve some desired result."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Military Force"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryService
-
-cco:ActOfMilitaryService a 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."^^xsd:string ;
- cco:definition_source "http://www.collinsdictionary.com/dictionary/english/military-service"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Military Service"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryTrainingAcquisition
-
-cco:ActOfMilitaryTrainingAcquisition a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Military Training Acquisition"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryTrainingInstruction
-
-cco:ActOfMilitaryTrainingInstruction a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Military Training Instruction"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMotion
-
-cco:ActOfMotion a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act by which an Agent causes the position or location of some Object to change."^^xsd:string ;
- cco:definition_source "http://www.merriam-webster.com/dictionary/motion"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Motion"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMurder
-
-cco:ActOfMurder a owl:Class ;
- rdfs:subClassOf cco:ActOfHomicide ;
- cco:definition "An Act of Homicide with malice aforethought."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Murder"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOathTaking
-
-cco:ActOfOathTaking a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Oath"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Oath Taking"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfObservation
-
-cco:ActOfObservation a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act of acquiring information from a source via the use of one or more senses."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Observation"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Observation"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOfficialDocumentation
-
-cco:ActOfOfficialDocumentation a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Official Documentation"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOwnership
-
-cco:ActOfOwnership a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Ownership"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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."^^xsd:string ;
- rdfs:label "Act of Ownership"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPersonalCommunication
-
-cco:ActOfPersonalCommunication a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunication ;
- cco:definition "An Act of Communication having a small audience."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Personal Communication"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPilgrimage
-
-cco:ActOfPilgrimage a owl:Class ;
- rdfs:subClassOf cco:ActOfTravel ;
- cco:definition "An Act of Travel to a location of importance to a person's beliefs and faith."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Pilgrimage"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Pilgrimage"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPlanning
-
-cco:ActOfPlanning a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act that involves making a Plan to achieve some specified Objective."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Planning"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPortionOfMaterialConsumption
-
-cco:ActOfPortionOfMaterialConsumption a owl:Class ;
- rdfs:subClassOf cco:ActOfArtifactEmployment ;
- cco:definition "An Act of Artifact Employment in which a Portion of Material is expended."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Portion of Material Consumption"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPositionChange
-
-cco:ActOfPositionChange a 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."^^xsd:string ;
- cco:example_of_usage "a top spinning in place"^^xsd:string , "adjusting your posture"^^xsd:string , "raising your left arm"^^xsd:string , "swivelling your office chair to face the window"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "An Act of Position Change does not entail a change of location."^^xsd:string ;
- rdfs:label "Act of Position Change"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPossession
-
-cco:ActOfPossession a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act in which an agent intentionally exercises control towards a thing."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Possession_(law)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "In all cases, to possess something, an agent must have an intention to possess it."^^xsd:string ;
- rdfs:label "Act of Possession"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPrediction
-
-cco:ActOfPrediction a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional 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."^^xsd:string ;
- 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."^^xsd:string ;
- cco:example_of_usage "a chess master predicting the next 8 moves his opponent will make"^^xsd:string , "predicting that a particular stock will double in value over the next fiscal quarter"^^xsd:string , "using sample exit polls data to predict the winners of an election"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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)."^^xsd:string ;
- rdfs:label "Act of Prediction"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPromising
-
-cco:ActOfPromising a 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."^^xsd:string ;
- cco:definition_source "http://www.merriam-webster.com/dictionary/promise"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Promising"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPropaganda
-
-cco:ActOfPropaganda a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Propaganda"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Propaganda"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaArticle
-
-cco:ActOfPublishingMassMediaArticle a 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."^^xsd:string ;
- cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Publishing Mass Media Article"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaDocumentary
-
-cco:ActOfPublishingMassMediaDocumentary a 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."^^xsd:string ;
- cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Publishing Mass Media Documentary"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaPressRelease
-
-cco:ActOfPublishingMassMediaPressRelease a 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."^^xsd:string ;
- cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Publishing Mass Media Press Release"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPurchasing
-
-cco:ActOfPurchasing a 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)."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Purchase"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Purchasing"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReconnaissance
-
-cco:ActOfReconnaissance a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Reconnaissance"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Reconnaissance"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousGroupAffiliation
-
-cco:ActOfReligiousGroupAffiliation a owl:Class ;
- rdfs:subClassOf cco:ActOfAssociation ;
- cco:definition "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Religious Group Affiliation"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousTrainingAcquisition
-
-cco:ActOfReligiousTrainingAcquisition a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Religious Training Acquisition"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousTrainingInstruction
-
-cco:ActOfReligiousTrainingInstruction a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Religious Training Instruction"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousWorship
-
-cco:ActOfReligiousWorship a owl:Class ;
- rdfs:subClassOf cco:ActOfCeremony ;
- cco:definition "An Act of Ceremony wherein there occurs acts of religious devotion usually directed towards a deity."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Religious Worship"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRemuneration
-
-cco:ActOfRemuneration a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Remuneration"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "Comment: Remuneration normally consists of salary or hourly wages, but also applies to commission, stock options, fringe benefits, etc."^^xsd:string ;
- rdfs:label "Act of Remuneration"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRenting
-
-cco:ActOfRenting a 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)."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Renting"^^rdfs:Literal .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepayment
-
-cco:ActOfRepayment a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Loan"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Repayment"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReporting
-
-cco:ActOfReporting a owl:Class ;
- rdfs:subClassOf cco:ActOfRepresentativeCommunication ;
- cco:definition "An Act of Representative Communication performed by giving a detailed account or statement."^^xsd:string ;
- cco:definition_source "http://www.merriam-webster.com/dictionary/report"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Reporting"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepresentativeCommunication
-
-cco:ActOfRepresentativeCommunication a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunication ;
- cco:definition "An Act of Communication that commits a speaker to the truth of the expressed proposition."^^xsd:string ;
- cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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"^^xsd:string ;
- rdfs:label "Act of Representative Communication"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRequesting
-
-cco:ActOfRequesting a owl:Class ;
- rdfs:subClassOf cco:ActOfDirectiveCommunication ;
- cco:definition "An Act of Directive Communication performed by asking for something."^^xsd:string ;
- cco:definition_source "http://www.merriam-webster.com/dictionary/request"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Requesting"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfResiding
-
-cco:ActOfResiding a 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."^^xsd:string ;
- cco:definition_source "http://www.thefreedictionary.com/reside"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Residing"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSocialGroupMembership
-
-cco:ActOfSocialGroupMembership a owl:Class ;
- rdfs:subClassOf cco:ActOfAssociation ;
- cco:definition "An Act of Association wherein a Person belongs to some Social Group."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Social Group Membership"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSocialMovement
-
-cco:ActOfSocialMovement a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Social_movement"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Social Movement"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSojourn
-
-cco:ActOfSojourn a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Sojourn"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSuicide
-
-cco:ActOfSuicide a owl:Class ;
- rdfs:subClassOf cco:ActOfViolence , _:genid3 .
-
-_:genid3 a owl:Restriction ;
- owl:onProperty cco:is_cause_of ;
- owl:someValuesFrom cco:Death .
-
-cco:ActOfSuicide cco:alternative_label "Suicide"^^xsd:string ;
- cco:definition "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."^^xsd:string ;
- cco:definition_source "http://www.merriam-webster.com/dictionary/suicide"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Suicide"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerrorism
-
-cco:ActOfTerrorism a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Terrorism"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Terrorism"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerroristTrainingAcquisition
-
-cco:ActOfTerroristTrainingAcquisition a 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."^^xsd:string ;
- cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Terrorist Training Acquisition"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerroristTrainingInstruction
-
-cco:ActOfTerroristTrainingInstruction a 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."^^xsd:string ;
- cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Terrorist Training Instruction"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTestifying
-
-cco:ActOfTestifying a 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."^^xsd:string ;
- cco:definition_source "http://www.merriam-webster.com/dictionary/testify"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Testifying"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfThanking
-
-cco:ActOfThanking a owl:Class ;
- rdfs:subClassOf cco:ActOfExpressiveCommunication ;
- cco:definition "An Act of Expressive Communication performed by expressing gratitude."^^xsd:string ;
- cco:definition_source " http://www.merriam-webster.com/dictionary/thanks"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Thanking"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfToolUse
-
-cco:ActOfToolUse a owl:Class ;
- rdfs:subClassOf cco:ActOfArtifactEmployment ;
- cco:definition "An Act of Artifact Employment in which some Agent uses some Tool."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Tool Use"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTraining
-
-cco:ActOfTraining a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."^^xsd:string ;
- cco:definition_source " http://en.wikipedia.org/wiki/Education"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Training"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTrainingAcquisition
-
-cco:ActOfTrainingAcquisition a owl:Class ;
- rdfs:subClassOf cco:ActOfTraining ;
- cco:definition "An Act of Training performed by an Agent by acquiring knowledge from another Agent."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Training Acquisition"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTrainingInstruction
-
-cco:ActOfTrainingInstruction a owl:Class ;
- rdfs:subClassOf cco:ActOfTraining ;
- cco:definition "An Act of Training performed by an Agent by imparting knowledge to another Agent."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Training Instruction"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTravel
-
-cco:ActOfTravel a 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."^^xsd:string ;
- cco:definition_source " http://en.wikipedia.org/wiki/Travel"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Travel"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVehicleUse
-
-cco:ActOfVehicleUse a owl:Class ;
- rdfs:subClassOf cco:ActOfArtifactEmployment ;
- cco:definition "An Act of Artifact Employment in which some Agent uses some Vehicle."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Vehicle Use"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfViolence
-
-cco:ActOfViolence a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act of causing harm to oneself or to another through the use of physical or verbal force."^^xsd:string ;
- cco:definition_source " http://en.wikipedia.org/wiki/Violence"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Violence"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVocationalTrainingAcquisition
-
-cco:ActOfVocationalTrainingAcquisition a 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."^^xsd:string ;
- cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Vocational Training Acquisition"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVocationalTrainingInstruction
-
-cco:ActOfVocationalTrainingInstruction a 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."^^xsd:string ;
- cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Vocational Training Instruction"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVolunteering
-
-cco:ActOfVolunteering a 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."^^xsd:string ;
- cco:definition_source "http://www.merriam-webster.com/dictionary/volunteer"^^xsd:string ;
- cco:example_of_usage "entering into military service voluntarily"^^xsd:string , "rendering a service voluntarily"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Volunteering"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWalking
-
-cco:ActOfWalking a owl:Class ;
- rdfs:subClassOf cco:ActOfTravel ;
- cco:definition "An Act of Travel that proceeds by foot."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Walking"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWarning
-
-cco:ActOfWarning a 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."^^xsd:string ;
- cco:definition_source "http://www.merriam-webster.com/dictionary/warning"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Warning"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWeaponUse
-
-cco:ActOfWeaponUse a owl:Class ;
- rdfs:subClassOf cco:ActOfArtifactEmployment ;
- cco:definition "An Act of Artifact Employment in which some Agent uses some Weapon."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Act of Weapon Use"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ActiveStasis
-
-cco:ActiveStasis a 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)."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Active Stasis"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Amplitude
-
-cco:Amplitude a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Amplitude"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/AngularMomentum
-
-cco:AngularMomentum a 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."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Angular_momentum#Definition"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Angular Momentum"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/AngularVelocity
-
-cco:AngularVelocity a owl:Class ;
- rdfs:subClassOf cco:Velocity ;
- cco:definition "A Velocity that describes both the angular (i.e. rotational) Speed of an object and the Axis about which the object is Rotating."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Angular_velocity"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Angular Velocity"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/BeginningOfLifeStasis
-
-cco:BeginningOfLifeStasis a owl:Class ;
- rdfs:subClassOf cco:OperationalStasis ;
- cco:acronym "BOL"^^xsd:string , "BoL"^^xsd:string ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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."^^xsd:string ;
- rdfs:label "Beginning of Life Stasis"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Behavior
-
-cco:Behavior a 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."^^xsd:string ;
- cco:definition_source "http://purl.obolibrary.org/obo/GO_0007610"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Behavior"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/BiographicalLife
-
-cco:BiographicalLife a 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)."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Biographical Life"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Birth
-
-cco:Birth a owl:Class ;
- rdfs:subClassOf cco:NaturalProcess ;
- cco:definition "A Natural Process of bringing forth offspring."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Birth"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Birth"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Cause
-
-cco:Cause a owl:Class ;
- owl:equivalentClass _:genid4 .
-
-_:genid4 a owl:Restriction ;
- owl:onProperty cco:is_cause_of ;
- owl:someValuesFrom obo:BFO_0000003 .
-
-cco:Cause rdfs:subClassOf obo:BFO_0000015 ;
- cco:definition "A Process that is the cause of or one of the causes of some other Process."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Cause"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Change
-
-cco:Change a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Change"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ClockwiseRotationalMotion
-
-cco:ClockwiseRotationalMotion a owl:Class ;
- rdfs:subClassOf cco:RotationalMotion ;
- cco:alternative_label "CW Rotational Motion"^^xsd:string , "Clockwise Rotation"^^xsd:string ;
- 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."^^xsd:string ;
- cco:example_of_usage "the axial rotation of the Earth as seen from above the South Pole"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Clockwise Rotational Motion"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Combustion
-
-cco:Combustion a owl:Class ;
- rdfs:subClassOf cco:NaturalProcess ;
- cco:alternative_label "Burning Process"^^xsd:string , "Combustion Process"^^xsd:string ;
- cco:definition "A Natural Process in which a Portion of Fuel or other Material Entity is burned."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Combustion"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/CounterClockwiseRotationalMotion
-
-cco:CounterClockwiseRotationalMotion a owl:Class ;
- rdfs:subClassOf cco:RotationalMotion ;
- cco:alternative_label "Anti-Clockwise Rotation"^^xsd:string , "CCW Rotational Motion"^^xsd:string , "Counter-Clockwise Rotation"^^xsd:string ;
- 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."^^xsd:string ;
- cco:example_of_usage "the axial rotation of the Earth as seen from above the North Pole"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Counter-Clockwise Rotational Motion"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/CriminalAct
-
-cco:CriminalAct a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act committed in violation of rules or laws for which some governing authority (via mechanisms such as legal systems) can prescribe a conviction."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Crime"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Criminal Act"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/DamagedStasis
-
-cco:DamagedStasis a owl:Class ;
- rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ;
- cco:alternative_label "Damaged"^^xsd:string ;
- 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."^^xsd:string ;
- cco:definition_source "http://www.thefreedictionary.com/damaged"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Damaged Stasis"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/DeactivatedStasis
-
-cco:DeactivatedStasis a 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)."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Deactivated Stasis"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Death
-
-cco:Death a owl:Class ;
- rdfs:subClassOf cco:NaturalProcess ;
- cco:definition "A Natural Process in which all biological functions that sustain a living organism cease."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Death"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Death"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfDependentContinuant
-
-cco:DecreaseOfDependentContinuant a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Decrease of Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfDisposition
-
-cco:DecreaseOfDisposition a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Decrease of Disposition"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfFunction
-
-cco:DecreaseOfFunction a owl:Class ;
- rdfs:subClassOf cco:DecreaseOfRealizableEntity ;
- cco:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Function that it bears."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Decrease of Function"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfGenericallyDependentContinuant
-
-cco:DecreaseOfGenericallyDependentContinuant a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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."^^xsd:string ;
- rdfs:label "Decrease of Generically Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfQuality
-
-cco:DecreaseOfQuality a 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."^^xsd:string ;
- cco:example_of_usage "Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Decrease of Quality"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfRealizableEntity
-
-cco:DecreaseOfRealizableEntity a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Decrease of Realizable Entity"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfRole
-
-cco:DecreaseOfRole a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Decrease of Role"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfSpecificallyDependentContinuant
-
-cco:DecreaseOfSpecificallyDependentContinuant a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Decrease of Specifically Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/DefunctStasis
-
-cco:DefunctStasis a 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)."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Defunct Stasis"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/DeltaV
-
-cco:DeltaV a owl:Class ;
- rdfs:subClassOf obo:BFO_0000144 , _:genid5 .
-
-_:genid5 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:Velocity .
-
-cco:DeltaV cco:alternative_label "Change in Velocity"^^xsd:string , "DeltaV"^^xsd:string ;
- cco:definition "A Process Profile that is the total change in Velocity of an object's Motion."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "Delta-v is not equivalent to and should not be confused with Acceleration, which is the rate of change of Velocity."^^xsd:string ;
- rdfs:label "Delta-v"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Economy
-
-cco:Economy a owl:Class ;
- rdfs:subClassOf cco:ProcessAggregate ;
- cco:definition "A Process Aggregate comprising the production, exchange, distribution and consumption of goods that occurs at some Geopolitical Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Economy"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Effect
-
-cco:Effect a owl:Class ;
- owl:equivalentClass _:genid6 .
-
-_:genid6 a owl:Restriction ;
- owl:onProperty cco:caused_by ;
- owl:someValuesFrom obo:BFO_0000003 .
-
-cco:Effect rdfs:subClassOf obo:BFO_0000015 ;
- cco:alternative_label "Consequence"^^xsd:string ;
- cco:definition "A Process that follows and is caused by some previous Process."^^xsd:string ;
- cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=effect"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Effect"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/EffectOfLocationChange
-
-cco:EffectOfLocationChange a owl:Class ;
- rdfs:subClassOf cco:Effect , _:genid7 .
-
-_:genid7 a owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom cco:ActOfLocationChange .
-
-cco:EffectOfLocationChange rdfs:subClassOf _:genid8 .
-
-_:genid8 a owl:Restriction ;
- owl:onProperty cco:caused_by ;
- owl:someValuesFrom cco:ActOfLocationChange .
-
-cco:EffectOfLocationChange cco:definition "An Effect caused by some Act of Location Change and which results in an Object being located in a different place."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Effect of Location Change"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Election
-
-cco:Election a owl:Class ;
- rdfs:subClassOf cco:SocialAct ;
- cco:alternative_label "Act of Political Election"^^xsd:string ;
- cco:definition "A Social Act by which a population chooses an individual to hold public office."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Election"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Election"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticPulse
-
-cco:ElectromagneticPulse a owl:Class ;
- rdfs:subClassOf cco:ElectromagneticWaveProcess ;
- cco:alternative_label "EMP"^^xsd:string , "Transient Electromagnetic Disturbance"^^xsd:string ;
- cco:definition "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Electromagnetic_pulse"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Electromagnetic Pulse"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticRadiationFrequency
-
-cco:ElectromagneticRadiationFrequency a owl:Class ;
- rdfs:subClassOf cco:Frequency ;
- cco:definition "A Frequency that is characterized by the rate of Oscillations per second of an Electromagnetic Wave."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Electromagnetic_spectrum"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "Divisions between EM radiation frequencies are fiat and sources vary on where to draw boundaries."^^xsd:string ;
- rdfs:label "Electromagnetic Radiation Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticWaveProcess
-
-cco:ElectromagneticWaveProcess a owl:Class ;
- rdfs:subClassOf cco:WaveProcess , _:genid9 .
-
-_:genid9 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:TransverseWaveProfile .
-
-cco:ElectromagneticWaveProcess cco:alternative_label "Electromagnetic Radiation"^^xsd:string ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Electromagnetic Wave Process"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/EmailMessaging
-
-cco:EmailMessaging a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunicationByMedia ;
- cco:alternative_label "Act of Emailing"^^xsd:string ;
- 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Email"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Email Messaging"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/EndOfLifeStasis
-
-cco:EndOfLifeStasis a owl:Class ;
- rdfs:subClassOf cco:StasisOfArtifactOperationality ;
- cco:acronym "EOL"^^xsd:string , "EoL"^^xsd:string ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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."^^xsd:string ;
- rdfs:label "End of Life Stasis"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/EnhancedStasis
-
-cco:EnhancedStasis a owl:Class ;
- rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ;
- cco:alternative_label "Enhanced"^^xsd:string ;
- 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."^^xsd:string ;
- cco:definition_source "http://www.thefreedictionary.com/enhance"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Enhanced Stasis"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/EssentialServiceProvision
-
-cco:EssentialServiceProvision a owl:Class ;
- rdfs:subClassOf cco:ProcessAggregate ;
- cco:definition "A Process Aggregate comprising the delivery of one or more essential services."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "An essential service is defined here as being one of: medical care, food and water, shelter, or sanitation."^^xsd:string ;
- rdfs:label "Essential Service Provision"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ExtremeUltravioletLightFrequency
-
-cco:ExtremeUltravioletLightFrequency a owl:Class ;
- rdfs:subClassOf cco:UltravioletLightFrequency ;
- cco:definition "An Ultraviolet Light Frequency of some Electromagnetic Wave, typically between 3 and 30 petahertz."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Ultraviolet"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Extreme Ultraviolet Light Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ExtremelyHighFrequency
-
-cco:ExtremelyHighFrequency a owl:Class ;
- rdfs:subClassOf cco:MicrowaveFrequency ;
- cco:acronym "EHF"^^xsd:string ;
- cco:definition "A Microwave Frequency of some Electromagnetic Wave, typically between 30 and 300 gigahertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Extremely High Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ExtremelyLowFrequency
-
-cco:ExtremelyLowFrequency a owl:Class ;
- rdfs:subClassOf cco:RadioFrequency ;
- cco:acronym "ELF"^^xsd:string ;
- cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 3 and 30 hertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Extremely Low Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/FacsimileTransmission
-
-cco:FacsimileTransmission a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunicationByMedia ;
- cco:alternative_label "Act of Facsimile Transmission"^^xsd:string , "Act of Faxing"^^xsd:string ;
- 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Facsimile_machine"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Facsimile Transmission"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/FarInfraredLightFrequency
-
-cco:FarInfraredLightFrequency a owl:Class ;
- rdfs:subClassOf cco:InfraredLightFrequency ;
- cco:definition "An Infrared Light Frequency of some Electromagnetic Wave, typically between 300 gigahertz and 20 terahertz."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Electromagnetic_spectrum#Infrared_radiation"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Far Infrared Light Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/FiatProcessPart
-
-cco:FiatProcessPart a owl:Class ;
- rdfs:subClassOf obo:BFO_0000015 ;
- cco:definition "A Process that is part of another Process and is differentiated from the whole conceptually."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Fiat Process Part"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/FixedLineNetworkTelephoneCall
-
-cco:FixedLineNetworkTelephoneCall a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Telephone_network"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Fixed Line Network Telephone Call"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Force
-
-cco:Force a 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)."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Force"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Frequency
-
-cco:Frequency a owl:Class ;
- rdfs:subClassOf obo:BFO_0000144 ;
- cco:alternative_label "Temporal Frequency"^^xsd:string ;
- cco:definition "A Process Profile that is characterized by the number of repetitive processes during a particular time period."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Frequency"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/FundamentalFrequency
-
-cco:FundamentalFrequency a owl:Class ;
- rdfs:subClassOf cco:SoundFrequency ;
- cco:definition "A Sound Frequency that is charaterized as the lowest Frequency of a Sound Wave."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Fundamental Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Funeral
-
-cco:Funeral a owl:Class ;
- rdfs:subClassOf cco:ActOfCeremony ;
- cco:alternative_label "Act of Funeral Ceremony"^^xsd:string ;
- cco:definition "An Act of Ceremony in which the Life of a Person who has died is celebrated, sanctified, or remembered."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Funeral"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Funeral"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDependentContinuant
-
-cco:GainOfDependentContinuant a owl:Class ;
- rdfs:subClassOf cco:Change , _:genid10 .
-
-_:genid10 a owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom _:genid11 .
-
-_:genid11 owl:intersectionOf _:genid17 .
-
-_:genid17 a rdf:List ;
- rdf:first obo:BFO_0000004 ;
- rdf:rest _:genid12 .
-
-_:genid12 a rdf:List ;
- rdf:first _:genid13 .
-
-_:genid13 a owl:Restriction ;
- owl:onProperty cco:bearer_of ;
- owl:someValuesFrom _:genid14 .
-
-_:genid14 a owl:Class ;
- owl:unionOf _:genid16 .
-
-_:genid16 a rdf:List ;
- rdf:first obo:BFO_0000020 ;
- rdf:rest _:genid15 .
-
-_:genid15 a rdf:List ;
- rdf:first obo:BFO_0000031 ;
- rdf:rest rdf:nil .
-
-_:genid12 rdf:rest rdf:nil .
-
-_:genid11 a owl:Class .
-
-cco:GainOfDependentContinuant cco:definition "A Change in which an Independent Continuant becomes the bearer of some Dependent Continuant."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Gain of Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDisposition
-
-cco:GainOfDisposition a owl:Class ;
- rdfs:subClassOf cco:GainOfRealizableEntity , _:genid18 .
-
-_:genid18 a owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom _:genid19 .
-
-_:genid19 owl:intersectionOf _:genid22 .
-
-_:genid22 a rdf:List ;
- rdf:first obo:BFO_0000004 ;
- rdf:rest _:genid20 .
-
-_:genid20 a rdf:List ;
- rdf:first _:genid21 .
-
-_:genid21 a owl:Restriction ;
- owl:onProperty cco:has_disposition ;
- owl:someValuesFrom obo:BFO_0000016 .
-
-_:genid20 rdf:rest rdf:nil .
-
-_:genid19 a owl:Class .
-
-cco:GainOfDisposition cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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 Disposition."^^xsd:string ;
- rdfs:label "Gain of Disposition"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/GainOfFunction
-
-cco:GainOfFunction a owl:Class ;
- rdfs:subClassOf cco:GainOfRealizableEntity , _:genid23 .
-
-_:genid23 a owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom _:genid24 .
-
-_:genid24 owl:intersectionOf _:genid27 .
-
-_:genid27 a rdf:List ;
- rdf:first obo:BFO_0000004 ;
- rdf:rest _:genid25 .
-
-_:genid25 a rdf:List ;
- rdf:first _:genid26 .
-
-_:genid26 a owl:Restriction ;
- owl:onProperty cco:has_function ;
- owl:someValuesFrom obo:BFO_0000034 .
-
-_:genid25 rdf:rest rdf:nil .
-
-_:genid24 a owl:Class .
-
-cco:GainOfFunction cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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 Function."^^xsd:string ;
- rdfs:label "Gain of Function"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/GainOfGenericallyDependentContinuant
-
-cco:GainOfGenericallyDependentContinuant a owl:Class ;
- rdfs:subClassOf cco:GainOfDependentContinuant , _:genid28 .
-
-_:genid28 a owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom _:genid29 .
-
-_:genid29 owl:intersectionOf _:genid32 .
-
-_:genid32 a rdf:List ;
- rdf:first obo:BFO_0000004 ;
- rdf:rest _:genid30 .
-
-_:genid30 a rdf:List ;
- rdf:first _:genid31 .
-
-_:genid31 a owl:Restriction ;
- owl:onProperty cco:bearer_of ;
- owl:someValuesFrom obo:BFO_0000031 .
-
-_:genid30 rdf:rest rdf:nil .
-
-_:genid29 a owl:Class .
-
-cco:GainOfGenericallyDependentContinuant cco:definition "A Gain of Dependent Continuant wherein some Independent Continuant becomes the bearer of some Generically Dependent Continuant."^^xsd:string ;
- cco:example_of_usage "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Gain of Generically Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/GainOfQuality
-
-cco:GainOfQuality a owl:Class ;
- rdfs:subClassOf cco:GainOfSpecificallyDependentContinuant , _:genid33 .
-
-_:genid33 a owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom _:genid34 .
-
-_:genid34 owl:intersectionOf _:genid37 .
-
-_:genid37 a rdf:List ;
- rdf:first obo:BFO_0000004 ;
- rdf:rest _:genid35 .
-
-_:genid35 a rdf:List ;
- rdf:first _:genid36 .
-
-_:genid36 a owl:Restriction ;
- owl:onProperty cco:has_quality ;
- owl:someValuesFrom obo:BFO_0000019 .
-
-_:genid35 rdf:rest rdf:nil .
-
-_:genid34 a owl:Class .
-
-cco:GainOfQuality cco:definition "A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality."^^xsd:string ;
- cco:example_of_usage "A person becoming pregnant."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Gain of Quality"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/GainOfRealizableEntity
-
-cco:GainOfRealizableEntity a owl:Class ;
- rdfs:subClassOf cco:GainOfSpecificallyDependentContinuant , _:genid38 .
-
-_:genid38 a owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom _:genid39 .
-
-_:genid39 owl:intersectionOf _:genid42 .
-
-_:genid42 a rdf:List ;
- rdf:first obo:BFO_0000004 ;
- rdf:rest _:genid40 .
-
-_:genid40 a rdf:List ;
- rdf:first _:genid41 .
-
-_:genid41 a owl:Restriction ;
- owl:onProperty cco:bearer_of ;
- owl:someValuesFrom obo:BFO_0000017 .
-
-_:genid40 rdf:rest rdf:nil .
-
-_:genid39 a owl:Class .
-
-cco:GainOfRealizableEntity cco:definition "A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity."^^xsd:string ;
- cco:example_of_usage "An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role)."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Gain of Realizable Entity"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/GainOfRole
-
-cco:GainOfRole a owl:Class ;
- rdfs:subClassOf cco:GainOfRealizableEntity , _:genid43 .
-
-_:genid43 a owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom _:genid44 .
-
-_:genid44 owl:intersectionOf _:genid47 .
-
-_:genid47 a rdf:List ;
- rdf:first obo:BFO_0000004 ;
- rdf:rest _:genid45 .
-
-_:genid45 a rdf:List ;
- rdf:first _:genid46 .
-
-_:genid46 a owl:Restriction ;
- owl:onProperty cco:has_role ;
- owl:someValuesFrom obo:BFO_0000023 .
-
-_:genid45 rdf:rest rdf:nil .
-
-_:genid44 a owl:Class .
-
-cco:GainOfRole cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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."^^xsd:string ;
- rdfs:label "Gain of Role"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/GainOfSpecificallyDependentContinuant
-
-cco:GainOfSpecificallyDependentContinuant a owl:Class ;
- rdfs:subClassOf cco:GainOfDependentContinuant , _:genid48 .
-
-_:genid48 a owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom _:genid49 .
-
-_:genid49 owl:intersectionOf _:genid52 .
-
-_:genid52 a rdf:List ;
- rdf:first obo:BFO_0000004 ;
- rdf:rest _:genid50 .
-
-_:genid50 a rdf:List ;
- rdf:first _:genid51 .
-
-_:genid51 a owl:Restriction ;
- owl:onProperty cco:bearer_of ;
- owl:someValuesFrom obo:BFO_0000020 .
-
-_:genid50 rdf:rest rdf:nil .
-
-_:genid49 a owl:Class .
-
-cco:GainOfSpecificallyDependentContinuant cco:definition "A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant."^^xsd:string ;
- 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)."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Gain of Specifically Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/GammaRayFrequency
-
-cco:GammaRayFrequency a owl:Class ;
- rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
- cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave, typically above 30 exahertz."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Gamma_ray"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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.
+@base .
+
+ rdf:type owl:Ontology ;
+ owl:versionIRI ;
+ owl:imports ;
+ cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
+ cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
+ cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
+ rdfs:comment "This ontology is designed to represent processual entities, especially those performed by agents, that occur within multiple domains."^^xsd:string ;
+ rdfs:label "Event Ontology"^^xsd:string ;
+ owl:versionInfo "Version 1.2"^^xsd:string .
+
+#################################################################
+# Object Properties
+#################################################################
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/process_preceded_by
+cco:process_preceded_by rdf:type owl:ObjectProperty ;
+ owl:inverseOf cco:process_precedes ;
+ cco:definition "P preceded_by P' if and only if: given any process p that instantiates P at a time t, there is some process p' such that p' instantiates P' at time t', and t' is earlier than t."^^xsd:string ;
+ cco:definition_source "Derived from the deprecated http://www.obofoundry.org/ro/ro.owl#preceded_by"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "process preceded by"^^xsd:string ;
+ rdfs:seeAlso "http://purl.obolibrary.org/obo/BFO_0000062"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/process_precedes
+cco:process_precedes rdf:type owl:ObjectProperty ;
+ cco:definition "Inverse of process preceded by."^^xsd:string ;
+ cco:definition_source "Derived from the deprecated http://www.obofoundry.org/ro/ro.owl#precedes"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "process precedes"^^xsd:string ;
+ rdfs:seeAlso "http://purl.obolibrary.org/obo/BFO_0000063"^^xsd:string .
+
+
+#################################################################
+# Classes
+#################################################################
+
+### 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."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Acceleration"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Acceleration"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.dictionary.com/browse/advising"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Advising"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Apologizing"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:example_of_usage "a food critic rating the quality of a restaurant's ambiance, service, and food"^^xsd:string ,
+ "a mechanic assessing whether a damaged vehicle is repairable"^^xsd:string ,
+ "an insurance agent appraising the financial value of a building"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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)."^^xsd:string ;
+ rdfs:label "Act of Appraisal"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Arrival"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:example_of_usage "putting together a piece of furniture purchased from Ikea"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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."^^xsd:string ;
+ rdfs:label "Act of Artifact Assembly"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactEmployment
+cco:ActOfArtifactEmployment rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act of using an Artifact."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Artifact Employment"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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."^^xsd:string ;
+ rdfs:label "Act of Artifact Modification"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactProcessing
+cco:ActOfArtifactProcessing rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Artifact Processing"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Assassination"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Assignment_%28law%29"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Assignment"^^xsd:string .
+
+
+### 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 an Intentional Act, enterprise or business."^^xsd:string ;
+ cco:definition_source "http://en.wiktionary.org/wiki/associate"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Association"^^xsd:string .
+
+
+### 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)."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Buying"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Cargo Transportation"^^rdfs:Literal .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Ceremony"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Ceremony"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Change of Residence"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Collision"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Commanding"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "Examples: agreeing, betting, guaranteeing, inviting, offering, promising, swearing, volunteering"^^xsd:string ;
+ rdfs:label "Act of Commissive Communication"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommunication
+cco:ActOfCommunication rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act in which some Information Content Entity is transferred from some Agent to Another."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Communication"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Communication"^^xsd:string .
+
+
+### 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)."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Communication by Media"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.thefreedictionary.com/condoling"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Condoling"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Conducting Mass Media Interview"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Confessing"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.merriam-webster.com/dictionary/congratulate"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Congratulating"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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."^^xsd:string ;
+ rdfs:label "Act of Construction"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConsumption
+cco:ActOfConsumption rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act in which a resource is ingested or used up."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Consumption"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Contract#Formation"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Contract Formation"^^rdfs:Literal .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Deceptive Communication"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "Examples: Baptism, Sentencing a person to imprisonment, Pronouncing a couple husband and wife, Declaring war"^^xsd:string ;
+ rdfs:label "Act of Declarative Communication"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Decoy Use"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.merriam-webster.com/dictionary/denial"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Denying"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Departure"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "Examples: advising, admonishing, asking, begging, dismissing, excusing, forbidding, instructing, ordering, permitting, requesting, requiring, suggesting, urging, warning"^^xsd:string ;
+ rdfs:label "Act of Directive Communication"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Donation"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Donating"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Educational Training Acquisition"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Educational Training Instruction"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Employment"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Encounter"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEntertainment
+cco:ActOfEntertainment rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act consisting of any activity which provides a diversion or permits people to amuse themselves."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Entertainment"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Entertainment"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Espionage"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Espionage"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEstimation
+cco:ActOfEstimation rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfMeasuring ;
+ cco:alternative_label "Act of Approximation"^^xsd:string ;
+ 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."^^xsd:string ;
+ 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."^^xsd:string ;
+ 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"^^xsd:string ,
+ "measuring the amount of time required to do a task based on how long it took to do a similar task in the past"^^xsd:string ,
+ "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"^^xsd:string ,
+ "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"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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."^^xsd:string ,
+ "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)."^^xsd:string ;
+ rdfs:label "Act of Estimation"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfExpressiveCommunication
+cco:ActOfExpressiveCommunication rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfCommunication ;
+ cco:definition "An Act of Communication that expresses the Speaker's attitudes and emotions towards some proposition."^^xsd:string ;
+ cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "Examples: apologizing, condoling, congratulating, greeting, thanking, accepting (acknowledging an acknowledgment)"^^xsd:string ;
+ rdfs:label "Act of Expressive Communication"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Facility Use"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Deposit_(bank)"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Financial Deposit"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Financial Instrument Use"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Deposit_(bank)"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Financial Withdrawal"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Funding"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfGovernment
+cco:ActOfGovernment rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Government"^^rdfs:Literal .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Homicide"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.dictionary.com/browse/identify"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Identifying"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInhabitancy
+cco:ActOfInhabitancy rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional 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."^^xsd:string ;
+ cco:definition_source "http://www.merriam-webster.com/dictionary/inhabit"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Inhabitancy"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIntelligenceGathering
+cco:ActOfIntelligenceGathering rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act of producing and/or gathering information by a government or other Organization to guide decisions and actions by answering questions or obtaining advance warning of events and movements deemed to be important or otherwise relevant."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Intelligence Gathering"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Interpersonal_relationship"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Interpersonal Relationship"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.merriam-webster.com/dictionary/invite"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Inviting"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Issuing Mass Media Article"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Issuing Mass Media Documentary"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Issuing Mass Media Press Release"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Legal Instrument Use"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Loan"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Loaning"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Location Change"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Maintenance"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "An Act of Manufacturing typically involves the mass production of goods."^^xsd:string ;
+ rdfs:label "Act of Manufacturing"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/The_media"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Mass Media Communication"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMeasuring
+cco:ActOfMeasuring rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."^^xsd:string ;
+ cco:example_of_usage "putting an object on a scale to measure its weight in kilograms"^^xsd:string ,
+ "rating Hollywood movies on a 1 to 5 star scale"^^xsd:string ,
+ "using a tape measure to determine the height and width of a doorway in inches"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Measuring"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Meeting"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryForce
+cco:ActOfMilitaryForce rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act of employing a Military Force to achieve some desired result."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Military Force"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.collinsdictionary.com/dictionary/english/military-service"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Military Service"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Military Training Acquisition"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Military Training Instruction"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMotion
+cco:ActOfMotion rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act by which an Agent causes the position or location of some Object to change."^^xsd:string ;
+ cco:definition_source "http://www.merriam-webster.com/dictionary/motion"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Motion"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Murder"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Oath"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Oath Taking"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfObservation
+cco:ActOfObservation rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act of acquiring information from a source via the use of one or more senses."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Observation"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Observation"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Official Documentation"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Ownership"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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."^^xsd:string ;
+ rdfs:label "Act of Ownership"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Personal Communication"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Pilgrimage"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Pilgrimage"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPlanning
+cco:ActOfPlanning rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act that involves making a Plan to achieve some specified Objective."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Planning"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Portion of Material Consumption"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:example_of_usage "a top spinning in place"^^xsd:string ,
+ "adjusting your posture"^^xsd:string ,
+ "raising your left arm"^^xsd:string ,
+ "swivelling your office chair to face the window"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "An Act of Position Change does not entail a change of location."^^xsd:string ;
+ rdfs:label "Act of Position Change"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPossession
+cco:ActOfPossession rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act in which an agent intentionally exercises control towards a thing."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Possession_(law)"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "In all cases, to possess something, an agent must have an intention to possess it."^^xsd:string ;
+ rdfs:label "Act of Possession"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPrediction
+cco:ActOfPrediction rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional 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."^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:example_of_usage "a chess master predicting the next 8 moves his opponent will make"^^xsd:string ,
+ "predicting that a particular stock will double in value over the next fiscal quarter"^^xsd:string ,
+ "using sample exit polls data to predict the winners of an election"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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)."^^xsd:string ;
+ rdfs:label "Act of Prediction"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.merriam-webster.com/dictionary/promise"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Promising"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Propaganda"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Propaganda"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Publishing Mass Media Article"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Publishing Mass Media Documentary"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Publishing Mass Media Press Release"^^xsd:string .
+
+
+### 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)."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Purchase"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Purchasing"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Reconnaissance"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Reconnaissance"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Religious Group Affiliation"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Religious Training Acquisition"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Religious Training Instruction"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Religious Worship"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Remuneration"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "Comment: Remuneration normally consists of salary or hourly wages, but also applies to commission, stock options, fringe benefits, etc."^^xsd:string ;
+ rdfs:label "Act of Remuneration"^^xsd:string .
+
+
+### 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)."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Renting"^^rdfs:Literal .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Loan"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Repayment"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.merriam-webster.com/dictionary/report"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Reporting"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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"^^xsd:string ;
+ rdfs:label "Act of Representative Communication"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.merriam-webster.com/dictionary/request"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Requesting"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.thefreedictionary.com/reside"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Residing"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Social Group Membership"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Social_movement"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Social Movement"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Sojourn"^^xsd:string .
+
+
+### 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"^^xsd:string ;
+ cco:definition "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."^^xsd:string ;
+ cco:definition_source "http://www.merriam-webster.com/dictionary/suicide"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Suicide"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Terrorism"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Terrorism"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Terrorist Training Acquisition"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Terrorist Training Instruction"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.merriam-webster.com/dictionary/testify"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Testifying"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source " http://www.merriam-webster.com/dictionary/thanks"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Thanking"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Tool Use"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTraining
+cco:ActOfTraining rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."^^xsd:string ;
+ cco:definition_source " http://en.wikipedia.org/wiki/Education"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Training"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Training Acquisition"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Training Instruction"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source " http://en.wikipedia.org/wiki/Travel"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Travel"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Vehicle Use"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfViolence
+cco:ActOfViolence rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act of causing harm to oneself or to another through the use of physical or verbal force."^^xsd:string ;
+ cco:definition_source " http://en.wikipedia.org/wiki/Violence"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Violence"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Vocational Training Acquisition"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Vocational Training Instruction"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.merriam-webster.com/dictionary/volunteer"^^xsd:string ;
+ cco:example_of_usage "entering into military service voluntarily"^^xsd:string ,
+ "rendering a service voluntarily"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Volunteering"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Walking"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.merriam-webster.com/dictionary/warning"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Warning"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Act of Weapon Use"^^xsd:string .
+
+
+### 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)."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Active Stasis"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Amplitude"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Angular_momentum#Definition"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Angular Momentum"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/AngularVelocity
+cco:AngularVelocity rdf:type owl:Class ;
+ rdfs:subClassOf cco:Velocity ;
+ cco:definition "A Velocity that describes both the angular (i.e. rotational) Speed of an object and the Axis about which the object is Rotating."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Angular_velocity"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Angular Velocity"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/BeginningOfLifeStasis
+cco:BeginningOfLifeStasis rdf:type owl:Class ;
+ rdfs:subClassOf cco:OperationalStasis ;
+ cco:acronym "BOL"^^xsd:string ,
+ "BoL"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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."^^xsd:string ;
+ rdfs:label "Beginning of Life Stasis"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://purl.obolibrary.org/obo/GO_0007610"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Behavior"^^xsd:string .
+
+
+### 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)."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Biographical Life"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Birth"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Birth"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Cause
+cco:Cause rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:is_cause_of ;
+ owl:someValuesFrom obo:BFO_0000003
+ ] ;
+ rdfs:subClassOf obo:BFO_0000015 ;
+ cco:definition "A Process that is the cause of or one of the causes of some other Process."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Cause"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Change"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ClockwiseRotationalMotion
+cco:ClockwiseRotationalMotion rdf:type owl:Class ;
+ rdfs:subClassOf cco:RotationalMotion ;
+ cco:alternative_label "CW Rotational Motion"^^xsd:string ,
+ "Clockwise Rotation"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:example_of_usage "the axial rotation of the Earth as seen from above the South Pole"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Clockwise Rotational Motion"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Combustion
+cco:Combustion rdf:type owl:Class ;
+ rdfs:subClassOf cco:NaturalProcess ;
+ cco:alternative_label "Burning Process"^^xsd:string ,
+ "Combustion Process"^^xsd:string ;
+ cco:definition "A Natural Process in which a Portion of Fuel or other Material Entity is burned."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Combustion"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/CounterClockwiseRotationalMotion
+cco:CounterClockwiseRotationalMotion rdf:type owl:Class ;
+ rdfs:subClassOf cco:RotationalMotion ;
+ cco:alternative_label "Anti-Clockwise Rotation"^^xsd:string ,
+ "CCW Rotational Motion"^^xsd:string ,
+ "Counter-Clockwise Rotation"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:example_of_usage "the axial rotation of the Earth as seen from above the North Pole"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Counter-Clockwise Rotational Motion"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/CriminalAct
+cco:CriminalAct rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act committed in violation of rules or laws for which some governing authority (via mechanisms such as legal systems) can prescribe a conviction."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Crime"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Criminal Act"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/CurvilinearMotion
+cco:CurvilinearMotion rdf:type owl:Class ;
+ rdfs:subClassOf cco:TranslationalMotion ;
+ cco:alternative_label "Curved Motion"^^xsd:string ;
+ cco:definition "A Translational Motion process in which an Object moves along a curved path."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Curvilinear Motion"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/DamagedStasis
+cco:DamagedStasis rdf:type owl:Class ;
+ rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ;
+ cco:alternative_label "Damaged"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:definition_source "http://www.thefreedictionary.com/damaged"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Damaged Stasis"^^xsd:string .
+
+
+### 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)."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Deactivated Stasis"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Death"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Death"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Decrease of Dependent Continuant"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Decrease of Disposition"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfFunction
+cco:DecreaseOfFunction 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 Function that it bears."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Decrease of Function"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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."^^xsd:string ;
+ rdfs:label "Decrease of Generically Dependent Continuant"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:example_of_usage "Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Decrease of Quality"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Decrease of Realizable Entity"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Decrease of Role"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Decrease of Specifically Dependent Continuant"^^xsd:string .
+
+
+### 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)."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Defunct Stasis"^^xsd:string .
+
+
+### 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"^^xsd:string ,
+ "DeltaV"^^xsd:string ;
+ cco:definition "A Process Profile that is the total change in Velocity of an object's Motion."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "Delta-v is not equivalent to and should not be confused with Acceleration, which is the rate of change of Velocity."^^xsd:string ;
+ rdfs:label "Delta-v"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Economy
+cco:Economy rdf:type owl:Class ;
+ rdfs:subClassOf cco:ProcessAggregate ;
+ cco:definition "A Process Aggregate comprising the production, exchange, distribution and consumption of goods that occurs at some Geopolitical Entity."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Economy"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Effect
+cco:Effect rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:caused_by ;
+ owl:someValuesFrom obo:BFO_0000003
+ ] ;
+ rdfs:subClassOf obo:BFO_0000015 ;
+ cco:alternative_label "Consequence"^^xsd:string ;
+ cco:definition "A Process that follows and is caused by some previous Process."^^xsd:string ;
+ cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=effect"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Effect"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/EffectOfLocationChange
+cco:EffectOfLocationChange rdf:type owl:Class ;
+ rdfs:subClassOf cco:Effect ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:BFO_0000050 ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Effect of Location Change"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Election
+cco:Election rdf:type owl:Class ;
+ rdfs:subClassOf cco:SocialAct ;
+ cco:alternative_label "Act of Political Election"^^xsd:string ;
+ cco:definition "A Social Act by which a population chooses an individual to hold public office."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Election"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Election"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticPulse
+cco:ElectromagneticPulse rdf:type owl:Class ;
+ rdfs:subClassOf cco:ElectromagneticWaveProcess ;
+ cco:alternative_label "EMP"^^xsd:string ,
+ "Transient Electromagnetic Disturbance"^^xsd:string ;
+ cco:definition "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Electromagnetic_pulse"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Electromagnetic Pulse"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Electromagnetic_spectrum"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "Divisions between EM radiation frequencies are fiat and sources vary on where to draw boundaries."^^xsd:string ;
+ rdfs:label "Electromagnetic Radiation Frequency"^^xsd:string .
+
+
+### 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"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Electromagnetic Wave Process"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/EmailMessaging
+cco:EmailMessaging rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfCommunicationByMedia ;
+ cco:alternative_label "Act of Emailing"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Email"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Email Messaging"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/EndOfLifeStasis
+cco:EndOfLifeStasis rdf:type owl:Class ;
+ rdfs:subClassOf cco:StasisOfArtifactOperationality ;
+ cco:acronym "EOL"^^xsd:string ,
+ "EoL"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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."^^xsd:string ;
+ rdfs:label "End of Life Stasis"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/EnhancedStasis
+cco:EnhancedStasis rdf:type owl:Class ;
+ rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ;
+ cco:alternative_label "Enhanced"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:definition_source "http://www.thefreedictionary.com/enhance"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Enhanced Stasis"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/EssentialServiceProvision
+cco:EssentialServiceProvision rdf:type owl:Class ;
+ rdfs:subClassOf cco:ProcessAggregate ;
+ cco:definition "A Process Aggregate comprising the delivery of one or more essential services."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "An essential service is defined here as being one of: medical care, food and water, shelter, or sanitation."^^xsd:string ;
+ rdfs:label "Essential Service Provision"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremeUltravioletLightFrequency
+cco:ExtremeUltravioletLightFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:UltravioletLightFrequency ;
+ cco:definition "An Ultraviolet Light Frequency of some Electromagnetic Wave, typically between 3 and 30 petahertz."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Ultraviolet"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Extreme Ultraviolet Light Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremelyHighFrequency
+cco:ExtremelyHighFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:MicrowaveFrequency ;
+ cco:acronym "EHF"^^xsd:string ;
+ cco:definition "A Microwave Frequency of some Electromagnetic Wave, typically between 30 and 300 gigahertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Extremely High Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremelyLowFrequency
+cco:ExtremelyLowFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:RadioFrequency ;
+ cco:acronym "ELF"^^xsd:string ;
+ cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 3 and 30 hertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Extremely Low Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/FacsimileTransmission
+cco:FacsimileTransmission rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfCommunicationByMedia ;
+ cco:alternative_label "Act of Facsimile Transmission"^^xsd:string ,
+ "Act of Faxing"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Facsimile_machine"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Facsimile Transmission"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/FarInfraredLightFrequency
+cco:FarInfraredLightFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:InfraredLightFrequency ;
+ cco:definition "An Infrared Light Frequency of some Electromagnetic Wave, typically between 300 gigahertz and 20 terahertz."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Electromagnetic_spectrum#Infrared_radiation"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Far Infrared Light Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/FiatProcessPart
+cco:FiatProcessPart rdf:type owl:Class ;
+ rdfs:subClassOf obo:BFO_0000015 ;
+ cco:definition "A Process that is part of another Process and is differentiated from the whole conceptually."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Fiat Process Part"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Telephone_network"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Fixed Line Network Telephone Call"^^xsd:string .
+
+
+### 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)."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Force"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Frequency
+cco:Frequency rdf:type owl:Class ;
+ rdfs:subClassOf obo:BFO_0000144 ;
+ cco:alternative_label "Temporal Frequency"^^xsd:string ;
+ cco:definition "A Process Profile that is characterized by the number of repetitive processes during a particular time period."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Frequency"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/FundamentalFrequency
+cco:FundamentalFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:SoundFrequency ;
+ cco:definition "A Sound Frequency that is charaterized as the lowest Frequency of a Sound Wave."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Fundamental Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Funeral
+cco:Funeral rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfCeremony ;
+ cco:alternative_label "Act of Funeral Ceremony"^^xsd:string ;
+ cco:definition "An Act of Ceremony in which the Life of a Person who has died is celebrated, sanctified, or remembered."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Funeral"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Funeral"^^xsd:string .
+
+
+### 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 of some Dependent Continuant."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Gain of Dependent Continuant"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDisposition
+cco:GainOfDisposition rdf:type owl:Class ;
+ rdfs:subClassOf cco:GainOfRealizableEntity ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000057 ;
+ owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000091 ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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 Disposition."^^xsd:string ;
+ rdfs:label "Gain of Disposition"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfFunction
+cco:GainOfFunction rdf:type owl:Class ;
+ rdfs:subClassOf cco:GainOfRealizableEntity ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000057 ;
+ owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000085 ;
+ owl:someValuesFrom obo:BFO_0000034
+ ]
+ ) ;
+ rdf:type owl:Class
+ ]
+ ] ;
+ cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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 Function."^^xsd:string ;
+ rdfs:label "Gain of Function"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfGenericallyDependentContinuant
+cco:GainOfGenericallyDependentContinuant rdf:type owl:Class ;
+ rdfs:subClassOf cco:GainOfDependentContinuant ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000057 ;
+ owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0010002 ;
+ owl:someValuesFrom obo:BFO_0000031
+ ]
+ ) ;
+ rdf:type owl:Class
+ ]
+ ] ;
+ cco:definition "A Gain of Dependent Continuant wherein some Independent Continuant becomes the bearer of some Generically Dependent Continuant."^^xsd:string ;
+ cco:example_of_usage "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Gain of Generically Dependent Continuant"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfQuality
+cco:GainOfQuality rdf:type owl:Class ;
+ rdfs:subClassOf cco:GainOfSpecificallyDependentContinuant ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000057 ;
+ owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000086 ;
+ 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."^^xsd:string ;
+ cco:example_of_usage "A person becoming pregnant."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Gain of Quality"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfRealizableEntity
+cco:GainOfRealizableEntity rdf:type owl:Class ;
+ rdfs:subClassOf cco:GainOfSpecificallyDependentContinuant ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000057 ;
+ owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000053 ;
+ 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."^^xsd:string ;
+ cco:example_of_usage "An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role)."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Gain of Realizable Entity"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfRole
+cco:GainOfRole rdf:type owl:Class ;
+ rdfs:subClassOf cco:GainOfRealizableEntity ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000057 ;
+ owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000087 ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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."^^xsd:string ;
+ rdfs:label "Gain of Role"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfSpecificallyDependentContinuant
+cco:GainOfSpecificallyDependentContinuant rdf:type owl:Class ;
+ rdfs:subClassOf cco:GainOfDependentContinuant ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000057 ;
+ owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:RO_0000053 ;
+ 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."^^xsd:string ;
+ 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)."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Gain of Specifically Dependent Continuant"^^xsd:string .
+
+
+### 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, typically above 30 exahertz."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Gamma_ray"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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"""^^xsd:string ;
- rdfs:label "Gamma Ray Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/HardXrayFrequency
-
-cco:HardXrayFrequency a owl:Class ;
- rdfs:subClassOf cco:XrayFrequency ;
- cco:definition "An X-Ray Frequency of some Electromagnetic Wave, typically between 3 and 30 exahertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Hard X-ray Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/HighFrequency
-
-cco:HighFrequency a owl:Class ;
- rdfs:subClassOf cco:RadioFrequency ;
- cco:acronym "HF"^^xsd:string ;
- cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 3 and 30 megahertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "High Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/IgnitionProcess
-
-cco:IgnitionProcess a owl:Class ;
- rdfs:subClassOf cco:NaturalProcess ;
- cco:alternative_label "Ignition"^^xsd:string ;
- cco:definition "A Natural Process that initiates a Combustion process."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Ignition Process"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ImpulsiveForce
-
-cco:ImpulsiveForce a owl:Class ;
- rdfs:subClassOf obo:BFO_0000144 ;
- cco:alternative_label "Imp"^^xsd:string , "Impulse"^^xsd:string , "J"^^xsd:string ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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."^^xsd:string ;
- rdfs:label "Impulsive Force"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfDependentContinuant
-
-cco:IncreaseOfDependentContinuant a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Increase of Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfDisposition
-
-cco:IncreaseOfDisposition a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Increase of Disposition"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfFunction
-
-cco:IncreaseOfFunction a owl:Class ;
- rdfs:subClassOf cco:IncreaseOfRealizableEntity ;
- cco:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Function that it bears."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Increase of Function"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfGenericallyDependentContinuant
-
-cco:IncreaseOfGenericallyDependentContinuant a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Increase of Generically Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfQuality
-
-cco:IncreaseOfQuality a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Increase of Quality"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfRealizableEntity
-
-cco:IncreaseOfRealizableEntity a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Increase of Realizable Entity"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfRole
-
-cco:IncreaseOfRole a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Increase of Role"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfSpecificallyDependentContinuant
-
-cco:IncreaseOfSpecificallyDependentContinuant a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Increase of Specifically Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/InfraredLightFrequency
-
-cco:InfraredLightFrequency a owl:Class ;
- rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
- cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave, typically between 300 gigahertz and 430 tetrahertz."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Infrared"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Infrared Light Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/InfrasonicFrequency
-
-cco:InfrasonicFrequency a owl:Class ;
- rdfs:subClassOf cco:SoundFrequency ;
- cco:definition "A Sound Frequency that is below 20 hertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Infrasonic Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/InstantMessaging
-
-cco:InstantMessaging a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunicationByMedia ;
- cco:alternative_label "Act of IMing"^^xsd:string , "Act of Instant Messaging"^^xsd:string ;
- 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Instant_messaging#Clients"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Instant Messaging"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/IntentionalAct
-
-cco:IntentionalAct a owl:Class ;
- rdfs:subClassOf cco:Act ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Intentional Act"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/InverseSawtoothWaveform
-
-cco:InverseSawtoothWaveform a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Inverse Sawtooth Waveform"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/LegalSystemAct
-
-cco:LegalSystemAct a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."^^xsd:string ;
- cco:definition_source "http://www.id.uscourts.gov/glossary.htm"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Legal System Act"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/LifeEvent
-
-cco:LifeEvent a owl:Class ;
- rdfs:subClassOf cco:FiatProcessPart , _:genid53 .
-
-_:genid53 a owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom cco:BiographicalLife .
-
-cco:LifeEvent cco:definition "A Fiat Process Part participated in by the Agent of some Biographical Life."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Life Event"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/LongitudinalWaveProfile
-
-cco:LongitudinalWaveProfile a owl:Class ;
- rdfs:subClassOf cco:WaveProcessProfile , _:genid54 .
-
-_:genid54 a owl:Restriction ;
- owl:onProperty cco:is_part_of_process ;
- owl:someValuesFrom cco:MechanicalWaveProcess .
-
-cco:LongitudinalWaveProfile cco:alternative_label "Compression Wave"^^xsd:string , "Longitudinal Wave"^^xsd:string ;
- 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."^^xsd:string ;
- cco:definition_source "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Longitudinal Wave Profile"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/LossOfDependentContinuant
-
-cco:LossOfDependentContinuant a owl:Class ;
- rdfs:subClassOf cco:Change ;
- cco:definition "A Change in which some Independent Continuant ceases to be the bearer of some Dependent Continuant."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Loss of Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/LossOfDisposition
-
-cco:LossOfDisposition a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Loss of Disposition"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/LossOfFunction
-
-cco:LossOfFunction a 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 Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Loss of Function"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/LossOfGenericallyDependentContinuant
-
-cco:LossOfGenericallyDependentContinuant a 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 Generically Dependent Continuant."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Loss of Generically Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/LossOfQuality
-
-cco:LossOfQuality a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Loss of Quality"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/LossOfRealizableEntity
-
-cco:LossOfRealizableEntity a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Loss of Realizable Entity"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/LossOfRole
-
-cco:LossOfRole a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Loss of Role"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/LossOfSpecificallyDependentContinuant
-
-cco:LossOfSpecificallyDependentContinuant a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Loss of Specifically Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Loudness
-
-cco:Loudness a owl:Class ;
- rdfs:subClassOf cco:SoundProcessProfile ;
- cco:definition "A Sound Process Profile that is characterized by the amplitude, frequency and power of translated sound waves, typically on a continuum from soft to loud."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Loudness"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/LowFrequency
-
-cco:LowFrequency a owl:Class ;
- rdfs:subClassOf cco:RadioFrequency ;
- cco:acronym "LF"^^xsd:string ;
- cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 30 and 300 kilohertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Low Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Mailing
-
-cco:Mailing a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunicationByMedia ;
- cco:alternative_label "Act of Mailing"^^xsd:string ;
- cco:definition "An Act of Communication by Media in which information and tangible objects, usually written documents, are delivered to destinations around the world."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Mail"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Mailing"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Married
-
-cco:Married a owl:Class ;
- rdfs:subClassOf cco:StasisOfGenericallyDependentContinuant ;
- cco:alternative_label "Married Stasis"^^xsd:string ;
- 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."^^xsd:string ;
- 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"^^xsd:string , "http://en.wikipedia.org/wiki/Marriage"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Married"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/MaximumPower
-
-cco:MaximumPower a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Maximum Power"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/MechanicalProcess
-
-cco:MechanicalProcess a owl:Class ;
- rdfs:subClassOf obo:BFO_0000015 ;
- cco:definition "A Process that is the realization of some Disposition of an Artifact"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Mechanical Process"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/MechanicalWaveProcess
-
-cco:MechanicalWaveProcess a 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."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Mechanical_wave"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Mechanical Wave Process"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/MediumFrequency
-
-cco:MediumFrequency a owl:Class ;
- rdfs:subClassOf cco:RadioFrequency ;
- cco:acronym "MF"^^xsd:string ;
- cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 300 kilohertz and 3 megahertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Medium Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/MicrowaveFrequency
-
-cco:MicrowaveFrequency a owl:Class ;
- rdfs:subClassOf cco:RadioFrequency ;
- cco:definition "A Radio Frequency of some some Electromagnetic Wave, typically between 300 megahertz and 300 gigahertz."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Microwave"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Microwave Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/MidInfraredLightFrequency
-
-cco:MidInfraredLightFrequency a owl:Class ;
- rdfs:subClassOf cco:InfraredLightFrequency ;
- cco:definition "An Infrared Light Frequency of some Electromagnetic Wave, typically between 20 to 214 terahertz."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Electromagnetic_spectrum#Infrared_radiation"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Mid Infrared Light Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Momentum
-
-cco:Momentum a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "The SI unit of measure for Momentum is Newton seconds (N s)."^^xsd:string ;
- rdfs:label "Momentum"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/MotionProcess
-
-cco:MotionProcess a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Motion"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/MuzzleBlast
-
-cco:MuzzleBlast a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Muzzle Blast"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/NaturalProcess
-
-cco:NaturalProcess a 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."^^xsd:string ;
- cco:definition_source "http://www.thefreedictionary.com/natural+process"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Natural Process"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/NearInfraredLightFrequency
-
-cco:NearInfraredLightFrequency a owl:Class ;
- rdfs:subClassOf cco:InfraredLightFrequency ;
- cco:definition "An Infrared Light Frequency of some Electromagnetic Wave, typically between 214 and 400 terahertz."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Electromagnetic_spectrum#Infrared_radiation"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Near Infrared Light Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/NearUltravioletLightFrequency
-
-cco:NearUltravioletLightFrequency a owl:Class ;
- rdfs:subClassOf cco:UltravioletLightFrequency ;
- cco:definition "An Ultraviolet Light Frequency of some Electromagnetic Wave, typically between 750 terahertz and 3 petahertz."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Ultraviolet"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Near Ultraviolet Light Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/NominalStasis
-
-cco:NominalStasis a owl:Class ;
- rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ;
- cco:alternative_label "Nominal"^^xsd:string ;
- 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."^^xsd:string ;
- cco:definition_source "https://en.oxforddictionaries.com/definition/nominal (Definition 6)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Nominal Stasis"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/OperationalStasis
-
-cco:OperationalStasis a 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)."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Operational Stasis"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/OscillationProcess
-
-cco:OscillationProcess a owl:Class ;
- rdfs:subClassOf cco:ProcessRecurrenceAggregate ;
- cco:alternative_label "Oscillation"^^xsd:string ;
- cco:definition "A Process Recurrence Aggregate that consists of the repetitive variation of some entity between two or more states that surround a central state toward which the entity tends."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Oscillation Process"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Pitch
-
-cco:Pitch a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Pitch"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Power
-
-cco:Power a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Power"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Pressure
-
-cco:Pressure a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Pressure"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/PrivateNetworkTelephoneCall
-
-cco:PrivateNetworkTelephoneCall a 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))."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Telephone_network"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Private Network Telephone Call"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ProcessAggregate
-
-cco:ProcessAggregate a owl:Class ;
- rdfs:subClassOf obo:BFO_0000003 ;
- cco:definition "An Occurrent that is a collection of processes."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Process Aggregate"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ProcessBeginning
-
-cco:ProcessBeginning a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Process Beginning"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ProcessEnding
-
-cco:ProcessEnding a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Process Ending"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ProcessHistory
-
-cco:ProcessHistory a owl:Class ;
- rdfs:subClassOf cco:ProcessAggregate ;
- cco:definition "A Process Aggregate that consists of the sum of all Processes that are part of or otherwise involved in the primary Process (i.e., the Process for which the history is being represented) and which are bounded by the Spatiotemporal Region in which the primary Process occurs."^^xsd:string ;
- cco:elucidation "While a History is, roughly, the sum of all Processes involving a particular Independent Continuant, a Process History is, roughly, the sum of all Processes involved with a particular Process, which often includes other Processes that the Agents and Participants in the primary Process are participating in during the same Temporal Region."^^xsd:string ;
- cco:example_of_usage "The Process History of a particular passenger flight includes the processes of refueling, takeoff, landing, passenger and luggage loading and unloading, flight attendants serving refreshments and peanuts, passengers sitting, pilots operating the flight controls, air rushing past the plane, communications with air traffic control, sensor operations, and many more."^^xsd:string , "The Process History of a particular sporting event includes the processes of the fans arriving, cheering, booing, holding up signs, buying food and merchandise, and leaving as well as the processes that the coaches, players, and referees engage in during the sporting event."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Process History"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ProcessRecurrenceAggregate
-
-cco:ProcessRecurrenceAggregate a owl:Class ;
- rdfs:subClassOf cco:ProcessAggregate ;
- cco:definition "A Process Aggregate that consists of the collection of subprocesses that are all instances of a single type of Process and are parts of a given History or Process History."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Process Recurrence Aggregate"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ProperAcceleration
-
-cco:ProperAcceleration a 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)."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Proper_acceleration"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Proper Acceleration"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionProcess
-
-cco:PropulsionProcess a 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."^^xsd:string ;
- 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."^^xsd:string ;
- cco:example_of_usage "a twin-engine turboprop plane rotating both of its propellers against a portion of atmosphere to propel the plane forward"^^xsd:string , "an apple falling to the ground under the power of Earth's gravitational force"^^xsd:string , "burning a portion of fuel to produce exhaust that is ejected through a jet nozzle to propel a rocket and its payload"^^xsd:string , "heat from a fire causing ashes to rise into the sky"^^xsd:string , "launching a water balloon using a sling shot"^^xsd:string , "the wind blowing leaves across a lawn"^^xsd:string , "turning a paddle wheel against a portion of water to propel the paddle boat forward"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Propulsion Process"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/RadioBroadcast
-
-cco:RadioBroadcast a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunicationByMedia ;
- cco:alternative_label "Act of Radio Broadcasting"^^xsd:string ;
- cco:definition "An Act of Communciation by Media that is transmitted to an audience through a radio network."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Radio_network"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Radio Broadcast"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/RadioFrequency
-
-cco:RadioFrequency a owl:Class ;
- rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
- cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave, typically between 3 kilohertz and 300 gigahertz."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Radio_wave"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Radio Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/RadioInterference
-
-cco:RadioInterference a 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 Intentional Act."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Radio Interference"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/RevolvingMotion
-
-cco:RevolvingMotion a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Revolving Motion"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/RotationalMotion
-
-cco:RotationalMotion a owl:Class ;
- rdfs:subClassOf cco:MotionProcess , _:genid55 .
-
-_:genid55 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:AngularVelocity .
-
-cco:RotationalMotion cco:alternative_label "Rotation"^^xsd:string ;
- cco:definition "A Motion Process in which an Object moves in a Circular or Elliptical Path around an Axis of Rotation."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Rotation"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Rotational Motion"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SawtoothWaveform
-
-cco:SawtoothWaveform a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Sawtooth Waveform"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/ShearWaveProcess
-
-cco:ShearWaveProcess a owl:Class ;
- owl:equivalentClass _:genid56 .
-
-_:genid56 owl:intersectionOf _:genid59 .
-
-_:genid59 a rdf:List ;
- rdf:first cco:MechanicalWaveProcess ;
- rdf:rest _:genid57 .
-
-_:genid57 a rdf:List ;
- rdf:first _:genid58 .
-
-_:genid58 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:TransverseWaveProfile .
-
-_:genid57 rdf:rest rdf:nil .
-
-_:genid56 a owl:Class .
-
-cco:ShearWaveProcess rdfs:subClassOf cco:MechanicalWaveProcess ;
- cco:definition "A Mechanical Wave that has a Transverse Wave Profile."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Shear Wave Process"^^xsd:string .
-
-
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SineWaveform
-
-cco:SineWaveform a owl:Class ;
- rdfs:subClassOf cco:Waveform ;
- cco:alternative_label "Sinusoidal Waveform"^^xsd:string ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Sine Waveform"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SocialAct
-
-cco:SocialAct a owl:Class ;
- rdfs:subClassOf cco:IntentionalAct ;
- cco:definition "An Intentional Act having an objective that affects, is performed by, or is performed on behalf of, a community or group of Persons."^^xsd:string ;
- cco:definition_source "http://en.wiktionary.org/wiki/commually"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Social Act"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SoftXrayFrequency
-
-cco:SoftXrayFrequency a owl:Class ;
- rdfs:subClassOf cco:XrayFrequency ;
- cco:definition "An X-Ray Frequency of some Electromagnetic Wave, typically between 30 petahertz and 3 exahertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Soft X-ray Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SonicFrequency
-
-cco:SonicFrequency a owl:Class ;
- rdfs:subClassOf cco:SoundFrequency ;
- cco:definition "A Sound Frequency that is in the range of 20 hertz to 20 kilohertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Sonic Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SoundFrequency
-
-cco:SoundFrequency a owl:Class ;
- rdfs:subClassOf cco:Frequency ;
- cco:definition "A Frequency that is characterized by the rate of Oscillations per second of a Sound Wave."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Sound Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SoundPressure
-
-cco:SoundPressure a owl:Class ;
- rdfs:subClassOf cco:Pressure ;
- cco:alternative_label "Acoustic Pressure"^^xsd:string ;
- cco:definition "A Pressure caused by a Sound Wave that is a local deviation from the ambient Pressure."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Sound Pressure"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SoundProcessProfile
-
-cco:SoundProcessProfile a owl:Class ;
- owl:equivalentClass _:genid64 .
-
-_:genid64 owl:intersectionOf _:genid67 .
-
-_:genid67 a rdf:List ;
- rdf:first obo:BFO_0000144 ;
- rdf:rest _:genid65 .
-
-_:genid65 a rdf:List ;
- rdf:first _:genid66 .
-
-_:genid66 a owl:Restriction ;
- owl:onProperty cco:is_part_of_process ;
- owl:someValuesFrom cco:SoundWaveProcess .
-
-_:genid65 rdf:rest rdf:nil .
-
-_:genid64 a owl:Class .
-
-cco:SoundProcessProfile rdfs:subClassOf obo:BFO_0000144 ;
- cco:alternative_label "Sound Quality"^^xsd:string ;
- 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."^^xsd:string ;
- cco:definition_source "http://www.animations.physics.unsw.edu.au/waves-sound/quantifying/index.html"^^xsd:string , "https://en.wikipedia.org/wiki/Sound#Perception_of_sound"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Sound Process Profile"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SoundProduction
-
-cco:SoundProduction a owl:Class ;
- rdfs:subClassOf cco:WaveProduction ;
- cco:alternative_label "Sound Production Process"^^xsd:string ;
- cco:definition "A Wave Production Process that produces a Sound Wave."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Sound Production"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SoundWaveProcess
-
-cco:SoundWaveProcess a owl:Class ;
- rdfs:subClassOf cco:MechanicalWaveProcess , _:genid68 .
-
-_:genid68 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:LongitudinalWaveProfile .
-
-cco:SoundWaveProcess cco:definition "A Mechanical Wave Process of Pressure and displacement that is parallel to the propogation direction of the Wave Process through a medium."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Sound"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Sound Wave Process"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SoundWavelength
-
-cco:SoundWavelength a owl:Class ;
- rdfs:subClassOf cco:Wavelength ;
- cco:definition "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."^^xsd:string ;
- cco:definition_source "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Sound Wavelength"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Speed
-
-cco:Speed a owl:Class ;
- rdfs:subClassOf obo:BFO_0000144 ;
- cco:definition "A Process Profile that is characterized by the rate of an object's change in position during some time period."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Velocity"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "An object's speed is the scalar absolute value of it's Velocity."^^xsd:string ;
- rdfs:label "Speed"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SpinningMotion
-
-cco:SpinningMotion a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Spinning Motion"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SquareWaveform
-
-cco:SquareWaveform a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Square Waveform"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StableOrientation
-
-cco:StableOrientation a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stable Orientation"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Stasis
-
-cco:Stasis a owl:Class ;
- rdfs:subClassOf obo:BFO_0000015 ;
- cco:definition "A Process in which some Independent Continuant endures and one or more of the dependent entities it bears does not change in kind or intensity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfArtifactOperationality
-
-cco:StasisOfArtifactOperationality a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Artifact Operationality"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfDisposition
-
-cco:StasisOfDisposition a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Disposition"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfFullyMissionCapable
-
-cco:StasisOfFullyMissionCapable a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Fully Mission Capable"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfFunction
-
-cco:StasisOfFunction a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Function"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfGenericallyDependentContinuant
-
-cco:StasisOfGenericallyDependentContinuant a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Generically Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfMissionCapability
-
-cco:StasisOfMissionCapability a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Mission Capability"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfNonMissionCapable
-
-cco:StasisOfNonMissionCapable a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Non-Mission Capable"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfNonMissionCapableMaintenance
-
-cco:StasisOfNonMissionCapableMaintenance a owl:Class ;
- rdfs:subClassOf cco:StasisOfNonMissionCapable , _:genid69 .
-
-_:genid69 a owl:Restriction ;
- owl:onProperty cco:caused_by ;
- owl:someValuesFrom cco:ActOfMaintenance .
-
-cco:StasisOfNonMissionCapableMaintenance 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Non-Mission Capable Maintenance"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfPartiallyMissionCapable
-
-cco:StasisOfPartiallyMissionCapable a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Partially Mission Capable"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfPartiallyMissionCapableMaintenance
-
-cco:StasisOfPartiallyMissionCapableMaintenance a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Partially Mission Capable Maintenance"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfQuality
-
-cco:StasisOfQuality a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Quality"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfRealizableEntity
-
-cco:StasisOfRealizableEntity a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Realizable Entity"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfRole
-
-cco:StasisOfRole a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Role"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfSpecificallyDependentContinuant
-
-cco:StasisOfSpecificallyDependentContinuant a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Stasis of Specifically Dependent Continuant"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SuperHighFrequency
-
-cco:SuperHighFrequency a owl:Class ;
- rdfs:subClassOf cco:MicrowaveFrequency ;
- cco:acronym "SHF"^^xsd:string ;
- cco:definition "A Microwave Frequency of some Electromagnetic Wave, typically between 3 and 30 gigahertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Super High Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SuperLowFrequency
-
-cco:SuperLowFrequency a owl:Class ;
- rdfs:subClassOf cco:RadioFrequency ;
- cco:acronym "SLF"^^xsd:string ;
- cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 30 and 300 hertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Super Low Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/SurfaceWaveProfile
-
-cco:SurfaceWaveProfile a owl:Class ;
- rdfs:subClassOf cco:WaveProcessProfile ;
- cco:alternative_label "Surface Wave"^^xsd:string ;
- 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."^^xsd:string ;
- cco:example_of_usage "the motion of an ocean wave"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Surface Wave Profile"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Target
-
-cco:Target a owl:Class ;
- rdfs:subClassOf obo:BFO_0000001 ;
- cco:definition "An Entity that has the role of Target in virtue of its being involved in the Objective of some Intentional Act or in the described outcome of some Plan."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Target"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/TelemetryProcess
-
-cco:TelemetryProcess a owl:Class ;
- rdfs:subClassOf cco:MechanicalProcess , _:genid70 .
-
-_:genid70 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:ActOfCommunicationByMedia .
-
-cco:TelemetryProcess rdfs:subClassOf _:genid71 .
-
-_:genid71 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:ActOfMeasuring .
-
-cco:TelemetryProcess 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."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Telemetry"^^xsd:string ;
- cco:example_of_usage "using a GPS tag to track a shark's migratory pattern"^^xsd:string , "using a portable cardiac monitor to remotely collect data on a patient's heart activity (biotelemetry)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Telemetry Process"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneCall
-
-cco:TelephoneCall a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunicationByMedia ;
- cco:alternative_label "Act of Telephone Calling"^^xsd:string ;
- cco:definition "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Telephone_network"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Telephone Call"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/TelevisionBroadcast
-
-cco:TelevisionBroadcast a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunicationByMedia ;
- cco:alternative_label "Act of Television Broadcasting"^^xsd:string ;
- cco:definition "An Act of Communciation by Media that is transmitted to an audience through a television network."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Television_network"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Television Broadcast"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/TextMessaging
-
-cco:TextMessaging a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunicationByMedia ;
- cco:alternative_label "Act of Text Messaging"^^xsd:string , "Act of Texting"^^xsd:string ;
- 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Text_messaging"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Text Messaging"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Thrust
-
-cco:Thrust a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "More generally, Thrust is the propulsive Force of a Rocket."^^xsd:string ;
- rdfs:label "Thrust"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Timbre
-
-cco:Timbre a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Timbre"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Torque
-
-cco:Torque a owl:Class ;
- rdfs:subClassOf cco:Force ;
- cco:alternative_label "Moment of Force"^^xsd:string ;
- 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."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Torque#Terminology"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Torque"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/TranslationalMotion
-
-cco:TranslationalMotion a owl:Class ;
- rdfs:subClassOf cco:MotionProcess , _:genid72 .
-
-_:genid72 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:Velocity .
-
-cco:TranslationalMotion cco:definition "A Motion Process in which the position of a participating Object is changed without altering its Spatial Orientation."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Translational Motion" .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/TransverseWaveProfile
-
-cco:TransverseWaveProfile a owl:Class ;
- rdfs:subClassOf cco:WaveProcessProfile ;
- cco:alternative_label "Transverse Wave"^^xsd:string ;
- cco:definition "A Wave Process Profile in which the displacement of participating particles is perpendicular to the direction of the Wave Process' propogation."^^xsd:string ;
- cco:definition_source "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Transverse Wave Profile"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/TremendouslyHighFrequency
-
-cco:TremendouslyHighFrequency a owl:Class ;
- rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
- cco:acronym "THF"^^xsd:string ;
- cco:alternative_label "Terahertz Radiation Frequency"^^xsd:string ;
- cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave, typically between 300 gigahertz and 3 terahertz."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Terahertz_radiation"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Tremendously High Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/TriangularWaveform
-
-cco:TriangularWaveform a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Triangular Waveform"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/UltraHighFrequency
-
-cco:UltraHighFrequency a owl:Class ;
- rdfs:subClassOf cco:MicrowaveFrequency ;
- cco:acronym "UHF"^^xsd:string ;
- cco:definition "A Microwave Frequency of some Electromagnetic Wave, typically between 300 megahertz and 3 gigahertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Ultra High Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/UltraLowFrequency
-
-cco:UltraLowFrequency a owl:Class ;
- rdfs:subClassOf cco:RadioFrequency ;
- cco:acronym "ULF"^^xsd:string ;
- cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 300 hertz and 3 kilohertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Ultra Low Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/UltrasonicFrequency
-
-cco:UltrasonicFrequency a owl:Class ;
- rdfs:subClassOf cco:SoundFrequency ;
- cco:definition "A Sound Frequency that is greater than 20 kilohertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Ultrasonic Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/UltravioletLightFrequency
-
-cco:UltravioletLightFrequency a owl:Class ;
- rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
- cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave, typically between 750 terahertz and 30 petahertz."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Ultraviolet"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Ultraviolet Light Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/UnderActiveControl
-
-cco:UnderActiveControl a owl:Class ;
- rdfs:subClassOf cco:ActiveStasis , _:genid73 .
-
-_:genid73 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:ActOfArtifactEmployment .
-
-cco:UnderActiveControl cco:definition "An Active Stasis during which an Artifact participates in an Act of Artifact Employment."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Under Active Control"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/UnintentionalAct
-
-cco:UnintentionalAct a owl:Class ;
- rdfs:subClassOf cco:Act ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Unintentional Act"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Velocity
-
-cco:Velocity a owl:Class ;
- rdfs:subClassOf obo:BFO_0000144 ;
- cco:definition "A Process Profile of an object's Motion that describes its Speed and direction with respect to a frame of reference."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Velocity"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/VeryHighFrequency
-
-cco:VeryHighFrequency a owl:Class ;
- rdfs:subClassOf cco:RadioFrequency ;
- cco:acronym "VHF"^^xsd:string ;
- cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 30 and 300 megahertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Very High Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/VeryLowFrequency
-
-cco:VeryLowFrequency a owl:Class ;
- rdfs:subClassOf cco:RadioFrequency ;
- cco:acronym "VLF"^^xsd:string ;
- cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 3 and 30 kilohertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Very Low Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/VibrationProcess
-
-cco:VibrationProcess a owl:Class ;
- rdfs:subClassOf cco:OscillationProcess ;
- cco:alternative_label "Mechanical Oscillation"^^xsd:string , "Vibration"^^xsd:string ;
- cco:definition "An Oscillation Process that occurs around an equilibrium point in a material medium such that there is variation over time in the position of the material medium or its parts relative to that point."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Vibration Process"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/VisibleLightFrequency
-
-cco:VisibleLightFrequency a owl:Class ;
- rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
- cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave, typically in the range of 400 to 800 terahertz."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Light"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "Visible light overlaps with near infrared and near ultraviolet."^^xsd:string ;
- rdfs:label "Visible Light Frequency"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/VisibleLightReflectionProcess
-
-cco:VisibleLightReflectionProcess a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Visible Light Reflection Process" .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/VisibleObservation
-
-cco:VisibleObservation a owl:Class ;
- rdfs:subClassOf cco:ActOfObservation , _:genid74 .
-
-_:genid74 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:VisibleLightReflectionProcess .
-
-cco:VisibleObservation cco:definition "An Act of Observation that involves visual perception."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Visible Observation" .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/WaveCycle
-
-cco:WaveCycle a owl:Class ;
- rdfs:subClassOf cco:FiatProcessPart ;
- cco:definition "A Fiat Process Part 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Wave Cycle"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/WaveProcess
-
-cco:WaveProcess a owl:Class ;
- rdfs:subClassOf cco:NaturalProcess , _:genid75 .
-
-_:genid75 a owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom cco:WaveProduction .
-
-cco:WaveProcess rdfs:subClassOf _:genid76 .
-
-_:genid76 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:OscillationProcess .
-
-cco:WaveProcess rdfs:subClassOf _:genid77 .
-
-_:genid77 a owl:Restriction ;
- owl:onProperty cco:has_process_part ;
- owl:someValuesFrom cco:WaveProcessProfile .
-
-cco:WaveProcess cco:definition "A Natural Process that involves Oscillation accompanied by a transfer of energy that travels through a portion of matter or spatial region."^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/Wave"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Wave Process"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/WaveProcessProfile
-
-cco:WaveProcessProfile a owl:Class ;
- owl:equivalentClass _:genid78 .
-
-_:genid78 owl:intersectionOf _:genid81 .
-
-_:genid81 a rdf:List ;
- rdf:first obo:BFO_0000144 ;
- rdf:rest _:genid79 .
-
-_:genid79 a rdf:List ;
- rdf:first _:genid80 .
-
-_:genid80 a owl:Restriction ;
- owl:onProperty cco:is_part_of_process ;
- owl:someValuesFrom cco:WaveProcess .
-
-_:genid79 rdf:rest rdf:nil .
-
-_:genid78 a owl:Class .
-
-cco:WaveProcessProfile rdfs:subClassOf obo:BFO_0000144 ;
- cco:definition "A Process Profile of a Wave Process."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- 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)."^^xsd:string ;
- rdfs:label "Wave Process Profile"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/WaveProduction
-
-cco:WaveProduction a owl:Class ;
- rdfs:subClassOf cco:NaturalProcess ;
- cco:alternative_label "Wave Production Process"^^xsd:string ;
- cco:definition "A Natural Process in which a Wave Process is generated."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Wave Production"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Waveform
-
-cco:Waveform a 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Waveform"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Wavelength
-
-cco:Wavelength a owl:Class ;
- rdfs:subClassOf cco:WaveProcessProfile ;
- cco:definition "A Wave Process Profile that is the distance the Wave Process traverses during one Wave Cycle."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "Assuming a non-dispersive media, the Wavelength will be the inverse of the Frequency."^^xsd:string ;
- rdfs:label "Wavelength"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Webcast
-
-cco:Webcast a owl:Class ;
- rdfs:subClassOf cco:ActOfCommunicationByMedia ;
- cco:alternative_label "Act of Webcasting"^^xsd:string ;
- 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Webcast"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:comment "Essentially, webcasting is “broadcasting” over the Internet."^^xsd:string ;
- rdfs:label "Webcast"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/Wedding
-
-cco:Wedding a owl:Class ;
- rdfs:subClassOf cco:ActOfCeremony ;
- cco:alternative_label "Act of Wedding Ceremony"^^xsd:string ;
- cco:definition "An Act of Ceremony in which two Persons are united in Marriage or a similar institution."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Wedding"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Wedding"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/WirelessNetworkTelephoneCall
-
-cco:WirelessNetworkTelephoneCall a 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Telephone_network"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Wireless Network Telephone Call"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/WoundedStasis
-
-cco:WoundedStasis a owl:Class ;
- rdfs:subClassOf cco:DamagedStasis ;
- cco:alternative_label "Wounded"^^xsd:string ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "Wounded Stasis"^^xsd:string .
-#
-# http://www.ontologyrepository.com/CommonCoreOntologies/XrayFrequency
-
-cco:XrayFrequency a owl:Class ;
- rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
- cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave, typically between 30 petahertz and 30 exahertz."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
- rdfs:label "X-ray Frequency"^^xsd:string .
-#
-# Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
+ rdfs:label "Gamma Ray Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/HardXrayFrequency
+cco:HardXrayFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:XrayFrequency ;
+ cco:definition "An X-Ray Frequency of some Electromagnetic Wave, typically between 3 and 30 exahertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Hard X-ray Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/HighFrequency
+cco:HighFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:RadioFrequency ;
+ cco:acronym "HF"^^xsd:string ;
+ cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 3 and 30 megahertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "High Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/IgnitionProcess
+cco:IgnitionProcess rdf:type owl:Class ;
+ rdfs:subClassOf cco:NaturalProcess ;
+ cco:alternative_label "Ignition"^^xsd:string ;
+ cco:definition "A Natural Process that initiates a Combustion process."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Ignition Process"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ImpulsiveForce
+cco:ImpulsiveForce rdf:type owl:Class ;
+ rdfs:subClassOf obo:BFO_0000144 ;
+ cco:alternative_label "Imp"^^xsd:string ,
+ "Impulse"^^xsd:string ,
+ "J"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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."^^xsd:string ;
+ rdfs:label "Impulsive Force"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Increase of Dependent Continuant"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Increase of Disposition"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfFunction
+cco:IncreaseOfFunction 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 Function that it bears."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Increase of Function"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Increase of Generically Dependent Continuant"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Increase of Quality"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Increase of Realizable Entity"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Increase of Role"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Increase of Specifically Dependent Continuant"^^xsd:string .
+
+
+### 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, typically between 300 gigahertz and 430 tetrahertz."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Infrared"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Infrared Light Frequency"^^xsd:string .
+
+
+### 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 hertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Infrasonic Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/InstantMessaging
+cco:InstantMessaging rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfCommunicationByMedia ;
+ cco:alternative_label "Act of IMing"^^xsd:string ,
+ "Act of Instant Messaging"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Instant_messaging#Clients"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Instant Messaging"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/IntentionalAct
+cco:IntentionalAct rdf:type owl:Class ;
+ rdfs:subClassOf cco:Act ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Intentional Act"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Inverse Sawtooth Waveform"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/LegalSystemAct
+cco:LegalSystemAct rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."^^xsd:string ;
+ cco:definition_source "http://www.id.uscourts.gov/glossary.htm"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Legal System Act"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/LifeEvent
+cco:LifeEvent rdf:type owl:Class ;
+ rdfs:subClassOf cco:FiatProcessPart ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:BFO_0000050 ;
+ owl:someValuesFrom cco:BiographicalLife
+ ] ;
+ cco:definition "A Fiat Process Part participated in by the Agent of some Biographical Life."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Life Event"^^xsd:string .
+
+
+### 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"^^xsd:string ,
+ "Longitudinal Wave"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:definition_source "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Longitudinal Wave Profile"^^xsd:string .
+
+
+### 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 of some Dependent Continuant."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Loss of Dependent Continuant"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Loss of Disposition"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfFunction
+cco:LossOfFunction 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 Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Loss of Function"^^xsd:string .
+
+
+### 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 bearer of some Generically Dependent Continuant."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Loss of Generically Dependent Continuant"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Loss of Quality"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Loss of Realizable Entity"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Loss of Role"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Loss of Specifically Dependent Continuant"^^xsd:string .
+
+
+### 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, frequency and power of translated sound waves, typically on a continuum from soft to loud."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Loudness"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/LowFrequency
+cco:LowFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:RadioFrequency ;
+ cco:acronym "LF"^^xsd:string ;
+ cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 30 and 300 kilohertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Low Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Mailing
+cco:Mailing rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfCommunicationByMedia ;
+ cco:alternative_label "Act of Mailing"^^xsd:string ;
+ cco:definition "An Act of Communication by Media in which information and tangible objects, usually written documents, are delivered to destinations around the world."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Mail"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Mailing"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Married
+cco:Married rdf:type owl:Class ;
+ rdfs:subClassOf cco:StasisOfGenericallyDependentContinuant ;
+ cco:alternative_label "Married Stasis"^^xsd:string ;
+ 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."^^xsd:string ;
+ 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"^^xsd:string ,
+ "http://en.wikipedia.org/wiki/Marriage"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Married"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Maximum Power"^^xsd:string .
+
+
+### 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"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Mechanical Process"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Mechanical_wave"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Mechanical Wave Process"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/MediumFrequency
+cco:MediumFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:RadioFrequency ;
+ cco:acronym "MF"^^xsd:string ;
+ cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 300 kilohertz and 3 megahertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Medium Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/MicrowaveFrequency
+cco:MicrowaveFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:RadioFrequency ;
+ cco:definition "A Radio Frequency of some some Electromagnetic Wave, typically between 300 megahertz and 300 gigahertz."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Microwave"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Microwave Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/MidInfraredLightFrequency
+cco:MidInfraredLightFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:InfraredLightFrequency ;
+ cco:definition "An Infrared Light Frequency of some Electromagnetic Wave, typically between 20 to 214 terahertz."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Electromagnetic_spectrum#Infrared_radiation"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Mid Infrared Light Frequency"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "The SI unit of measure for Momentum is Newton seconds (N s)."^^xsd:string ;
+ rdfs:label "Momentum"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Motion"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Muzzle Blast"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.thefreedictionary.com/natural+process"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Natural Process"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/NearInfraredLightFrequency
+cco:NearInfraredLightFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:InfraredLightFrequency ;
+ cco:definition "An Infrared Light Frequency of some Electromagnetic Wave, typically between 214 and 400 terahertz."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Electromagnetic_spectrum#Infrared_radiation"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Near Infrared Light Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/NearUltravioletLightFrequency
+cco:NearUltravioletLightFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:UltravioletLightFrequency ;
+ cco:definition "An Ultraviolet Light Frequency of some Electromagnetic Wave, typically between 750 terahertz and 3 petahertz."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Ultraviolet"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Near Ultraviolet Light Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/NominalStasis
+cco:NominalStasis rdf:type owl:Class ;
+ rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ;
+ cco:alternative_label "Nominal"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:definition_source "https://en.oxforddictionaries.com/definition/nominal (Definition 6)"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Nominal Stasis"^^xsd:string .
+
+
+### 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)."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Operational Stasis"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/OscillationProcess
+cco:OscillationProcess rdf:type owl:Class ;
+ rdfs:subClassOf cco:ProcessRecurrenceAggregate ;
+ cco:alternative_label "Oscillation"^^xsd:string ;
+ cco:definition "A Process Recurrence Aggregate that consists of the repetitive variation of some entity between two or more states that surround a central state toward which the entity tends."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Oscillation Process"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Pitch"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Power"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Pressure"^^xsd:string .
+
+
+### 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))."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Telephone_network"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Private Network Telephone Call"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ProcessAggregate
+cco:ProcessAggregate rdf:type owl:Class ;
+ rdfs:subClassOf obo:BFO_0000003 ;
+ cco:definition "An Occurrent that is a collection of processes."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Process Aggregate"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Process Beginning"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Process Ending"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ProcessHistory
+cco:ProcessHistory rdf:type owl:Class ;
+ rdfs:subClassOf cco:ProcessAggregate ;
+ cco:definition "A Process Aggregate that consists of the sum of all Processes that are part of or otherwise involved in the primary Process (i.e., the Process for which the history is being represented) and which are bounded by the Spatiotemporal Region in which the primary Process occurs."^^xsd:string ;
+ cco:elucidation "While a History is, roughly, the sum of all Processes involving a particular Independent Continuant, a Process History is, roughly, the sum of all Processes involved with a particular Process, which often includes other Processes that the Agents and Participants in the primary Process are participating in during the same Temporal Region."^^xsd:string ;
+ cco:example_of_usage "The Process History of a particular passenger flight includes the processes of refueling, takeoff, landing, passenger and luggage loading and unloading, flight attendants serving refreshments and peanuts, passengers sitting, pilots operating the flight controls, air rushing past the plane, communications with air traffic control, sensor operations, and many more."^^xsd:string ,
+ "The Process History of a particular sporting event includes the processes of the fans arriving, cheering, booing, holding up signs, buying food and merchandise, and leaving as well as the processes that the coaches, players, and referees engage in during the sporting event."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Process History"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ProcessRecurrenceAggregate
+cco:ProcessRecurrenceAggregate rdf:type owl:Class ;
+ rdfs:subClassOf cco:ProcessAggregate ;
+ cco:definition "A Process Aggregate that consists of the collection of subprocesses that are all instances of a single type of Process and are parts of a given History or Process History."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Process Recurrence Aggregate"^^xsd:string .
+
+
+### 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)."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Proper_acceleration"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Proper Acceleration"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:example_of_usage "a twin-engine turboprop plane rotating both of its propellers against a portion of atmosphere to propel the plane forward"^^xsd:string ,
+ "an apple falling to the ground under the power of Earth's gravitational force"^^xsd:string ,
+ "burning a portion of fuel to produce exhaust that is ejected through a jet nozzle to propel a rocket and its payload"^^xsd:string ,
+ "heat from a fire causing ashes to rise into the sky"^^xsd:string ,
+ "launching a water balloon using a sling shot"^^xsd:string ,
+ "the wind blowing leaves across a lawn"^^xsd:string ,
+ "turning a paddle wheel against a portion of water to propel the paddle boat forward"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Propulsion Process"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/RadioBroadcast
+cco:RadioBroadcast rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfCommunicationByMedia ;
+ cco:alternative_label "Act of Radio Broadcasting"^^xsd:string ;
+ cco:definition "An Act of Communciation by Media that is transmitted to an audience through a radio network."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Radio_network"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Radio Broadcast"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/RadioFrequency
+cco:RadioFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
+ cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave, typically between 3 kilohertz and 300 gigahertz."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Radio_wave"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Radio Frequency"^^xsd:string .
+
+
+### 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 Intentional Act."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Radio Interference"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/RectilinearMotion
+cco:RectilinearMotion rdf:type owl:Class ;
+ rdfs:subClassOf cco:TranslationalMotion ;
+ cco:alternative_label "Linear Motion"^^xsd:string ;
+ cco:definition "A Translational Motion process in which an Object moves along a straight path."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Rectilinear Motion"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Revolving Motion"^^xsd:string .
+
+
+### 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"^^xsd:string ;
+ cco:definition "A Motion Process in which an Object moves in a Circular or Elliptical Path around an Axis of Rotation."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Rotation"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Rotational Motion"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Sawtooth Waveform"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Shear Wave Process"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SineWaveform
+cco:SineWaveform rdf:type owl:Class ;
+ rdfs:subClassOf cco:Waveform ;
+ cco:alternative_label "Sinusoidal Waveform"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Sine Waveform"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SocialAct
+cco:SocialAct rdf:type owl:Class ;
+ rdfs:subClassOf cco:IntentionalAct ;
+ cco:definition "An Intentional Act having an objective that affects, is performed by, or is performed on behalf of, a community or group of Persons."^^xsd:string ;
+ cco:definition_source "http://en.wiktionary.org/wiki/commually"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Social Act"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SoftXrayFrequency
+cco:SoftXrayFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:XrayFrequency ;
+ cco:definition "An X-Ray Frequency of some Electromagnetic Wave, typically between 30 petahertz and 3 exahertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Soft X-ray Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SonicFrequency
+cco:SonicFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:SoundFrequency ;
+ cco:definition "A Sound Frequency that is in the range of 20 hertz to 20 kilohertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Sonic Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SoundFrequency
+cco:SoundFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:Frequency ;
+ cco:definition "A Frequency that is characterized by the rate of Oscillations per second of a Sound Wave."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Sound Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SoundPressure
+cco:SoundPressure rdf:type owl:Class ;
+ rdfs:subClassOf cco:Pressure ;
+ cco:alternative_label "Acoustic Pressure"^^xsd:string ;
+ cco:definition "A Pressure caused by a Sound Wave that is a local deviation from the ambient Pressure."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Sound Pressure"^^xsd:string .
+
+
+### 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"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:definition_source "http://www.animations.physics.unsw.edu.au/waves-sound/quantifying/index.html"^^xsd:string ,
+ "https://en.wikipedia.org/wiki/Sound#Perception_of_sound"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Sound Process Profile"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SoundProduction
+cco:SoundProduction rdf:type owl:Class ;
+ rdfs:subClassOf cco:WaveProduction ;
+ cco:alternative_label "Sound Production Process"^^xsd:string ;
+ cco:definition "A Wave Production Process that produces a Sound Wave."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Sound Production"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Sound"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Sound Wave Process"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Sound Wavelength"^^xsd:string .
+
+
+### 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 rate of an object's change in position during some time period."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Velocity"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "An object's speed is the scalar absolute value of it's Velocity."^^xsd:string ;
+ rdfs:label "Speed"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Spinning Motion"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Square Waveform"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stable Orientation"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Stasis
+cco:Stasis rdf:type owl:Class ;
+ rdfs:subClassOf obo:BFO_0000015 ;
+ cco:definition "A Process in which some Independent Continuant endures and one or more of the dependent entities it bears does not change in kind or intensity."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Artifact Operationality"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Disposition"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Fully Mission Capable"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Function"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Generically Dependent Continuant"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Mission Capability"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Non-Mission Capable"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Non-Mission Capable Maintenance"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Partially Mission Capable"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Partially Mission Capable Maintenance"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Quality"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Realizable Entity"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Role"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Stasis of Specifically Dependent Continuant"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SuperHighFrequency
+cco:SuperHighFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:MicrowaveFrequency ;
+ cco:acronym "SHF"^^xsd:string ;
+ cco:definition "A Microwave Frequency of some Electromagnetic Wave, typically between 3 and 30 gigahertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Super High Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SuperLowFrequency
+cco:SuperLowFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:RadioFrequency ;
+ cco:acronym "SLF"^^xsd:string ;
+ cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 30 and 300 hertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Super Low Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SurfaceWaveProfile
+cco:SurfaceWaveProfile rdf:type owl:Class ;
+ rdfs:subClassOf cco:WaveProcessProfile ;
+ cco:alternative_label "Surface Wave"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:example_of_usage "the motion of an ocean wave"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Surface Wave Profile"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Target
+cco:Target rdf:type owl:Class ;
+ rdfs:subClassOf obo:BFO_0000001 ;
+ cco:definition "An Entity that has the role of Target in virtue of its being involved in the Objective of some Intentional Act or in the described outcome of some Plan."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Target"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Telemetry"^^xsd:string ;
+ cco:example_of_usage "using a GPS tag to track a shark's migratory pattern"^^xsd:string ,
+ "using a portable cardiac monitor to remotely collect data on a patient's heart activity (biotelemetry)"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Telemetry Process"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneCall
+cco:TelephoneCall rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfCommunicationByMedia ;
+ cco:alternative_label "Act of Telephone Calling"^^xsd:string ;
+ cco:definition "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Telephone_network"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Telephone Call"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/TelevisionBroadcast
+cco:TelevisionBroadcast rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfCommunicationByMedia ;
+ cco:alternative_label "Act of Television Broadcasting"^^xsd:string ;
+ cco:definition "An Act of Communciation by Media that is transmitted to an audience through a television network."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Television_network"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Television Broadcast"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/TextMessaging
+cco:TextMessaging rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfCommunicationByMedia ;
+ cco:alternative_label "Act of Text Messaging"^^xsd:string ,
+ "Act of Texting"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Text_messaging"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Text Messaging"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "More generally, Thrust is the propulsive Force of a Rocket."^^xsd:string ;
+ rdfs:label "Thrust"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Timbre"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Torque
+cco:Torque rdf:type owl:Class ;
+ rdfs:subClassOf cco:Force ;
+ cco:alternative_label "Moment of Force"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Torque#Terminology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Torque"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Translational Motion" .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/TransverseWaveProfile
+cco:TransverseWaveProfile rdf:type owl:Class ;
+ rdfs:subClassOf cco:WaveProcessProfile ;
+ cco:alternative_label "Transverse Wave"^^xsd:string ;
+ cco:definition "A Wave Process Profile in which the displacement of participating particles is perpendicular to the direction of the Wave Process' propogation."^^xsd:string ;
+ cco:definition_source "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Transverse Wave Profile"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/TremendouslyHighFrequency
+cco:TremendouslyHighFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
+ cco:acronym "THF"^^xsd:string ;
+ cco:alternative_label "Terahertz Radiation Frequency"^^xsd:string ;
+ cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave, typically between 300 gigahertz and 3 terahertz."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Terahertz_radiation"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Tremendously High Frequency"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Triangular Waveform"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/UltraHighFrequency
+cco:UltraHighFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:MicrowaveFrequency ;
+ cco:acronym "UHF"^^xsd:string ;
+ cco:definition "A Microwave Frequency of some Electromagnetic Wave, typically between 300 megahertz and 3 gigahertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Ultra High Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/UltraLowFrequency
+cco:UltraLowFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:RadioFrequency ;
+ cco:acronym "ULF"^^xsd:string ;
+ cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 300 hertz and 3 kilohertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Ultra Low Frequency"^^xsd:string .
+
+
+### 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 kilohertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Ultrasonic Frequency"^^xsd:string .
+
+
+### 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, typically between 750 terahertz and 30 petahertz."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Ultraviolet"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Ultraviolet Light Frequency"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Under Active Control"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/UnintentionalAct
+cco:UnintentionalAct rdf:type owl:Class ;
+ rdfs:subClassOf cco:Act ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Unintentional Act"^^xsd:string .
+
+
+### 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 describes its Speed and direction with respect to a frame of reference."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Velocity"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/VeryHighFrequency
+cco:VeryHighFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:RadioFrequency ;
+ cco:acronym "VHF"^^xsd:string ;
+ cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 30 and 300 megahertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Very High Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/VeryLowFrequency
+cco:VeryLowFrequency rdf:type owl:Class ;
+ rdfs:subClassOf cco:RadioFrequency ;
+ cco:acronym "VLF"^^xsd:string ;
+ cco:definition "A Radio Frequency of some Electromagnetic Wave, typically between 3 and 30 kilohertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Very Low Frequency"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/VibrationProcess
+cco:VibrationProcess rdf:type owl:Class ;
+ rdfs:subClassOf cco:OscillationProcess ;
+ cco:alternative_label "Mechanical Oscillation"^^xsd:string ,
+ "Vibration"^^xsd:string ;
+ cco:definition "An Oscillation Process that occurs around an equilibrium point in a material medium such that there is variation over time in the position of the material medium or its parts relative to that point."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Vibration Process"^^xsd:string .
+
+
+### 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, typically in the range of 400 to 800 terahertz."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Light"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "Visible light overlaps with near infrared and near ultraviolet."^^xsd:string ;
+ rdfs:label "Visible Light Frequency"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Visible Light Reflection Process" .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Visible Observation" .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/WaveCycle
+cco:WaveCycle rdf:type owl:Class ;
+ rdfs:subClassOf cco:FiatProcessPart ;
+ cco:definition "A Fiat Process Part 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Wave Cycle"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/WaveProcess
+cco:WaveProcess rdf:type owl:Class ;
+ rdfs:subClassOf cco:NaturalProcess ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty cco:has_process_part ;
+ owl:someValuesFrom cco:OscillationProcess
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty cco:has_process_part ;
+ owl:someValuesFrom cco:WaveProcessProfile
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty cco:process_preceded_by ;
+ owl:someValuesFrom cco:WaveProduction
+ ] ;
+ cco:definition "A Natural Process that involves Oscillation accompanied by a transfer of energy that travels through a portion of matter or spatial region."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Wave"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Wave Process"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ 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)."^^xsd:string ;
+ rdfs:label "Wave Process Profile"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/WaveProduction
+cco:WaveProduction rdf:type owl:Class ;
+ rdfs:subClassOf cco:NaturalProcess ;
+ cco:alternative_label "Wave Production Process"^^xsd:string ;
+ cco:definition "A Natural Process in which a Wave Process is generated."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Wave Production"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Waveform"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "Assuming a non-dispersive media, the Wavelength will be the inverse of the Frequency."^^xsd:string ;
+ rdfs:label "Wavelength"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Webcast
+cco:Webcast rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfCommunicationByMedia ;
+ cco:alternative_label "Act of Webcasting"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Webcast"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:comment "Essentially, webcasting is “broadcasting” over the Internet."^^xsd:string ;
+ rdfs:label "Webcast"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Wedding
+cco:Wedding rdf:type owl:Class ;
+ rdfs:subClassOf cco:ActOfCeremony ;
+ cco:alternative_label "Act of Wedding Ceremony"^^xsd:string ;
+ cco:definition "An Act of Ceremony in which two Persons are united in Marriage or a similar institution."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Wedding"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Wedding"^^xsd:string .
+
+
+### 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."^^xsd:string ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Telephone_network"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Wireless Network Telephone Call"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/WoundedStasis
+cco:WoundedStasis rdf:type owl:Class ;
+ rdfs:subClassOf cco:DamagedStasis ;
+ cco:alternative_label "Wounded"^^xsd:string ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "Wounded Stasis"^^xsd:string .
+
+
+### 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, typically between 30 petahertz and 30 exahertz."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:string ;
+ rdfs:label "X-ray Frequency"^^xsd:string .
+
+
+### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
diff --git a/ExtendedRelationOntology.ttl b/ExtendedRelationOntology.ttl
index b5da0b3..006e52b 100644
--- a/ExtendedRelationOntology.ttl
+++ b/ExtendedRelationOntology.ttl
@@ -1,24 +1,23 @@
-@prefix : .
-@prefix dc: .
+@prefix : .
@prefix cco: .
@prefix obo: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
-@prefix foaf: .
@prefix rdfs: .
@base .
rdf:type owl:Ontology ;
- owl:imports ;
- rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."^^xsd:string ;
- cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
+ owl:versionIRI ;
+ owl:imports obo:bfo.owl ,
+ ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
+ cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
+ rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."^^xsd:string ;
rdfs:label "Extended Relation Ontology"^^xsd:string ;
- owl:versionInfo "January 4, 2019"^^xsd:string ,
- "Version 1.1"^^xsd:string .
+ owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Annotation properties
@@ -222,17 +221,9 @@ cco:term_editor rdf:type owl:AnnotationProperty ;
# Object Properties
#################################################################
-### http://www.obofoundry.org/ro/ro.owl#has_participant
- rdf:type owl:ObjectProperty .
-
-
-### http://www.obofoundry.org/ro/ro.owl#participates_in
- rdf:type owl:ObjectProperty .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/accessory_in
cco:accessory_in rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000056 ;
owl:inverseOf cco:has_accessory ;
rdfs:domain obo:BFO_0000040 ;
rdfs:range obo:BFO_0000015 ;
@@ -244,7 +235,7 @@ cco:accessory_in rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/accomplice_in
cco:accomplice_in rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000056 ;
owl:inverseOf cco:has_accomplice ;
rdfs:domain obo:BFO_0000040 ;
rdfs:range obo:BFO_0000015 ;
@@ -256,7 +247,7 @@ cco:accomplice_in rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/affects
cco:affects rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000057 ;
owl:inverseOf cco:is_affected_by ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
@@ -308,20 +299,6 @@ cco:aggregrate_bearer_of rdf:type owl:ObjectProperty ;
rdfs:label "aggregate bearer of"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/bearer_of
-cco:bearer_of rdf:type owl:ObjectProperty ;
- owl:inverseOf cco:inheres_in ;
- rdfs:domain obo:BFO_0000004 ;
- rdfs:range [ rdf:type owl:Class ;
- owl:unionOf ( obo:BFO_0000020
- obo:BFO_0000031
- )
- ] ;
- cco:definition "Inverse of inheres in."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "bearer of"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/caused_by
cco:caused_by rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_cause_of ;
@@ -332,18 +309,6 @@ cco:caused_by rdf:type owl:ObjectProperty ;
rdfs:label "caused by"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of
-cco:disposition_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:realizable_entity_of ;
- owl:inverseOf cco:has_disposition ;
- rdfs:domain obo:BFO_0000016 ;
- rdfs:range obo:BFO_0000004 ;
- cco:definition "For types D and E where D is a type of Disposition and E is a type of Entity, D disposition of E if and only if for every instance d of D, there is some instance e of E such that d \"disposition of\" e. Here \"disposition of\" denotes the primitive instance level relation."^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "disposition of"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of_aggregate
cco:disposition_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in_aggregate ;
@@ -354,21 +319,9 @@ cco:disposition_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:label "disposition of aggregate"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/function_of
-cco:function_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:disposition_of ;
- owl:inverseOf cco:has_function ;
- rdfs:domain obo:BFO_0000034 ;
- rdfs:range obo:BFO_0000004 ;
- cco:definition "A relation between a function F and an entity E. F function_of E iff: F inheres_in E and F is a function"^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "function of"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/has_accessory
cco:has_accessory rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000057 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000040 ;
cco:definition "A Processual Entity p1 has_accessory some Agent a1 iff a1 assists in the commission of p1, is not located at the location of p1, and is not agent_in p1."^^xsd:string ;
@@ -379,7 +332,7 @@ cco:has_accessory rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_accomplice
cco:has_accomplice rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000057 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000040 ;
cco:definition "An 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."^^xsd:string ;
@@ -388,30 +341,9 @@ cco:has_accomplice rdf:type owl:ObjectProperty ;
rdfs:label "has accomplice"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/has_disposition
-cco:has_disposition rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:has_realizable_entity ;
- rdfs:domain obo:BFO_0000004 ;
- rdfs:range obo:BFO_0000016 ;
- cco:definition "For types E and D where E is a type of Entity and D is a type of Disposition, E has disposition D if and only if for all instances e of E there is some instance d of D such that e \"has disposition\" d. Here \"has disposition\" denotes the primitive instance level relation. Inverse of disposition_of."^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "has disposition"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/has_function
-cco:has_function rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:has_disposition ;
- rdfs:domain obo:BFO_0000004 ;
- rdfs:range obo:BFO_0000034 ;
- cco:definition "Inverse of is function of"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "has function"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/has_input
cco:has_input rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000057 ;
owl:inverseOf cco:is_input_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
@@ -420,14 +352,6 @@ cco:has_input rdf:type owl:ObjectProperty ;
rdfs:label "has input"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/has_member
-cco:has_member rdf:type owl:ObjectProperty ;
- owl:inverseOf cco:member_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:comment "Inverse of member_of."^^xsd:string ;
- rdfs:label "has member"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in
cco:has_member_of_located_in rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000027 ;
@@ -439,7 +363,7 @@ cco:has_member_of_located_in rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_object
cco:has_object rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_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 the c is part of the projected state that the agent intends to achieve by performing p."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology" ;
@@ -448,7 +372,7 @@ cco:has_object rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_output
cco:has_output rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000057 ;
owl:inverseOf cco:is_output_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
@@ -463,59 +387,11 @@ 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 "For processes P1 and P2, P1 has process part P2 if and only if P2 occurs on a temporal interval that is during the temporal interval of P1 and P2 either provides an input to P1, recieves an output of P1 or both."^^xsd:string ;
+ cco:definition "For processes P1 and P2, P1 has process part P2 if and only if P2 occurs on a temporal interval that is during the temporal interval of P1 and P2 either provides an input to P1, receives an output of P1, or both."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "has process part"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/has_quality
-cco:has_quality rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:bearer_of ;
- owl:inverseOf cco:quality_of ;
- rdfs:domain obo:BFO_0000004 ;
- rdfs:range obo:BFO_0000019 ;
- cco:definition "For types E and Q where E is a type of Entity and Q is a type of Quality, E has quality Q if and only if for every instance e of E there is some instance q of Q such that e \"has quality\" q. Here \"has quality\" denotes the primitive instance level relation. Inverse of quality_of."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "has quality"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/has_realizable_entity
-cco:has_realizable_entity rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:bearer_of ;
- owl:inverseOf cco:realizable_entity_of ;
- rdfs:domain obo:BFO_0000004 ;
- rdfs:range obo:BFO_0000017 ;
- cco:definition "For types E and R where E is a type of Entity and R is a type of Realizable Entity, E has realizable entity R if and only if for all instances e of E there is some instance r of R such that e \"has realizable entity\" r. Here \"has realizable entity\" denotes the primitive instance level relation. Inverse of realizable_entity_of."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "has realizable entity"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/has_role
-cco:has_role rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:has_realizable_entity ;
- owl:inverseOf cco:role_of ;
- rdfs:domain obo:BFO_0000004 ;
- rdfs:range obo:BFO_0000023 ;
- cco:definition "For types E and R where E is a type of Entity and R is a type of Role, E has role R if and only if for all instances e of E there is some instance r of R such that e \"has role\" r. Here \"has role\" denotes the primitive instance level relation. Inverse of role_of."^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "has role"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in
-cco:inheres_in rdf:type owl:ObjectProperty ;
- rdfs:domain [ rdf:type owl:Class ;
- owl:unionOf ( obo:BFO_0000020
- obo:BFO_0000031
- )
- ] ;
- rdfs:range obo:BFO_0000004 ;
- cco:definition "For types T1 and T2, if T1 inheres in T2, then for all instances of T1, t1, there is some instance of T2, t2, such that t1 \"inheres in\" t2. Here, \"inheres in\" denotes the primitive instance level relation."^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl "^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "inheres in"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in_aggregate
cco:inheres_in_aggregate rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Class ;
@@ -531,7 +407,7 @@ cco:inheres_in_aggregate rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_affected_by
cco:is_affected_by rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "If c is a continuant and p is a process, the c is affected by p if and only if c undergoes some change as a result of the occurrence of p."^^xsd:string ;
@@ -550,7 +426,7 @@ cco:is_cause_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_input_of
cco:is_input_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the begining of the Processual Entity is a necessary condition for the start of the Processual Entity."^^xsd:string ;
@@ -580,7 +456,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 ;
+ rdfs:subPropertyOf obo:RO_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."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology" ;
rdfs:label "is object of"^^xsd:string .
@@ -588,7 +464,7 @@ cco:is_object_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_output_of
cco:is_output_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:RO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the end of the Processual Entity is a necessary condition for the completion of the Processual Entity."^^xsd:string ;
@@ -600,7 +476,7 @@ cco:is_output_of rdf:type owl:ObjectProperty ;
cco:is_part_of_process rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "Inverse of has process part"^^xsd:string ;
+ cco:definition "For processes P1 and P2, P1 is part of process P2 if and only if P1 occurs on a temporal interval that is during the temporal interval of P2 and P1 either provides an input to P2, receives an output of P2, or both."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
rdfs:label "is part of process"^^xsd:string .
@@ -618,6 +494,7 @@ cco:is_predecessor_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_site_of
cco:is_site_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf obo:BFO_0000067 ;
owl:inverseOf cco:occurs_at ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000006
@@ -649,16 +526,9 @@ cco:is_temporal_region_of rdf:type owl:ObjectProperty ;
rdfs:label "is temporal region of"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/member_of
-cco:member_of rdf:type owl:ObjectProperty ;
- cco:definition "An entity E1 is member_of some aggregate A1 iff E1 is of type T, A1 is a collection of individuals of type T, and E1 is one of the individuals in that collection."^^xsd:string ;
- cco:definition_source "http://purl.obolibrary.org/obo/RO_0002351"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "member of"^^xsd:string .
-
-
### 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 [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000006
@@ -679,17 +549,6 @@ cco:occurs_on rdf:type owl:ObjectProperty ;
rdfs:label "occurs on"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/quality_of
-cco:quality_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:inheres_in ;
- rdfs:domain obo:BFO_0000019 ;
- rdfs:range obo:BFO_0000004 ;
- cco:definition "For types Q and E where Q is a type of Quality and E is a type of Entity, if Q is a quality of E, then for all instances q of Q there is some instance e of E such that q \"quality of\" e. Here, \"quality of\" denotes the primitive instance level relation."^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "quality of"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/quality_of_aggregate
cco:quality_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in_aggregate ;
@@ -700,47 +559,6 @@ cco:quality_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:label "quality of aggregate"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/realizable_entity_of
-cco:realizable_entity_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:inheres_in ;
- rdfs:domain obo:BFO_0000017 ;
- rdfs:range obo:BFO_0000004 ;
- cco:definition "For types R and E where R is a type of Realizable Entity and E is a type of Entity, R realizable entity of E if and only if for every instance r of R, there is some instance e of E such that r \"realizable entity of\" e. Here \"realizable entity of\" denotes the primitive instance level relation."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "realizable entity of"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/realized_by
-cco:realized_by rdf:type owl:ObjectProperty ;
- owl:inverseOf cco:realizes ;
- rdfs:domain obo:BFO_0000017 ;
- rdfs:range obo:BFO_0000015 ;
- cco:definition "A relation between a Realizable Entity and a Processual Entity, inverse of realizes."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "realized by"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/realizes
-cco:realizes rdf:type owl:ObjectProperty ;
- rdfs:domain obo:BFO_0000015 ;
- rdfs:range obo:BFO_0000017 ;
- cco:definition "A Relation between a Process and a Function, where the unfolding of the process requires the execution of the function. Class level: P realizes F iff: given any p that instantiates P, there exists some f, t such that f instantiates F at t and p *realizes* f. Here, *realizes* is the primitive instance level relation"^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "realizes"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/role_of
-cco:role_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:realizable_entity_of ;
- rdfs:domain obo:BFO_0000023 ;
- rdfs:range obo:BFO_0000004 ;
- cco:definition "For types R and E where R is a type of Role and E is a type of Entity, if R role of E, then for all instances r of R there is some instance e of E such that r \"role of\" e. Here, \"role of\" denotes the primitive instance level relation."^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:label "role of"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/role_of_aggregate
cco:role_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in_aggregate ;
@@ -751,15 +569,4 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:label "role of aggregate"^^xsd:string .
-#################################################################
-# Classes
-#################################################################
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ObsoleteClass
-cco:ObsoleteClass rdf:type owl:Class ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
- rdfs:comment "Definition: A class used only as a parent class of obsoleted classes. It is understood that subclasses of this class are classified as such incorrectly. The obsoleted classes are instances of the parent class, not subclasses." ;
- rdfs:label "Obsolete Class" .
-
-
-### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
+### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
diff --git a/GeospatialOntology.ttl b/GeospatialOntology.ttl
index 529b511..01e30b6 100644
--- a/GeospatialOntology.ttl
+++ b/GeospatialOntology.ttl
@@ -1,29 +1,27 @@
-@prefix : .
-@prefix dc: .
+@prefix : .
@prefix cco: .
@prefix obo: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
-@prefix foaf: .
@prefix rdfs: .
@base .
rdf:type owl:Ontology ;
+ owl:versionIRI ;
owl:imports ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
+ cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
rdfs:comment "This ontology is designed to represent sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."^^xsd:string ;
- owl:versionInfo "January 4, 2019"^^xsd:string ;
rdfs:label "Geospatial Ontology"^^xsd:string ;
- owl:versionInfo "Version 1.1"^^xsd:string ;
- cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string .
+ owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
-# Object Properties
+# Object Properties
#################################################################
-
+
### http://www.ontologyrepository.com/CommonCoreOntologies/coincides_with
cco:coincides_with rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000141 ;
@@ -60,21 +58,21 @@ cco:externally_connects_with rdf:type owl:ObjectProperty ;
rdfs:label "externally connects with"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_proper_part
-cco:has_nontangential_proper_part rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:has_spatial_proper_part ;
- owl:inverseOf cco:nontangential_proper_part_of ;
- rdf:type owl:TransitiveProperty ;
- rdfs:domain obo:BFO_0000141 ;
- rdfs:range obo:BFO_0000141 ;
- cco:definition "Inverse of nontangential proper part of"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
- rdfs:label "has nontangential proper part"^^xsd:string .
+### 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 ;
+ rdf:type owl:TransitiveProperty ;
+ rdfs:domain obo:BFO_0000141 ;
+ rdfs:range obo:BFO_0000141 ;
+ cco:definition "Inverse of nontangential part of"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:label "has nontangential part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_part
cco:has_spatial_part rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:BFO_0000051 ;
owl:inverseOf cco:spatial_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
@@ -84,39 +82,27 @@ cco:has_spatial_part rdf:type owl:ObjectProperty ;
rdfs:label "has spatial part"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_proper_part
-cco:has_spatial_proper_part rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
- owl:inverseOf cco:spatial_proper_part_of ;
- rdf:type owl:TransitiveProperty ;
- rdfs:domain obo:BFO_0000141 ;
- rdfs:range obo:BFO_0000141 ;
- cco:definition "Inverse of spatial proper part of"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
- rdfs:label "has spatial proper part"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_proper_part
-cco:has_tangential_proper_part rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:has_spatial_proper_part ;
- owl:inverseOf cco:tangential_proper_part_of ;
- rdf:type owl:TransitiveProperty ;
- rdfs:domain obo:BFO_0000141 ;
- rdfs:range obo:BFO_0000141 ;
- cco:definition "Inverse of tangential proper part of"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
- rdfs:label "has tangential proper part"^^xsd:string .
+### 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 ;
+ rdf:type owl:TransitiveProperty ;
+ rdfs:domain obo:BFO_0000141 ;
+ rdfs:range obo:BFO_0000141 ;
+ cco:definition "Inverse of tangential part of"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:label "has tangential part"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_proper_part_of
-cco:nontangential_proper_part_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:spatial_proper_part_of ;
- rdf:type owl:TransitiveProperty ;
- rdfs:domain obo:BFO_0000141 ;
- rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 is a nontangential proper part of some immaterial entity im2 iff im1 is a spatial proper part of im2 and there does not exist an immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
- rdfs:label "nontangential proper part of"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_part_of
+cco:nontangential_part_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:spatial_part_of ;
+ rdf:type owl:TransitiveProperty ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:label "nontangential part of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/overlaps_with
@@ -139,41 +125,30 @@ cco:partially_overlaps_with rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/spatial_part_of
cco:spatial_part_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
+ rdfs:subPropertyOf obo:BFO_0000050 ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 is a spatial part of some immaterial entity im2 iff for every immaterial entity im if im is connected with im1, then im is connected with im2."^^xsd:string ;
+ cco:definition "An immaterial entity im1 is a spatial part of some immaterial entity im2 iff for every immaterial entity im3 if im3 is connected with im1, then im3 is connected with im2."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "spatial part of"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/spatial_proper_part_of
-cco:spatial_proper_part_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf ;
- rdf:type owl:TransitiveProperty ;
- rdfs:domain obo:BFO_0000141 ;
- rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 is a spatial proper part of some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is not a spatial part of im1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
- rdfs:label "spatial proper part of"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/tangential_proper_part_of
-cco:tangential_proper_part_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:spatial_proper_part_of ;
- rdf:type owl:TransitiveProperty ;
- rdfs:domain obo:BFO_0000141 ;
- rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 is a tangential proper part of some immaterial entity im2 iff im1 is a proper part of im2 and there exists some immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
- rdfs:label "tangential proper part of"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/tangential_part_of
+cco:tangential_part_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:spatial_part_of ;
+ rdf:type owl:TransitiveProperty ;
+ 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."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:label "tangential part of"^^xsd:string .
#################################################################
-# Data properties
+# Data properties
#################################################################
-
+
### 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."^^xsd:string ;
@@ -201,16 +176,16 @@ cco:has_longitude_value rdf:type owl:DatatypeProperty ;
### 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."^^xsd:string ;
- cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))
, Point ZM (1 2 5 40)"^^xsd:string ;
+ cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:comment "ISO 19162:2015"^^xsd:string ;
rdfs:label "as WKT"^^xsd:string .
#################################################################
-# Classes
+# Classes
#################################################################
-
+
### http://www.ontologyrepository.com/CommonCoreOntologies/AnthropogenicFeature
cco:AnthropogenicFeature rdf:type owl:Class ;
rdfs:subClassOf cco:EnvironmentalFeature ;
@@ -241,7 +216,7 @@ cco:AxisOfRotation rdf:type owl:Class ;
cco:BoundingBoxPoint rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:GeospatialPosition
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:GeospatialRegionBoundingBox
]
) ;
@@ -264,28 +239,13 @@ cco:CenterOfMass rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/City
cco:City rdf:type owl:Class ;
- rdfs:subClassOf cco:GeopoliticalEntity ;
- cco:definition "A Geopolitical Entity 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."^^xsd:string ;
+ 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."^^xsd:string ;
cco:definition_source "http://en.wikipedia.org/wiki/City"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "City"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/CityPart
-cco:CityPart rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom cco:City
- ] ;
- rdfs:subClassOf cco:GeopoliticalEntityPart ;
- cco:definition "A Geopolitical Entity Part that consists of one or more fiat sub-sections of a City."^^xsd:string ;
- cco:example_of_usage "the Flatbush neighorhood of New York City"^^xsd:string ,
- "the French Quarter of New Orleans"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
- rdfs:comment "This defined class should be used for instances that are sections of a City demarcated based on cultural, historic, or demographic reasons."^^xsd:string ;
- rdfs:label "City Part"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/ConstructedFeature
cco:ConstructedFeature rdf:type owl:Class ;
rdfs:subClassOf cco:AnthropogenicFeature ;
@@ -320,19 +280,28 @@ cco:Country rdf:type owl:Class ;
rdfs:label "Country"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/CountryPart
-cco:CountryPart rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom cco:Country
- ] ;
- rdfs:subClassOf cco:GeopoliticalEntityPart ;
- cco:definition "A Geopolitical Entity Part that consists of one or more fiat sub-sections of a Country."^^xsd:string ;
- cco:example_of_usage "Northern Iraq"^^xsd:string ,
- "Southeastern United States"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
- rdfs:comment "This defined class should be used for instances which are not proper sub-national entities (e.g. it should not be used for Cities, Provinces, or States)."^^xsd:string ;
- rdfs:label "Country Part"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/County
+cco:County rdf:type owl:Class ;
+ rdfs:subClassOf cco:GeopoliticalEntity ;
+ cco:definition "A Geopolitical Entity that is part of either a First-Order or Second-Order Administrative Region."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/County"^^xsd:anyURI ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
+ rdfs:label "County"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/DivisonOfGeopoliticalEntity
+cco:DivisonOfGeopoliticalEntity rdf:type owl:Class ;
+ rdfs:subClassOf cco:GeospatialRegion ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty obo:BFO_0000050 ;
+ owl:someValuesFrom cco:GeopoliticalEntity
+ ] ;
+ owl:disjointWith cco:GeopoliticalEntity ;
+ cco:definition "A Geospatial Region that is a fiat division of a Geopolitical Entity and not a Geopolitical Entity."^^xsd:string ;
+ 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/GeospatialOntology"^^xsd:anyURI ;
+ rdfs:comment "Instances of this class are not proper geopolitical entities, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood." ;
+ rdfs:label "Division of Geopolitical Entity"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentalFeature
@@ -347,7 +316,7 @@ cco:EnvironmentalFeature rdf:type owl:Class ;
cco:FirstOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:Country
] ;
cco:definition "A Geopolitical Entity that is a primary administrative division of a Country."^^xsd:string ;
@@ -361,7 +330,7 @@ cco:FirstOrderAdministrativeRegion rdf:type owl:Class ;
cco:FourthOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:ThirdOrderAdministrativeRegion
] ;
cco:definition "A Geopolitical Entity that is a subdivision of a Third-Order Administrative Region."^^xsd:string ;
@@ -395,18 +364,6 @@ cco:GeopoliticalEntityBorder rdf:type owl:Class ;
rdfs:label "Geopolitical Entity Border"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityPart
-cco:GeopoliticalEntityPart rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom cco:GeopoliticalEntity
- ] ;
- rdfs:subClassOf cco:GeospatialRegion ;
- cco:definition "A Geospatial Region that consists of one or more fiat sub-sections of a Geopolitical Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
- rdfs:label "Geopolitical Entity Part"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary
cco:GeospatialBoundary rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000142 ;
@@ -451,7 +408,7 @@ cco:GeospatialLineString rdf:type owl:Class ;
cco:GeospatialLocation rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialRegion ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:RO_0001015 ;
owl:someValuesFrom obo:BFO_0000001
] ;
cco:definition "A Geospatial Region at which an Entity or Event is located."^^xsd:string ;
@@ -487,7 +444,7 @@ cco:GeospatialRegion rdf:type owl:Class ;
cco:GeospatialRegionBoundingBox rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialPolygon ,
[ rdf:type owl:Restriction ;
- owl:onProperty cco:has_nontangential_proper_part ;
+ owl:onProperty cco:has_nontangential_part ;
owl:someValuesFrom cco:GeospatialRegion
] ;
cco:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."^^xsd:string ;
@@ -531,6 +488,15 @@ cco:HydrographicFeature rdf:type owl:Class ;
rdfs:label "Hydrographic Feature"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/LocalAdministrativeRegion
+cco:LocalAdministrativeRegion rdf:type owl:Class ;
+ rdfs:subClassOf cco:GeopoliticalEntity ;
+ cco:alternative_label "Locality"^^xsd:string ;
+ cco:definition "A Geopolitical Entity that delimits a local Government."^^xsd:string ;
+ cco:definition_source "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
+ rdfs:label "Local Administrative Region"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/LowDensityResidentialArea
cco:LowDensityResidentialArea rdf:type owl:Class ;
rdfs:subClassOf cco:PopulatedPlace ;
@@ -636,21 +602,6 @@ cco:Province rdf:type owl:Class ;
rdfs:label "Province"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ProvincePart
-cco:ProvincePart rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom cco:Province
- ] ;
- rdfs:subClassOf cco:GeopoliticalEntityPart ;
- cco:definition "A Geopolitical Entity Part that consists of one or more fiat sub-sections of a Province."^^xsd:string ;
- cco:example_of_usage "the Greater Montreal Area of Quebec"^^xsd:string ,
- "the southwest area of Al Anbar Province"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
- rdfs:comment "This defined class should be used for instances that are sections of a Province demarcated based on cultural, historic, or demographic reasons."^^xsd:string ;
- rdfs:label "Province Part"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/RollAxis
cco:RollAxis rdf:type owl:Class ;
rdfs:subClassOf cco:AxisOfRotation ;
@@ -672,12 +623,12 @@ cco:SeaLevel rdf:type owl:Class ;
cco:SecondOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:FirstOrderAdministrativeRegion
] ;
cco:definition "A Geopolitical Entity that is a subdivision of a First-Order Administrative Region."^^xsd:string ;
cco:definition_source "http://www.geonames.org/export/codes.html"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Second-Order Administrative Region"^^xsd:string .
@@ -707,21 +658,6 @@ cco:State rdf:type owl:Class ;
rdfs:label "State"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/StatePart
-cco:StatePart rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom cco:State
- ] ;
- rdfs:subClassOf cco:GeopoliticalEntityPart ;
- cco:definition "A Geopolitical Entity Part that consists of one or more fiat sub-sections of a State."^^xsd:string ;
- cco:example_of_usage "the Texas Panhandle"^^xsd:string ,
- "the Western New York Region"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
- rdfs:comment "This defined class should be used for instances that are sections of a State demarcated based on cultural, historic, or demographic reasons."^^xsd:string ;
- rdfs:label "State Part"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent
cco:Subcontinent rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialRegion ;
@@ -735,7 +671,7 @@ cco:Subcontinent rdf:type owl:Class ;
cco:ThirdOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
- owl:onProperty ;
+ owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:SecondOrderAdministrativeRegion
] ;
cco:definition "A Geopolitical Entity that is a subdivision of a Second-Order Administrative Region."^^xsd:string ;
@@ -767,8 +703,8 @@ cco:ThreeDimensionalPosition rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Town
cco:Town rdf:type owl:Class ;
- rdfs:subClassOf cco:GeopoliticalEntity ;
- cco:definition "A Geopolitical Entity 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."^^xsd:string ;
+ 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."^^xsd:string ;
cco:definition_source "http://www.dictionary.com/browse/town"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "Town"^^xsd:string .
@@ -776,8 +712,8 @@ cco:Town rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Village
cco:Village rdf:type owl:Class ;
- rdfs:subClassOf cco:GeopoliticalEntity ;
- cco:definition "A Geopolitical Entity in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."^^xsd:string ;
+ 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."^^xsd:string ;
cco:definition_source "http://www.merriam-webster.com/dictionary/village"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
rdfs:label "Village"^^xsd:string .
@@ -825,4 +761,4 @@ cco:zAxis rdf:type owl:Class ;
rdfs:label "z-Axis"^^xsd:string .
-### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
+### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
diff --git a/InformationEntityOntology.ttl b/InformationEntityOntology.ttl
index 3270b89..61f00ab 100644
--- a/InformationEntityOntology.ttl
+++ b/InformationEntityOntology.ttl
@@ -1,27 +1,23 @@
-@prefix : .
-@prefix dc: .
-@prefix ro: .
-@prefix bfo: .
+@prefix : .
@prefix cco: .
@prefix obo: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
-@prefix foaf: .
@prefix rdfs: .
@base .
rdf:type owl:Ontology ;
- owl:imports ,
- ;
- owl:versionInfo "Version 1.1"^^xsd:string ;
- cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
+ owl:versionIRI ;
+ owl:imports ,
+ ;
cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
+ cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
+ rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."^^xsd:string ;
rdfs:label "Information Entity Ontology"^^xsd:string ;
- owl:versionInfo "January 4, 2019"^^xsd:string ;
- rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."^^xsd:string .
+ owl:versionInfo "Version 1.2"^^xsd:string .
#################################################################
# Object Properties
@@ -31,9 +27,9 @@
cco:condition_described_by rdf:type owl:ObjectProperty ;
owl:inverseOf cco:describes_condition ;
owl:propertyChainAxiom ( cco:described_by
- ro:part_of
+ obo:BFO_0000050
) ;
- 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 c is an entity that is causally relevant to s existing as prescribed by p."^^xsd:string ;
+ 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."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "condition described by"^^xsd:string .
@@ -63,10 +59,10 @@ cco:describes rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/describes_condition
cco:describes_condition rdf:type owl:ObjectProperty ;
- owl:propertyChainAxiom ( ro:has_part
+ owl:propertyChainAxiom ( obo:BFO_0000051
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 c is an entity that is causally relevant to s existing as prescribed by p."^^xsd:string ;
+ 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."^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:label "describes condition"^^xsd:string .
@@ -305,7 +301,7 @@ cco:is_measured_by_ratio rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_measurement_unit_of
cco:is_measurement_unit_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:inheres_in ;
+ rdfs:subPropertyOf obo:RO_0010001 ;
owl:inverseOf cco:uses_measurement_unit ;
rdfs:domain cco:MeasurementUnit ;
rdfs:range cco:InformationBearingEntity ;
@@ -331,7 +327,7 @@ cco:is_mentioned_by rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_reference_system_of
cco:is_reference_system_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:inheres_in ;
+ rdfs:subPropertyOf obo:RO_0010001 ;
owl:inverseOf cco:uses_reference_system ;
rdfs:domain cco:ReferenceSystem ;
rdfs:range cco:InformationBearingEntity ;
@@ -442,6 +438,7 @@ cco:set_described_by_proportion rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/time_zone_identifier_used_by
cco:time_zone_identifier_used_by rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf obo:RO_0010001 ;
owl:inverseOf cco:uses_time_zone_identifier ;
rdfs:domain cco:TimeZoneIdentifier ;
rdfs:range cco:InformationBearingEntity ;
@@ -470,7 +467,7 @@ cco:uses_language rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/uses_measurement_unit
cco:uses_measurement_unit rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:bearer_of ;
+ rdfs:subPropertyOf obo:RO_0010002 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:MeasurementUnit ;
cco:elucidation "An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made."^^xsd:string ;
@@ -480,7 +477,7 @@ cco:uses_measurement_unit rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/uses_reference_system
cco:uses_reference_system rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf cco:bearer_of ;
+ rdfs:subPropertyOf obo:RO_0010002 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:ReferenceSystem ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
@@ -489,6 +486,7 @@ cco:uses_reference_system rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/uses_time_zone_identifier
cco:uses_time_zone_identifier rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf obo:RO_0010002 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:TimeZoneIdentifier ;
cco:definition "An object property holding between an Information Bearing Entity and a Time Zone Identifier which designates which time zone is being referred to in the date time string attached to the Information Bearing Entity."^^xsd:string ;
@@ -588,10 +586,10 @@ 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 the inputs and output of mathematical functions as well as workflow of execution for achieving an predefined objective." ;
- cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Algorithm"^^xsd:string .
+ cco:definition "A Directive Information Content Entity that prescribes the inputs and output of mathematical functions as well as workflow of execution for achieving a predefined objective." ;
+ 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" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ArbitraryIdentifier
@@ -624,18 +622,6 @@ cco:ArtificialLanguage rdf:type owl:Class ;
rdfs:label "Artificial Language"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/BoundingBoxPointIdentifier
-cco:BoundingBoxPointIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:BoundingBoxPoint
- ] ;
- rdfs:subClassOf cco:GeospatialPositionIdentifier ;
- cco:definition "A Geospatial Position Identifier that designates some Bounding Box Point."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Bounding Box Point Identifier"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarDateIdentifier
cco:CalendarDateIdentifier rdf:type owl:Class ;
rdfs:subClassOf cco:DateIdentifier ;
@@ -664,30 +650,6 @@ cco:CartesianCoordinateSystem rdf:type owl:Class ;
rdfs:label "Cartesian Coordinate System"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/CityIdentifier
-cco:CityIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:City
- ] ;
- rdfs:subClassOf cco:SubNationalEntityIdentifier ;
- cco:definition "A Sub-National Entity Identifier that designates some City."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "City Identifier"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/CityPartIdentifier
-cco:CityPartIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:CityPart
- ] ;
- rdfs:subClassOf cco:GeopoliticalEntityPartIdentifier ;
- cco:definition "A Geopolitical Entity Part Identifier that designates some City Part."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "City Part Identifier"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/CivilTimeReferenceSystem
cco:CivilTimeReferenceSystem rdf:type owl:Class ;
rdfs:subClassOf cco:TemporalReferenceSystem ;
@@ -718,18 +680,6 @@ cco:CodeIdentifier rdf:type owl:Class ;
rdfs:label "Code Identifier"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ContinentIdentifier
-cco:ContinentIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:Continent
- ] ;
- rdfs:subClassOf cco:GeospatialRegionIdentifier ;
- cco:definition "A Geospatial Region Identifier that designates some Continent."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Continent Identifier"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/CountMeasurementInformationContentEntity
cco:CountMeasurementInformationContentEntity rdf:type owl:Class ;
rdfs:subClassOf cco:RatioMeasurementInformationContentEntity ;
@@ -738,30 +688,6 @@ cco:CountMeasurementInformationContentEntity rdf:type owl:Class ;
rdfs:label "Count Measurement Information Content Entity"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/CountryIdentifier
-cco:CountryIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:Country
- ] ;
- rdfs:subClassOf cco:GeopoliticalEntityIdentifier ;
- cco:definition "A Geopolitical Entity Identifier that designates some Country."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Country Identifier"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/CountryPartIdentifier
-cco:CountryPartIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:CountryPart
- ] ;
- rdfs:subClassOf cco:GeopoliticalEntityPartIdentifier ;
- cco:definition "A Geopolitical Entity Part Identifier that designates some Country Part."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Country Part Identifier"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/DataRangeIntervalEstimateInformationContentEntity
cco:DataRangeIntervalEstimateInformationContentEntity rdf:type owl:Class ;
rdfs:subClassOf cco:IntervalEstimateInformationContentEntity ;
@@ -918,54 +844,6 @@ cco:EventStatusNominalInformationContentEntity rdf:type owl:Class ;
rdfs:label "Event Status Nominal Information Content Entity"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityBorderIdentifier
-cco:GeopoliticalEntityBorderIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:GeopoliticalEntityBorder
- ] ;
- rdfs:subClassOf cco:GeospatialBoundaryIdentifier ;
- cco:definition "A Geospatial Boundary Identifier that designates some Geopolitical Entity Border."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Geopolitical Entity Border Identifier"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityIdentifier
-cco:GeopoliticalEntityIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:GeopoliticalEntity
- ] ;
- rdfs:subClassOf cco:GeospatialRegionIdentifier ;
- cco:definition "A Geospatial Region Identifier that desginates some Geopolitical Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Geopolitical Entity Identifier"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityPartIdentifier
-cco:GeopoliticalEntityPartIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:GeopoliticalEntityPart
- ] ;
- rdfs:subClassOf cco:GeospatialRegionIdentifier ;
- cco:definition "A Geospatial Region Identifier that designates some Geopolitical Entity Part."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Geopolitical Entity Part Identifier"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundaryIdentifier
-cco:GeospatialBoundaryIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:GeospatialBoundary
- ] ;
- rdfs:subClassOf cco:DesignativeInformationContentEntity ;
- cco:definition "A Designative Information Content Entity that designates some Geospatial Boundary."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Geospatial Boundary Identifier"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialCoordinateReferenceSystem
cco:GeospatialCoordinateReferenceSystem rdf:type owl:Class ;
rdfs:subClassOf cco:SpatialReferenceSystem ;
@@ -975,42 +853,6 @@ cco:GeospatialCoordinateReferenceSystem rdf:type owl:Class ;
rdfs:label "Geospatial Coordinate Reference System"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLocationIdentifier
-cco:GeospatialLocationIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:GeospatialLocation
- ] ;
- rdfs:subClassOf cco:GeospatialRegionIdentifier ;
- cco:definition "A Geospatial Region Identifier that designates some Geospatial Location."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Geospatial Location Identifier"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPositionIdentifier
-cco:GeospatialPositionIdentifier rdf:type owl:Class ;
- rdfs:subClassOf cco:DesignativeInformationContentEntity ,
- [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:GeospatialPosition
- ] ;
- cco:definition "A Designative Information Content Entity that designates some Geospatial Position"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Geospatial Position Identifier"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBoxIdentifier
-cco:GeospatialRegionBoundingBoxIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:GeospatialRegionBoundingBox
- ] ;
- rdfs:subClassOf cco:GeospatialBoundaryIdentifier ;
- cco:definition "A Geospatial Boundary Identifier that designates some Geospatial Region Bounding Box."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Geospatial Region Bounding Box Identifier"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBoxIdentifierList
cco:GeospatialRegionBoundingBoxIdentifierList rdf:type owl:Class ;
rdfs:subClassOf cco:MeasurementUnitOfGeocoordinate ;
@@ -1019,18 +861,6 @@ cco:GeospatialRegionBoundingBoxIdentifierList rdf:type owl:Class ;
rdfs:label "Geospatial Region Bounding Box Identifier List"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionIdentifier
-cco:GeospatialRegionIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:GeospatialRegion
- ] ;
- rdfs:subClassOf cco:SiteIdentifier ;
- cco:definition "A Site Identifier that designates some Geospatial Region."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Geospatial Region Identifier"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/GreenwichMeanTimeZoneIdentifier
cco:GreenwichMeanTimeZoneIdentifier rdf:type owl:Class ;
rdfs:subClassOf cco:TimeZoneIdentifier ;
@@ -1055,7 +885,7 @@ cco:HourIdentifier rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/InformationBearingEntity
cco:InformationBearingEntity rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:bearer_of ;
+ owl:onProperty obo:RO_0010002 ;
owl:someValuesFrom cco:InformationContentEntity
] ;
rdfs:subClassOf obo:BFO_0000030 ;
@@ -1085,7 +915,7 @@ cco:InformationContentEntity rdf:type owl:Class ;
cco:InformationQualityEntity rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000019 ,
[ rdf:type owl:Restriction ;
- owl:onProperty cco:inheres_in ;
+ owl:onProperty obo:RO_0000052 ;
owl:someValuesFrom cco:InformationBearingEntity
] ;
cco:alternative_label "IQE"^^xsd:string ;
@@ -1155,11 +985,11 @@ cco:JulianDateFraction rdf:type owl:Class ;
cco:JulianDateIdentifier rdf:type owl:Class ;
rdfs:subClassOf cco:DecimalTimeOfDayIdentifier ,
[ rdf:type owl:Restriction ;
- owl:onProperty ro:has_part ;
+ owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:JulianDateFraction
] ,
[ rdf:type owl:Restriction ;
- owl:onProperty ro:has_part ;
+ owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:JulianDayNumber
] ,
[ rdf:type owl:Restriction ;
@@ -1552,8 +1382,8 @@ cco:ProbabilityMeasurementInformationContentEntity rdf:type owl:Class ;
rdfs:subClassOf cco:MeasurementInformationContentEntity ;
cco:alternative_label "Likelihood Measurement"^^xsd:string ,
"Probability Measurement"^^xsd:string ;
- cco:definition "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."^^xsd:string ,
- "https://en.wikipedia.org/wiki/Probability"^^xsd:string ;
+ cco:definition "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."^^xsd:string ;
+ cco:definition_source "https://en.wikipedia.org/wiki/Probability"^^xsd:string ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
rdfs:comment "Every probability measurement is made within a particular context given certain background assumptions."^^xsd:string ;
rdfs:label "Probability Measurement Information Content Entity"^^xsd:string .
@@ -1577,30 +1407,6 @@ cco:ProportionalRatioMeasurementInformationContentEntity rdf:type owl:Class ;
rdfs:label "Proportional Ratio Measurement Information Content Entity"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ProvinceIdentifier
-cco:ProvinceIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:Province
- ] ;
- rdfs:subClassOf cco:SubNationalEntityIdentifier ;
- cco:definition "A Sub-National Entity Identifier that designates some Province."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Province Identifier"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ProvincePartIdentifier
-cco:ProvincePartIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:ProvincePart
- ] ;
- rdfs:subClassOf cco:GeopoliticalEntityPartIdentifier ;
- cco:definition "A Geopolitical Entity Part Identifier that designates some Province Part."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Province Part Identifier"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/RatioMeasurementInformationContentEntity
cco:RatioMeasurementInformationContentEntity rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -1677,18 +1483,6 @@ cco:SiderealTimeReferenceSystem rdf:type owl:Class ;
rdfs:label "Sidereal Time Reference System"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/SiteIdentifier
-cco:SiteIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom obo:BFO_0000029
- ] ;
- rdfs:subClassOf cco:DesignativeInformationContentEntity ;
- cco:definition "A Designative Information Content Entity that designates some Site."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Site Identifier"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/SolarCalendarSystem
cco:SolarCalendarSystem rdf:type owl:Class ;
rdfs:subClassOf cco:CalendarSystem ;
@@ -1749,54 +1543,6 @@ cco:StandardTimeOfDayIdentifier rdf:type owl:Class ;
rdfs:label "Standard Time of Day Identifier"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/StateIdentifier
-cco:StateIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:State
- ] ;
- rdfs:subClassOf cco:SubNationalEntityIdentifier ;
- cco:definition "A Sub-National Entity Identifier that designates some State."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "State Identifier"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/StatePartIdentifier
-cco:StatePartIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:StatePart
- ] ;
- rdfs:subClassOf cco:GeopoliticalEntityPartIdentifier ;
- cco:definition "A Geopolitical Entity Part Identifier that designates some State Part."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "State Part Identifier"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/SubNationalEntityIdentifier
-cco:SubNationalEntityIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:FirstOrderAdministrativeRegion
- ] ;
- rdfs:subClassOf cco:GeopoliticalEntityIdentifier ;
- cco:definition "A Geopolitical Entity Identifier that designates some Sub-National Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Sub-National Entity Identifier"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/SubcontinentIdentifier
-cco:SubcontinentIdentifier rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:designates ;
- owl:someValuesFrom cco:Subcontinent
- ] ;
- rdfs:subClassOf cco:GeospatialRegionIdentifier ;
- cco:definition "A Geospatial Region Identifier that designates some Subcontinent."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
- rdfs:label "Subcontinent Identifier"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/TemporalInstantIdentifier
cco:TemporalInstantIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -2675,4 +2421,4 @@ cco:ZuluTimeZone rdf:type owl:NamedIndividual ,
rdfs:label "Zulu Time Zone"^^xsd:string .
-### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
+### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..9f1322f
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,29 @@
+BSD 3-Clause License
+
+Copyright (c) 2017, CUBRC, Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/ModalRelationOntology.ttl b/ModalRelationOntology.ttl
index 7953777..3bd2bcd 100644
--- a/ModalRelationOntology.ttl
+++ b/ModalRelationOntology.ttl
@@ -1,4 +1,4 @@
-@prefix : .
+@prefix : .
@prefix cco: .
@prefix mro: .
@prefix obo: .
@@ -10,66 +10,597 @@
@base .
rdf:type owl:Ontology ;
+ owl:versionIRI ;
+ rdfs:comment "The modal counterparts to relations contained in the Common Core Ontologies (CCO), including those CCO imports from the OBO Relation Ontology (RO)."^^xsd:string ;
rdfs:label "Modal Relation Ontology"^^xsd:string ;
- cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."^^xsd:string ;
- cco:code_license "The 3-Clause BSD License: https://opensource.org/licenses/BSD-3-Clause"^^xsd:string ;
- cco:content_license "The Creative Commons BY 3.0 License: https://creativecommons.org/licenses/by/3.0/"^^xsd:string ;
- owl:versionInfo "January 4, 2019"^^xsd:string ,
- "Version 1.1"^^xsd:string ;
- rdfs:comment "The modal counterparts to relations contained in the Common Core mid- and upper-level ontologies, including those imported from the OBO Relation Ontology."^^xsd:string .
+ owl:versionInfo "COPYRIGHT © 2015-2019 CUBRC Inc."^^xsd:string ,
+ "Version 1.2"^^xsd:string .
+
+#################################################################
+# Annotation properties
+#################################################################
+
+### http://purl.obolibrary.org/obo/IAO_0000111
+obo:IAO_0000111 rdf:type owl:AnnotationProperty .
+
+
+### http://purl.obolibrary.org/obo/IAO_0000112
+obo:IAO_0000112 rdf:type owl:AnnotationProperty .
+
+
+### http://purl.obolibrary.org/obo/IAO_0000114
+obo:IAO_0000114 rdf:type owl:AnnotationProperty .
+
+
+### http://purl.obolibrary.org/obo/IAO_0000115
+obo:IAO_0000115 rdf:type owl:AnnotationProperty .
+
+
+### http://purl.obolibrary.org/obo/IAO_0000116
+obo:IAO_0000116 rdf:type owl:AnnotationProperty .
+
+
+### http://purl.obolibrary.org/obo/IAO_0000117
+obo:IAO_0000117 rdf:type owl:AnnotationProperty .
+
+
+### http://purl.obolibrary.org/obo/IAO_0000118
+obo:IAO_0000118 rdf:type owl:AnnotationProperty .
+
+
+### http://purl.obolibrary.org/obo/IAO_0000119
+obo:IAO_0000119 rdf:type owl:AnnotationProperty .
+
+
+### http://purl.obolibrary.org/obo/IAO_0000232
+obo:IAO_0000232 rdf:type owl:AnnotationProperty .
+
+
+### http://purl.obolibrary.org/obo/IAO_0000600
+obo:IAO_0000600 rdf:type owl:AnnotationProperty .
+
+
+### http://purl.obolibrary.org/obo/RO_0001900
+obo:RO_0001900 rdf:type owl:AnnotationProperty .
+
+
+### http://purl.obolibrary.org/obo/RO_0040042
+obo:RO_0040042 rdf:type owl:AnnotationProperty .
+
+
+### http://purl.org/dc/elements/1.1/source
+ rdf:type owl:AnnotationProperty .
+
+
+### http://www.geneontology.org/formats/oboInOwl#hasExactSynonym
+ rdf:type owl:AnnotationProperty .
+
+
+### http://www.geneontology.org/formats/oboInOwl#inSubset
+ 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 .
#################################################################
-# Object Properties
+# Object Properties
#################################################################
-
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000050
+mro:BFO_0000050 rdf:type owl:ObjectProperty ;
+ owl:inverseOf mro:BFO_0000051 ;
+ rdf:type owl:TransitiveProperty ;
+ obo:IAO_0000111 "is part of"@en ;
+ obo:IAO_0000112 "my brain is part of my body (continuant parthood, two material entities)"@en ,
+ "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)"@en ,
+ "this day is part of this year (occurrent parthood)"@en ;
+ obo:IAO_0000115 "a core relation that holds between a part and its whole"@en ;
+ obo:IAO_0000116 "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other."@en ,
+ "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en ,
+ """Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)
+
+A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."""@en ;
+ obo:IAO_0000118 "part_of"@en ;
+ obo:RO_0001900 obo:RO_0001901 ;
+ obo:RO_0040042 obo:BFO_0000002 ,
+ obo:BFO_0000003 ,
+ obo:BFO_0000004 ,
+ obo:BFO_0000017 ,
+ obo:BFO_0000019 ,
+ obo:BFO_0000020 ,
+ obo:BFO_0000031 ;
+ rdfs:label "part of"@en ;
+ rdfs:seeAlso ,
+ ,
+ "http://www.obofoundry.org/ro/#OBO_REL:part_of" .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000051
+mro:BFO_0000051 rdf:type owl:ObjectProperty ,
+ owl:TransitiveProperty ;
+ obo:IAO_0000111 "has part"@en ;
+ obo:IAO_0000112 "my body has part my brain (continuant parthood, two material entities)"@en ,
+ "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"@en ,
+ "this year has part this day (occurrent parthood)"@en ;
+ obo:IAO_0000115 "a core relation that holds between a whole and its part"@en ;
+ obo:IAO_0000116 "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part."@en ,
+ "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en ,
+ """Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)
+
+A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."""@en ;
+ obo:IAO_0000118 "has_part"@en ;
+ obo:RO_0001900 obo:RO_0001901 ;
+ rdfs:label "has part"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000054
+mro:BFO_0000054 rdf:type owl:ObjectProperty ;
+ owl:inverseOf mro:BFO_0000055 ;
+ rdfs:domain obo:BFO_0000017 ;
+ rdfs:range obo:BFO_0000015 ;
+ obo:IAO_0000111 "realized in"@en ;
+ obo:IAO_0000112 "this disease is realized in this disease course"@en ,
+ "this fragility is realized in this shattering"@en ,
+ "this investigator role is realized in this investigation"@en ;
+ obo:IAO_0000118 "is realized by"@en ,
+ "realized_in"@en ;
+ obo:IAO_0000600 "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ;
+ rdfs:comment "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ;
+ rdfs:isDefinedBy obo:bfo.owl ;
+ rdfs:label "realized in"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000055
+mro:BFO_0000055 rdf:type owl:ObjectProperty ;
+ rdfs:domain obo:BFO_0000015 ;
+ rdfs:range obo:BFO_0000017 ;
+ obo:IAO_0000111 "realizes"@en ;
+ obo:IAO_0000112 "this disease course realizes this disease"@en ,
+ "this investigation realizes this investigator role"@en ,
+ "this shattering realizes this fragility"@en ;
+ obo:IAO_0000600 "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ;
+ rdfs:comment "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ;
+ rdfs:isDefinedBy obo:iao.owl ;
+ rdfs:label "realizes"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000066
+mro:BFO_0000066 rdf:type owl:ObjectProperty ;
+ owl:inverseOf mro:BFO_0000067 ;
+ rdfs:domain obo:BFO_0000003 ;
+ rdfs:range obo:BFO_0000004 ;
+ owl:propertyChainAxiom ( mro:BFO_0000050
+ mro:BFO_0000066
+ ) ,
+ ( mro:BFO_0000066
+ mro:BFO_0000050
+ ) ;
+ obo:IAO_0000111 "occurs in"@en ;
+ obo:IAO_0000115 "b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"@en ;
+ obo:IAO_0000118 "occurs_in"@en ,
+ "unfolds in"@en ,
+ "unfolds_in"@en ;
+ rdfs:comment "Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant" ;
+ rdfs:isDefinedBy obo:bfo.owl ;
+ rdfs:label "occurs in"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000067
+mro:BFO_0000067 rdf:type owl:ObjectProperty ;
+ obo:IAO_0000111 "site of"@en ;
+ obo:IAO_0000115 "[copied from inverse property 'occurs in'] b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"@en ;
+ rdfs:comment "Paraphrase of definition: a relation between an independent continuant and a process, in which the process takes place entirely within the independent continuant" ;
+ rdfs:isDefinedBy obo:bfo.owl ;
+ rdfs:label "contains process"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000052
+mro:RO_0000052 rdf:type owl:ObjectProperty ;
+ owl:inverseOf mro:RO_0000053 ;
+ obo:IAO_0000111 "inheres in"@en ;
+ obo:IAO_0000112 "this fragility inheres in this vase"@en ,
+ "this red color inheres in this apple"@en ;
+ obo:IAO_0000115 "a relation between a specifically dependent continuant (the dependent) and an independent continuant (the bearer), in which the dependent specifically depends on the bearer for its existence"@en ;
+ obo:IAO_0000116 "A dependent inheres in its bearer at all times for which the dependent exists."@en ;
+ obo:IAO_0000118 "inheres_in"@en ;
+ obo:RO_0001900 obo:RO_0001901 ;
+ rdfs:label "inheres in"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000053
+mro:RO_0000053 rdf:type owl:ObjectProperty ;
+ rdfs:range obo:BFO_0000020 ;
+ obo:IAO_0000111 "bearer of"@en ;
+ obo:IAO_0000112 "this apple is bearer of this red color"@en ,
+ "this vase is bearer of this fragility"@en ;
+ obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a specifically dependent continuant (the dependent), in which the dependent specifically depends on the bearer for its existence"@en ;
+ obo:IAO_0000116 "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."@en ;
+ obo:IAO_0000118 "bearer_of"@en ,
+ "is bearer of"@en ;
+ obo:RO_0001900 obo:RO_0001901 ;
+ rdfs:label "bearer of"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000056
+mro:RO_0000056 rdf:type owl:ObjectProperty ;
+ owl:inverseOf mro:RO_0000057 ;
+ rdfs:domain obo:BFO_0000002 ;
+ rdfs:range obo:BFO_0000003 ;
+ obo:IAO_0000111 "participates in"@en ;
+ obo:IAO_0000112 "this blood clot participates in this blood coagulation"@en ,
+ "this input material (or this output material) participates in this process"@en ,
+ "this investigator participates in this investigation"@en ;
+ obo:IAO_0000115 "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en ;
+ obo:IAO_0000118 "participates_in"@en ;
+ rdfs:label "participates in"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000057
+mro:RO_0000057 rdf:type owl:ObjectProperty ;
+ rdfs:domain obo:BFO_0000003 ;
+ rdfs:range obo:BFO_0000002 ;
+ owl:propertyChainAxiom ( mro:BFO_0000051
+ mro:BFO_0000055
+ mro:RO_0000052
+ ) ,
+ ( mro:BFO_0000051
+ mro:RO_0000057
+ ) ;
+ obo:IAO_0000111 "has participant"@en ;
+ obo:IAO_0000112 "this blood coagulation has participant this blood clot"@en ,
+ "this investigation has participant this investigator"@en ,
+ "this process has participant this input material (or this output material)"@en ;
+ obo:IAO_0000115 "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en ;
+ obo:IAO_0000116 "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."@en ;
+ obo:IAO_0000118 "has_participant"@en ;
+ "http://www.obofoundry.org/ro/#OBO_REL:has_participant" ;
+ rdfs:label "has participant"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000058
+mro:RO_0000058 rdf:type owl:ObjectProperty ;
+ owl:inverseOf mro:RO_0000059 ;
+ rdfs:domain obo:BFO_0000031 ;
+ rdfs:range obo:BFO_0000020 ;
+ obo:IAO_0000112 "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en ,
+ "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ;
+ obo:IAO_0000115 "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants."@en ;
+ rdfs:label "is concretized as"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000059
+mro:RO_0000059 rdf:type owl:ObjectProperty ;
+ rdfs:domain obo:BFO_0000020 ;
+ rdfs:range obo:BFO_0000031 ;
+ obo:IAO_0000112 "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en ,
+ "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ;
+ obo:IAO_0000115 "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant."@en ;
+ rdfs:label "concretizes"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000079
+mro:RO_0000079 rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:RO_0000052 ;
+ owl:inverseOf mro:RO_0000085 ;
+ rdfs:domain obo:BFO_0000034 ;
+ obo:IAO_0000112 "this catalysis function is a function of this enzyme"@en ;
+ obo:IAO_0000115 "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence"@en ;
+ obo:IAO_0000116 "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists."@en ;
+ obo:IAO_0000118 "function_of"@en ,
+ "is function of"@en ;
+ rdfs:label "function of"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000080
+mro:RO_0000080 rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:RO_0000052 ;
+ owl:inverseOf mro:RO_0000086 ;
+ obo:IAO_0000112 "this red color is a quality of this apple"@en ;
+ obo:IAO_0000115 "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"@en ;
+ obo:IAO_0000116 "A quality inheres in its bearer at all times for which the quality exists."@en ;
+ obo:IAO_0000118 "is quality of"@en ,
+ "quality_of"@en ;
+ rdfs:label "quality of"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000081
+mro:RO_0000081 rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:RO_0000052 ;
+ owl:inverseOf mro:RO_0000087 ;
+ obo:IAO_0000112 "this investigator role is a role of this person"@en ;
+ obo:IAO_0000115 "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence"@en ;
+ obo:IAO_0000116 "A role inheres in its bearer at all times for which the role exists, however the role need not be realized at all the times that the role exists."@en ;
+ obo:IAO_0000118 "is role of"@en ,
+ "role_of"@en ;
+ rdfs:label "role of"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000085
+mro:RO_0000085 rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:RO_0000053 ;
+ rdfs:domain obo:BFO_0000004 ;
+ rdfs:range obo:BFO_0000034 ;
+ obo:IAO_0000112 "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)"@en ;
+ obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence"@en ;
+ obo:IAO_0000116 "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists."@en ;
+ obo:IAO_0000118 "has_function"@en ;
+ rdfs:label "has function"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000086
+mro:RO_0000086 rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:RO_0000053 ;
+ rdfs:range obo:BFO_0000019 ;
+ obo:IAO_0000112 "this apple has quality this red color"@en ;
+ obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence"@en ;
+ obo:IAO_0000116 "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist."@en ;
+ obo:IAO_0000118 "has_quality"@en ;
+ rdfs:label "has quality"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000087
+mro:RO_0000087 rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:RO_0000053 ;
+ rdfs:domain obo:BFO_0000004 ;
+ rdfs:range obo:BFO_0000023 ;
+ obo:IAO_0000112 "this person has role this investigator role (more colloquially: this person has this role of investigator)"@en ;
+ obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence"@en ;
+ obo:IAO_0000116 "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists."@en ;
+ obo:IAO_0000118 "has_role"@en ;
+ rdfs:label "has role"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000091
+mro:RO_0000091 rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:RO_0000053 ;
+ owl:inverseOf mro:RO_0000092 ;
+ rdfs:domain obo:BFO_0000004 ;
+ rdfs:range obo:BFO_0000016 ;
+ obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence"@en ;
+ rdfs:label "has disposition"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000092
+mro:RO_0000092 rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:RO_0000052 ;
+ obo:IAO_0000115 "inverse of has disposition" ;
+ obo:RO_0002259 ;
+ rdfs:label "disposition of"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0001000
+mro:RO_0001000 rdf:type owl:ObjectProperty ;
+ owl:inverseOf mro:RO_0001001 ;
+ obo:IAO_0000112 "this cell derives from this parent cell (cell division)"@en ,
+ "this nucleus derives from this parent nucleus (nuclear division)"@en ;
+ obo:IAO_0000114 obo:IAO_0000125 ;
+ obo:IAO_0000115 "a relation between two distinct material entities, the new entity and the old entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity"@en ;
+ obo:IAO_0000116 "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops from'."@en ;
+ obo:IAO_0000118 "derives_from"@en ;
+ obo:IAO_0000232 "This relation is taken from the RO2005 version of RO. It may be obsoleted and replaced by relations with different definitions. See also the 'develops from' family of relations." ;
+ ;
+ rdfs:label "derives from"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0001001
+mro:RO_0001001 rdf:type owl:ObjectProperty ;
+ obo:IAO_0000112 "this parent cell derives into this cell (cell division)"@en ,
+ "this parent nucleus derives into this nucleus (nuclear division)"@en ;
+ obo:IAO_0000114 obo:IAO_0000125 ;
+ obo:IAO_0000115 "a relation between two distinct material entities, the old entity and the new entity, in which the new entity begins to exist when the old entity ceases to exist, and the new entity inherits the significant portion of the matter of the old entity"@en ;
+ obo:IAO_0000116 "This is a very general relation. More specific relations are preferred when applicable, such as 'directly develops into'. To avoid making statements about a future that may not come to pass, it is often better to use the backward-looking 'derives from' rather than the forward-looking 'derives into'."@en ;
+ obo:IAO_0000118 "derives_into"@en ;
+ ;
+ rdfs:label "derives into"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0001015
+mro:RO_0001015 rdf:type owl:ObjectProperty ;
+ owl:inverseOf mro:RO_0001025 ;
+ rdf:type owl:TransitiveProperty ;
+ obo:IAO_0000111 "is location of"@en ;
+ obo:IAO_0000112 "my head is the location of my brain"@en ,
+ "this cage is the location of this rat"@en ;
+ obo:IAO_0000115 "a relation between two independent continuants, the location and the target, in which the target is entirely within the location"@en ;
+ obo:IAO_0000116 "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en ;
+ obo:IAO_0000118 "location_of"@en ;
+ obo:RO_0001900 obo:RO_0001901 ;
+ rdfs:label "location of"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0001018
+mro:RO_0001018 rdf:type owl:ObjectProperty ;
+ owl:inverseOf mro:RO_0001019 ;
+ rdfs:domain obo:BFO_0000040 ;
+ rdfs:range obo:BFO_0000004 ;
+ owl:propertyChainAxiom ( mro:RO_0001025
+ mro:BFO_0000050
+ ) ;
+ obo:IAO_0000111 "contained in"@en ;
+ obo:IAO_0000116 "Containment is location not involving parthood, and arises only where some immaterial continuant is involved." ,
+ "Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition):"@en ,
+ """Intended meaning:
+domain: material entity
+range: spatial region or site (immaterial continuant)
+ """@en ;
+ obo:IAO_0000118 "contained_in"@en ;
+ obo:RO_0001900 obo:RO_0001901 ;
+ ;
+ rdfs:label "contained in"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0001019
+mro:RO_0001019 rdf:type owl:ObjectProperty ;
+ obo:IAO_0000111 "contains"@en ;
+ obo:RO_0001900 obo:RO_0001901 ;
+ ;
+ rdfs:label "contains"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0001025
+mro:RO_0001025 rdf:type owl:ObjectProperty ,
+ owl:TransitiveProperty ;
+ rdfs:domain obo:BFO_0000004 ;
+ rdfs:range obo:BFO_0000004 ;
+ obo:IAO_0000111 "located in"@en ;
+ obo:IAO_0000112 "my brain is located in my head"@en ,
+ "this rat is located in this cage"@en ;
+ obo:IAO_0000115 "a relation between two independent continuants, the target and the location, in which the target is entirely within the location"@en ;
+ obo:IAO_0000116 "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"@en ,
+ "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See https://code.google.com/p/obo-relations/wiki/ROAndTime"@en ;
+ obo:IAO_0000118 "located_in"@en ;
+ obo:RO_0001900 obo:RO_0001901 ;
+ "http://www.obofoundry.org/ro/#OBO_REL:located_in" ;
+ rdfs:label "located in"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0002000
+mro:RO_0002000 rdf:type owl:ObjectProperty ;
+ owl:inverseOf mro:RO_0002002 ;
+ obo:IAO_0000112 "the surface of my skin is a 2D boundary of my body"@en ;
+ obo:IAO_0000115 "a relation between a 2D immaterial entity (the boundary) and a material entity, in which the boundary delimits the material entity"@en ;
+ obo:IAO_0000116 "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."@en ,
+ "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."@en ;
+ obo:IAO_0000118 "2D_boundary_of"@en ,
+ "boundary of"@en ,
+ "is 2D boundary of"@en ,
+ "is boundary of"@en ;
+ obo:RO_0001900 obo:RO_0001901 ;
+ rdfs:label "2D boundary of"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0002002
+mro:RO_0002002 rdf:type owl:ObjectProperty ;
+ rdfs:domain obo:BFO_0000040 ;
+ rdfs:range obo:BFO_0000141 ;
+ obo:IAO_0000112 "my body has 2D boundary the surface of my skin"@en ;
+ obo:IAO_0000115 "a relation between a material entity and a 2D immaterial entity (the boundary), in which the boundary delimits the material entity"@en ;
+ obo:IAO_0000116 "A 2D boundary may have holes and gaps, but it must be a single connected entity, not an aggregate of several disconnected parts."@en ,
+ "Although the boundary is two-dimensional, it exists in three-dimensional space and thus has a 3D shape."@en ;
+ obo:IAO_0000117 "David Osumi-Sutherland" ;
+ obo:IAO_0000118 "has boundary"@en ,
+ "has_2D_boundary"@en ;
+ obo:RO_0001900 obo:RO_0001901 ;
+ rdfs:label "has 2D boundary"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0002350
+mro:RO_0002350 rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:BFO_0000050 ;
+ owl:inverseOf mro:RO_0002351 ;
+ obo:IAO_0000112 "An organism that is a member of a population of organisms" ;
+ obo:IAO_0000115 "is member of is a mereological relation between a item and a collection." ;
+ obo:IAO_0000118 "is member of" ,
+ "member part of" ;
+ obo:IAO_0000119 "SIO" ;
+ obo:RO_0001900 obo:RO_0001901 ;
+ rdfs:label "member of"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0002351
+mro:RO_0002351 rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:BFO_0000051 ;
+ rdf:type owl:IrreflexiveProperty ;
+ obo:IAO_0000115 "has member is a mereological relation between a collection and an item." ;
+ obo:IAO_0000119 "SIO" ;
+ obo:RO_0001900 obo:RO_0001901 ;
+ rdfs:label "has member"@en .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0010001
+mro:RO_0010001 rdf:type owl:ObjectProperty ;
+ owl:inverseOf mro:RO_0010002 ;
+ rdfs:domain obo:BFO_0000031 ;
+ rdfs:range obo:BFO_0000004 ;
+ owl:propertyChainAxiom ( mro:RO_0000052
+ mro:RO_0000058
+ ) ;
+ obo:IAO_0000112 "Genetic information generically depend on molecules of DNA." ,
+ "The novel *War and Peace* generically depends on this copy of the novel." ,
+ "The pattern shared by chess boards generically depends on any chess board." ,
+ "The score of a symphony g-depends on a copy of the score." ,
+ "This pdf file generically depends on this server." ;
+ obo:IAO_0000115 "A generically dependent continuant *b* generically depends on an independent continuant *c* at time *t* means: there inheres in *c* a specifically deendent continuant which concretizes *b* at *t*." ;
+ obo:IAO_0000119 "[072-ISO]" ;
+ "g-depends on" ;
+ rdfs:label "generically depends on" .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0010002
+mro:RO_0010002 rdf:type owl:ObjectProperty ;
+ rdfs:domain obo:BFO_0000004 ;
+ rdfs:range obo:BFO_0000031 ;
+ owl:propertyChainAxiom ( mro:RO_0000059
+ mro:RO_0000053
+ ) ;
+ obo:IAO_0000112 "Molecules of DNA are carriers of genetic information." ,
+ "This copy of *War and Peace* is carrier of the novel written by Tolstoy." ,
+ "This hard drive is carrier of these data items." ;
+ obo:IAO_0000115 "*b* is carrier of *c* at time *t* if and only if *c* *g-depends on* *b* at *t*" ;
+ obo:IAO_0000119 "[072-ISO]" ;
+ rdfs:label "is carrier of"@en .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/accessory_in
mro:accessory_in rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:participates_in ;
+ rdfs:subPropertyOf mro:RO_0000056 ;
owl:inverseOf mro:has_accessory ;
rdfs:domain obo:BFO_0000040 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "An agent a1 is accessory_in some Processual Entity p1 iff a1 assists in the commission of p1, is not located_at the location of p1, and is not agent_in p1. "^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "accessory in"^^xsd:string .
+ cco:definition "An agent a1 is accessory_in some Processual Entity p1 iff a1 assists in the commission of p1, is not located_at the location of p1, and is not agent_in p1. " ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "accessory in" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/accomplice_in
mro:accomplice_in rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:participates_in ;
+ rdfs:subPropertyOf mro:RO_0000056 ;
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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Accomplice"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "accomplice in"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/adjacent_to
-mro:adjacent_to rdf:type owl:ObjectProperty ;
- rdfs:comment "C adjacent to C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c and c' are in spatial proximity"@en ,
- "Note that adjacent_to as thus defined is not a symmetric relation, in contrast to its instance-level counterpart. For it can be the case that Cs are in general such as to be adjacent to instances of C1 while no analogous statement holds for C1s in general in relation to instances of C. Examples are: nuclear membrane adjacent_to cytoplasm; seminal vesicle adjacent_to urinary bladder; ovary adjacent_to parietal pelvic peritoneum"^^xsd:string ;
- rdfs:label "adjacent_to"@en .
+ 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." ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Accomplice" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "accomplice in" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/affects
mro:affects rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_participant ;
+ rdfs:subPropertyOf mro:RO_0000057 ;
owl:inverseOf mro:is_affected_by ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
- cco:definition "If p is a process and c is a continuant, then p affects c if and only if p influences c in some manner, most often by producing a change in c."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "affects"^^xsd:string .
+ cco:definition "If p is a process and c is a continuant, then p affects c if and only if p influences c in some manner, most often by producing a change in c." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "affects" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/agent_in
mro:agent_in rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:participates_in ;
+ rdfs:subPropertyOf mro:RO_0000056 ;
owl:inverseOf mro:has_agent ;
- rdfs:label "agent_in"@en .
+ cco:definition "TO DO" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "agent in" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregate_has_capability
@@ -78,8 +609,8 @@ mro:aggregate_has_capability rdf:type owl:ObjectProperty ;
owl:inverseOf mro:capability_of_aggregate ;
rdfs:domain cco:GroupOfAgents ;
rdfs:range cco:AgentCapability ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "aggregate has capability"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "aggregate has capability" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregate_has_disposition
@@ -87,9 +618,9 @@ mro:aggregate_has_disposition rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:aggregrate_bearer_of ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range obo:BFO_0000016 ;
- cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_disposition of some instance of a Disposition if and only if every member of the Object Aggregate instance has_disposition some instance of the Disposition."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "aggregate has disposition"^^xsd:string .
+ cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_disposition of some instance of a Disposition if and only if every member of the Object Aggregate instance has_disposition some instance of the Disposition." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "aggregate has disposition" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregate_has_quality
@@ -97,9 +628,9 @@ mro:aggregate_has_quality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:aggregrate_bearer_of ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range obo:BFO_0000019 ;
- cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_quality of some instance of a Quality if and only if every member of the Object Aggregate instance has_quality some instance of the Quality."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "aggregate has quality"^^xsd:string .
+ cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_quality of some instance of a Quality if and only if every member of the Object Aggregate instance has_quality some instance of the Quality." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "aggregate has quality" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregate_has_role
@@ -107,9 +638,9 @@ mro:aggregate_has_role rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:aggregrate_bearer_of ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range obo:BFO_0000023 ;
- cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_role of some instance of a Role if and only if every member of the Object Aggregate instance has_role some instance of the Role."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "aggregate has role"^^xsd:string .
+ cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_has_role of some instance of a Role if and only if every member of the Object Aggregate instance has_role some instance of the Role." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "aggregate has role" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/aggregrate_bearer_of
@@ -120,33 +651,19 @@ mro:aggregrate_bearer_of rdf:type owl:ObjectProperty ;
obo:BFO_0000031
)
] ;
- cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_bearer_of some instance of a Dependent Continuant (or any of its subtypes) if and only if every member of the Object Aggregate instance is bearer_of some instance of the Dependent Continuant"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "aggregate bearer of"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/bearer_of
-mro:bearer_of rdf:type owl:ObjectProperty ;
- owl:inverseOf mro:inheres_in ;
- rdfs:domain obo:BFO_0000004 ;
- rdfs:range [ rdf:type owl:Class ;
- owl:unionOf ( obo:BFO_0000020
- obo:BFO_0000031
- )
- ] ;
- cco:definition "Inverse of inheres in."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "bearer of"^^xsd:string .
+ cco:definition "An instance of an Object Aggregate (or any of its subtypes) is aggregate_bearer_of some instance of a Dependent Continuant (or any of its subtypes) if and only if every member of the Object Aggregate instance is bearer_of some instance of the Dependent Continuant" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "aggregate bearer of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/capability_of
mro:capability_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:realizable_entity_of ;
+ rdfs:subPropertyOf mro:RO_0000052 ;
owl:inverseOf mro:has_capability ;
rdfs:domain cco:AgentCapability ;
rdfs:range cco:Agent ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "capability of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "capability of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/capability_of_aggregate
@@ -154,8 +671,8 @@ mro:capability_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:inheres_in_aggregate ;
rdfs:domain cco:AgentCapability ;
rdfs:range cco:GroupOfAgents ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "capability of aggregate"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "capability of aggregate" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/caused_by
@@ -163,51 +680,38 @@ mro:caused_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_cause_of ;
rdfs:domain obo:BFO_0000003 ;
rdfs:range obo:BFO_0000001 ;
- cco:definition "For types of Processual Entities P1 and P2, P1 caused by P2 if and only if for all instances p1 of P1 there is some instance p2 of P2 such that p1 is the consequence of p2. Inverse of is_cause_of."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "caused by"^^xsd:string .
+ cco:definition "For types of Processual Entities P1 and P2, P1 caused by P2 if and only if for all instances p1 of P1 there is some instance p2 of P2 such that p1 is the consequence of p2. Inverse of is_cause_of." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "caused by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/coincides_with
mro:coincides_with rdf:type owl:ObjectProperty ;
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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "coincides with"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "coincides with" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/condition_described_by
mro:condition_described_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:describes_condition ;
owl:propertyChainAxiom ( mro:described_by
- mro:part_of
+ mro:BFO_0000050
) ;
- 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 c is an entity that is causally relevant to s existing as prescribed by p."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "condition described by"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "condition described by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/connected_with
mro: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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "connected with"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/contained_in
-mro:contained_in rdf:type owl:ObjectProperty ;
- owl:inverseOf mro:contains ;
- rdfs:comment "C contained_in C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c located_in c' at t, and it is not the case that c *overlaps* c' at t. (c' is a conduit or cavity.)"@en ,
- "Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition):"^^xsd:string ;
- rdfs:label "contained_in"@en .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/contains
-mro:contains rdf:type owl:ObjectProperty ;
- rdfs:label "contains"@en .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "connected with" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/delimits
@@ -217,25 +721,10 @@ mro:delimits rdf:type owl:ObjectProperty ;
owl:InverseFunctionalProperty ;
rdfs:domain cco:GeopoliticalEntity ;
rdfs:range cco:Organization ;
- cco:definition "An instance of Geopolitical Entity gpe1 delimits some Government g1 iff gpe1 is the area within which g1 can legally exercies its authority."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Delimitation"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "delimits"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/derived_into
-mro:derived_into rdf:type owl:ObjectProperty ;
- owl:inverseOf mro:derives_from ;
- rdf:type owl:TransitiveProperty ;
- rdfs:label "derived_into"@en .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/derives_from
-mro:derives_from rdf:type owl:ObjectProperty ,
- owl:TransitiveProperty ;
- rdfs:comment "Derivation as a relation between instances. The temporal relation of derivation is more complex. Transformation, on the instance level, is just the relation of identity: each adult is identical to some child existing at some earlier time. Derivation on the instance-level is a relation holding between non-identicals. More precisely, it holds between distinct material continuants when one succeeds the other across a temporal divide in such a way that at least a biologically significant portion of the matter of the earlier continuant is inherited by the later. Thus we will have axioms to the effect that from c derives_from c1 we can infer that c and c1 are not identical and that there is some instant of time t such that c1 exists only prior to and c only subsequent to t. We will also be able to infer that the spatial region occupied by c as it begins to exist at t overlaps with the spatial region occupied by c1 as it ceases to exist in the same instant."^^xsd:string ,
- "Derivation on the instance level (*derives_from*) holds between distinct material continuants when one succeeds the other across a temporal divide in such a way that at least a biologically significant portion of the matter of the earlier continuant is inherited by the later. We say that one class C derives_from class C' if instances of C are connected to instances of C' via some chain of instance-level derivation relations. Example: osteocyte derives_from osteoblast. Formally: C derives_immediately_from C' if and only if: given any c and any t, if c instantiates C at time t, then there is some c' and some t', such that c' instantiates C' at t' and t' earlier-than t and c *derives_from* c'. C derives_from C' if and only if: there is an chain of immediate derivation relations connecting C to C'."@en ;
- rdfs:label "derives_from"@en .
+ cco:definition "An instance of Geopolitical Entity gpe1 delimits some Government g1 iff gpe1 is the area within which g1 can legally exercies its authority." ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Delimitation" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "delimits" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/described_by
@@ -243,32 +732,32 @@ mro:described_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_subject_of ;
owl:inverseOf mro:describes ;
rdfs:range cco:DescriptiveInformationContentEntity ;
- cco:definition "The inverse of describes, which relates an Entity to some Descriptive Information Content Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "described by"^^xsd:string .
+ cco:definition "The inverse of describes, which relates an Entity to some Descriptive Information Content Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "described by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes
mro:describes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_about ;
rdfs:domain cco:DescriptiveInformationContentEntity ;
- cco:definition "For all Types T1 and T2, if T1 describes T2 then there is some instance of T1, t1 that presents the characteristics by which some instance of T2, t2 can be recognized or visualized."^^xsd:string ;
- cco:example_of_usage "a newspaper article describes some current event"^^xsd:string ,
- "a visitor's log describes some facility visit"^^xsd:string ,
- "an accident report describes some accident"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- 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."^^xsd:string ;
- rdfs:label "describes"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 describes T2 then there is some instance of T1, t1 that presents the characteristics by which some instance of T2, t2 can be recognized or visualized." ;
+ cco:example_of_usage "a newspaper article describes some current event" ,
+ "a visitor's log describes some facility visit" ,
+ "an accident report describes some accident" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ 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." ;
+ rdfs:label "describes" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_condition
mro:describes_condition rdf:type owl:ObjectProperty ;
- owl:propertyChainAxiom ( mro:has_part
+ owl:propertyChainAxiom ( mro:BFO_0000051
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 c is an entity that is causally relevant to s existing as prescribed by p."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "describes condition"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "describes condition" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_set_with
@@ -277,9 +766,9 @@ mro:describes_set_with rdf:type owl:ObjectProperty ;
owl:inverseOf mro:set_described_by ;
rdfs:domain cco:NominalMeasurementInformationContentEntity ;
rdfs:range cco:MeasurementInformationContentEntity ;
- cco:definition "For all Types T1 and T2, if T1 describes set with T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 further describes some entity described by t1 when compared to all the entities described by t1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "describes set with"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 describes set with T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 further describes some entity described by t1 when compared to all the entities described by t1." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "describes set with" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_set_with_expected_element
@@ -287,9 +776,9 @@ mro:describes_set_with_expected_element rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes_set_with ;
owl:inverseOf mro:set_described_by_expected_element ;
rdfs:domain cco:NominalMeasurementInformationContentEntity ;
- cco:definition "For all Types T1 and T2, if T1 describes set with expected element T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 indicates that an entity described by t1 is the most likely element to occur relative to the set of entities described by t1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "describes set with expected element"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 describes set with expected element T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 indicates that an entity described by t1 is the most likely element to occur relative to the set of entities described by t1." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "describes set with expected element" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_set_with_ordinality
@@ -298,9 +787,9 @@ mro:describes_set_with_ordinality rdf:type owl:ObjectProperty ;
owl:inverseOf mro:set_described_by_ordinality ;
rdfs:domain cco:NominalMeasurementInformationContentEntity ;
rdfs:range cco:OrdinalMeasurementInformationContentEntity ;
- cco:definition "For all Types T1 and T2, if T1 describes set with ordinailty T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 indicates the rank order of an entity described by t1 with respect to the set of entities described by t1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "describes set with ordinality"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 describes set with ordinailty T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 indicates the rank order of an entity described by t1 with respect to the set of entities described by t1." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "describes set with ordinality" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/describes_set_with_proportion
@@ -309,9 +798,9 @@ mro:describes_set_with_proportion rdf:type owl:ObjectProperty ;
owl:inverseOf mro:set_described_by_proportion ;
rdfs:domain cco:NominalMeasurementInformationContentEntity ;
rdfs:range cco:ProportionalRatioMeasurementInformationContentEntity ;
- cco:definition "For all Types T1 and T2, if T1 describes set with proportion T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 is a proportional measurement of a subset of entities described by t1 when compared to all the entities described by t1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "describes set with proportion"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 describes set with proportion T2, then there is some instance of T1, t1 such that t1 nominally describes a set of like entities where some instance of T2, t2 is a proportional measurement of a subset of entities described by t1 when compared to all the entities described by t1." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "describes set with proportion" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/designated_by
@@ -320,9 +809,9 @@ mro:designated_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:designates ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:DesignativeInformationContentEntity ;
- cco:definition "The inverse of designates, which relates an Entity to some Designative Information Content Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "designated by"^^xsd:string .
+ cco:definition "The inverse of designates, which relates an Entity to some Designative Information Content Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "designated by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/designates
@@ -330,33 +819,21 @@ mro:designates rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_about ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:DesignativeInformationContentEntity ;
- cco:definition "For all types T1 and T2, if T1 designates T2, then there is some instance of T1, t1, by which some instance of T2, t2, is called, or classified, distinguished from others."^^xsd:string ;
- cco:example_of_usage "a URL identifies the location of a Web Page on the internet"^^xsd:string ,
- "a person's name designates that person"^^xsd:string ,
- "a vehicle identification number designates some vehicle"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "designates"^^xsd:string .
+ cco:definition "For all types T1 and T2, if T1 designates T2, then there is some instance of T1, t1, by which some instance of T2, t2, is called, or classified, distinguished from others." ;
+ cco:example_of_usage "a URL identifies 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/ModalRelationOntology" ;
+ rdfs:label "designates" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/disconnected_with
mro: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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "disconnected with"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/disposition_of
-mro:disposition_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:realizable_entity_of ;
- owl:inverseOf mro:has_disposition ;
- rdfs:domain obo:BFO_0000016 ;
- rdfs:range obo:BFO_0000004 ;
- cco:definition "For types D and E where D is a type of Disposition and E is a type of Entity, D disposition of E if and only if for every instance d of D, there is some instance e of E such that d \"disposition of\" e. Here \"disposition of\" denotes the primitive instance level relation."^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "disposition of"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "disconnected with" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/disposition_of_aggregate
@@ -364,52 +841,40 @@ 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 "An instance of a Disposition is disposition_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Disposition that is disposition_of each and every member of the Object Aggregate instance."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "disposition of aggregate"^^xsd:string .
+ cco:definition "An instance of a Disposition is disposition_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Disposition that is disposition_of each and every member of the Object Aggregate instance." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "disposition of aggregate" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/externally_connects_with
mro:externally_connects_with rdf:type owl:ObjectProperty ;
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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "externally connects with"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/function_of
-mro:function_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:disposition_of ;
- owl:inverseOf mro:has_function ;
- rdfs:domain obo:BFO_0000034 ;
- rdfs:range obo:BFO_0000004 ;
- cco:definition "A relation between a function F and an entity E. F function_of E iff: F inheres_in E and F is a function"^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "function of"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "externally connects with" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_accessory
mro:has_accessory rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_participant ;
+ rdfs:subPropertyOf mro:RO_0000057 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000040 ;
- cco:definition "A Processual Entity p1 has_accessory some Agent a1 iff a1 assists in the commission of p1, is not located at the location of p1, and is not agent_in p1."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has accessory"^^xsd:string .
+ cco:definition "A Processual Entity p1 has_accessory some Agent a1 iff a1 assists in the commission of p1, is not located at the location of p1, and is not agent_in p1." ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has accessory" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_accomplice
mro:has_accomplice rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_participant ;
+ rdfs:subPropertyOf mro:RO_0000057 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000040 ;
- cco:definition "An 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."^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Accomplice"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has accomplice"^^xsd:string .
+ cco:definition "An 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." ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Accomplice" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has accomplice" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_affiliate
@@ -427,64 +892,65 @@ mro:has_affiliate rdf:type owl:ObjectProperty ;
cco:Person
)
] ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has affiliate"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has affiliate" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_agent
mro:has_agent rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_participant ;
- rdfs:comment "As for has_participant, but with the additional condition that the component instance is causally active in the relevant process"@en ;
- rdfs:label "has_agent"@en .
+ rdfs:subPropertyOf mro:RO_0000057 ;
+ cco:definition "As for has_participant, but with the additional condition that the component instance is causally active in the relevant process." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has agent" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_aunt
mro:has_aunt rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_aunt_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has aunt"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has aunt" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_brother
mro:has_brother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_sibling_of ;
owl:inverseOf mro:is_brother_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has brother"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has brother" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_brother_in_law
mro:has_brother_in_law rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_in_law_of ;
owl:inverseOf mro:is_brother_in_law_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has brother in law"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has brother in law" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_capability
mro:has_capability rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_realizable_entity ;
+ rdfs:subPropertyOf mro:RO_0000053 ;
rdfs:domain cco:Agent ;
rdfs:range cco:AgentCapability ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has capability"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has capability" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_daughter
mro:has_daughter rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_parent_of ;
owl:inverseOf mro:is_daughter_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has daughter"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has daughter" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_daughter_in_law
mro:has_daughter_in_law rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_in_law_of ;
owl:inverseOf mro:is_daughter_in_law_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has daughter in law"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has daughter in law" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_denominator_measurement_of
@@ -492,20 +958,9 @@ mro:has_denominator_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes ;
rdfs:domain cco:ProportionalRatioMeasurementInformationContentEntity ;
rdfs:range obo:BFO_0000001 ;
- cco:definition "For all Types T1 and T2, if T1 has denominator measurement of T2, then there is some instance of T1, t1 that is a proportional measurement of some instance of T2, t2 such that t2 is the whole being compared to by some portion."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has denominator measurement of"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_disposition
-mro:has_disposition rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_realizable_entity ;
- rdfs:domain obo:BFO_0000004 ;
- rdfs:range obo:BFO_0000016 ;
- cco:definition "For types E and D where E is a type of Entity and D is a type of Disposition, E has disposition D if and only if for all instances e of E there is some instance d of D such that e \"has disposition\" d. Here \"has disposition\" denotes the primitive instance level relation. Inverse of disposition_of."^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has disposition"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 has denominator measurement of T2, then there is some instance of T1, t1 that is a proportional measurement of some instance of T2, t2 such that t2 is the whole being compared to by some portion." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has denominator measurement of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_ending_instant
@@ -514,111 +969,101 @@ mro:has_ending_instant rdf:type owl:ObjectProperty ;
rdf:type owl:FunctionalProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000148 ;
- cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has ending instant t2 if and only if no Temporal Instant t3 that is part of t1 is after t2."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has ending instant"^^xsd:string .
+ cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has ending instant t2 if and only if no Temporal Instant t3 that is part of t1 is after t2." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has ending instant" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_familial_relationship_to
mro:has_familial_relationship_to rdf:type owl:ObjectProperty ;
rdfs:domain cco:Person ;
rdfs:range cco:Person ;
- cco:definition "A relationship between persons by virtue of ancestry or legal union."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has familial relationship to"^^xsd:string .
+ cco:definition "A relationship between persons by virtue of ancestry or legal union." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has familial relationship to" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_father
mro:has_father rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_child_of ;
owl:inverseOf mro:is_father_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has father"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has father" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_father_in_law
mro:has_father_in_law rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_in_law_of ;
owl:inverseOf mro:is_father_in_law_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has father in law"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_function
-mro:has_function rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_disposition ;
- rdfs:domain obo:BFO_0000004 ;
- rdfs:range obo:BFO_0000034 ;
- cco:definition "Inverse of is function of"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has function"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has father in law" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_granddaughter
mro:has_granddaughter rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_grandparent_of ;
owl:inverseOf mro:is_granddaughter_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has granddaughter"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has granddaughter" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_grandfather
mro:has_grandfather rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_grandchild_of ;
owl:inverseOf mro:is_grandfather_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has grandfather"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has grandfather" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_grandmother
mro:has_grandmother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_grandchild_of ;
owl:inverseOf mro:is_grandmother_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has grandmother"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has grandmother" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_grandson
mro:has_grandson rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_grandparent_of ;
owl:inverseOf mro:is_grandson_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has grandson"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has grandson" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_half_brother
mro:has_half_brother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_half_sibling_of ;
owl:inverseOf mro:is_half_brother_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has half brother"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has half brother" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_half_sister
mro:has_half_sister rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_half_sibling_of ;
owl:inverseOf mro:is_half_sister_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has half sister"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has half sister" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_husband
mro:has_husband rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_spouse_of ;
owl:inverseOf mro:is_husband_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has husband"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has husband" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_input
mro:has_input rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_participant ;
+ rdfs:subPropertyOf mro:RO_0000057 ;
owl:inverseOf mro:is_input_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
- cco:definition "Inverse of is_input_of, a relation between a Processual Entity and a Continuant such that the presence of the Continuant at the beginning of the Processual Entity is a necessary condition for the start of the Processual Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has input"^^xsd:string .
+ cco:definition "Inverse of is_input_of, a relation between a Processual Entity and a Continuant such that the presence of the Continuant at the beginning of the Processual Entity is a necessary condition for the start of the Processual Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has input" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_inside_instant
@@ -626,9 +1071,9 @@ 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has inside instant"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has inside instant" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_inside_interval
@@ -637,117 +1082,102 @@ 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has inside interval"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_integral_part
-mro:has_integral_part rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_part ;
- owl:inverseOf mro:integral_part_of ;
- rdfs:label "has_integral_part"@en .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has inside interval" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_maternal_aunt
mro:has_maternal_aunt rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_aunt ;
owl:inverseOf mro:is_maternal_aunt_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has maternal aunt"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has maternal aunt" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_maternal_first_cousin
mro:has_maternal_first_cousin rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_first_cousin_of ;
owl:inverseOf mro:is_maternal_first_cousin_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has maternal first cousin"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has maternal first cousin" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_maternal_grandfather
mro:has_maternal_grandfather rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_grandfather ;
owl:inverseOf mro:is_maternal_grandfather_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has maternal grandfather"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has maternal grandfather" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_maternal_grandmother
mro:has_maternal_grandmother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_grandmother ;
owl:inverseOf mro:is_maternal_grandmother_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has maternal grandmother"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has maternal grandmother" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_maternal_uncle
mro:has_maternal_uncle rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_uncle ;
owl:inverseOf mro:is_maternal_uncle_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has maternal uncle"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_member
-mro:has_member rdf:type owl:ObjectProperty ;
- owl:inverseOf mro:member_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:comment "Inverse of member_of."^^xsd:string ;
- rdfs:label "has member"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has maternal uncle" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_member_of_located_in
mro:has_member_of_located_in rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range obo:BFO_0000040 ;
- cco:definition "An instance of an Object Aggregate 'has member of located in' an instance of some material entity if and only if every member of that Aggregate is located in the same instance of that material entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has member of located in"^^xsd:string .
+ cco:definition "An instance of an Object Aggregate 'has member of located in' an instance of some material entity if and only if every member of that Aggregate is located in the same instance of that material entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has member of located in" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_mother
mro:has_mother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_child_of ;
owl:inverseOf mro:is_mother_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has mother"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has mother" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_mother_in_law
mro:has_mother_in_law rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_in_law_of ;
owl:inverseOf mro:is_mother_in_law_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has mother in law"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has mother in law" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_nephew
mro:has_nephew rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_nephew_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has nephew"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has nephew" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_niece
mro:has_niece rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_niece_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has niece"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has niece" .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_nontangential_proper_part
-mro:has_nontangential_proper_part rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_spatial_proper_part ;
- owl:inverseOf mro:nontangential_proper_part_of ;
- rdf:type owl:TransitiveProperty ;
- rdfs:domain obo:BFO_0000141 ;
- rdfs:range obo:BFO_0000141 ;
- cco:definition "Inverse of nontangential proper part of"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has nontangential proper part"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_nontangential_part
+mro:has_nontangential_part rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:has_spatial_part ;
+ owl:inverseOf mro:nontangential_part_of ;
+ rdf:type owl:TransitiveProperty ;
+ rdfs:domain obo:BFO_0000141 ;
+ rdfs:range obo:BFO_0000141 ;
+ cco:definition "Inverse of nontangential part of" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has nontangential part" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_numerator_measurement_of
@@ -755,18 +1185,18 @@ mro:has_numerator_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes ;
rdfs:domain cco:ProportionalRatioMeasurementInformationContentEntity ;
rdfs:range obo:BFO_0000001 ;
- cco:definition "For all Types T1 and T2, if T1 has numerator measurement of T2, then there is some instance of T1, t1 that is a proportional measurement of some instance of T2, t2 such that t2 is the portion being compared to some whole."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has numerator measurement of"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 has numerator measurement of T2, then there is some instance of T1, t1 that is a proportional measurement of some instance of T2, t2 such that t2 is the portion being compared to some whole." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has numerator measurement of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_object
mro:has_object rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_participant ;
+ rdfs:subPropertyOf mro:RO_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 the c is part of the projected state that the agent intends to achieve by performing p."^^xsd:string ;
+ cco:definition "If p is a process and c is a continuant, then p has object c if and only if the c is part of the projected state that the agent intends to achieve by performing p." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
- rdfs:label "has object"^^xsd:string .
+ rdfs:label "has object" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_organizational_context
@@ -774,82 +1204,68 @@ 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has organizational context"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has organizational context" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_output
mro:has_output rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_participant ;
+ rdfs:subPropertyOf mro:RO_0000057 ;
owl:inverseOf mro:is_output_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
- cco:definition "Inverse of is_output_of, a relation between a Processual Entity and a Continuant such that the presence of the Continuant at the end of the Processual Entity is a necessary condition for the completion of the Processual Entity"^^xsd:string ;
- cco:definition_source "https://en.wikipedia.org/wiki/IPO_model"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has output"^^xsd:string .
+ cco:definition "Inverse of is_output_of, a relation between a Processual Entity and a Continuant such that the presence of the Continuant at the end of the Processual Entity is a necessary condition for the completion of the Processual Entity" ;
+ cco:definition_source "https://en.wikipedia.org/wiki/IPO_model" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has output" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_parent
mro:has_parent rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_parent_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has parent"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_part
-mro:has_part rdf:type owl:ObjectProperty ;
- owl:inverseOf mro:part_of ;
- rdfs:label "has_part"@en .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_participant
-mro:has_participant rdf:type owl:ObjectProperty ;
- owl:inverseOf mro:participates_in ;
- rdfs:comment "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."^^xsd:string ,
- "P has_participant C if and only if: given any process p that instantiates P there is some continuant c, and some time t, such that: c instantiates C at t and c participates in p at t"@en ;
- rdfs:label "has_participant"@en .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has parent" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_paternal_aunt
mro:has_paternal_aunt rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_aunt ;
owl:inverseOf mro:is_paternal_aunt_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has paternal aunt"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has paternal aunt" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_paternal_first_cousin
mro:has_paternal_first_cousin rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_first_cousin_of ;
owl:inverseOf mro:is_paternal_first_cousin_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has paternal first cousin"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has paternal first cousin" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_paternal_grandfather
mro:has_paternal_grandfather rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_grandfather ;
owl:inverseOf mro:is_paternal_grandfather_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has paternal grandfather"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has paternal grandfather" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_paternal_grandmother
mro:has_paternal_grandmother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_grandmother ;
owl:inverseOf mro:is_paternal_grandmother_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has paternal grandmother"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has paternal grandmother" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_paternal_uncle
mro:has_paternal_uncle rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_uncle ;
owl:inverseOf mro:is_paternal_uncle_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has paternal uncle"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has paternal uncle" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_process_part
@@ -857,126 +1273,73 @@ 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 "For processes P1 and P2, P1 has process part P2 if and only if P2 occurs on a temporal interval that is during the temporal interval of P1 and P2 either provides an input to P1, recieves an output of P1 or both."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has process part"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_proper_part
-mro:has_proper_part rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_part ;
- owl:inverseOf mro:proper_part_of ;
- rdfs:label "has_proper_part"@en .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_quality
-mro:has_quality rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:bearer_of ;
- owl:inverseOf mro:quality_of ;
- rdfs:domain obo:BFO_0000004 ;
- rdfs:range obo:BFO_0000019 ;
- cco:definition "For types E and Q where E is a type of Entity and Q is a type of Quality, E has quality Q if and only if for every instance e of E there is some instance q of Q such that e \"has quality\" q. Here \"has quality\" denotes the primitive instance level relation. Inverse of quality_of."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has quality"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_realizable_entity
-mro:has_realizable_entity rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:bearer_of ;
- owl:inverseOf mro:realizable_entity_of ;
- rdfs:domain obo:BFO_0000004 ;
- rdfs:range obo:BFO_0000017 ;
- cco:definition "For types E and R where E is a type of Entity and R is a type of Realizable Entity, E has realizable entity R if and only if for all instances e of E there is some instance r of R such that e \"has realizable entity\" r. Here \"has realizable entity\" denotes the primitive instance level relation. Inverse of realizable_entity_of."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has realizable entity"^^xsd:string .
+ cco:definition "For processes P1 and P2, P1 has process part P2 if and only if P2 occurs on a temporal interval that is during the temporal interval of P1 and P2 either provides an input to P1, receives an output of P1, or both." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has process part" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_recipient
mro:has_recipient rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_participant ;
+ rdfs:subPropertyOf mro:RO_0000057 ;
owl:inverseOf mro:receives ;
rdfs:range cco:Agent ;
- cco:definition "has_recipient is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_recipient a1 iff a1 is the receiver and decoder of the InformationContentEntity participating in c1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has recipient"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_role
-mro:has_role rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_realizable_entity ;
- owl:inverseOf mro:role_of ;
- rdfs:domain obo:BFO_0000004 ;
- rdfs:range obo:BFO_0000023 ;
- cco:definition "For types E and R where E is a type of Entity and R is a type of Role, E has role R if and only if for all instances e of E there is some instance r of R such that e \"has role\" r. Here \"has role\" denotes the primitive instance level relation. Inverse of role_of."^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has role"^^xsd:string .
+ cco:definition "has_recipient is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_recipient a1 iff a1 is the receiver and decoder of the InformationContentEntity participating in c1." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has recipient" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_sender
mro:has_sender rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_participant ;
+ rdfs:subPropertyOf mro:RO_0000057 ;
owl:inverseOf mro:sends ;
rdfs:range cco:Agent ;
- cco:definition "has_sender is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_sender a1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has sender"^^xsd:string .
+ cco:definition "has_sender is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_sender a1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has sender" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_sister
mro:has_sister rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_sibling_of ;
owl:inverseOf mro:is_sister_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has sister"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has sister" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_sister_in_law
mro:has_sister_in_law rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_in_law_of ;
owl:inverseOf mro:is_sister_in_law_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has sister in law"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has sister in law" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_son
mro:has_son rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_parent_of ;
owl:inverseOf mro:is_son_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has son"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has son" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_son_in_law
mro:has_son_in_law rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_in_law_of ;
owl:inverseOf mro:is_son_in_law_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has son in law"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has son in law" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_spatial_part
mro:has_spatial_part rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_part ;
+ rdfs:subPropertyOf mro:BFO_0000051 ;
owl:inverseOf mro:spatial_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "Inverse of spatial part of"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has spatial part"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_spatial_proper_part
-mro:has_spatial_proper_part rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_proper_part ;
- owl:inverseOf mro:spatial_proper_part_of ;
- rdf:type owl:TransitiveProperty ;
- rdfs:domain obo:BFO_0000141 ;
- rdfs:range obo:BFO_0000141 ;
- cco:definition "Inverse of spatial proper part of"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has spatial proper part"^^xsd:string .
+ cco:definition "Inverse of spatial part of" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has spatial part" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_starting_instant
@@ -985,25 +1348,25 @@ mro:has_starting_instant rdf:type owl:ObjectProperty ;
rdf:type owl:FunctionalProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000148 ;
- cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has starting instant t2 if and only if no temporal instant t3 that is part of t1 is before t2."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has starting instant"^^xsd:string .
+ cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has starting instant t2 if and only if no temporal instant t3 that is part of t1 is before t2." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has starting instant" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_step_brother
mro:has_step_brother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_step_sibling_of ;
owl:inverseOf mro:is_step_brother_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has step brother"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has step brother" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_step_sister
mro:has_step_sister rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_step_sibling_of ;
owl:inverseOf mro:is_step_sister_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has step sister"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has step sister" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_subordinate_role
@@ -1011,9 +1374,9 @@ 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 bfo:BFO_0000023 (Role) at time t, and y is an instance of bfo:BFO_0000023 (Role) at time t, and there is some z such that x is realized by z and z is an instance of Act which creates, modifies, transfers, or eliminates some u such that u is an Action Regulation at time t, and u is addressed to the bearer of y."^^xsd:string ;
+ cco:definition "For all x,y,t: x has subordinate role y at t iff: x is an instance of bfo:BFO_0000023 (Role) at time t, and y is an instance of bfo:BFO_0000023 (Role) at time t, and there is some z such that x is realized by z and z is an instance of Act which creates, modifies, transfers, or eliminates some u such that u is an Action Regulation at time t, and u is addressed to the bearer of y." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
- rdfs:label "has subordinate role"^^xsd:string .
+ rdfs:label "has subordinate role" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_subsidiary
@@ -1022,52 +1385,38 @@ 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."^^xsd:string ;
- cco:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has subsidiary"^^xsd:string .
+ 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." ;
+ 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/ModalRelationOntology" ;
+ rdfs:label "has subsidiary" .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_tangential_proper_part
-mro:has_tangential_proper_part rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:has_spatial_proper_part ;
- owl:inverseOf mro:tangential_proper_part_of ;
- rdf:type owl:TransitiveProperty ;
- rdfs:domain obo:BFO_0000141 ;
- rdfs:range obo:BFO_0000141 ;
- cco:definition "Inverse of tangential proper part of"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has tangential proper part"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_tangential_part
+mro:has_tangential_part rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:has_spatial_part ;
+ owl:inverseOf mro:tangential_part_of ;
+ rdf:type owl:TransitiveProperty ;
+ rdfs:domain obo:BFO_0000141 ;
+ rdfs:range obo:BFO_0000141 ;
+ cco:definition "Inverse of tangential part of" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has tangential part" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_uncle
mro:has_uncle rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_uncle_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has uncle"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has uncle" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_wife
mro:has_wife rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_spouse_of ;
owl:inverseOf mro:is_wife_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has wife"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/inheres_in
-mro:inheres_in rdf:type owl:ObjectProperty ;
- rdfs:domain [ rdf:type owl:Class ;
- owl:unionOf ( obo:BFO_0000020
- obo:BFO_0000031
- )
- ] ;
- rdfs:range obo:BFO_0000004 ;
- cco:definition "For types T1 and T2, if T1 inheres in T2, then for all instances of T1, t1, there is some instance of T2, t2, such that t1 \"inheres in\" t2. Here, \"inheres in\" denotes the primitive instance level relation."^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl "^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "inheres in"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has wife" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/inheres_in_aggregate
@@ -1078,9 +1427,9 @@ mro:inheres_in_aggregate rdf:type owl:ObjectProperty ;
)
] ;
rdfs:range obo:BFO_0000027 ;
- cco:definition "An instance of a Dependent Continuant inheres_in_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Dependent Continuant that inhere_in each and every member of the Object Aggregate instance."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "inheres in aggregate"^^xsd:string .
+ cco:definition "An instance of a Dependent Continuant inheres_in_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Dependent Continuant that inhere_in each and every member of the Object Aggregate instance." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "inheres in aggregate" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/instant_is_after
@@ -1089,9 +1438,9 @@ mro:instant_is_after rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000148 ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "instant is after"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "instant is after" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/instant_is_before
@@ -1099,16 +1448,9 @@ mro:instant_is_before rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000148 ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "instant is before"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/integral_part_of
-mro:integral_part_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:part_of ;
- rdfs:comment "C integral_part_of C' if and only if: C part_of C' AND C' has_part C"@en ;
- rdfs:label "integral_part_of"@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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "instant is before" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_contained_by
@@ -1116,27 +1458,32 @@ mro:interval_contained_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:interval_contains ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval contained by"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval contained by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_contains
mro:interval_contains rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval contains"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval contains" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_disjoint
mro:interval_disjoint rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval disjoint"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval disjoint" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_during
@@ -1144,9 +1491,9 @@ 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval during"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval during" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_equals
@@ -1154,9 +1501,9 @@ mro: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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval equals"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval equals" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_finished_by
@@ -1165,9 +1512,9 @@ 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval finished by"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval finished by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_finishes
@@ -1175,9 +1522,9 @@ 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval finishes"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval finishes" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_is_after
@@ -1186,9 +1533,9 @@ 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval is after"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval is after" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_is_before
@@ -1196,9 +1543,9 @@ 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval is before"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval is before" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_meets
@@ -1208,9 +1555,9 @@ 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval meets"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval meets" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_met_by
@@ -1219,9 +1566,9 @@ 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval met by"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval met by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_overlapped_by
@@ -1229,18 +1576,18 @@ 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval overlapped by"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval overlapped by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_overlaps
mro: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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval overlaps"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval overlaps" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_started_by
@@ -1249,9 +1596,9 @@ 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval started by"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval started by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/interval_starts
@@ -1259,9 +1606,9 @@ 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "interval starts"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "interval starts" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_interval_measurement_of
@@ -1270,10 +1617,10 @@ mro:is_a_interval_measurement_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_measured_by_interval ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:IntervalMeasurementInformationContentEntity ;
- cco:definition "For all Types T1 and T2, if T1 is a interval measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a scale which has uniform intervals but has a zero value that does not correspond to an absence of the quality being measured."^^xsd:string ;
- cco:example_of_usage "a measurement of air temperature on the Celsius scale."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is a interval measurement of"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 is a interval measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a scale which has uniform intervals but has a zero value that does not correspond to an absence of the quality being measured." ;
+ cco:example_of_usage "a measurement of air temperature on the Celsius scale." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is a interval measurement of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_measurement_of
@@ -1282,10 +1629,10 @@ mro:is_a_measurement_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_measured_by ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:MeasurementInformationContentEntity ;
- cco:definition "For all Types T1 and T2, if T1 is a measurement of T2 then there is some instance of T1, t1, that describes some characteristic of some instance of T2, t2, relative to some scale or classification scheme."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- 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."^^xsd:string ;
- rdfs:label "is a measurement of"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 is a measurement of T2 then there is some instance of T1, t1, that describes some characteristic of some instance of T2, t2, relative to some scale or classification scheme." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ 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." ;
+ rdfs:label "is a measurement of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_nominal_measurement_of
@@ -1294,12 +1641,12 @@ mro:is_a_nominal_measurement_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_measured_by_nominal ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:NominalMeasurementInformationContentEntity ;
- cco:definition "For all Types T1 and T2, if T1 is a nominal measurement of T2 then there is some instance of T1, t1, that classifies some instance of T2, t2, relative to some set of shared, possibly arbitrary, characteristics."^^xsd:string ;
- cco:example_of_usage "classifying automobiles as sedans, coupes, hatchbacks, or convertibles"^^xsd:string ,
- "classifying military intelligence as strategic, operational, or tactical"^^xsd:string ,
- "classifying rocks as igneous, sedimentary, or metamorphic"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is a nominal measurement of"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 is a nominal measurement of T2 then there is some instance of T1, t1, that classifies some instance of T2, t2, relative to some set of shared, possibly arbitrary, characteristics." ;
+ cco:example_of_usage "classifying automobiles as sedans, coupes, hatchbacks, or convertibles" ,
+ "classifying military intelligence as strategic, operational, or tactical" ,
+ "classifying rocks as igneous, sedimentary, or metamorphic" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is a nominal measurement of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_ordinal_measurement_of
@@ -1308,11 +1655,11 @@ mro:is_a_ordinal_measurement_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_measured_by_ordinal ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:OrdinalMeasurementInformationContentEntity ;
- cco:definition "For all Types T1 and T2, if T1 is an ordinal measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a rank order."^^xsd:string ;
- cco:example_of_usage "placing Geospatial Regions into a rank order of small, medium, large"^^xsd:string ,
- "placing military units onto a readiness rank order of red, yellow, green"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is a ordinal measurement of"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 is an ordinal measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a rank order." ;
+ cco:example_of_usage "placing Geospatial Regions into a rank order of small, medium, large" ,
+ "placing military units onto a readiness rank order of red, yellow, green" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is a ordinal measurement of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_a_ratio_measurement_of
@@ -1321,12 +1668,12 @@ mro:is_a_ratio_measurement_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_measured_by_ratio ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:RatioMeasurementInformationContentEntity ;
- cco:definition "For all Types T1 and T2, if T1 is a ratio measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a scale having equal unit values and a zero value that corresponds to the absence of the quality being measured."^^xsd:string ;
- cco:example_of_usage "the barometric pressure at 1,000 feet above sea level"^^xsd:string ,
- "the measure of air temperature on the Kelvin scale"^^xsd:string ,
- "the number of members in an Organization"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is a ratio measurement of"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 is a ratio measurement of T2 then there is some instance of T1, t1, that places some instance of T2, t2, onto a scale having equal unit values and a zero value that corresponds to the absence of the quality being measured." ;
+ cco:example_of_usage "the barometric pressure at 1,000 feet above sea level" ,
+ "the measure of air temperature on the Kelvin scale" ,
+ "the number of members in an Organization" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is a ratio measurement of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_about
@@ -1334,20 +1681,20 @@ 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."^^xsd:string ;
- cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000136"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is about"^^xsd:string .
+ cco:definition "A primitive relationship between an Information Content Entity and some Entity." ;
+ cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000136" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is about" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_affected_by
mro:is_affected_by rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:participates_in ;
+ rdfs:subPropertyOf mro:RO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "If c is a continuant and p is a process, the c is affected by p if and only if c undergoes some change as a result of the occurrence of p."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is affected by"^^xsd:string .
+ cco:definition "If c is a continuant and p is a process, the c is affected by p if and only if c undergoes some change as a result of the occurrence of p." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is affected by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_affiliated_with
@@ -1364,69 +1711,69 @@ mro:is_affiliated_with rdf:type owl:ObjectProperty ;
cco:Person
)
] ;
- cco:definition "An Agent a1 is affiliated with some Agent a2 by virtue of their having any social or business relationship."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is affiliated with"^^xsd:string .
+ cco:definition "An Agent a1 is affiliated with some Agent a2 by virtue of their having any social or business relationship." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is affiliated with" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_ancestor_of
mro:is_ancestor_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_descendent_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is ancestor of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is ancestor of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_aunt_of
mro:is_aunt_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is aunt of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is aunt of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_brother_in_law_of
mro:is_brother_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_in_law_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is brother-in-law of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is brother-in-law of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_brother_of
mro:is_brother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_sibling_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is brother of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is brother of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_cause_of
mro:is_cause_of rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000001 ;
rdfs:range obo:BFO_0000003 ;
- cco:definition "For types of Processual Entities P1 and P2, P1 is cause of P2 if and only if for all instances p1 of P1 there is some instance p2 of P2 such that p1 is a causal factor in p2."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is cause of"^^xsd:string .
+ cco:definition "For types of Processual Entities P1 and P2, P1 is cause of P2 if and only if for all instances p1 of P1 there is some instance p2 of P2 such that p1 is a causal factor in p2." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is cause of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_child_of
mro:is_child_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_parent_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is child of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is child of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_daughter_in_law_of
mro:is_daughter_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_in_law_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is daughter in-law of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is daughter in-law of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_daughter_of
mro:is_daughter_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_child_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is daughter of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is daughter of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_delimited_by
@@ -1435,17 +1782,17 @@ mro:is_delimited_by rdf:type owl:ObjectProperty ,
owl:InverseFunctionalProperty ;
rdfs:domain cco:Organization ;
rdfs:range cco:GeopoliticalEntity ;
- cco:definition "An instance of Government g1 is_delimited_by some Geopolitical Entity gpe1 iff gpe1 is the area with which g1 can legally exercies its authority"^^xsd:string ;
- cco:definition_source "http://en.wikipedia.org/wiki/Delimitation"^^xsd:string ;
+ cco:definition "An instance of Government g1 is_delimited_by some Geopolitical Entity gpe1 iff gpe1 is the area with which g1 can legally exercies its authority" ;
+ cco:definition_source "http://en.wikipedia.org/wiki/Delimitation" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
- rdfs:label "is delimited by"^^xsd:string .
+ rdfs:label "is delimited by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_descendent_of
mro:is_descendent_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is descendent of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is descendent of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_ending_instant_of
@@ -1453,32 +1800,32 @@ mro:is_ending_instant_of rdf:type owl:ObjectProperty ,
owl:InverseFunctionalProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is ending instant of t2 if and only if no Temporal Instant t3 that is part of t2 is after t1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is ending instant of"^^xsd:string .
+ cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is ending instant of t2 if and only if no Temporal Instant t3 that is part of t2 is after t1." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is ending instant of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_excerpted_from
mro:is_excerpted_from rdf:type owl:ObjectProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:InformationBearingEntity ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is excerpted from"^^xsd:string ;
- 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 the bearer of some Information Content Entity C1, B2 is the bearer of some Information Content Entity C2, C1 is not identical with C2, b1 is the bearer of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is the bearer of c1 (i.e. the same Information Content Entity as borne by b1)."^^xsd:string .
+ 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 the bearer of some Information Content Entity C1, B2 is the bearer of some Information Content Entity C2, C1 is not identical with C2, b1 is the bearer of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is the bearer of c1 (i.e. the same Information Content Entity as borne by b1)." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is excerpted from" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_father_in_law_of
mro:is_father_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_in_law_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is father in-law of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is father in-law of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_father_of
mro:is_father_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_parent_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is father of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is father of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_first_cousin_of
@@ -1486,8 +1833,8 @@ mro:is_first_cousin_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_first_cousin_of ;
rdf:type owl:SymmetricProperty ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is first cousin of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is first cousin of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_geospatial_coordinate_reference_system_of
@@ -1496,58 +1843,58 @@ 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 ;
- rdfs:label "is geospatial coordinate reference system of"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is geospatial coordinate reference system of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_grandchild_of
mro:is_grandchild_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_grandparent_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is grandchild of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is grandchild of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_granddaughter_of
mro:is_granddaughter_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_grandchild_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is granddaughter of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is granddaughter of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_grandfather_of
mro:is_grandfather_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_grandparent_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is grandfather of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is grandfather of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_grandmother_of
mro:is_grandmother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_grandparent_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is grandmother of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is grandmother of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_grandparent_of
mro:is_grandparent_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is grandparent of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is grandparent of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_grandson_of
mro:is_grandson_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_grandchild_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is grandson of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is grandson of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_half_brother_of
mro:is_half_brother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_half_sibling_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is half-brother of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is half-brother of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_half_sibling_of
@@ -1555,22 +1902,22 @@ mro:is_half_sibling_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_half_sibling_of ;
rdf:type owl:SymmetricProperty ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is half-sibling of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is half-sibling of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_half_sister_of
mro:is_half_sister_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_half_sibling_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is half sister of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is half sister of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_husband_of
mro:is_husband_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_spouse_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is husband of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is husband of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_in_law_of
@@ -1578,27 +1925,27 @@ mro:is_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_in_law_of ;
rdf:type owl:SymmetricProperty ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is in-law of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is in-law of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_input_of
mro:is_input_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:participates_in ;
+ rdfs:subPropertyOf mro:RO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the begining of the Processual Entity is a necessary condition for the start of the Processual Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is input of"^^xsd:string .
+ cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the begining of the Processual Entity is a necessary condition for the start of the Processual Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is input of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_inside_instant_of
mro: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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is inside instant of"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is inside instant of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_made_of
@@ -1607,55 +1954,55 @@ 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"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is made of"^^xsd:string .
+ 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" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is made of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_material_of
mro: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"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is material of"^^xsd:string .
+ 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" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is material of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_maternal_aunt_of
mro:is_maternal_aunt_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_aunt_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is maternal aunt of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is maternal aunt of" .
### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:comment "Comment is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"^^xsd:string ;
- rdfs:label "is maternal first cousin of"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:comment "Comment is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of" ;
+ rdfs:label "is maternal first cousin of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_maternal_grandfather_of
mro:is_maternal_grandfather_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_grandfather_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is maternal grandfather of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is maternal grandfather of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_maternal_grandmother_of
mro:is_maternal_grandmother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_grandmother_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is maternal grandmother of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is maternal grandmother of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_maternal_uncle_of
mro:is_maternal_uncle_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_uncle_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is maternal uncle of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is maternal uncle of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by
@@ -1663,9 +2010,9 @@ mro:is_measured_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:described_by ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:MeasurementInformationContentEntity ;
- cco:definition "The inverse of is a measurement of, which relates an Entity to some Measurement Information Content Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is measured by"^^xsd:string .
+ cco:definition "The inverse of is a measurement of, which relates an Entity to some Measurement Information Content Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is measured by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by_interval
@@ -1673,9 +2020,9 @@ mro:is_measured_by_interval rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_measured_by ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:IntervalMeasurementInformationContentEntity ;
- cco:definition "The inverse of is a interval measurement of, which relates an Entity to some Interval Measurement Information Content Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is measured by interval"^^xsd:string .
+ cco:definition "The inverse of is a interval measurement of, which relates an Entity to some Interval Measurement Information Content Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is measured by interval" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by_nominal
@@ -1683,9 +2030,9 @@ mro:is_measured_by_nominal rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_measured_by ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
- cco:definition "The inverse of is a nominal measurement of, which relates an Entity to some Nominal Measurement Information Content Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is measured by nominal"^^xsd:string .
+ cco:definition "The inverse of is a nominal measurement of, which relates an Entity to some Nominal Measurement Information Content Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is measured by nominal" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by_ordinal
@@ -1693,9 +2040,9 @@ mro:is_measured_by_ordinal rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_measured_by ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:OrdinalMeasurementInformationContentEntity ;
- cco:definition "The inverse of is a ordinal measurement of, which relates an Entity to some Ordinal Measurement Information Content Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is measured by ordinal"^^xsd:string .
+ cco:definition "The inverse of is a ordinal measurement of, which relates an Entity to some Ordinal Measurement Information Content Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is measured by ordinal" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measured_by_ratio
@@ -1703,89 +2050,90 @@ mro:is_measured_by_ratio rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_measured_by ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:RatioMeasurementInformationContentEntity ;
- cco:definition "The inverse of is a ratio measurement of, which relates an Entity to some Ratio Measurement Information Content Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is measured by ratio"^^xsd:string .
+ cco:definition "The inverse of is a ratio measurement of, which relates an Entity to some Ratio Measurement Information Content Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is measured by ratio" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_measurement_unit_of
mro:is_measurement_unit_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:inheres_in ;
+ rdfs:subPropertyOf mro:RO_0010001 ;
owl:inverseOf mro:uses_measurement_unit ;
rdfs:domain cco:MeasurementUnit ;
rdfs:range cco:InformationBearingEntity ;
- rdfs:label "is measurement unit of"^^xsd:string ;
- cco:elucidation "An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made."^^xsd:string .
+ cco:elucidation "An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is measurement unit of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_mention_of
mro:is_mention_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_mentioned_by ;
- cco:definition "An instance b1 of a Information Bearing Entity is mention of some instance c1 of some Entity or Event iff b1 is used as a reference to c1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is mention of"^^xsd:string .
+ cco:definition "An instance b1 of a Information Bearing Entity is mention of some instance c1 of some Entity or Event iff b1 is used as a reference to c1." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is mention of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_mentioned_by
mro:is_mentioned_by rdf:type owl:ObjectProperty ;
- cco:definition "An instance c1 of a Entity or Event is mentioned by an instance b1 of some Information Bearing Entity iff b1 is used as a reference to c1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is mentioned by"^^xsd:string .
+ cco:definition "An instance c1 of a Entity or Event is mentioned by an instance b1 of some Information Bearing Entity iff b1 is used as a reference to c1." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is mentioned by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_mother_in_law_of
mro:is_mother_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_in_law_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is mother in-law of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is mother in-law of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_mother_of
mro:is_mother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_parent_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is mother of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is mother of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_nephew_of
mro:is_nephew_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is nephew of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is nephew of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_niece_of
mro:is_niece_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is niece of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is niece of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_object_of
mro:is_object_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:participates_in ;
- 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."^^xsd:string ;
+ rdfs:subPropertyOf mro:RO_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." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
- rdfs:label "is object of"^^xsd:string .
+ rdfs:label "is object of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_organizational_context_of
mro:is_organizational_context_of rdf:type owl:ObjectProperty ;
rdfs:domain cco:Organization ;
rdfs:range obo:BFO_0000023 ;
- cco:definition "An Organization is a organizational context of a role if a person's affiliation with the organization is a prerequisite for being a bearer of the role or if the organization ascribes the role to some entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is organizational context of"^^xsd:string .
+ cco:definition "An Organization is a organizational context of a role if a person's affiliation with the organization is a prerequisite for being a bearer of the role or if the organization ascribes the role to some entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is organizational context of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_output_of
mro:is_output_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:participates_in ;
+ rdfs:subPropertyOf mro:RO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the end of the Processual Entity is a necessary condition for the completion of the Processual Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is output of"^^xsd:string .
+ cco:definition "A relation between a Continuant and a Processual Entity in which the Continuant participates. The presence of the Continuant at the end of the Processual Entity is a necessary condition for the completion of the Processual Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is output of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_parent_of
@@ -1793,54 +2141,54 @@ mro:is_parent_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
rdfs:domain cco:Person ;
rdfs:range cco:Person ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is parent of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is parent of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_part_of_process
mro:is_part_of_process rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "Inverse of has process part"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is part of process"^^xsd:string .
+ cco:definition "For processes P1 and P2, P1 is part of process P2 if and only if P1 occurs on a temporal interval that is during the temporal interval of P2 and P1 either provides an input to P2, receives an output of P2, or both." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is part of process" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_paternal_aunt_of
mro:is_paternal_aunt_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_aunt_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is paternal aunt of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is paternal aunt of" .
### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:comment "Comment is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"^^xsd:string ;
- rdfs:label "is paternal first cousin of"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:comment "Comment is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of" ;
+ rdfs:label "is paternal first cousin of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_paternal_grandfather_of
mro:is_paternal_grandfather_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_grandfather_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is paternal grandfather of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is paternal grandfather of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_paternal_grandmother_of
mro:is_paternal_grandmother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_grandmother_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is paternal grandmother of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is paternal grandmother of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_paternal_uncle_of
mro:is_paternal_uncle_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_uncle_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is paternal uncle of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is paternal uncle of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_permitted_by
@@ -1852,7 +2200,7 @@ mro:is_permitted_by rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:ActionRegulation ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
- rdfs:label "is permitted by"^^xsd:string .
+ rdfs:label "is permitted by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_predecessor_of
@@ -1860,10 +2208,10 @@ 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."^^xsd:string ;
- cco:elucidation "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is predecessor of"^^xsd:string .
+ 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." ;
+ cco:elucidation "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is predecessor of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_prohibited_by
@@ -1875,17 +2223,17 @@ mro:is_prohibited_by rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:ActionRegulation ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
- rdfs:label "is prohibited by"^^xsd:string .
+ rdfs:label "is prohibited by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_reference_system_of
mro:is_reference_system_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:inheres_in ;
+ rdfs:subPropertyOf mro:RO_0010001 ;
owl:inverseOf mro:uses_reference_system ;
rdfs:domain cco:ReferenceSystem ;
rdfs:range cco:InformationBearingEntity ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is reference system of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is reference system of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_required_by
@@ -1897,7 +2245,7 @@ mro:is_required_by rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:ActionRegulation ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
- rdfs:label "is required by"^^xsd:string .
+ rdfs:label "is required by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_second_cousin_of
@@ -1905,8 +2253,8 @@ mro:is_second_cousin_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_second_cousin_of ;
rdf:type owl:SymmetricProperty ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is second cousin of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is second cousin of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_sibling_of
@@ -1914,26 +2262,27 @@ mro:is_sibling_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_sibling_of ;
rdf:type owl:SymmetricProperty ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is sibling of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is sibling of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_sister_in_law_of
mro:is_sister_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_in_law_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is sister-in-law of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is sister-in-law of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_sister_of
mro:is_sister_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_sibling_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is sister of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is sister of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_site_of
mro:is_site_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:BFO_0000067 ;
owl:inverseOf mro:occurs_at ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000006
@@ -1941,23 +2290,23 @@ mro:is_site_of rdf:type owl:ObjectProperty ;
)
] ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "A relation between some Spatial Region and some Processual Entity which holds whenever the Processual Entity occurs at that Spatial Region"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is site of"^^xsd:string .
+ cco:definition "A relation between some Spatial Region and some Processual Entity which holds whenever the Processual Entity occurs at that Spatial Region" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is site of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_son_in_law_of
mro:is_son_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_in_law_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is son in-law of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is son in-law of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_son_of
mro:is_son_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_child_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is son of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is son of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_spouse_of
@@ -1965,8 +2314,8 @@ mro:is_spouse_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_spouse_of ;
rdf:type owl:SymmetricProperty ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is spouse of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is spouse of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_starting_instant_of
@@ -1974,16 +2323,16 @@ mro:is_starting_instant_of rdf:type owl:ObjectProperty ,
owl:InverseFunctionalProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is starting instant of t2 if and only if no Temporal Instant t3 that is part of t2 is before t1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is starting instant of"^^xsd:string .
+ cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is starting instant of t2 if and only if no Temporal Instant t3 that is part of t2 is before t1." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is starting instant of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_step_brother_of
mro:is_step_brother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_step_sibling_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is step-brother of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is step-brother of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_step_sibling_of
@@ -1991,23 +2340,23 @@ mro:is_step_sibling_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_step_sibling_of ;
rdf:type owl:SymmetricProperty ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is step-sibling of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is step-sibling of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_step_sister_of
mro:is_step_sister_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_step_sibling_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is step-sister of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is step-sister of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_subject_of
mro:is_subject_of rdf:type owl:ObjectProperty ;
rdfs:range cco:InformationContentEntity ;
- cco:definition "The inverse of is about, which relates an Entity to some Information Content Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is subject of"^^xsd:string .
+ cco:definition "The inverse of is about, which relates an Entity to some Information Content Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is subject of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_subordinate_role_to
@@ -2015,7 +2364,7 @@ mro:is_subordinate_role_to rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range obo:BFO_0000023 ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
- rdfs:label "is subordinate role to"^^xsd:string .
+ rdfs:label "is subordinate role to" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_subsidiary_of
@@ -2023,19 +2372,19 @@ 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. "^^xsd:string ;
- cco:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is subsidiary of"^^xsd:string .
+ 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. " ;
+ 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/ModalRelationOntology" ;
+ rdfs:label "is subsidiary of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_successor_of
mro: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. "^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is successor of"^^xsd:string .
+ 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. " ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is successor of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_supervised_by
@@ -2044,10 +2393,10 @@ 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."^^xsd:string ;
- cco:definition_source "http://en.wiktionary.org/wiki/supervise)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is supervised by"^^xsd:string .
+ cco:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2." ;
+ cco:definition_source "http://en.wiktionary.org/wiki/supervise)" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is supervised by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_temporal_region_of
@@ -2055,9 +2404,9 @@ mro:is_temporal_region_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:occurs_on ;
rdfs:domain obo:BFO_0000008 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "Inverse of occurs on."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is temporal region of"^^xsd:string .
+ cco:definition "Inverse of occurs on." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is temporal region of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_third_cousin_of
@@ -2065,29 +2414,29 @@ mro:is_third_cousin_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
owl:inverseOf mro:is_third_cousin_of ;
rdf:type owl:SymmetricProperty ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is third cousin of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is third cousin of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_uncle_of
mro:is_uncle_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_familial_relationship_to ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is uncle of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is uncle of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_used_by
mro:is_used_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:uses ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is used by"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is used by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_wife_of
mro:is_wife_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_spouse_of ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "is wife of"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "is wife of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/language_used_in
@@ -2096,95 +2445,61 @@ mro:language_used_in rdf:type owl:ObjectProperty ;
owl:inverseOf mro:uses_language ;
rdfs:domain cco:Language ;
rdfs:range cco:InformationBearingEntity ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- cco:elucidation "A Language L is used in an Information Bearing Entity iff the literal value of that Information Bearing Entity is a string that is encoded according to the syntax of L."^^xsd:string ;
- rdfs:label "language used in"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/located_in
-mro:located_in rdf:type owl:ObjectProperty ;
- owl:inverseOf mro:location_of ;
- rdf:type owl:TransitiveProperty ;
- rdfs:comment "C located_in C' if and only if: given any c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c *located_in* c'. (Here *located_in* is the instance-level location relation.)"@en ,
- "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"^^xsd:string ;
- rdfs:label "located_in"@en .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/location_of
-mro:location_of rdf:type owl:ObjectProperty ,
- owl:TransitiveProperty ;
- rdfs:label "location_of"@en .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/member_of
-mro:member_of rdf:type owl:ObjectProperty ;
- cco:definition "An entity E1 is member_of some aggregate A1 iff E1 is of type T, A1 is a collection of individuals of type T, and E1 is one of the individuals in that collection."^^xsd:string ;
- cco:definition_source "http://purl.obolibrary.org/obo/RO_0002351"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "member of"^^xsd:string .
+ cco:elucidation "A Language L is used in an Information Bearing Entity iff the literal value of that Information Bearing Entity is a string that is encoded according to the syntax of L." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "language used in" .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/nontangential_proper_part_of
-mro:nontangential_proper_part_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:spatial_proper_part_of ;
- rdf:type owl:TransitiveProperty ;
- rdfs:domain obo:BFO_0000141 ;
- rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 is a nontangential proper part of some immaterial entity im2 iff im1 is a spatial proper part of im2 and there does not exist an immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "nontangential proper part of"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/nontangential_part_of
+mro:nontangential_part_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:spatial_part_of ;
+ rdf:type owl:TransitiveProperty ;
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "nontangential part of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/occurs_at
mro:occurs_at rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:BFO_0000066 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000006
obo:BFO_0000029
)
] ;
- cco:definition "An instance level relation that holds between instances of Processual Entities and Spatial Regions whevever some spatial region is the site of some processual entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "occurs at"^^xsd:string .
+ cco:definition "An instance level relation that holds between instances of Processual Entities and Spatial Regions whevever some spatial region is the site of some processual entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "occurs at" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/occurs_on
mro:occurs_on rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000008 ;
- cco:definition "An instance level relation which holds between some Processual Entity and some Temporal Region whenever the duration of the Processual Entity is contained by the Temporal Region"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "occurs on"^^xsd:string .
+ cco:definition "An instance level relation which holds between some Processual Entity and some Temporal Region whenever the duration of the Processual Entity is contained by the Temporal Region" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "occurs on" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/overlaps_with
mro:overlaps_with rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 overlaps with some immaterial entity im2 iff there exists some immaterial entity im such that im is a spatial part of im1 and im is a spatial part of im2."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "overlaps with"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/part_of
-mro:part_of rdf:type owl:ObjectProperty ;
- rdfs:comment "For continuants: C part_of C' if and only if: given any c that instantiates C at a time t, there is some c' such that c' instantiates C' at time t, and c *part_of* c' at t. For processes: P part_of P' if and only if: given any p that instantiates P at a time t, there is some p' such that p' instantiates P' at time t, and p *part_of* p' at t. (Here *part_of* is the instance-level part-relation.)"@en ,
- "Parthood as a relation between instances: The primitive instance-level relation p part_of p1 is illustrated in assertions such as: this instance of rhodopsin mediated phototransduction part_of this instance of visual perception. This relation satisfies at least the following standard axioms of mereology: reflexivity (for all p, p part_of p); anti-symmetry (for all p, p1, if p part_of p1 and p1 part_of p then p and p1 are identical); and transitivity (for all p, p1, p2, if p part_of p1 and p1 part_of p2, then p part_of p2). Analogous axioms hold also for parthood as a relation between spatial regions. For parthood as a relation between continuants, these axioms need to be modified to take account of the incorporation of a temporal argument. Thus for example the axiom of transitivity for continuants will assert that if c part_of c1 at t and c1 part_of c2 at t, then also c part_of c2 at t. Parthood as a relation between classes: To define part_of as a relation between classes we again need to distinguish the two cases of continuants and processes, even though the explicit reference to instants of time now falls away. For continuants, we have C part_of C1 if and only if any instance of C at any time is an instance-level part of some instance of C1 at that time, as for example in: cell nucleus part_ of cell."^^xsd:string ;
- rdfs:label "part_of"@en .
+ cco:definition "An immaterial entity im1 overlaps with some immaterial entity im2 iff there exists some immaterial entity im such that im is a spatial part of im1 and im is a spatial part of im2." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "overlaps with" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/partially_overlaps_with
mro:partially_overlaps_with rdf:type owl:ObjectProperty ;
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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "partially overlaps with"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/participates_in
-mro:participates_in rdf:type owl:ObjectProperty ;
- rdfs:label "participates_in"@en .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "partially overlaps with" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/permits
@@ -2194,22 +2509,9 @@ mro:permits rdf:type owl:ObjectProperty ;
owl:IrreflexiveProperty ;
rdfs:domain cco:ActionRegulation ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "For all x,y,t: x permits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent may be agent in y."^^xsd:string ;
+ cco:definition "For all x,y,t: x permits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent may be agent in y." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
- rdfs:label "permits"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/preceded_by
-mro:preceded_by rdf:type owl:ObjectProperty ;
- owl:inverseOf mro:precedes ;
- rdfs:comment "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other."^^xsd:string ,
- "P preceded_by P' if and only if: given any process p that instantiates P at a time t, there is some process p' such that p' instantiates P' at time t', and t' is earlier than t. "@en ;
- rdfs:label "preceded_by"@en .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/precedes
-mro:precedes rdf:type owl:ObjectProperty ;
- rdfs:label "precedes"@en .
+ rdfs:label "permits" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/prescribed_by
@@ -2217,21 +2519,40 @@ mro:prescribed_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_subject_of ;
owl:inverseOf mro:prescribes ;
rdfs:range cco:DirectiveInformationContentEntity ;
- cco:definition "The inverse of prescribes, which relates an Entity to some Directive Information Content Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "prescribed by"^^xsd:string .
+ cco:definition "The inverse of prescribes, which relates an Entity to some Directive Information Content Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "prescribed by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/prescribes
mro:prescribes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_about ;
rdfs:domain cco:DirectiveInformationContentEntity ;
- cco:definition "For all types T1 and T2, if T1 prescribes T2, then there is some instance of T1, t1, that serves as a rule or guide to some instance of T2, t2 (if T2 is a type of bfo:Occurrent) or that serves as a model for some instance of T2, t2 (if T2 is a type of bfo:Continuant)."^^xsd:string ;
- cco:example_of_usage "a blueprint serves as a model of some Artifact or Facility"^^xsd:string ,
- "a professional code of conduct serves as a set of rules to be followed while acting in a role within that profession"^^xsd:string ,
- "an Operations Plan serves as a guide for the tasks that need to be performed to achieve the Objectives of the Operation"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "prescribes"^^xsd:string .
+ cco:definition "For all types T1 and T2, if T1 prescribes T2, then there is some instance of T1, t1, that serves as a rule or guide to some instance of T2, t2 (if T2 is a type of bfo:Occurrent) or that serves as a model for some instance of T2, t2 (if T2 is a type of bfo:Continuant)." ;
+ cco:example_of_usage "a blueprint serves as a model of some Artifact or Facility" ,
+ "a professional code of conduct serves as a set of rules to be followed while acting in a role within that profession" ,
+ "an Operations Plan serves as a guide for the tasks that need to be performed to achieve the Objectives of the Operation" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "prescribes" .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/process_preceded_by
+mro:process_preceded_by rdf:type owl:ObjectProperty ;
+ owl:inverseOf mro:process_precedes ;
+ cco:definition "P preceded_by P' if and only if: given any process p that instantiates P at a time t, there is some process p' such that p' instantiates P' at time t', and t' is earlier than t." ;
+ cco:definition_source "Derived from the deprecated http://www.obofoundry.org/ro/ro.owl#preceded_by" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "process preceded by" ;
+ rdfs:seeAlso "http://purl.obolibrary.org/obo/BFO_0000062" .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/process_precedes
+mro:process_precedes rdf:type owl:ObjectProperty ;
+ cco:definition "Inverse of process preceded by." ;
+ cco:definition_source "Derived from the deprecated http://www.obofoundry.org/ro/ro.owl#precedes" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "process precedes" ;
+ rdfs:seeAlso "http://purl.obolibrary.org/obo/BFO_0000063" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/prohibits
@@ -2241,27 +2562,9 @@ mro:prohibits rdf:type owl:ObjectProperty ;
owl:IrreflexiveProperty ;
rdfs:domain cco:ActionRegulation ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "For all x,y,t: x prohibits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must not be agent in y."^^xsd:string ;
+ cco:definition "For all x,y,t: x prohibits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must not be agent in y." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
- rdfs:label "prohibits"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/proper_part_of
-mro:proper_part_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:part_of ;
- rdfs:comment "As for part_of, with the additional constraint that subject and object are distinct"@en ;
- rdfs:label "proper_part_of"@en .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/quality_of
-mro:quality_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:inheres_in ;
- rdfs:domain obo:BFO_0000019 ;
- rdfs:range obo:BFO_0000004 ;
- cco:definition "For types Q and E where Q is a type of Quality and E is a type of Entity, if Q is a quality of E, then for all instances q of Q there is some instance e of E such that q \"quality of\" e. Here, \"quality of\" denotes the primitive instance level relation."^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "quality of"^^xsd:string .
+ rdfs:label "prohibits" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/quality_of_aggregate
@@ -2269,48 +2572,18 @@ 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 "An instance of a Quality is quality_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Quality that is quality_of each and every member of the Object Aggregate instance."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "quality of aggregate"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/realizable_entity_of
-mro:realizable_entity_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:inheres_in ;
- rdfs:domain obo:BFO_0000017 ;
- rdfs:range obo:BFO_0000004 ;
- cco:definition "For types R and E where R is a type of Realizable Entity and E is a type of Entity, R realizable entity of E if and only if for every instance r of R, there is some instance e of E such that r \"realizable entity of\" e. Here \"realizable entity of\" denotes the primitive instance level relation."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "realizable entity of"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/realized_by
-mro:realized_by rdf:type owl:ObjectProperty ;
- owl:inverseOf mro:realizes ;
- rdfs:domain obo:BFO_0000017 ;
- rdfs:range obo:BFO_0000015 ;
- cco:definition "A relation between a Realizable Entity and a Processual Entity, inverse of realizes."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "realized by"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/realizes
-mro:realizes rdf:type owl:ObjectProperty ;
- rdfs:domain obo:BFO_0000015 ;
- rdfs:range obo:BFO_0000017 ;
- cco:definition "A Relation between a Process and a Function, where the unfolding of the process requires the execution of the function. Class level: P realizes F iff: given any p that instantiates P, there exists some f, t such that f instantiates F at t and p *realizes* f. Here, *realizes* is the primitive instance level relation"^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "realizes"^^xsd:string .
+ cco:definition "An instance of a Quality is quality_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Quality that is quality_of each and every member of the Object Aggregate instance." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "quality of aggregate" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/receives
mro:receives rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:participates_in ;
+ rdfs:subPropertyOf mro:RO_0000056 ;
rdfs:domain cco:Agent ;
- cco:definition "receives is a relationship between an Agent a1 and an Act Of Communication c1 such that a1 receives c1 iff a1 is the recipient and decoder of the InformationContentEntity participating in c1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "receives"^^xsd:string .
+ cco:definition "receives is a relationship between an Agent a1 and an Act Of Communication c1 such that a1 receives c1 iff a1 is the recipient and decoder of the InformationContentEntity participating in c1." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "receives" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/represented_by
@@ -2319,9 +2592,9 @@ mro:represented_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:represents ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:RepresentationalInformationContentEntity ;
- cco:definition "The inverse of designates, which relates an Entity to some Representational Information Content Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "represented by"^^xsd:string .
+ cco:definition "The inverse of designates, which relates an Entity to some Representational Information Content Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "represented by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/represents
@@ -2329,13 +2602,13 @@ mro:represents rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:RepresentationalInformationContentEntity ;
- cco:definition "For all Types T1 and T2, if T1 represents T2 then there is some instance of T1, t1, that presents the characteristics by which some instance of T2, t2, can be recognized or visualized and moreover, there is a one-to-one correspondence between the components of t1 and t2."^^xsd:string ;
- cco:elucidation "The relationship that is being defined here is that between a photographic image and its object, or between a written transcript and the verbal event that it transcribes."^^xsd:string ;
- cco:example_of_usage "a court transcript represents a courtroom proceeding"^^xsd:string ,
- "a photograph of the Statue of Liberty represents the Statue of Liberty"^^xsd:string ,
- "a video of a sporting event represents that sporting event"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "represents"^^xsd:string .
+ cco:definition "For all Types T1 and T2, if T1 represents T2 then there is some instance of T1, t1, that presents the characteristics by which some instance of T2, t2, can be recognized or visualized and moreover, there is a one-to-one correspondence between the components of t1 and t2." ;
+ cco:elucidation "The relationship that is being defined here is that between a photographic image and its object, or between a written transcript and the verbal event that it transcribes." ;
+ cco:example_of_usage "a court transcript represents a courtroom proceeding" ,
+ "a photograph of the Statue of Liberty represents the Statue of Liberty" ,
+ "a video of a sporting event represents that sporting event" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "represents" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/requires
@@ -2345,39 +2618,28 @@ mro:requires rdf:type owl:ObjectProperty ;
owl:IrreflexiveProperty ;
rdfs:domain cco:ActionRegulation ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "For all x,y,t: x requires y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must be agent in y."^^xsd:string ;
+ cco:definition "For all x,y,t: x requires y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must be agent in y." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "requires" .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/role_of
-mro:role_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:realizable_entity_of ;
- rdfs:domain obo:BFO_0000023 ;
- rdfs:range obo:BFO_0000004 ;
- cco:definition "For types R and E where R is a type of Role and E is a type of Entity, if R role of E, then for all instances r of R there is some instance e of E such that r \"role of\" e. Here, \"role of\" denotes the primitive instance level relation."^^xsd:string ;
- cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "role of"^^xsd:string .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/role_of_aggregate
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 "An instance of a Role is role_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Role that is role_of each and every member of the Object Aggregate instance."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "role of aggregate"^^xsd:string .
+ cco:definition "An instance of a Role is role_of_aggregate some instance of a Object Aggregate if and only if there are distinct instances of the Role that is role_of each and every member of the Object Aggregate instance." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "role of aggregate" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/sends
mro:sends rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:participates_in ;
+ rdfs:subPropertyOf mro:RO_0000056 ;
rdfs:domain cco:Agent ;
- cco:definition "sends is a relationship between an Agent a1 and an Act Of Communication c1 and such that a1 sends c1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "sends"^^xsd:string .
+ cco:definition "sends is a relationship between an Agent a1 and an Act Of Communication c1 and such that a1 sends c1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "sends" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/set_described_by
@@ -2385,16 +2647,16 @@ mro:set_described_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:described_by ;
rdfs:domain cco:MeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "set described by"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "set described by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/set_described_by_expected_element
mro:set_described_by_expected_element rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:set_described_by ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "set described by expected element"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "set described by expected element" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/set_described_by_ordinality
@@ -2402,8 +2664,8 @@ mro:set_described_by_ordinality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:set_described_by ;
rdfs:domain cco:OrdinalMeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "set described by ordinality"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "set described by ordinality" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/set_described_by_proportion
@@ -2411,30 +2673,19 @@ mro:set_described_by_proportion rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:set_described_by ;
rdfs:domain cco:ProportionalRatioMeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "set described by proportion"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "set described by proportion" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/spatial_part_of
mro:spatial_part_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:part_of ;
+ rdfs:subPropertyOf mro:BFO_0000050 ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 is a spatial part of some immaterial entity im2 iff for every immaterial entity im if im is connected with im1, then im is connected with im2."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "spatial part of"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/spatial_proper_part_of
-mro:spatial_proper_part_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:proper_part_of ;
- rdf:type owl:TransitiveProperty ;
- rdfs:domain obo:BFO_0000141 ;
- rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 is a spatial proper part of some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is not a spatial part of im1."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "spatial proper part of"^^xsd:string .
+ cco:definition "An immaterial entity im1 is a spatial part of some immaterial entity im2 iff for every immaterial entity im3 if im3 is connected with im1, then im3 is connected with im2." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "spatial part of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/supervises
@@ -2442,44 +2693,37 @@ 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."^^xsd:string ;
- cco:definition_source "http://en.wiktionary.org/wiki/supervise"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "supervises"^^xsd:string .
+ cco:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2." ;
+ cco:definition_source "http://en.wiktionary.org/wiki/supervise" ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "supervises" .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/tangential_proper_part_of
-mro:tangential_proper_part_of rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:spatial_proper_part_of ;
- rdf:type owl:TransitiveProperty ;
- rdfs:domain obo:BFO_0000141 ;
- rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 is a tangential proper part of some immaterial entity im2 iff im1 is a proper part of im2 and there exists some immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "tangential proper part of"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/tangential_part_of
+mro:tangential_part_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:spatial_part_of ;
+ rdf:type owl:TransitiveProperty ;
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "tangential part of" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/time_zone_identifier_used_by
mro:time_zone_identifier_used_by rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:RO_0010001 ;
owl:inverseOf mro:uses_time_zone_identifier ;
rdfs:domain cco:TimeZoneIdentifier ;
rdfs:range cco:InformationBearingEntity ;
- rdfs:label "time zone identifier used by"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/transformation_of
-mro:transformation_of rdf:type owl:ObjectProperty ,
- owl:TransitiveProperty ;
- rdfs:comment "Relation between two classes, in which instances retain their identity yet change their classification by virtue of some kind of transformation. Formally: C transformation_of C' if and only if given any c and any t, if c instantiates C at time t, then for some t', c instantiates C' at t' and t' earlier t, and there is no t2 such that c instantiates C at t2 and c instantiates C' at t2."@en ,
- "When an embryonic oenocyte (a type of insect cell) is transformed into a larval oenocyte, one and the same continuant entity preserves its identity while instantiating distinct classes at distinct times. The class-level relation transformation_of obtains between continuant classes C and C1 wherever each instance of the class C is such as to have existed at some earlier time as an instance of the distinct class C1 (see Figure 2 in paper). This relation is illustrated first of all at the molecular level of granularity by the relation between mature RNA and the pre-RNA from which it is processed, or between (UV-induced) thymine-dimer and thymine dinucleotide. At coarser levels of granularity it is illustrated by the transformations involved in the creation of red blood cells, for example, from reticulocyte to erythrocyte, and by processes of development, for example, from larva to pupa, or from (post-gastrular) embryo to fetus or from child to adult. It is also manifest in pathological transformations, for example, of normal colon into carcinomatous colon. In each such case, one and the same continuant entity instantiates distinct classes at different times in virtue of phenotypic changes."^^xsd:string ;
- rdfs:label "transformation_of"@en .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "time zone identifier used by" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses
mro:uses rdf:type owl:ObjectProperty ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "uses"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "uses" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_geospatial_coordinate_reference_system
@@ -2487,8 +2731,8 @@ 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "uses geospatial coordinate reference system"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "uses geospatial coordinate reference system" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_language
@@ -2496,158 +2740,323 @@ mro:uses_language rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:prescribed_by ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:Language ;
- cco:elucidation "An Information Bearing Entity uses language L iff the literal value of that Information Bearing Entity is a string that is encoded according to the syntax of L."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "uses language"^^xsd:string .
+ cco:elucidation "An Information Bearing Entity uses language L iff the literal value of that Information Bearing Entity is a string that is encoded according to the syntax of L." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "uses language" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_measurement_unit
mro:uses_measurement_unit rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:bearer_of ;
+ rdfs:subPropertyOf mro:RO_0010002 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:MeasurementUnit ;
- cco:elucidation "An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "uses measurement unit"^^xsd:string .
+ cco:elucidation "An Information Bearing Entity carries the content of some corresponding Information Content Entity. In some cases of measurements, this content is composed of both some amount and the scale according to which the measurement was made." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "uses measurement unit" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_reference_system
mro:uses_reference_system rdf:type owl:ObjectProperty ;
- rdfs:subPropertyOf mro:bearer_of ;
+ rdfs:subPropertyOf mro:RO_0010002 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:ReferenceSystem ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "uses reference system"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "uses reference system" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses_time_zone_identifier
mro:uses_time_zone_identifier rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf mro:RO_0010002 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:TimeZoneIdentifier ;
- cco:definition "An object property holding between an Information Bearing Entity and a Time Zone Identifier which designates which time zone is being referred to in the date time string attached to the Information Bearing Entity."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "uses time zone identifier"^^xsd:string .
+ cco:definition "An object property holding between an Information Bearing Entity and a Time Zone Identifier which designates which time zone is being referred to in the date time string attached to the Information Bearing Entity." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "uses time zone identifier" .
#################################################################
-# Data properties
+# Data properties
#################################################################
-
+
### 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."^^xsd:string ;
- cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))
, Point ZM (1 2 5 40)"^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:comment "ISO 19162:2015"^^xsd:string ;
- rdfs:label "as WKT"^^xsd:string .
+ cco:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects." ;
+ 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/ModalRelationOntology" ;
+ rdfs:comment "ISO 19162:2015" ;
+ rdfs:label "as WKT" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_URI_value
mro:has_URI_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:anyURI ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has URI value"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has URI value" .
### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."^^xsd:string ;
- rdfs:label "has altitude value"^^xsd:string .
+ 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." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement." ;
+ rdfs:label "has altitude value" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_boolean_value
mro:has_boolean_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:boolean ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has boolean value"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has boolean value" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_date_value
mro:has_date_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has date value"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has date value" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_datetime_value
mro:has_datetime_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:dateTime ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has datetime value"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has datetime value" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_decimal_value
mro:has_decimal_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:decimal ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has decimal value"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has decimal value" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_double_value
mro:has_double_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:double ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has double value"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has double value" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_integer_value
mro:has_integer_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:integer ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has integer value"^^xsd:string .
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has integer value" .
### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has latitude value"^^xsd:string .
+ cco:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has latitude value" .
### 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."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has longitude value"^^xsd:string .
+ cco:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has longitude value" .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_text_value
mro:has_text_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:string ;
- cco:definition "A relationship between an Information Bearing Entity and a string representation."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:string ;
- rdfs:label "has text value"^^xsd:string .
-
+ cco:definition "A relationship between an Information Bearing Entity and a string representation." ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
+ rdfs:label "has text value" .
+
#################################################################
-# Declaration Stub to address Protege quirks
+# Classes
#################################################################
+### http://purl.obolibrary.org/obo/BFO_0000001
+obo:BFO_0000001 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000002
+obo:BFO_0000002 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000003
+obo:BFO_0000003 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000004
+obo:BFO_0000004 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000006
+obo:BFO_0000006 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000008
+obo:BFO_0000008 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000015
+obo:BFO_0000015 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000016
+obo:BFO_0000016 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000017
+obo:BFO_0000017 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000019
+obo:BFO_0000019 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000020
+obo:BFO_0000020 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000023
+obo:BFO_0000023 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000027
+obo:BFO_0000027 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000029
+obo:BFO_0000029 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000030
+obo:BFO_0000030 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000031
+obo:BFO_0000031 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000034
+obo:BFO_0000034 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000038
+obo:BFO_0000038 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000040
+obo:BFO_0000040 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000141
+obo:BFO_0000141 rdf:type owl:Class .
+
+
+### http://purl.obolibrary.org/obo/BFO_0000148
+obo:BFO_0000148 rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ActionRegulation
+cco:ActionRegulation rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Agent
+cco:Agent rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/AgentCapability
+cco:AgentCapability rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/DescriptiveInformationContentEntity
+cco:DescriptiveInformationContentEntity rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/DesignativeInformationContentEntity
+cco:DesignativeInformationContentEntity rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/DirectiveInformationContentEntity
+cco:DirectiveInformationContentEntity rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntity
+cco:GeopoliticalEntity rdf:type owl:Class .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialCoordinateReferenceSystem
cco:GeospatialCoordinateReferenceSystem rdf:type owl:Class .
+### http://www.ontologyrepository.com/CommonCoreOntologies/GroupOfAgents
+cco:GroupOfAgents rdf:type owl:Class .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/InformationBearingEntity
cco:InformationBearingEntity rdf:type owl:Class .
+### http://www.ontologyrepository.com/CommonCoreOntologies/InformationContentEntity
+cco:InformationContentEntity rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/IntervalMeasurementInformationContentEntity
+cco:IntervalMeasurementInformationContentEntity rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Language
+cco:Language rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementInformationContentEntity
+cco:MeasurementInformationContentEntity rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit
+cco:MeasurementUnit rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/NominalMeasurementInformationContentEntity
+cco:NominalMeasurementInformationContentEntity rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/OrdinalMeasurementInformationContentEntity
+cco:OrdinalMeasurementInformationContentEntity rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Organization
+cco:Organization rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/Person
+cco:Person rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ProportionalRatioMeasurementInformationContentEntity
+cco:ProportionalRatioMeasurementInformationContentEntity rdf:type owl:Class .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/RatioMeasurementInformationContentEntity
+cco:RatioMeasurementInformationContentEntity rdf:type owl:Class .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceSystem
cco:ReferenceSystem rdf:type owl:Class .
+### http://www.ontologyrepository.com/CommonCoreOntologies/RepresentationalInformationContentEntity
+cco:RepresentationalInformationContentEntity rdf:type owl:Class .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/TimeZoneIdentifier
cco:TimeZoneIdentifier rdf:type owl:Class .
-### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
+### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
diff --git a/ObsoleteTermsOntology.ttl b/ObsoleteTerms.ttl
similarity index 50%
rename from ObsoleteTermsOntology.ttl
rename to ObsoleteTerms.ttl
index 775e39b..a829280 100644
--- a/ObsoleteTermsOntology.ttl
+++ b/ObsoleteTerms.ttl
@@ -1,313 +1,544 @@
-@prefix : .
-@prefix dc: .
+@prefix : .
@prefix ro: .
@prefix cco: .
-@prefix iao: .
@prefix obo: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
-@prefix foaf: .
@prefix rdfs: .
-@base .
+@base .
+
+ rdf:type owl:Ontology ;
+ owl:versionIRI ;
+ rdfs:comment "This file contains terms that have been deleted from the CCO." ;
+ rdfs:label "Obsolete Terms" ;
+ owl:versionInfo "COPYRIGHT © 2015-2019 CUBRC Inc." ,
+ "Version 1.2" .
- rdf:type owl:Ontology ;
- owl:versionInfo "Version 1.1"^^xsd:string ;
- rdfs:label "Obsolete Terms"^^xsd:string ;
- rdfs:comment "This file contains terms that have been deleted from the CCO."^^xsd:string ;
- owl:versionInfo "October 18, 2018"^^xsd:string ,
- "COPYRIGHT © 2015-2018 CUBRC, Inc."^^xsd:string .
#################################################################
-# Classes
+# Object Properties
#################################################################
+### http://www.obofoundry.org/ro/ro.owl#adjacent_to
+ro:adjacent_to rdf:type owl:ObjectProperty ;
+ rdfs:comment "C adjacent to C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c and c' are in spatial proximity"@en ,
+ "Note that adjacent_to as thus defined is not a symmetric relation, in contrast to its instance-level counterpart. For it can be the case that Cs are in general such as to be adjacent to instances of C1 while no analogous statement holds for C1s in general in relation to instances of C. Examples are: nuclear membrane adjacent_to cytoplasm; seminal vesicle adjacent_to urinary bladder; ovary adjacent_to parietal pelvic peritoneum"^^xsd:string ;
+ rdfs:label "adjacent_to"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalReactionArtifactFunctionSpecification
-cco:ChemicalReactionArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:ChemicalReactionArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Chemical Reaction Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Chemical Reaction Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#agent_in
+ro:agent_in rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf ro:participates_in ;
+ owl:inverseOf ro:has_agent ;
+ rdfs:label "agent_in"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationArtifactFunctionSpecification
-cco:CommunicationArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:CommunicationArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Communication Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Communication Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#contained_in
+ro:contained_in rdf:type owl:ObjectProperty ;
+ owl:inverseOf ro:contains ;
+ rdfs:comment "C contained_in C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c located_in c' at t, and it is not the case that c *overlaps* c' at t. (c' is a conduit or cavity.)"@en ,
+ "Containment obtains in each case between material and immaterial continuants, for instance: lung contained_in thoracic cavity; bladder contained_in pelvic cavity. Hence containment is not a transitive relation. If c part_of c1 at t then we have also, by our definition and by the axioms of mereology applied to spatial regions, c located_in c1 at t. Thus, many examples of instance-level location relations for continuants are in fact cases of instance-level parthood. For material continuants location and parthood coincide. Containment is location not involving parthood, and arises only where some immaterial continuant is involved. To understand this relation, we first define overlap for continuants as follows: c1 overlap c2 at t =def for some c, c part_of c1 at t and c part_of c2 at t. The containment relation on the instance level can then be defined (see definition):"^^xsd:string ;
+ rdfs:label "contained_in"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ContainingArtifactFunctionSpecification
-cco:ContainingArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:ContainingArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Containing Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Containing Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#contains
+ro:contains rdf:type owl:ObjectProperty ;
+ rdfs:label "contains"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/CoolingArtifactFunctionSpecification
-cco:CoolingArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:CoolingArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Cooling Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Cooling Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#derived_into
+ro:derived_into rdf:type owl:ObjectProperty ;
+ owl:inverseOf ro:derives_from ;
+ rdf:type owl:TransitiveProperty ;
+ rdfs:label "derived_into"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/CoveringArtifactFunctionSpecification
-cco:CoveringArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:CoveringArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Covering Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Covering Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#derives_from
+ro:derives_from rdf:type owl:ObjectProperty ,
+ owl:TransitiveProperty ;
+ rdfs:comment "Derivation as a relation between instances. The temporal relation of derivation is more complex. Transformation, on the instance level, is just the relation of identity: each adult is identical to some child existing at some earlier time. Derivation on the instance-level is a relation holding between non-identicals. More precisely, it holds between distinct material continuants when one succeeds the other across a temporal divide in such a way that at least a biologically significant portion of the matter of the earlier continuant is inherited by the later. Thus we will have axioms to the effect that from c derives_from c1 we can infer that c and c1 are not identical and that there is some instant of time t such that c1 exists only prior to and c only subsequent to t. We will also be able to infer that the spatial region occupied by c as it begins to exist at t overlaps with the spatial region occupied by c1 as it ceases to exist in the same instant."^^xsd:string ,
+ "Derivation on the instance level (*derives_from*) holds between distinct material continuants when one succeeds the other across a temporal divide in such a way that at least a biologically significant portion of the matter of the earlier continuant is inherited by the later. We say that one class C derives_from class C' if instances of C are connected to instances of C' via some chain of instance-level derivation relations. Example: osteocyte derives_from osteoblast. Formally: C derives_immediately_from C' if and only if: given any c and any t, if c instantiates C at time t, then there is some c' and some t', such that c' instantiates C' at t' and t' earlier-than t and c *derives_from* c'. C derives_from C' if and only if: there is an chain of immediate derivation relations connecting C to C'."@en ;
+ rdfs:label "derives_from"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/DamagingArtifactFunctionSpecification
-cco:DamagingArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:DamagingArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Damaging Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Damaging Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#has_agent
+ro:has_agent rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf ro:has_participant ;
+ rdfs:comment "As for has_participant, but with the additional condition that the component instance is causally active in the relevant process"@en ;
+ rdfs:label "has_agent"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/DeceptionArtifactFunctionSpecification
-cco:DeceptionArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:DeceptionArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Deception Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Deception Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#has_integral_part
+ro:has_integral_part rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf ro:has_part ;
+ owl:inverseOf ro:integral_part_of ;
+ rdfs:label "has_integral_part"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/DetonatingArtifactFunctionSpecification
-cco:DetonatingArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:DetonatingArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Detonating Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Detonating Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#has_part
+ro:has_part rdf:type owl:ObjectProperty ;
+ owl:inverseOf ro:part_of ;
+ rdfs:label "has_part"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticShieldingArtifactFunctionSpecification
-cco:ElectromagneticShieldingArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:ElectromagneticShieldingArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Electromagnetic Shielding Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Electromagnetic Shielding Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#has_participant
+ro:has_participant rdf:type owl:ObjectProperty ;
+ owl:inverseOf ro:participates_in ;
+ rdfs:comment "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."^^xsd:string ,
+ "P has_participant C if and only if: given any process p that instantiates P there is some continuant c, and some time t, such that: c instantiates C at t and c participates in p at t"@en ;
+ rdfs:label "has_participant"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/EnhancingArtifactFunctionSpecification
-cco:EnhancingArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:EnhancingArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Enhancing Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Enhancing Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#has_proper_part
+ro:has_proper_part rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf ro:has_part ;
+ owl:inverseOf ro:proper_part_of ;
+ rdfs:label "has_proper_part"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/FiltrationArtifactFunctionSpecification
-cco:FiltrationArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:FiltrationArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Filtration Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Filtration Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#integral_part_of
+ro:integral_part_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf ro:part_of ;
+ rdfs:comment "C integral_part_of C' if and only if: C part_of C' AND C' has_part C"@en ;
+ rdfs:label "integral_part_of"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/FragranceArtifactFunctionSpecification
-cco:FragranceArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:FragranceArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Fragrance Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Fragrance Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#located_in
+ro:located_in rdf:type owl:ObjectProperty ;
+ owl:inverseOf ro:location_of ;
+ rdf:type owl:TransitiveProperty ;
+ rdfs:comment "C located_in C' if and only if: given any c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c *located_in* c'. (Here *located_in* is the instance-level location relation.)"@en ,
+ "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1. Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"^^xsd:string ;
+ rdfs:label "located_in"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunctionSpecification
-cco:FuelArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:FuelArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Fuel Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Fuel Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#location_of
+ro:location_of rdf:type owl:ObjectProperty ,
+ owl:TransitiveProperty ;
+ rdfs:label "location_of"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/HealingArtifactFunctionSpecification
-cco:HealingArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:HealingArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Healing Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Healing Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#part_of
+ro:part_of rdf:type owl:ObjectProperty ;
+ rdfs:comment "For continuants: C part_of C' if and only if: given any c that instantiates C at a time t, there is some c' such that c' instantiates C' at time t, and c *part_of* c' at t. For processes: P part_of P' if and only if: given any p that instantiates P at a time t, there is some p' such that p' instantiates P' at time t, and p *part_of* p' at t. (Here *part_of* is the instance-level part-relation.)"@en ,
+ "Parthood as a relation between instances: The primitive instance-level relation p part_of p1 is illustrated in assertions such as: this instance of rhodopsin mediated phototransduction part_of this instance of visual perception. This relation satisfies at least the following standard axioms of mereology: reflexivity (for all p, p part_of p); anti-symmetry (for all p, p1, if p part_of p1 and p1 part_of p then p and p1 are identical); and transitivity (for all p, p1, p2, if p part_of p1 and p1 part_of p2, then p part_of p2). Analogous axioms hold also for parthood as a relation between spatial regions. For parthood as a relation between continuants, these axioms need to be modified to take account of the incorporation of a temporal argument. Thus for example the axiom of transitivity for continuants will assert that if c part_of c1 at t and c1 part_of c2 at t, then also c part_of c2 at t. Parthood as a relation between classes: To define part_of as a relation between classes we again need to distinguish the two cases of continuants and processes, even though the explicit reference to instants of time now falls away. For continuants, we have C part_of C1 if and only if any instance of C at any time is an instance-level part of some instance of C1 at that time, as for example in: cell nucleus part_ of cell."^^xsd:string ;
+ rdfs:label "part_of"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/HeatingArtifactFunctionSpecification
-cco:HeatingArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:HeatingArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Heating Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Heating Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#participates_in
+ro:participates_in rdf:type owl:ObjectProperty ;
+ rdfs:label "participates_in"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/MotionArtifactFunctionSpecification
-cco:MotionArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:MotionArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Motion Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Motion Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#preceded_by
+ro:preceded_by rdf:type owl:ObjectProperty ;
+ owl:inverseOf ro:precedes ;
+ rdfs:comment "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C. The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other."^^xsd:string ,
+ "P preceded_by P' if and only if: given any process p that instantiates P at a time t, there is some process p' such that p' instantiates P' at time t', and t' is earlier than t. "@en ;
+ rdfs:label "preceded_by"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ObservationArtifactFunctionSpecification
-cco:ObservationArtifactFunctionSpecification rdf:type owl:Class ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ,
- [ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom cco:ArtifactModel
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:ObservationArtifactFunction
- ] ;
- cco:definition "An Artifact Function Specification that prescribes an Observation Artifact Function and is part of some Artifact Model."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Observation Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#precedes
+ro:precedes rdf:type owl:ObjectProperty ;
+ rdfs:label "precedes"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/PayloadCapacitySpecification
-cco:PayloadCapacitySpecification rdf:type owl:Class ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ,
- [ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom cco:ArtifactModel
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:PayloadCapacity
- ] ;
- cco:definition "An Artifact Function Specification that prescribes a Payload Capacity and is part of some Artifact Model."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Payload Capacity Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#proper_part_of
+ro:proper_part_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf ro:part_of ;
+ rdfs:comment "As for part_of, with the additional constraint that subject and object are distinct"@en ;
+ rdfs:label "proper_part_of"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ResearchArtifactFunctionSpecification
-cco:ResearchArtifactFunctionSpecification rdf:type owl:Class ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ,
- [ rdf:type owl:Restriction ;
- owl:onProperty ;
- owl:someValuesFrom cco:ArtifactModel
- ] ,
- [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:ResearchArtifactFunction
- ] ;
- cco:definition "An Artifact Function Specification that prescribes a Research Artifact Function and is part of some Artifact Model."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Research Artifact Function Specification"^^xsd:string .
+### http://www.obofoundry.org/ro/ro.owl#transformation_of
+ro:transformation_of rdf:type owl:ObjectProperty ,
+ owl:TransitiveProperty ;
+ rdfs:comment "Relation between two classes, in which instances retain their identity yet change their classification by virtue of some kind of transformation. Formally: C transformation_of C' if and only if given any c and any t, if c instantiates C at time t, then for some t', c instantiates C' at t' and t' earlier t, and there is no t2 such that c instantiates C at t2 and c instantiates C' at t2."@en ,
+ "When an embryonic oenocyte (a type of insect cell) is transformed into a larval oenocyte, one and the same continuant entity preserves its identity while instantiating distinct classes at distinct times. The class-level relation transformation_of obtains between continuant classes C and C1 wherever each instance of the class C is such as to have existed at some earlier time as an instance of the distinct class C1 (see Figure 2 in paper). This relation is illustrated first of all at the molecular level of granularity by the relation between mature RNA and the pre-RNA from which it is processed, or between (UV-induced) thymine-dimer and thymine dinucleotide. At coarser levels of granularity it is illustrated by the transformations involved in the creation of red blood cells, for example, from reticulocyte to erythrocyte, and by processes of development, for example, from larva to pupa, or from (post-gastrular) embryo to fetus or from child to adult. It is also manifest in pathological transformations, for example, of normal colon into carcinomatous colon. In each such case, one and the same continuant entity instantiates distinct classes at different times in virtue of phenotypic changes."^^xsd:string ;
+ rdfs:label "transformation_of"@en .
-### http://www.ontologyrepository.com/CommonCoreOntologies/ServiceArtifactFunctionSpecification
-cco:ServiceArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:ServiceArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Service Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Service Artifact Function Specification"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/bearer_of
+cco:bearer_of rdf:type owl:ObjectProperty ;
+ owl:inverseOf cco:inheres_in ;
+ rdfs:domain obo:BFO_0000004 ;
+ rdfs:range [ rdf:type owl:Class ;
+ owl:unionOf ( obo:BFO_0000020
+ obo:BFO_0000031
+ )
+ ] ;
+ cco:definition "Inverse of inheres in."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "bearer of"^^xsd:string .
+
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of
+cco:disposition_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:realizable_entity_of ;
+ owl:inverseOf cco:has_disposition ;
+ rdfs:domain obo:BFO_0000016 ;
+ rdfs:range obo:BFO_0000004 ;
+ cco:definition "For types D and E where D is a type of Disposition and E is a type of Entity, D disposition of E if and only if for every instance d of D, there is some instance e of E such that d \"disposition of\" e. Here \"disposition of\" denotes the primitive instance level relation."^^xsd:string ;
+ cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "disposition of"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/function_of
+cco:function_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:disposition_of ;
+ owl:inverseOf cco:has_function ;
+ rdfs:domain obo:BFO_0000034 ;
+ rdfs:range obo:BFO_0000004 ;
+ cco:definition "A relation between a function F and an entity E. F function_of E iff: F inheres_in E and F is a function"^^xsd:string ;
+ cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "function of"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/has_disposition
+cco:has_disposition rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:has_realizable_entity ;
+ rdfs:domain obo:BFO_0000004 ;
+ rdfs:range obo:BFO_0000016 ;
+ cco:definition "For types E and D where E is a type of Entity and D is a type of Disposition, E has disposition D if and only if for all instances e of E there is some instance d of D such that e \"has disposition\" d. Here \"has disposition\" denotes the primitive instance level relation. Inverse of disposition_of."^^xsd:string ;
+ cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "has disposition"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/has_function
+cco:has_function rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:has_disposition ;
+ rdfs:domain obo:BFO_0000004 ;
+ rdfs:range obo:BFO_0000034 ;
+ cco:definition "Inverse of is function of"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "has function"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/has_member
+cco:has_member rdf:type owl:ObjectProperty ;
+ owl:inverseOf cco:member_of ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:comment "Inverse of member_of."^^xsd:string ;
+ rdfs:label "has member"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_proper_part
+cco:has_nontangential_proper_part rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:has_spatial_proper_part ;
+ owl:inverseOf cco:nontangential_proper_part_of ;
+ rdf:type owl:TransitiveProperty ;
+ rdfs:domain obo:BFO_0000141 ;
+ rdfs:range obo:BFO_0000141 ;
+ cco:definition "Inverse of nontangential proper part of"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:label "has nontangential proper part"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/has_proper_part
+cco:has_proper_part rdf:type owl:ObjectProperty ;
+ cco:definition "TO DO"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "has proper part"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/has_quality
+cco:has_quality rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:bearer_of ;
+ owl:inverseOf cco:quality_of ;
+ rdfs:domain obo:BFO_0000004 ;
+ rdfs:range obo:BFO_0000019 ;
+ cco:definition "For types E and Q where E is a type of Entity and Q is a type of Quality, E has quality Q if and only if for every instance e of E there is some instance q of Q such that e \"has quality\" q. Here \"has quality\" denotes the primitive instance level relation. Inverse of quality_of."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "has quality"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/has_realizable_entity
+cco:has_realizable_entity rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:bearer_of ;
+ owl:inverseOf cco:realizable_entity_of ;
+ rdfs:domain obo:BFO_0000004 ;
+ rdfs:range obo:BFO_0000017 ;
+ cco:definition "For types E and R where E is a type of Entity and R is a type of Realizable Entity, E has realizable entity R if and only if for all instances e of E there is some instance r of R such that e \"has realizable entity\" r. Here \"has realizable entity\" denotes the primitive instance level relation. Inverse of realizable_entity_of."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "has realizable entity"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/has_role
+cco:has_role rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:has_realizable_entity ;
+ owl:inverseOf cco:role_of ;
+ rdfs:domain obo:BFO_0000004 ;
+ rdfs:range obo:BFO_0000023 ;
+ cco:definition "For types E and R where E is a type of Entity and R is a type of Role, E has role R if and only if for all instances e of E there is some instance r of R such that e \"has role\" r. Here \"has role\" denotes the primitive instance level relation. Inverse of role_of."^^xsd:string ;
+ cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro-proposed/ro_proposed.owl"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "has role"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_proper_part
+cco:has_spatial_proper_part rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf ro:has_proper_part ,
+ cco:has_proper_part ;
+ owl:inverseOf cco:spatial_proper_part_of ;
+ rdf:type owl:TransitiveProperty ;
+ rdfs:domain obo:BFO_0000141 ;
+ rdfs:range obo:BFO_0000141 ;
+ cco:definition "Inverse of spatial proper part of"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:label "has spatial proper part"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_proper_part
+cco:has_tangential_proper_part rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:has_spatial_proper_part ;
+ owl:inverseOf cco:tangential_proper_part_of ;
+ rdf:type owl:TransitiveProperty ;
+ rdfs:domain obo:BFO_0000141 ;
+ rdfs:range obo:BFO_0000141 ;
+ cco:definition "Inverse of tangential proper part of"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:label "has tangential proper part"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in
+cco:inheres_in rdf:type owl:ObjectProperty ;
+ rdfs:domain [ rdf:type owl:Class ;
+ owl:unionOf ( obo:BFO_0000020
+ obo:BFO_0000031
+ )
+ ] ;
+ rdfs:range obo:BFO_0000004 ;
+ cco:definition "For types T1 and T2, if T1 inheres in T2, then for all instances of T1, t1, there is some instance of T2, t2, such that t1 \"inheres in\" t2. Here, \"inheres in\" denotes the primitive instance level relation."^^xsd:string ;
+ cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl "^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "inheres in"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/member_of
+cco:member_of rdf:type owl:ObjectProperty ;
+ cco:definition "An entity E1 is member_of some aggregate A1 iff E1 is of type T, A1 is a collection of individuals of type T, and E1 is one of the individuals in that collection."^^xsd:string ;
+ cco:definition_source "http://purl.obolibrary.org/obo/RO_0002351"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "member of"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_proper_part_of
+cco:nontangential_proper_part_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:spatial_proper_part_of ;
+ rdf:type owl:TransitiveProperty ;
+ rdfs:domain obo:BFO_0000141 ;
+ rdfs:range obo:BFO_0000141 ;
+ cco:definition "An immaterial entity im1 is a nontangential proper part of some immaterial entity im2 iff im1 is a spatial proper part of im2 and there does not exist an immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:label "nontangential proper part of"^^xsd:string .
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/proper_part_of
+cco:proper_part_of rdf:type owl:ObjectProperty ;
+ cco:definition "TO DO"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "proper part of"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/quality_of
+cco:quality_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:inheres_in ;
+ rdfs:domain obo:BFO_0000019 ;
+ rdfs:range obo:BFO_0000004 ;
+ cco:definition "For types Q and E where Q is a type of Quality and E is a type of Entity, if Q is a quality of E, then for all instances q of Q there is some instance e of E such that q \"quality of\" e. Here, \"quality of\" denotes the primitive instance level relation."^^xsd:string ;
+ cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl)"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "quality of"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/realizable_entity_of
+cco:realizable_entity_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:inheres_in ;
+ rdfs:domain obo:BFO_0000017 ;
+ rdfs:range obo:BFO_0000004 ;
+ cco:definition "For types R and E where R is a type of Realizable Entity and E is a type of Entity, R realizable entity of E if and only if for every instance r of R, there is some instance e of E such that r \"realizable entity of\" e. Here \"realizable entity of\" denotes the primitive instance level relation."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "realizable entity of"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/realized_by
+cco:realized_by rdf:type owl:ObjectProperty ;
+ owl:inverseOf cco:realizes ;
+ rdfs:domain obo:BFO_0000017 ;
+ rdfs:range obo:BFO_0000015 ;
+ cco:definition "A relation between a Realizable Entity and a Processual Entity, inverse of realizes."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "realized by"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/realizes
+cco:realizes rdf:type owl:ObjectProperty ;
+ rdfs:domain obo:BFO_0000015 ;
+ rdfs:range obo:BFO_0000017 ;
+ cco:definition "A Relation between a Process and a Function, where the unfolding of the process requires the execution of the function. Class level: P realizes F iff: given any p that instantiates P, there exists some f, t such that f instantiates F at t and p *realizes* f. Here, *realizes* is the primitive instance level relation"^^xsd:string ;
+ cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "realizes"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/role_of
+cco:role_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:realizable_entity_of ;
+ rdfs:domain obo:BFO_0000023 ;
+ rdfs:range obo:BFO_0000004 ;
+ cco:definition "For types R and E where R is a type of Role and E is a type of Entity, if R role of E, then for all instances r of R there is some instance e of E such that r \"role of\" e. Here, \"role of\" denotes the primitive instance level relation."^^xsd:string ;
+ cco:definition_source "http://www.berkeleybop.org/ontologies/obo-all/ro_proposed/ro_proposed.owl"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:string ;
+ rdfs:label "role of"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/spatial_proper_part_of
+cco:spatial_proper_part_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf ro:proper_part_of ,
+ cco:proper_part_of ;
+ rdf:type owl:TransitiveProperty ;
+ rdfs:domain obo:BFO_0000141 ;
+ rdfs:range obo:BFO_0000141 ;
+ cco:definition "An immaterial entity im1 is a spatial proper part of some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is not a spatial part of im1."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:label "spatial proper part of"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/tangential_proper_part_of
+cco:tangential_proper_part_of rdf:type owl:ObjectProperty ;
+ rdfs:subPropertyOf cco:spatial_proper_part_of ;
+ rdf:type owl:TransitiveProperty ;
+ rdfs:domain obo:BFO_0000141 ;
+ rdfs:range obo:BFO_0000141 ;
+ cco:definition "An immaterial entity im1 is a tangential proper part of some immaterial entity im2 iff im1 is a proper part of im2 and there exists some immaterial entity im such that im externally connects with im1 and im externally connects with im2."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:label "tangential proper part of"^^xsd:string .
-### http://www.ontologyrepository.com/CommonCoreOntologies/SubmersibleArtifactFunctionSpecification
-cco:SubmersibleArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:SubmersibleArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Submersible Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Submersible Artifact Function Specification"^^xsd:string .
+#################################################################
+# Classes
+#################################################################
-### http://www.ontologyrepository.com/CommonCoreOntologies/SwitchArtifactFunctionSpecification
-cco:SwitchArtifactFunctionSpecification rdf:type owl:Class ;
- owl:equivalentClass [ rdf:type owl:Restriction ;
- owl:onProperty cco:prescribes ;
- owl:someValuesFrom cco:SwitchArtifactFunction
- ] ;
- rdfs:subClassOf cco:ArtifactFunctionSpecification ;
- cco:definition "An Artifact Function Specification that prescribes some Switch Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
- rdfs:label "Switch Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/BoundingBoxPointIdentifier
+cco:BoundingBoxPointIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:BoundingBoxPoint
+ ] ;
+ rdfs:subClassOf cco:GeospatialPositionIdentifier ;
+ cco:definition "A Geospatial Position Identifier that designates some Bounding Box Point."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Bounding Box Point Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/CatalystArtifactFunctionSpecification
cco:CatalystArtifactFunctionSpecification rdf:type owl:Class ;
rdfs:subClassOf cco:ChemicalReactionArtifactFunctionSpecification ;
cco:definition "A Chemical Reaction Function Specification that prescribes some Catalyst Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Catalyst Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalReactionArtifactFunctionSpecification
+cco:ChemicalReactionArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:ChemicalReactionArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Chemical Reaction Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Chemical Reaction Artifact Function Specification"^^xsd:string .
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/CityIdentifier
+cco:CityIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:City
+ ] ;
+ rdfs:subClassOf cco:SubNationalEntityIdentifier ;
+ cco:definition "A Sub-National Entity Identifier that designates some City."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "City Identifier"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/CityPart
+cco:CityPart rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty ro:part_of ;
+ owl:someValuesFrom cco:City
+ ] ;
+ rdfs:subClassOf cco:GeopoliticalEntityPart ;
+ cco:definition "A Geopolitical Entity Part that consists of one or more fiat sub-sections of a City."^^xsd:string ;
+ cco:example_of_usage "the Flatbush neighorhood of New York City"^^xsd:string ,
+ "the French Quarter of New Orleans"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:comment "This defined class should be used for instances that are sections of a City demarcated based on cultural, historic, or demographic reasons."^^xsd:string ;
+ rdfs:label "City Part"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/CityPartIdentifier
+cco:CityPartIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:CityPart
+ ] ;
+ rdfs:subClassOf cco:GeopoliticalEntityPartIdentifier ;
+ cco:definition "A Geopolitical Entity Part Identifier that designates some City Part."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "City Part Identifier"^^xsd:string .
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationArtifactFunctionSpecification
+cco:CommunicationArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:CommunicationArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Communication Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Communication Artifact Function Specification"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ContainingArtifactFunctionSpecification
+cco:ContainingArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:ContainingArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Containing Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Containing Artifact Function Specification"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ContinentIdentifier
+cco:ContinentIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:Continent
+ ] ;
+ rdfs:subClassOf cco:GeospatialRegionIdentifier ;
+ cco:definition "A Geospatial Region Identifier that designates some Continent."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Continent Identifier"^^xsd:string .
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/ConveyanceArtifactFunctionSpecification
cco:ConveyanceArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -316,10 +547,76 @@ cco:ConveyanceArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:MotionArtifactFunctionSpecification ;
cco:definition "A Motion Artifact Function Specification that prescribes some Conveyance Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Conveyance Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/CoolingArtifactFunctionSpecification
+cco:CoolingArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:CoolingArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Cooling Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Cooling Artifact Function Specification"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/CountryIdentifier
+cco:CountryIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:Country
+ ] ;
+ rdfs:subClassOf cco:GeopoliticalEntityIdentifier ;
+ cco:definition "A Geopolitical Entity Identifier that designates some Country."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Country Identifier"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/CountryPart
+cco:CountryPart rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty ro:part_of ;
+ owl:someValuesFrom cco:Country
+ ] ;
+ rdfs:subClassOf cco:GeopoliticalEntityPart ;
+ cco:definition "A Geopolitical Entity Part that consists of one or more fiat sub-sections of a Country."^^xsd:string ;
+ cco:example_of_usage "Northern Iraq"^^xsd:string ,
+ "Southeastern United States"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:comment "This defined class should be used for instances which are not proper sub-national entities (e.g. it should not be used for Cities, Provinces, or States)."^^xsd:string ;
+ rdfs:label "Country Part"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/CountryPartIdentifier
+cco:CountryPartIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:CountryPart
+ ] ;
+ rdfs:subClassOf cco:GeopoliticalEntityPartIdentifier ;
+ cco:definition "A Geopolitical Entity Part Identifier that designates some Country Part."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Country Part Identifier"^^xsd:string .
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/CoveringArtifactFunctionSpecification
+cco:CoveringArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:CoveringArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Covering Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Covering Artifact Function Specification"^^xsd:string .
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/CrushingArtifactFunctionSpecification
cco:CrushingArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -328,10 +625,12 @@ cco:CrushingArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:DamagingArtifactFunctionSpecification ;
cco:definition "A Damaging Artifact Function Specification that prescribes some Crushing Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Crushing Artifact Function Specification"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/CuttingArtifactFunctionSpecification
cco:CuttingArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -340,10 +639,37 @@ cco:CuttingArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:DamagingArtifactFunctionSpecification ;
cco:definition "A Damaging Artifact Function Specification that prescribes some Cutting Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Cutting Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/DamagingArtifactFunctionSpecification
+cco:DamagingArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:DamagingArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Damaging Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Damaging Artifact Function Specification"^^xsd:string .
+
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/DeceptionArtifactFunctionSpecification
+cco:DeceptionArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:DeceptionArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Deception Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Deception Artifact Function Specification"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/DetergentArtifactFunctionSpecification
cco:DetergentArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -352,10 +678,24 @@ cco:DetergentArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:SurfactantArtifactFunctionSpecification ;
cco:definition "A Surfactant Artifact Function Specification that prescribes some Detergent Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Detergent Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/DetonatingArtifactFunctionSpecification
+cco:DetonatingArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:DetonatingArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Detonating Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Detonating Artifact Function Specification"^^xsd:string .
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/EducationArtifactFunctionSpecification
cco:EducationArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -364,10 +704,11 @@ cco:EducationArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Education Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Education Artifact Function Specification"^^xsd:string .
+
### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticCommunicationArtifactFunctionSpecification
cco:ElectromagneticCommunicationArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -376,10 +717,25 @@ cco:ElectromagneticCommunicationArtifactFunctionSpecification rdf:type owl:Class
] ;
rdfs:subClassOf cco:CommunicationArtifactFunctionSpecification ;
cco:definition "A Communication Artifact Function Specification that prescribes some Electromagnetic Communication Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Electromagnetic Communication Artifact Function Specification"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticShieldingArtifactFunctionSpecification
+cco:ElectromagneticShieldingArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:ElectromagneticShieldingArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Electromagnetic Shielding Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Electromagnetic Shielding Artifact Function Specification"^^xsd:string .
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/EmulsifierArtifactFunctionSpecification
cco:EmulsifierArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -388,10 +744,24 @@ cco:EmulsifierArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ChemicalReactionArtifactFunctionSpecification ;
cco:definition "A Chemical Reaction Function Specification that prescribes some Emulsifier Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Emulsifier Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/EnhancingArtifactFunctionSpecification
+cco:EnhancingArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:EnhancingArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Enhancing Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Enhancing Artifact Function Specification"^^xsd:string .
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/ExplosiveArtifactFunctionSpecification
cco:ExplosiveArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -400,10 +770,11 @@ cco:ExplosiveArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:DamagingArtifactFunctionSpecification ;
cco:definition "A Damaging Artifact Function Specification that prescribes some Explosive Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Explosive Artifact Function Specification"^^xsd:string .
+
### http://www.ontologyrepository.com/CommonCoreOntologies/FertilizerArtifactFunctionSpecification
cco:FertilizerArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -412,10 +783,24 @@ cco:FertilizerArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:EnhancingArtifactFunctionSpecification ;
cco:definition "An Enhancing Artifact Function Specification that prescribes some Fertilizer Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Fertilizer Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/FiltrationArtifactFunctionSpecification
+cco:FiltrationArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:FiltrationArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Filtration Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Filtration Artifact Function Specification"^^xsd:string .
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialArtifactFunctionSpecification
cco:FinancialArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -424,10 +809,154 @@ cco:FinancialArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Financial Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Financial Artifact Function Specification"^^xsd:string .
+#
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/FragranceArtifactFunctionSpecification
+cco:FragranceArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:FragranceArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Fragrance Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Fragrance Artifact Function Specification"^^xsd:string .
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunctionSpecification
+cco:FuelArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:FuelArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Fuel Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Fuel Artifact Function Specification"^^xsd:string .
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityBorderIdentifier
+cco:GeopoliticalEntityBorderIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:GeopoliticalEntityBorder
+ ] ;
+ rdfs:subClassOf cco:GeospatialBoundaryIdentifier ;
+ cco:definition "A Geospatial Boundary Identifier that designates some Geopolitical Entity Border."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Geopolitical Entity Border Identifier"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityIdentifier
+cco:GeopoliticalEntityIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:GeopoliticalEntity
+ ] ;
+ rdfs:subClassOf cco:GeospatialRegionIdentifier ;
+ cco:definition "A Geospatial Region Identifier that desginates some Geopolitical Entity."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Geopolitical Entity Identifier"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityPart
+cco:GeopoliticalEntityPart rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty ro:part_of ;
+ owl:someValuesFrom cco:GeopoliticalEntity
+ ] ;
+ rdfs:subClassOf cco:GeospatialRegion ;
+ cco:definition "A Geospatial Region that consists of one or more fiat sub-sections of a Geopolitical Entity."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:label "Geopolitical Entity Part"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityPartIdentifier
+cco:GeopoliticalEntityPartIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:GeopoliticalEntityPart
+ ] ;
+ rdfs:subClassOf cco:GeospatialRegionIdentifier ;
+ cco:definition "A Geospatial Region Identifier that designates some Geopolitical Entity Part."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Geopolitical Entity Part Identifier"^^xsd:string .
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundaryIdentifier
+cco:GeospatialBoundaryIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:GeospatialBoundary
+ ] ;
+ rdfs:subClassOf cco:DesignativeInformationContentEntity ;
+ cco:definition "A Designative Information Content Entity that designates some Geospatial Boundary."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Geospatial Boundary Identifier"^^xsd:string .
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLocationIdentifier
+cco:GeospatialLocationIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:GeospatialLocation
+ ] ;
+ rdfs:subClassOf cco:GeospatialRegionIdentifier ;
+ cco:definition "A Geospatial Region Identifier that designates some Geospatial Location."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Geospatial Location Identifier"^^xsd:string .
+
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPositionIdentifier
+cco:GeospatialPositionIdentifier rdf:type owl:Class ;
+ rdfs:subClassOf cco:DesignativeInformationContentEntity ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:GeospatialPosition
+ ] ;
+ cco:definition "A Designative Information Content Entity that designates some Geospatial Position"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Geospatial Position Identifier"^^xsd:string .
+
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBoxIdentifier
+cco:GeospatialRegionBoundingBoxIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:GeospatialRegionBoundingBox
+ ] ;
+ rdfs:subClassOf cco:GeospatialBoundaryIdentifier ;
+ cco:definition "A Geospatial Boundary Identifier that designates some Geospatial Region Bounding Box."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Geospatial Region Bounding Box Identifier"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionIdentifier
+cco:GeospatialRegionIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:GeospatialRegion
+ ] ;
+ rdfs:subClassOf cco:SiteIdentifier ;
+ cco:definition "A Site Identifier that designates some Geospatial Region."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Geospatial Region Identifier"^^xsd:string .
+
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentArtifactFunctionSpecification
cco:GovernmentArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -436,10 +965,24 @@ cco:GovernmentArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Government Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Government Artifact Function Specification"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/HealingArtifactFunctionSpecification
+cco:HealingArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:HealingArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Healing Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Healing Artifact Function Specification"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareArtifactFunctionSpecification
cco:HealthcareArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -448,10 +991,23 @@ cco:HealthcareArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Healthcare Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Healthcare Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/HeatingArtifactFunctionSpecification
+cco:HeatingArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:HeatingArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Heating Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Heating Artifact Function Specification"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/HospitalityArtifactFunctionSpecification
cco:HospitalityArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -460,7 +1016,7 @@ cco:HospitalityArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Hospitality Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Hospitality Artifact Function Specification"^^xsd:string .
@@ -472,10 +1028,12 @@ cco:LegalArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Legal Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Legal Artifact Function Specification"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/MaximumSpeedArtifactFunctionSpecification
cco:MaximumSpeedArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -484,10 +1042,12 @@ cco:MaximumSpeedArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:SpeedArtifactFunctionSpecification ;
cco:definition "A Speed Artifact Function Specification that prescribes some Maximum Speed Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Maximum Speed Artifact Function Specification"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryArtifactFunctionSpecification
cco:MilitaryArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -496,7 +1056,7 @@ cco:MilitaryArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Military Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Military Artifact Function Specification"^^xsd:string .
@@ -508,10 +1068,26 @@ cco:MinimumSpeedArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:SpeedArtifactFunctionSpecification ;
cco:definition "A Speed Artifact Function Specification that prescribes some Minimum Speed Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Minimum Speed Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/MotionArtifactFunctionSpecification
+cco:MotionArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:MotionArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Motion Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Motion Artifact Function Specification"^^xsd:string .
+
+
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/NeutralizationArtifactFunctionSpecification
cco:NeutralizationArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -520,10 +1096,12 @@ cco:NeutralizationArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ChemicalReactionArtifactFunctionSpecification ;
cco:definition "A Chemical Reaction Function Specification that prescribes some Neutralization Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Neutralization Artifact Function Specification"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/NominalSpeedArtifactFunctionSpecification
cco:NominalSpeedArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -532,10 +1110,30 @@ cco:NominalSpeedArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:SpeedArtifactFunctionSpecification ;
cco:definition "A Speed Artifact Function Specification that prescribes some Nominal Speed Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Nominal Speed Artifact Function Specification"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ObservationArtifactFunctionSpecification
+cco:ObservationArtifactFunctionSpecification rdf:type owl:Class ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty ro:part_of ;
+ owl:someValuesFrom cco:ArtifactModel
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:ObservationArtifactFunction
+ ] ;
+ cco:definition "An Artifact Function Specification that prescribes an Observation Artifact Function and is part of some Artifact Model."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Observation Artifact Function Specification"^^xsd:string .
+
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalCommunicationArtifactFunctionSpecification
cco:OpticalCommunicationArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -544,10 +1142,12 @@ cco:OpticalCommunicationArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ElectromagneticCommunicationArtifactFunctionSpecification ;
cco:definition "An Electromagnetic Communication Artifact Function Specification that prescribes some Optical Communication Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Optical Communication Artifact Function Specification"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/OxidizerArtifactFunctionSpecification
cco:OxidizerArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -556,10 +1156,29 @@ cco:OxidizerArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ChemicalReactionArtifactFunctionSpecification ;
cco:definition "A Chemical Reaction Function Specification that prescribes some Oxidizer Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Oxidizer Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/PayloadCapacitySpecification
+cco:PayloadCapacitySpecification rdf:type owl:Class ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty ro:part_of ;
+ owl:someValuesFrom cco:ArtifactModel
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:PayloadCapacity
+ ] ;
+ cco:definition "An Artifact Function Specification that prescribes a Payload Capacity and is part of some Artifact Model."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Payload Capacity Specification"^^xsd:string .
+
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/PesticideArtifactFunctionSpecification
cco:PesticideArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -568,10 +1187,11 @@ cco:PesticideArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:PoisonArtifactFunctionSpecification ;
cco:definition "A Poison Artifact Function Specification that prescribes some Pesticide Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Pesticide Artifact Function Specification"^^xsd:string .
+
### http://www.ontologyrepository.com/CommonCoreOntologies/PoisonArtifactFunctionSpecification
cco:PoisonArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -580,10 +1200,11 @@ cco:PoisonArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:DamagingArtifactFunctionSpecification ;
cco:definition "A Damaging Artifact Function Specification that prescribes some Poison Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Poison Artifact Function Specification"^^xsd:string .
+
### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionArtifactFunctionSpecification
cco:PropulsionArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -592,10 +1213,50 @@ cco:PropulsionArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:MotionArtifactFunctionSpecification ;
cco:definition "A Motion Artifact Function Specification that prescribes some Propulsion Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Propulsion Artifact Function Specification"^^xsd:string .
+### http://www.ontologyrepository.com/CommonCoreOntologies/ProvinceIdentifier
+cco:ProvinceIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:Province
+ ] ;
+ rdfs:subClassOf cco:SubNationalEntityIdentifier ;
+ cco:definition "A Sub-National Entity Identifier that designates some Province."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Province Identifier"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ProvincePart
+cco:ProvincePart rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty ro:part_of ;
+ owl:someValuesFrom cco:Province
+ ] ;
+ rdfs:subClassOf cco:GeopoliticalEntityPart ;
+ cco:definition "A Geopolitical Entity Part that consists of one or more fiat sub-sections of a Province."^^xsd:string ;
+ cco:example_of_usage "the Greater Montreal Area of Quebec"^^xsd:string ,
+ "the southwest area of Al Anbar Province"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:comment "This defined class should be used for instances that are sections of a Province demarcated based on cultural, historic, or demographic reasons."^^xsd:string ;
+ rdfs:label "Province Part"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ProvincePartIdentifier
+cco:ProvincePartIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:ProvincePart
+ ] ;
+ rdfs:subClassOf cco:GeopoliticalEntityPartIdentifier ;
+ cco:definition "A Geopolitical Entity Part Identifier that designates some Province Part."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Province Part Identifier"^^xsd:string .
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyArtifactFunctionSpecification
cco:PublicSafetyArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -604,10 +1265,12 @@ cco:PublicSafetyArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Public Safety Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Public Safety Artifact Function Specification"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationArtifactFunctionSpecification
cco:RadioCommunicationArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -616,10 +1279,11 @@ cco:RadioCommunicationArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ElectromagneticCommunicationArtifactFunctionSpecification ;
cco:definition "An Electromagnetic Communication Artifact Function Specification that prescribes some Radio Communication Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Radio Communication Artifact Function Specification"^^xsd:string .
+
### http://www.ontologyrepository.com/CommonCoreOntologies/ReactantArtifactFunctionSpecification
cco:ReactantArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -628,10 +1292,11 @@ cco:ReactantArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ChemicalReactionArtifactFunctionSpecification ;
cco:definition "A Chemical Reaction Function Specification that prescribes some Reactant Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Reactant Artifact Function Specification"^^xsd:string .
+
### http://www.ontologyrepository.com/CommonCoreOntologies/ReligiousArtifactFunctionSpecification
cco:ReligiousArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -640,7 +1305,7 @@ cco:ReligiousArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Religious Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Religious Artifact Function Specification"^^xsd:string .
@@ -652,10 +1317,28 @@ cco:ResearchAndDevelopmentArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Research and Development Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Research and Development Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ResearchArtifactFunctionSpecification
+cco:ResearchArtifactFunctionSpecification rdf:type owl:Class ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty ro:part_of ;
+ owl:someValuesFrom cco:ArtifactModel
+ ] ,
+ [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:ResearchArtifactFunction
+ ] ;
+ cco:definition "An Artifact Function Specification that prescribes a Research Artifact Function and is part of some Artifact Model."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Research Artifact Function Specification"^^xsd:string .
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialArtifactFunctionSpecification
cco:ResidentialArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -664,10 +1347,12 @@ cco:ResidentialArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Residential Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Residential Artifact Function Specification"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/RetailArtifactFunctionSpecification
cco:RetailArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -676,10 +1361,36 @@ cco:RetailArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Retail Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Retail Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/ServiceArtifactFunctionSpecification
+cco:ServiceArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:ServiceArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Service Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Service Artifact Function Specification"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SiteIdentifier
+cco:SiteIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom obo:BFO_0000029
+ ] ;
+ rdfs:subClassOf cco:DesignativeInformationContentEntity ;
+ cco:definition "A Designative Information Content Entity that designates some Site."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Site Identifier"^^xsd:string .
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/SolventArtifactFunctionSpecification
cco:SolventArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -688,7 +1399,7 @@ cco:SolventArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ChemicalReactionArtifactFunctionSpecification ;
cco:definition "A Chemical Reaction Function Specification that prescribes some Solvent Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Solvent Artifact Function Specification"^^xsd:string .
@@ -700,10 +1411,92 @@ cco:SpeedArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:MotionArtifactFunctionSpecification ;
cco:definition "A Motion Artifact Function Specification that prescribes some Speed Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Speed Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/StateIdentifier
+cco:StateIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:State
+ ] ;
+ rdfs:subClassOf cco:SubNationalEntityIdentifier ;
+ cco:definition "A Sub-National Entity Identifier that designates some State."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "State Identifier"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/StatePart
+cco:StatePart rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty ro:part_of ;
+ owl:someValuesFrom cco:State
+ ] ;
+ rdfs:subClassOf cco:GeopoliticalEntityPart ;
+ cco:definition "A Geopolitical Entity Part that consists of one or more fiat sub-sections of a State."^^xsd:string ;
+ cco:example_of_usage "the Texas Panhandle"^^xsd:string ,
+ "the Western New York Region"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:string ;
+ rdfs:comment "This defined class should be used for instances that are sections of a State demarcated based on cultural, historic, or demographic reasons."^^xsd:string ;
+ rdfs:label "State Part"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/StatePartIdentifier
+cco:StatePartIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:StatePart
+ ] ;
+ rdfs:subClassOf cco:GeopoliticalEntityPartIdentifier ;
+ cco:definition "A Geopolitical Entity Part Identifier that designates some State Part."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "State Part Identifier"^^xsd:string .
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SubNationalEntityIdentifier
+cco:SubNationalEntityIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:FirstOrderAdministrativeRegion
+ ] ;
+ rdfs:subClassOf cco:GeopoliticalEntityIdentifier ;
+ cco:definition "A Geopolitical Entity Identifier that designates some Sub-National Entity."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Sub-National Entity Identifier"^^xsd:string .
+
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SubcontinentIdentifier
+cco:SubcontinentIdentifier rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:designates ;
+ owl:someValuesFrom cco:Subcontinent
+ ] ;
+ rdfs:subClassOf cco:GeospatialRegionIdentifier ;
+ cco:definition "A Geospatial Region Identifier that designates some Subcontinent."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:string ;
+ rdfs:label "Subcontinent Identifier"^^xsd:string .
+
+
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SubmersibleArtifactFunctionSpecification
+cco:SubmersibleArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:SubmersibleArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Submersible Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Submersible Artifact Function Specification"^^xsd:string .
+
+
+
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/SurfactantArtifactFunctionSpecification
cco:SurfactantArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -712,15 +1505,28 @@ cco:SurfactantArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:EmulsifierArtifactFunctionSpecification ;
cco:definition "An Emulsifier Artifact Function Specification that prescribes some Surfactant Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Surfactant Artifact Function Specification"^^xsd:string .
+
+### http://www.ontologyrepository.com/CommonCoreOntologies/SwitchArtifactFunctionSpecification
+cco:SwitchArtifactFunctionSpecification rdf:type owl:Class ;
+ owl:equivalentClass [ rdf:type owl:Restriction ;
+ owl:onProperty cco:prescribes ;
+ owl:someValuesFrom cco:SwitchArtifactFunction
+ ] ;
+ rdfs:subClassOf cco:ArtifactFunctionSpecification ;
+ cco:definition "An Artifact Function Specification that prescribes some Switch Artifact Function."^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
+ rdfs:label "Switch Artifact Function Specification"^^xsd:string .
+
+
### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleEnduranceArtifactFunctionSpecification
cco:VehicleEnduranceArtifactFunctionSpecification rdf:type owl:Class ;
rdfs:subClassOf cco:MotionArtifactFunctionSpecification ;
cco:definition "A Motion Artifact Function Specification that prescribes some Vehicle Endurance Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Vehicle Endurance Artifact Function Specification"^^xsd:string .
@@ -728,10 +1534,11 @@ cco:VehicleEnduranceArtifactFunctionSpecification rdf:type owl:Class ;
cco:VehicleRangeArtifactFunctionSpecification rdf:type owl:Class ;
rdfs:subClassOf cco:MotionArtifactFunctionSpecification ;
cco:definition "A Motion Artifact Function Specification that prescribes some Vehicle Range Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Vehicle Range Artifact Function Specification"^^xsd:string .
+
### http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementArtifactFunctionSpecification
cco:WasteManagementArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -740,10 +1547,11 @@ cco:WasteManagementArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:ServiceArtifactFunctionSpecification ;
cco:definition "A Service Artifact Function Specification that prescribes some Waste Management Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Waste Management Artifact Function Specification"^^xsd:string .
+
### http://www.ontologyrepository.com/CommonCoreOntologies/WettingAgentArtifactFunctionSpecification
cco:WettingAgentArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -752,10 +1560,11 @@ cco:WettingAgentArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:SurfactantArtifactFunctionSpecification ;
cco:definition "A Surfactant Artifact Function Specification that prescribes some Wetting Agent Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Wetting Agent Artifact Function Specification"^^xsd:string .
+
### http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationArtifactFunctionSpecification
cco:WiredCommunicationArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -764,7 +1573,8 @@ cco:WiredCommunicationArtifactFunctionSpecification rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:CommunicationArtifactFunctionSpecification ;
cco:definition "A Communication Artifact Function Specification that prescribes some Wired Communication Artifact Function."^^xsd:string ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:string ;
+ cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTermFile"^^xsd:string ;
rdfs:label "Wired Communication Artifact Function Specification"^^xsd:string .
+### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
diff --git a/OntologyNamespaces_v4.txt b/OntologyNamespaces_v4.txt
deleted file mode 100644
index 70313c5..0000000
--- a/OntologyNamespaces_v4.txt
+++ /dev/null
@@ -1,94 +0,0 @@
-PREFIX ero:
-PREFIX lro:
-
-PREFIX agent:
-PREFIX allcore
-PREFIX artifact:
-PREFIX currency:
-PREFIX event:
-PREFIX geo:
-PREFIX info:
-PREFIX quality:
-PREFIX time:
-PREFIX measure:
-
-PREFIX jdo:
-PREFIX affective: ?
-PREFIX medinfo: ?
-
-
-
-PREFIX agenthist: ?
-PREFIX agentinfo:
-PREFIX aircraft: ?
-PREFIX aircraftmaint: ?
-PREFIX armytasklist: ?
-PREFIX citizen:
-PREFIX curriculum:
-PREFIX ethnicity:
-PREFIX hydrographic:
-PREFIX legalcriminal: ?
-PREFIX maintact: ?
-PREFIX c2o:
-PREFIX mio:
-PREFIX miloccupation:
-PREFIX moo:
-PREFIX mpo:
-PREFIX mro: ?
-PREFIX mission: ??
-PREFIX missionplan: ??
-PREFIX occupation:
-PREFIX physiographic:
-PREFIX planning:
-PREFIX qmospl:
-PREFIX sensor:
-PREFIX skills:
-PREFIX soo:
-PREFIX transinfra:
-PREFIX usw: ?
-PREFIX watercraft:
-PREFIX wsero:
-
-
-PREFIX airforceATC: ?
-PREFIX airforceHMC: ?
-PREFIX airforceMSC: ?
-PREFIX airforceTMD: ?
-PREFIX airforceWDC: ?
-
-
-PREFIX maritime: ?
-
-
-PREFIX USWinstances ?
-
-
-PREFIX bfo:
-PREFIX oboInOwl:
-PREFIX owl:
-PREFIX rdf:
-PREFIX rdfs:
-PREFIX ro:
-PREFIX span:
-PREFIX snap: