Merging Version 1.3

This commit is contained in:
Mark Jensen
2020-09-23 15:42:21 -04:00
24 changed files with 22014 additions and 1703 deletions

View File

@@ -9,14 +9,14 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-12-20/AgentOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2020-09-23/AgentOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."@en ;
cco:copyright "COPYRIGHT © 2015-2020 CUBRC, Inc."@en ;
rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."@en ;
rdfs:label "Agent Ontology"@en ;
owl:versionInfo "Version 1.2"@en .
owl:versionInfo "Version 1.3"@en .
#################################################################
# Object Properties
@@ -26,17 +26,18 @@
cco:agent_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000056 ;
owl:inverseOf cco:has_agent ;
cco:definition "TO DO"@en ;
cco:definition "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "agent in"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_capability
cco:aggregate_has_capability rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:aggregrate_bearer_of ;
rdfs:subPropertyOf cco:aggregate_bearer_of ;
owl:inverseOf cco:capability_of_aggregate ;
rdfs:domain cco:GroupOfAgents ;
rdfs:range cco:AgentCapability ;
cco:definition "x aggregate_has_capability y iff x is an instance of Object Aggregate and y is an instance of Agent Capability, such that x is aggregate bearer of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "aggregate has capability"@en .
@@ -47,6 +48,7 @@ cco:capability_of rdf:type owl:ObjectProperty ;
owl:inverseOf cco:has_capability ;
rdfs:domain cco:AgentCapability ;
rdfs:range cco:Agent ;
cco:definition "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "capability of"@en .
@@ -56,6 +58,7 @@ cco:capability_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in_aggregate ;
rdfs:domain cco:AgentCapability ;
rdfs:range cco:GroupOfAgents ;
cco:definition "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "capability of aggregate"@en .
@@ -67,7 +70,7 @@ cco: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."@en ;
cco:definition "An instance of Geopolitical Entity gpe1 delimits some Organization o1 iff gpe1 is the area within which o1 can legally operate."@en ;
cco:definition_source "http://en.wikipedia.org/wiki/Delimitation" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "delimits"@en .
@@ -88,6 +91,7 @@ cco:has_affiliate rdf:type owl:ObjectProperty ;
cco:Person
)
] ;
cco:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has affiliate"@en .
@@ -95,7 +99,7 @@ cco:has_affiliate rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_agent
cco:has_agent rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000057 ;
cco:definition "As for has_participant, but with the additional condition that the component instance is causally active in the relevant process."@en ;
cco:definition "x has_agent y iff x is an instance of Process and y is an instance of Agent, such that y is causally active in x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has agent"@en .
@@ -129,6 +133,7 @@ cco:has_capability rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000053 ;
rdfs:domain cco:Agent ;
rdfs:range cco:AgentCapability ;
cco:definition "x has_capability y iff x is an instance of Agent and y is an instance of Agent Capability, such that x bearer of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has capability"@en .
@@ -307,6 +312,7 @@ cco:has_organizational_context rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_organizational_context_of ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range cco:Organization ;
cco:definition "x has_organizational_context y iff y is an instance of an Organization and x is an instance of a Role and z is an instance of a Person, such that z's affiliation with y is a prerequisite for z bearing x or y ascribes x to the bearer of x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has organizational context"@en .
@@ -364,7 +370,7 @@ cco:has_recipient rdf:type owl:ObjectProperty ;
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."@en ;
cco:definition "x has_recipient y iff y is an instance of Agent and x is an instance of Act Of Communication, such that y is the recipient and decoder of the InformationContentEntity intended for communication in x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has recipient"@en .
@@ -374,7 +380,7 @@ cco:has_sender rdf:type owl:ObjectProperty ;
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."@en ;
cco:definition "y has_sender x iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has sender"@en .
@@ -479,7 +485,7 @@ cco: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."@en ;
cco:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is affiliated with"@en .
@@ -541,7 +547,7 @@ cco: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"@en ;
cco:definition "An instance of Organization o1 is_delimited_by some Geopolitical Entity gpe1 iff gpe1 is the area within which o1 can legally operate."@en ;
cco:definition_source "http://en.wikipedia.org/wiki/Delimitation" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is delimited by"@en .
@@ -728,7 +734,7 @@ cco:is_niece_of rdf:type owl:ObjectProperty ;
cco:is_organizational_context_of rdf:type owl:ObjectProperty ;
rdfs:domain cco:Organization ;
rdfs:range obo:BFO_0000023 ;
cco:definition "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."@en ;
cco:definition "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is organizational context of"@en .
@@ -787,6 +793,7 @@ cco:is_permitted_by rdf:type owl:ObjectProperty ;
owl:IrreflexiveProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:ActionRegulation ;
cco:definition "y is_permitted_by x at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent may be agent in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is permitted by"@en .
@@ -799,6 +806,7 @@ cco:is_prohibited_by rdf:type owl:ObjectProperty ;
owl:IrreflexiveProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:ActionRegulation ;
cco:definition "y is_prohibited_by y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must not be agent in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is prohibited by"@en .
@@ -811,6 +819,7 @@ cco:is_required_by rdf:type owl:ObjectProperty ;
owl:IrreflexiveProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:ActionRegulation ;
cco:definition "y is_required_by x at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must be agent in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is required by"@en .
@@ -897,6 +906,7 @@ cco:is_step_sister_of rdf:type owl:ObjectProperty ;
cco:is_subordinate_role_to rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range obo:BFO_0000023 ;
cco:definition "For all x,y,t: y is subordinate role to x at t iff: x is an instance of 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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is subordinate role to"@en .
@@ -943,6 +953,7 @@ cco:is_uncle_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_used_by
cco:is_used_by rdf:type owl:ObjectProperty ;
owl:inverseOf cco:uses ;
cco:definition "x is_used_by y iff y is an instance of an Agent and x is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein y attempts to accomplish a goal by manipulating, deploying, leveraging some attribute of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is used by"@en .
@@ -961,7 +972,7 @@ cco: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."@en ;
cco:definition "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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "permits"@en .
@@ -973,7 +984,7 @@ cco: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."@en ;
cco:definition "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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "prohibits"@en .
@@ -982,7 +993,7 @@ cco:prohibits rdf:type owl:ObjectProperty ;
cco:receives rdf:type owl:ObjectProperty ;
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."@en ;
cco:definition "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "receives"@en .
@@ -994,7 +1005,7 @@ cco: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."@en ;
cco:definition "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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "requires"@en .
@@ -1003,7 +1014,7 @@ cco:requires rdf:type owl:ObjectProperty ;
cco:sends rdf:type owl:ObjectProperty ;
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."@en ;
cco:definition "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "sends"@en .
@@ -1021,6 +1032,7 @@ cco:supervises rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/uses
cco:uses rdf:type owl:ObjectProperty ;
cco:definition "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "uses"@en .
@@ -1452,13 +1464,16 @@ cco:GovernmentAgency rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/GroupOfAgents
cco:GroupOfAgents rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000027 ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000051 ;
owl:someValuesFrom cco:Agent
] ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000051 ;
owl:allValuesFrom cco:Agent
[ owl:intersectionOf ( [ rdf:type owl:Restriction ;
owl:onProperty obo:RO_0002351 ;
owl:someValuesFrom cco:Agent
]
[ rdf:type owl:Restriction ;
owl:onProperty obo:RO_0002351 ;
owl:allValuesFrom cco:Agent
]
) ;
rdf:type owl:Class
] ;
cco:definition "An Object Aggregate that has only Agents as parts."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;

View File

@@ -1,4 +1,4 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,17 +9,18 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-12-20/AllCoreOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2020-09-23/AllCoreOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."@en ;
cco:copyright "COPYRIGHT © 2015-2020 CUBRC, Inc."@en ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
rdfs:comment "An import of all the Common Core mid-level ontologies into a single file so that content is easy to view. The All Core Ontology is not an ontology in the sense it contains no unique content. As such it should not be added to, but can be extended from."@en ;
rdfs:label "All Core Ontology"@en ;
owl:versionInfo "Version 1.2"@en .
owl:versionInfo "Version 1.3"@en .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi

File diff suppressed because it is too large Load Diff

View File

@@ -9,14 +9,14 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-12-20/CurrencyUnitOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2020-09-23/CurrencyUnitOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."@en ;
cco:copyright "COPYRIGHT © 2015-2020 CUBRC, Inc."@en ;
rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."@en ;
rdfs:label "Currency Unit Ontology"@en ;
owl:versionInfo "Version 1.2"@en .
owl:versionInfo "Version 1.3"@en .
#################################################################
# Classes

View File

@@ -9,14 +9,14 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-12-20/EventOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2020-09-23/EventOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."@en ;
cco:copyright "COPYRIGHT © 2015-2020 CUBRC, Inc."@en ;
rdfs:comment "This ontology is designed to represent processual entities, especially those performed by agents, that occur within multiple domains."@en ;
rdfs:label "Event Ontology"@en ;
owl:versionInfo "Version 1.2"@en .
owl:versionInfo "Version 1.3"@en .
#################################################################
# Object Properties
@@ -1004,6 +1004,14 @@ cco:ActOfSuicide rdf:type owl:Class ;
rdfs:label "Act of Suicide"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTargeting
cco:ActOfTargeting rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Targeting"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerrorism
cco:ActOfTerrorism rdf:type owl:Class ;
rdfs:subClassOf cco:ActOfViolence ;
@@ -1324,9 +1332,12 @@ cco:CurvilinearMotion rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/DamagedStasis
cco:DamagedStasis rdf:type owl:Class ;
rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ;
cco:alternative_label "Damaged"@en ;
cco:alternative_label "Compromised"@en ,
"Damaged"@en ,
"Injured"@en ;
cco:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to a previous action or event such that the Independent Continuant is now of lesser value, usefulness, or functionality."@en ;
cco:definition_source "http://www.thefreedictionary.com/damaged" ;
cco:elucidation "This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occurs on property. "@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Damaged Stasis"@en .
@@ -1680,7 +1691,7 @@ cco:Funeral rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDependentContinuant
cco:GainOfDependentContinuant rdf:type owl:Class ;
rdfs:subClassOf cco:Change ;
cco:definition "A Change in which an Independent Continuant becomes the bearer of some Dependent Continuant."@en ;
cco:definition "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Gain of Dependent Continuant"@en .
@@ -1739,7 +1750,7 @@ cco:GainOfGenericallyDependentContinuant rdf:type owl:Class ;
rdf:type owl:Class
]
] ;
cco:definition "A Gain of Dependent Continuant wherein some Independent Continuant becomes the bearer of some Generically Dependent Continuant."@en ;
cco:definition "A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant."@en ;
cco:example_of_usage "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Gain of Generically Dependent Continuant"@en .
@@ -2024,7 +2035,7 @@ cco:LongitudinalWaveProfile rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfDependentContinuant
cco:LossOfDependentContinuant rdf:type owl:Class ;
rdfs:subClassOf cco:Change ;
cco:definition "A Change in which some Independent Continuant ceases to be the bearer of some Dependent Continuant."@en ;
cco:definition "A Change in which some Independent Continuant ceases to be the bearer or carrier of some Dependent Continuant."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Loss of Dependent Continuant"@en .
@@ -2048,7 +2059,7 @@ cco:LossOfFunction rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfGenericallyDependentContinuant
cco:LossOfGenericallyDependentContinuant rdf:type owl:Class ;
rdfs:subClassOf cco:LossOfDependentContinuant ;
cco:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Generically Dependent Continuant."@en ;
cco:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some Generically Dependent Continuant."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Loss of Generically Dependent Continuant"@en .
@@ -2575,8 +2586,8 @@ cco:SoundWavelength rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Speed
cco:Speed rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000144 ;
cco:definition "A Process Profile that is characterized by the rate of an object's change in position during some time period."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Velocity" ;
cco:definition "A Process Profile that is characterized by the magnitude of an object's motion with respect to a frame of reference during some time period."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Speed" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:comment "An object's speed is the scalar absolute value of it's Velocity."@en ;
rdfs:label "Speed"@en .
@@ -2774,9 +2785,18 @@ cco:SurfaceWaveProfile rdf:type owl:Class ;
### 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."@en ;
owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040
[ rdf:type owl:Restriction ;
owl:onProperty cco:is_object_of ;
owl:someValuesFrom cco:ActOfTargeting
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf obo:BFO_0000040 ;
cco:definition "A Material Entity that is the object of an Act of Targeting."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:comment "Although people speak of targeting a process, say, a parade, what in fact are being targeted are the material participants of that process. The disruption or ceasing of the process is the objective of some plan, but not technically a target. Only material things can be targeted for action. Even if some dependent entity is described as being the target, the material thing for which that dependent entity depends is the object of a targeting process."@en ;
rdfs:label "Target"@en .
@@ -2976,6 +2996,7 @@ cco:UpperMidrangeFrequency rdf:type owl:Class ;
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."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Velocity" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Velocity"@en .

View File

@@ -9,15 +9,15 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-12-20/ExtendedRelationOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2020-09-23/ExtendedRelationOntology> ;
owl:imports obo:bfo.owl ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."@en ;
cco:copyright "COPYRIGHT © 2015-2020 CUBRC, Inc."@en ;
rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."@en ;
rdfs:label "Extended Relation Ontology"@en ;
owl:versionInfo "Version 1.2"@en .
owl:versionInfo "Version 1.3"@en .
#################################################################
# Annotation properties
@@ -227,7 +227,7 @@ cco:accessory_in rdf:type owl:ObjectProperty ;
owl:inverseOf cco:has_accessory ;
rdfs:domain obo:BFO_0000040 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "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. "@en ;
cco:definition "y is_accessory_in x iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "accessory in"@en .
@@ -251,60 +251,62 @@ cco:affects rdf:type owl:ObjectProperty ;
owl:inverseOf cco: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."@en ;
cco:definition "p affects c iff p is an instance of a Process and c is an instance of a Continuant, such that p influences c in some manner, most often by producing a change in c."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "affects"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_bearer_of
cco:aggregate_bearer_of rdf:type owl:ObjectProperty ;
owl:inverseOf cco:inheres_in_aggregate ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000020
obo:BFO_0000031
)
] ;
cco:definition "x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant and z is an instance of Object, such that z bearer of y, and all other members of x are bearers of a unique instance of the same type as y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "aggregate bearer of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_disposition
cco:aggregate_has_disposition rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:aggregrate_bearer_of ;
rdfs:subPropertyOf cco:aggregate_bearer_of ;
owl:inverseOf cco:disposition_of_aggregate ;
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."@en ;
cco:definition "x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "aggregate has disposition"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_quality
cco:aggregate_has_quality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:aggregrate_bearer_of ;
rdfs:subPropertyOf cco:aggregate_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."@en ;
cco:definition "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "aggregate has quality"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_role
cco:aggregate_has_role rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:aggregrate_bearer_of ;
rdfs:subPropertyOf cco:aggregate_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."@en ;
cco:definition "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "aggregate has role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/aggregrate_bearer_of
cco:aggregrate_bearer_of rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( obo:BFO_0000020
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"@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "aggregate bearer of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/caused_by
cco:caused_by rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_cause_of ;
rdfs:domain obo:BFO_0000003 ;
rdfs:range obo:BFO_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."@en ;
rdfs:range obo:BFO_0000003 ;
cco:definition "x caused_by y iff x and y are instances of occurrents, and x is a consequence of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "caused by"@en .
@@ -314,7 +316,7 @@ cco:disposition_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in_aggregate ;
rdfs:domain obo:BFO_0000016 ;
rdfs:range obo:BFO_0000027 ;
cco:definition "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."@en ;
cco:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, such that x disposition_of_aggregate y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "disposition of aggregate"@en .
@@ -324,7 +326,7 @@ cco:has_accessory rdf:type owl:ObjectProperty ;
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."@en ;
cco:definition "x has_accessory y iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "has accessory"@en .
@@ -347,7 +349,7 @@ cco:has_input rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_input_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
cco:definition "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."@en ;
cco:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the begining of y is a necessary condition for the start of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "has input"@en .
@@ -376,7 +378,7 @@ cco:has_output rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_output_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
cco:definition "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"@en ;
cco:definition "y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/IPO_model" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "has output"@en .
@@ -384,10 +386,11 @@ cco:has_output rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/has_process_part
cco:has_process_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000051 ;
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, receives an output of P1, or both."@en ;
cco:definition "x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "has process part"@en .
@@ -400,7 +403,7 @@ cco: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."@en ;
cco:definition "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant and y is an instance of Object Aggregate and z is an instance of Object, such that z bearer_of x, and all other members of y are bearers of a unique instance of the same type as x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "inheres in aggregate"@en .
@@ -410,16 +413,16 @@ cco:is_affected_by rdf:type owl:ObjectProperty ;
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."@en ;
cco:definition "c is_affected_by p iff p is an instance of a Process and c is an instance of a Continuant, such that p influences c in some manner, most often by producing a change in c."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "is affected by"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_cause_of
cco:is_cause_of rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000001 ;
rdfs:domain obo:BFO_0000003 ;
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."@en ;
cco:definition "x is_cause_of y iff x and y are instances of occurrents, and y is a consequence of x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "is cause of"@en .
@@ -429,7 +432,7 @@ cco:is_input_of rdf:type owl:ObjectProperty ;
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."@en ;
cco:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the begining of y is a necessary condition for the start of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "is input of"@en .
@@ -467,16 +470,17 @@ cco:is_output_of rdf:type owl:ObjectProperty ;
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."@en ;
cco:definition "x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "is output of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_part_of_process
cco:is_part_of_process rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000050 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
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."@en ;
cco:definition "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "is part of process"@en .
@@ -502,7 +506,7 @@ cco: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"@en ;
cco:definition "x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "is site of"@en .
@@ -521,7 +525,7 @@ cco:is_temporal_region_of rdf:type owl:ObjectProperty ;
owl:inverseOf cco:occurs_on ;
rdfs:domain obo:BFO_0000008 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "Inverse of occurs on."@en ;
cco:definition "x is_temporal_region_of y iff y is an instance of a process or process boundary and x is an instance of a temporal region, such that the duration of x temporally projects on y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "is temporal region of"@en .
@@ -535,7 +539,7 @@ cco:occurs_at rdf:type owl:ObjectProperty ;
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."@en ;
cco:definition "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "occurs at"@en .
@@ -544,17 +548,36 @@ cco:occurs_at rdf:type owl:ObjectProperty ;
cco: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"@en ;
cco:definition "x occurs_on y iff x is an instance of a process or process boundary and y is an instance of a temporal region, such that the duration of x temporally projects on y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "occurs on"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/process_started_by
cco:process_started_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:caused_by ;
owl:inverseOf cco:process_starts ;
cco:definition "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and x has starting instance i, and y occurs on r, and r interval contains i."@en ;
cco:elucidation "A process x is started by another process y when y causes x while y is still occurring."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "process started by"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/process_starts
cco:process_starts rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_cause_of ;
cco:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and y has starting instance i, and x occurs on r, and r interval contains i."@en ;
cco:elucidation "A process x starts another process y when x causes y while x is still occurring."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "process starts"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/quality_of_aggregate
cco:quality_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in_aggregate ;
rdfs:domain obo:BFO_0000019 ;
rdfs:range obo:BFO_0000027 ;
cco:definition "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."@en ;
cco:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, such that x disposition_of_aggregate y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "quality of aggregate"@en .
@@ -564,7 +587,7 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in_aggregate ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range obo:BFO_0000027 ;
cco:definition "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."@en ;
cco:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, such that x disposition_of_aggregate y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "role of aggregate"@en .

847
FacilityOntology.ttl Normal file
View File

@@ -0,0 +1,847 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2020-09-23/FacilityOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
cco:copyright "COPYRIGHT © 2015-2020 CUBRC, Inc."@en ;
rdfs:comment "This ontology is designed to represent buildings and campuses that are designed to serve some specific purpose and which are common to multiple domains."@en ;
rdfs:label "Facility Ontology"@en ;
owl:versionInfo "Version 1.3"@en .
#################################################################
# Classes
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/AgriculturalFacility
cco:AgriculturalFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed as a building or campus for agricultural processes with the aim of cultivating animals, plants, or fungi for food, fiber, biofuel, medicinal plants, or other products to sustain and enhance human life."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Agriculture" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Agricultural Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/AircraftManufacturingFacility
cco:AircraftManufacturingFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Factory ;
cco:definition "A Factory that is designed to manufacture Aircraft."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Aerospace_manufacturer" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Aircraft Manufacturing Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Airport
cco:Airport rdf:type owl:Class ;
rdfs:subClassOf cco:TransportationFacility ;
cco:definition "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Airport" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Airport"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/AmmunitionDepot
cco:AmmunitionDepot rdf:type owl:Class ;
rdfs:subClassOf cco:StorageFacility ;
cco:definition "A Storage Facility that is designed to store Portions of Ammunition."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Ammunition_dump" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Ammunition Depot"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ApartmentBuilding
cco:ApartmentBuilding rdf:type owl:Class ;
rdfs:subClassOf cco:ResidentialFacility ;
cco:definition "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Apartment" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Apartment Building"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/BaseOfOperations
cco:BaseOfOperations rdf:type owl:Class ;
rdfs:subClassOf cco:MilitaryBase ;
cco:acronym "MOB" ;
cco:alternative_label "Main Operating Base"@en ;
cco:definition "A Military Base with permanently stationed operating forces, robust Infrastructure, and strengthened force protection measures such that it is designed to launch and support large-scale operations, support smaller or less-permanent bases, and organize supply facilities."@en ;
cco:definition_source "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Base of Operations"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Biological_Depot
cco:Biological_Depot rdf:type owl:Class ;
rdfs:subClassOf cco:StorageFacility ;
cco:definition "A Storage Facility that is designed to store biological agents."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Biological Depot"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalDepot
cco:ChemicalDepot rdf:type owl:Class ;
rdfs:subClassOf cco:StorageFacility ;
cco:definition "A Storage Facility that is designed to store chemicals."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Chemical Depot"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalManufacturingFacility
cco:ChemicalManufacturingFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Factory ;
cco:definition "A Factory that is designed to manufacture or process chemicals."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Chemical_industry" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Chemical Manufacturing Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Church
cco:Church rdf:type owl:Class ;
rdfs:subClassOf cco:ReligiousFacility ;
cco:definition "A Religious Facility that is designed for Christian worship and prayer."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Church_(building)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Church"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/CombatOutpost
cco:CombatOutpost rdf:type owl:Class ;
rdfs:subClassOf cco:MilitaryFacility ;
cco:definition "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Outpost_(military)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Combat Outpost"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/CommandPostFacility
cco:CommandPostFacility rdf:type owl:Class ;
rdfs:subClassOf cco:MilitaryFacility ;
cco:definition "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en ;
cco:definition_source "http://www.dictionary.com/browse/command-post" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Command Post Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility
cco:CommunicationsFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is the bearer of functions realized in processes of receiving or transmitting information."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Communications Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/DecontaminationFacility
cco:DecontaminationFacility rdf:type owl:Class ;
rdfs:subClassOf cco:WashingFacility ;
cco:definition "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Decontamination" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Decontamination Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/DistributionPort
cco:DistributionPort rdf:type owl:Class ;
rdfs:subClassOf cco:Port ;
cco:definition "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Port#Distribution" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Distribution Port"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/EducationalFacility
cco:EducationalFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Education" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Educational Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricPowerStation
cco:ElectricPowerStation rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:alternative_label "Power Plant"@en ;
cco:definition "A Facility that is designed to generate electrical power."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Power_station" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Electric Power Station"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/EntertainmentFacility
cco:EntertainmentFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed to host activities that are intended to hold the interest of, or give pleasure or delight to, an audience."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Entertainment" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Entertainment Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Factory
cco:Factory rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed for manufacturing or refining material products."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Factory" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Factory"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Farm
cco:Farm rdf:type owl:Class ;
rdfs:subClassOf cco:AgriculturalFacility ;
cco:definition "An Agricultural Facility that is designed to produce food and other crops."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Farm" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Farm"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialFacility
cco:FinancialFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed to support the management of money."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Finance" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Financial Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/FireStation
cco:FireStation rdf:type owl:Class ;
rdfs:subClassOf cco:PublicSafetyFacility ;
cco:alternative_label "Fire Hall"@en ,
"Fire House"@en ;
cco:definition "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Fire_station" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Fire Station"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Fort
cco:Fort rdf:type owl:Class ;
rdfs:subClassOf cco:MilitaryFacility ;
cco:definition "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Fortification" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Fort"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ForwardOperationsBase
cco:ForwardOperationsBase rdf:type owl:Class ;
rdfs:subClassOf cco:MilitaryBase ;
cco:acronym "FOB" ;
cco:alternative_label "Forward Operating Base"@en ;
cco:definition "A Military Base that is located relatively close to an offensive Area of Operations, is supported by the Base of Operations, and is designed to support local strategic objectives and tactical operations."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Forward_operating_base" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Forward Operations Base"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/FossilFuelPowerPlant
cco:FossilFuelPowerPlant rdf:type owl:Class ;
rdfs:subClassOf cco:ElectricPowerStation ;
cco:definition "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Fossil_fuel" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Fossil Fuel Power Plant"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GasProcessingFacility
cco:GasProcessingFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Refinery ;
cco:definition "A Refinery that is designed for refining natural gas into products of value."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Natural-gas_processing#Contaminants_in_raw_natural_gas" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Gas Processing Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentBuilding
cco:GovernmentBuilding rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed for the administration of a community."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Administration_(government)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Government Building"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GroceryStore
cco:GroceryStore rdf:type owl:Class ;
rdfs:subClassOf cco:RetailFacility ;
cco:definition "A Commercial Facility that is designed to sell food."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Grocery_store" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Grocery Store"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareFacility
cco:HealthcareFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Medicine" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Healthcare Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Heliport
cco:Heliport rdf:type owl:Class ;
rdfs:subClassOf cco:Airport ;
cco:definition "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Heliport" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Heliport"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Hospital
cco:Hospital rdf:type owl:Class ;
rdfs:subClassOf cco:HealthcareFacility ;
cco:definition "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Hospital" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Hospital"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Hostel
cco:Hostel rdf:type owl:Class ;
rdfs:subClassOf cco:ResidentialFacility ;
cco:definition "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Hostel" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Hostel"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Hotel
cco:Hotel rdf:type owl:Class ;
rdfs:subClassOf cco:ResidentialFacility ;
cco:definition "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Hotel" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Hotel"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/House
cco:House rdf:type owl:Class ;
rdfs:subClassOf cco:ResidentialFacility ;
cco:definition "A Residential Facility that is designed to provide a self-standing, permanent residence for an individual, family, household, multiple families, or similar-sized group."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/House" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "House"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/HydroelectricPowerPlant
cco:HydroelectricPowerPlant rdf:type owl:Class ;
rdfs:subClassOf cco:ElectricPowerStation ;
cco:definition "An Electric Power Station that is designed to convert hydropower into electrical power."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Hydroelectricity" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Hydroelectric Power Plant"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Landfill
cco:Landfill rdf:type owl:Class ;
rdfs:subClassOf cco:WasteManagementFacility ;
cco:definition "A Waste Management Facility that is designed for disposing of waste by burial."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Landfill" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Landfill"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MailingFacility
cco:MailingFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed for the systematic physical transportation of documents and packages."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Mail" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Mailing Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MaintenanceFacility
cco:MaintenanceFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@en ;
cco:definition_source "http://www.dictionary.com/browse/maintain" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Maintenance Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MedicalDepot
cco:MedicalDepot rdf:type owl:Class ;
rdfs:subClassOf cco:StorageFacility ;
cco:definition "A Storage Facility that is designed to store medical supplies."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Medical Depot"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryBase
cco:MilitaryBase rdf:type owl:Class ;
rdfs:subClassOf cco:MilitaryFacility ;
cco:definition "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Military_base" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Military Base"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryFacility
cco:MilitaryFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed to support a Military Force."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Military" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Military Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryHeadquartersFacility
cco:MilitaryHeadquartersFacility rdf:type owl:Class ;
rdfs:subClassOf cco:MilitaryFacility ;
cco:definition "A Military Facility that is designed for military administration and coordination."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Headquarters#Military" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Military Headquarters Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Mine
cco:Mine rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed to support the extraction of valuable minerals and geological materials from the earth from an orebody, lode, vein, seam, reef, or placer deposits which forms the mineralized package of economic interest to the miner."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Mining" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Mine"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MissileLaunchSite
cco:MissileLaunchSite rdf:type owl:Class ;
rdfs:subClassOf cco:MilitaryFacility ;
cco:definition "A Military Facility that is designed for storing and launching missiles."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Missile_launch_facility" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Missile Launch Site"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Mosque
cco:Mosque rdf:type owl:Class ;
rdfs:subClassOf cco:ReligiousFacility ;
cco:definition "A Religious Facility that is designed for Islamic worship and prayer."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Mosque" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Mosque"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Motel
cco:Motel rdf:type owl:Class ;
rdfs:subClassOf cco:Hotel ;
cco:definition "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Motel" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Motel"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MotorVehicleManufacturingFacility
cco:MotorVehicleManufacturingFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Factory ;
cco:definition "A Factory that is designed to manufacture automobiles."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Automotive_industry" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Motor Vehicle Manufacturing Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearPowerPlant
cco:NuclearPowerPlant rdf:type owl:Class ;
rdfs:subClassOf cco:ThermalPowerPlant ;
cco:definition "A Thermal Power Plant that is designed to produce heat by means of a nuclear reactor, which is then converted to electrical energy."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Nuclear_power_plant" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Nuclear Power Plant"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearStorageDepot
cco:NuclearStorageDepot rdf:type owl:Class ;
rdfs:subClassOf cco:StorageFacility ;
cco:definition "A Storage Facility that is designed to store nuclear material."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Nuclear Storage Depot"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/OfficeBuilding
cco:OfficeBuilding rdf:type owl:Class ;
rdfs:subClassOf cco:RetailFacility ;
cco:definition "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Office" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Office Building"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/OpenPitMine
cco:OpenPitMine rdf:type owl:Class ;
rdfs:subClassOf cco:Mine ;
cco:definition "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Open-pit_mining" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Open Pit Mine"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PetrochemicalRefinery
cco:PetrochemicalRefinery rdf:type owl:Class ;
rdfs:subClassOf cco:Refinery ;
cco:definition "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Petrochemical" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Petrochemical Refinery"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumDepot
cco:PetroleumDepot rdf:type owl:Class ;
rdfs:subClassOf cco:StorageFacility ;
cco:definition "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Petroleum Depot"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumManufacturingFacility
cco:PetroleumManufacturingFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Factory ;
cco:definition "A Factory that is designed to manufacture petroleum-based products."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Petroleum" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Petroleum Manufacturing Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Pier
cco:Pier rdf:type owl:Class ;
rdfs:subClassOf cco:TransportationFacility ;
cco:definition "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Pier" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Pier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Pipeline
cco:Pipeline rdf:type owl:Class ;
rdfs:subClassOf cco:ProductTransportFacility ;
cco:definition "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Pipeline" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Pipeline"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PoliceStation
cco:PoliceStation rdf:type owl:Class ;
rdfs:subClassOf cco:PublicSafetyFacility ;
cco:definition "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Police_station" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Police Station"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Port
cco:Port rdf:type owl:Class ;
rdfs:subClassOf cco:TransportationFacility ;
cco:definition "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Port" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Port"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PostOffice
cco:PostOffice rdf:type owl:Class ;
rdfs:subClassOf cco:MailingFacility ;
cco:definition "A Mailing Facility that is designed for serving customers of the national postal system."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Post_office" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Post Office"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransmissionLine
cco:PowerTransmissionLine rdf:type owl:Class ;
rdfs:subClassOf cco:ProductTransportFacility ;
cco:definition "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Electric_power_transmission" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Power Transmission Line"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ProductTransportFacility
cco:ProductTransportFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed to transport some product."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Product Transport Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyFacility
cco:PublicSafetyFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Public_safety_organizations" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Public Safety Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PumpingStation
cco:PumpingStation rdf:type owl:Class ;
rdfs:subClassOf cco:ProductTransportFacility ;
cco:definition "A Product Transport Facility that is designed to pump fluids from one place to another."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Pumping_station" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Pumping Station"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation
cco:RadioRelayStation rdf:type owl:Class ;
rdfs:subClassOf cco:CommunicationsFacility ;
cco:definition "A Communications Facility that is the bearer of functions realized in the relay of radio signals."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Radio Relay Station"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/RailFacility
cco:RailFacility rdf:type owl:Class ;
rdfs:subClassOf cco:TransportationFacility ;
cco:definition "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Train_station" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Rail Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Refinery
cco:Refinery rdf:type owl:Class ;
rdfs:subClassOf cco:Factory ;
cco:definition "A Factory that is designed for refining raw materials into products of value."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Refinery" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Refinery"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ReligiousFacility
cco:ReligiousFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed for worship and prayer."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Religion" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Religious Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Reservoir
cco:Reservoir rdf:type owl:Class ;
rdfs:subClassOf cco:StorageFacility ;
cco:definition "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Reservoir" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Reservoir"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialFacility
cco:ResidentialFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed to house one or more Persons."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Residence" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Residential Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/RetailFacility
cco:RetailFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Commerce" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Commercial Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/School
cco:School rdf:type owl:Class ;
rdfs:subClassOf cco:EducationalFacility ;
cco:definition "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/School" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "School"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfLocalGovernment
cco:SeatOfLocalGovernment rdf:type owl:Class ;
rdfs:subClassOf cco:GovernmentBuilding ;
cco:alternative_label "City Hall"@en ,
"Town Hall"@en ;
cco:definition "A Government Building that is designed for the administration of a local community."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Seat_of_local_government" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Seat of Local Government"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfNationalGovernment
cco:SeatOfNationalGovernment rdf:type owl:Class ;
rdfs:subClassOf cco:GovernmentBuilding ;
cco:definition "A Government Building that is designed for the administration of a sovereign nation."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Seat_of_government" ;
cco:example_of_usage "Parliament of Canada" ,
"United States Capitol" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Seat of National Government"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SewageTreatmentFacility
cco:SewageTreatmentFacility rdf:type owl:Class ;
rdfs:subClassOf cco:WasteManagementFacility ;
cco:definition "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Sewage_treatment" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Sewage Treatment Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Shop
cco:Shop rdf:type owl:Class ;
rdfs:subClassOf cco:RetailFacility ;
cco:definition "A Commercial Facility designed to sell small lots of goods to consumers."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Retail#Types_by_marketing_strategy" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Shop"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Stage
cco:Stage rdf:type owl:Class ;
rdfs:subClassOf cco:EntertainmentFacility ;
cco:definition "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Stage_(theatre)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Stage"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/StorageFacility
cco:StorageFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed to store materials or goods."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Storage" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Storage Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Synagogue
cco:Synagogue rdf:type owl:Class ;
rdfs:subClassOf cco:ReligiousFacility ;
cco:definition "A Religious Facility that is designed for Judaic worship and prayer."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Synagogue" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Synagogue"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/TerroristTrainingCamp
cco:TerroristTrainingCamp rdf:type owl:Class ;
rdfs:subClassOf cco:TrainingCamp ;
cco:definition "A Training Camp designed to teach students methods of terrorism."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Terrorist_training_camp" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Terrorist Training Camp"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalPowerPlant
cco:ThermalPowerPlant rdf:type owl:Class ;
rdfs:subClassOf cco:ElectricPowerStation ;
cco:definition "An Electric Power Station that is designed to convert heat energy into electrical energy."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Thermal_power_station" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Thermal Power Plant"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/TrainingCamp
cco:TrainingCamp rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Training_camp" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Training Camp"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationFacility
cco:TransportationFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Transport" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Transportation Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/UndergroundMine
cco:UndergroundMine rdf:type owl:Class ;
rdfs:subClassOf cco:Mine ;
cco:definition "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Underground Mine"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/UnderwaterMine
cco:UnderwaterMine rdf:type owl:Class ;
rdfs:subClassOf cco:Mine ;
cco:definition "A Mine that is designed to support the extraction of materials from the ocean floor."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Naval_mine" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Underwater Mine"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Warehouse
cco:Warehouse rdf:type owl:Class ;
rdfs:subClassOf cco:StorageFacility ;
cco:definition "A Storage Facility that is designed to store commercial goods."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Warehouse" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Warehouse"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/WashingFacility
cco:WashingFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed to wash personnel or equipment."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Washing" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Washing Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility
cco:WasteManagementFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed for managing waste from its inception to its final disposal."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Waste_management" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Waste Management Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTower
cco:WaterTower rdf:type owl:Class ;
rdfs:subClassOf cco:StorageFacility ;
cco:definition "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Water_tower" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Water Tower"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTreatmentFacility
cco:WaterTreatmentFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Facility ;
cco:definition "A Facility that is designed for making water more acceptable for a specific end-use."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Water_treatment" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Water Treatment Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/WeaponManufacturingFacility
cco:WeaponManufacturingFacility rdf:type owl:Class ;
rdfs:subClassOf cco:Factory ;
cco:definition "A Factory that is designed to produce or assemble weapons."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Arms_industry" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Weapon Manufacturing Facility"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/WindFarm
cco:WindFarm rdf:type owl:Class ;
rdfs:subClassOf cco:ElectricPowerStation ;
cco:definition "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Wind_farm" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
rdfs:label "Wind Farm"@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi

View File

@@ -9,14 +9,14 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-12-20/GeospatialOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2020-09-23/GeospatialOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."@en ;
cco:copyright "COPYRIGHT © 2015-2020 CUBRC, Inc."@en ;
rdfs:comment "This ontology is designed to represent sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."@en ;
rdfs:label "Geospatial Ontology"@en ;
owl:versionInfo "Version 1.2"@en .
owl:versionInfo "Version 1.3"@en .
#################################################################
# Object Properties
@@ -24,6 +24,9 @@
### http://www.ontologyrepository.com/CommonCoreOntologies/coincides_with
cco:coincides_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:connected_with ;
rdf:type owl:SymmetricProperty ,
owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1."@en ;
@@ -33,6 +36,8 @@ cco:coincides_with rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/connected_with
cco:connected_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:connected_with ;
rdf:type owl:SymmetricProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2."@en ;
@@ -41,7 +46,8 @@ cco:connected_with rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/disconnected_with
cco:disconnected_with rdf:type owl:ObjectProperty ;
cco:disconnected_with rdf:type owl:ObjectProperty ,
owl:SymmetricProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2."@en ;
@@ -51,6 +57,8 @@ cco:disconnected_with rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/externally_connects_with
cco:externally_connects_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:connected_with ;
rdf:type owl:SymmetricProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2."@en ;
@@ -65,19 +73,20 @@ cco:has_nontangential_part rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "Inverse of nontangential part of"@en ;
cco:definition "x has_nontangential_part y iff x and y are instances of Immaterial Entity, and x has_spatial_part y, such that there does not exist another instance of an Immaterial Entity which externally connects with both x and y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "has nontangential part"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_part
cco:has_spatial_part rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000051 ;
rdfs:subPropertyOf obo:BFO_0000051 ,
cco:connected_with ;
owl:inverseOf cco:spatial_part_of ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "Inverse of spatial part of"@en ;
cco:definition "y has_spatial_part x iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "has spatial part"@en .
@@ -89,7 +98,7 @@ cco:has_tangential_part rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "Inverse of tangential part of"@en ;
cco:definition "x has_tangential_part y iff x, y, and z are instances of Immaterial Entity, and x has_spatial_part y, such that z externally connects with both x and y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "has tangential part"@en .
@@ -105,17 +114,10 @@ cco:nontangential_part_of rdf:type owl:ObjectProperty ;
rdfs:label "nontangential part of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/overlaps_with
cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "overlaps with"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/partially_overlaps_with
cco:partially_overlaps_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:connected_with ;
rdf:type owl:SymmetricProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
cco:definition "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1."@en ;
@@ -125,12 +127,14 @@ 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 obo:BFO_0000050 ;
rdfs:subPropertyOf obo:BFO_0000050 ,
cco:connected_with ;
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 im3 if im3 is connected with im1, then im3 is connected with im2."@en ;
cco:definition "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:comment "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ;
rdfs:label "spatial part of"@en .

View File

@@ -9,15 +9,15 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-12-20/InformationEntityOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2020-09-23/InformationEntityOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."@en ;
cco:copyright "COPYRIGHT © 2015-2020 CUBRC, Inc."@en ;
rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."@en ;
rdfs:label "Information Entity Ontology"@en ;
owl:versionInfo "Version 1.2"@en .
owl:versionInfo "Version 1.3"@en .
#################################################################
# Object Properties
@@ -39,7 +39,7 @@ cco:described_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_subject_of ;
owl:inverseOf cco:describes ;
rdfs:range cco:DescriptiveInformationContentEntity ;
cco:definition "The inverse of describes, which relates an Entity to some Descriptive Information Content Entity."@en ;
cco:definition "x described_by y iff y is an instance of Information Content Entity, and x is an instance of Entity, such that y is about the characteristics by which y can be recognized or visualized."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "described by"@en .
@@ -48,10 +48,10 @@ cco:described_by rdf:type owl:ObjectProperty ;
cco:describes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
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:definition "x describes y iff x is an instance of Information Content Entity, and y is an instance of Entity, such that x is about the characteristics by which y can be recognized or visualized."@en ;
cco:example_of_usage "the content of a newspaper article describes some current event" ,
"the content of a visitor's log describes some facility visit" ,
"the content of an accident report describes some accident" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:comment "It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities."@en ;
rdfs:label "describes"@en .
@@ -67,56 +67,13 @@ cco:describes_condition rdf:type owl:ObjectProperty ;
rdfs:label "describes condition"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/describes_set_with
cco:describes_set_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:describes ;
owl:inverseOf cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "describes set with"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/describes_set_with_expected_element
cco:describes_set_with_expected_element rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:describes_set_with ;
owl:inverseOf cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "describes set with expected element"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/describes_set_with_ordinality
cco:describes_set_with_ordinality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:describes_set_with ;
owl:inverseOf cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "describes set with ordinality"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/describes_set_with_proportion
cco:describes_set_with_proportion rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:describes_set_with ;
owl:inverseOf cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "describes set with proportion"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/designated_by
cco:designated_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_subject_of ;
owl:inverseOf cco:designates ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:DesignativeInformationContentEntity ;
cco:definition "The inverse of designates, which relates an Entity to some Designative Information Content Entity."@en ;
cco:definition "x designated_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that given some context, y uniquely distinguishes x from other entities."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "designated by"@en .
@@ -126,41 +83,21 @@ cco:designates rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
cco:example_of_usage "a URL identifies the location of a Web Page on the internet" ,
cco:definition "x designates y iff x is an instance of an Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ;
cco:example_of_usage "a URL designates the location of a Web Page on the internet" ,
"a person's name designates that person" ,
"a vehicle identification number designates some vehicle" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "designates"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_denominator_measurement_of
cco:has_denominator_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has denominator measurement of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_numerator_measurement_of
cco:has_numerator_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has numerator measurement of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_a_interval_measurement_of
cco:is_a_interval_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_a_measurement_of ;
owl:inverseOf cco:is_measured_by_interval ;
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."@en ;
cco:definition "x is_a_interval_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ;
cco:example_of_usage "a measurement of air temperature on the Celsius scale." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is a interval measurement of"@en .
@@ -172,7 +109,7 @@ cco:is_a_measurement_of rdf:type owl:ObjectProperty ;
owl:inverseOf cco: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."@en ;
cco:definition "x is_a_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:comment "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z."@en ;
rdfs:label "is a measurement of"@en .
@@ -184,10 +121,7 @@ cco:is_a_nominal_measurement_of rdf:type owl:ObjectProperty ;
owl:inverseOf cco: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."@en ;
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:definition "x is_a_nominal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is a nominal measurement of"@en .
@@ -198,9 +132,7 @@ cco:is_a_ordinal_measurement_of rdf:type owl:ObjectProperty ;
owl:inverseOf cco: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."@en ;
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:definition "x is_a_ordinal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is a ordinal measurement of"@en .
@@ -211,10 +143,7 @@ cco:is_a_ratio_measurement_of rdf:type owl:ObjectProperty ;
owl:inverseOf cco: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."@en ;
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:definition "x is_a_ratio_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is a ratio measurement of"@en .
@@ -234,7 +163,7 @@ cco:is_about rdf:type owl:ObjectProperty ;
cco:is_excerpted_from rdf:type owl:ObjectProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:InformationBearingEntity ;
cco:definition "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is 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)."@en ;
cco:definition "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is excerpted from"@en .
@@ -245,6 +174,7 @@ cco:is_geospatial_coordinate_reference_system_of rdf:type owl:ObjectProperty ;
owl:inverseOf cco:uses_geospatial_coordinate_reference_system ;
rdfs:domain cco:GeospatialCoordinateReferenceSystem ;
rdfs:range cco:InformationBearingEntity ;
cco:definition "x is_geospatial_coordinate_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is geospatial coordinate reference system of"@en .
@@ -254,7 +184,7 @@ cco:is_measured_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
cco:definition "y is_measured_by x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is measured by"@en .
@@ -264,7 +194,7 @@ cco:is_measured_by_interval rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
cco:definition "y is_measured_by_interval x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is measured by interval"@en .
@@ -274,7 +204,7 @@ cco:is_measured_by_nominal rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
cco:definition "y is_measured_by_nominal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is measured by nominal"@en .
@@ -284,7 +214,7 @@ cco:is_measured_by_ordinal rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
cco:definition "y is_measured_by_ordinal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is measured by ordinal"@en .
@@ -294,7 +224,7 @@ cco:is_measured_by_ratio rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
cco:definition "y is_measured_by_ratio x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is measured by ratio"@en .
@@ -305,7 +235,7 @@ cco:is_measurement_unit_of rdf:type owl:ObjectProperty ;
owl:inverseOf cco:uses_measurement_unit ;
rdfs:domain cco:MeasurementUnit ;
rdfs:range cco:InformationBearingEntity ;
cco: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."@en ;
cco:definition "x is_measurement_unit_of y iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is measurement unit of"@en .
@@ -313,14 +243,14 @@ cco:is_measurement_unit_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_mention_of
cco:is_mention_of rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_mentioned_by ;
cco:definition "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."@en ;
cco:definition "x is_mention_of y iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is mention of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_mentioned_by
cco: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."@en ;
cco:definition "y is_mention_by x iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is mentioned by"@en .
@@ -331,6 +261,7 @@ cco:is_reference_system_of rdf:type owl:ObjectProperty ;
owl:inverseOf cco:uses_reference_system ;
rdfs:domain cco:ReferenceSystem ;
rdfs:range cco:InformationBearingEntity ;
cco:definition "x is_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is reference system of"@en .
@@ -338,7 +269,7 @@ cco:is_reference_system_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_subject_of
cco:is_subject_of rdf:type owl:ObjectProperty ;
rdfs:range cco:InformationContentEntity ;
cco:definition "The inverse of is about, which relates an Entity to some Information Content Entity."@en ;
cco:definition "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "is subject of"@en .
@@ -349,7 +280,7 @@ cco:language_used_in rdf:type owl:ObjectProperty ;
owl:inverseOf cco:uses_language ;
rdfs:domain cco:Language ;
rdfs:range cco:InformationBearingEntity ;
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."@en ;
cco:definition "x language_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Language, such that the literal value of y is a string that is encoded according to the syntax of x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "language used in"@en .
@@ -359,7 +290,7 @@ cco:prescribed_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_subject_of ;
owl:inverseOf cco:prescribes ;
rdfs:range cco:DirectiveInformationContentEntity ;
cco:definition "The inverse of prescribes, which relates an Entity to some Directive Information Content Entity."@en ;
cco:definition "x prescribed_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y serves as a rule or guide for x if x is an Occurrent, or y serves as a model for x if x is a Continuant."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "prescribed by"@en .
@@ -368,7 +299,7 @@ cco:prescribed_by rdf:type owl:ObjectProperty ;
cco:prescribes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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)."@en ;
cco:definition "x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant."@en ;
cco:example_of_usage "a blueprint 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" ;
@@ -382,7 +313,7 @@ cco:represented_by rdf:type owl:ObjectProperty ;
owl:inverseOf cco: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."@en ;
cco:definition "x represented_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y presents the characteristics by which x can be recognized or visualized, and there exists a one-to-one correspondence between the components of x and y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "represented by"@en .
@@ -392,56 +323,19 @@ cco:represents rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
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."@en ;
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:definition "x represents y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x presents the characteristics by which y can be recognized or visualized, and there exists a one-to-one correspondence between the components of x and y."@en ;
cco:elucidation "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "represents"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/set_described_by
cco:set_described_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:described_by ;
rdfs:domain cco:MeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "set described by"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/set_described_by_expected_element
cco:set_described_by_expected_element rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:set_described_by ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "set described by expected element"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/set_described_by_ordinality
cco:set_described_by_ordinality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:set_described_by ;
rdfs:domain cco:OrdinalMeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "set described by ordinality"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/set_described_by_proportion
cco:set_described_by_proportion rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:set_described_by ;
rdfs:domain cco:ProportionalRatioMeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "set described by proportion"@en .
### 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 ;
cco:definition "x time_zone_identifier_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Time Zone Identifier, such that x designates the spatial region associated with the time zone mentioned in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "time zone identifier used by"@en .
@@ -451,6 +345,7 @@ cco:uses_geospatial_coordinate_reference_system rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:uses_reference_system ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:GeospatialCoordinateReferenceSystem ;
cco:definition "y uses_geospatial_coordinate_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "uses geospatial coordinate reference system"@en .
@@ -460,7 +355,7 @@ cco:uses_language rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
cco:definition "x uses_language y iff x is an instance of an Information Bearing Entity and y is an instance of a Language such that the literal value of x is a string that is encoded according to the syntax of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "uses language"@en .
@@ -470,7 +365,7 @@ cco:uses_measurement_unit rdf:type owl:ObjectProperty ;
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."@en ;
cco:definition "y uses_measurement_unit x iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "uses measurement unit"@en .
@@ -480,6 +375,7 @@ cco:uses_reference_system rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0010002 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:ReferenceSystem ;
cco:definition "y uses_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "uses reference system"@en .
@@ -489,7 +385,7 @@ 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."@en ;
cco:definition "x uses_time_zone_identifier y iff x is an instance of Information Bearing Entity and y is an instance of Time Zone Identifier, such that y designates the spatial region associated with the time zone mentioned in x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "uses time zone identifier"@en .
@@ -891,7 +787,7 @@ cco:InformationBearingEntity rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000030 ;
cco:alternative_label "IBE"@en ;
cco:definition "An Object upon which an Information Content Entity generically depends."@en ;
cco:definition_source "http://purl/obolibrary.org/obo/IAO_0000178" ;
cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000178"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Information Bearing Entity"@en .
@@ -906,7 +802,7 @@ cco:InformationContentEntity rdf:type owl:Class ;
cco:alternative_label "ICE"@en ;
cco:definition "A Generically Dependent Continuant that generically depends on some Information Bearing Entity and stands in relation of aboutness to some Entity."@en ;
cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000030" ;
cco:elucidation "Information Content Entity is here intended to be a class of Entities whose instances are the informational content of Information Bearing Entities. For example, three instances of information bearers -- such as a bar chart, color-coded map, and a written report -- each of which lists the GDP of Countries for the year 2010 are each different bearers of the same information content. It is this content that is generically dependent upon its bearer. This treatment of Informational Content Entity (cf. the Information Artifact Ontology) leads to a principle of subtyping based upon the relationship that ICE's have with the Entity they are about rather than characteristics such as format, language, measurement scale, or media. The latter are treated here as being Qualities of bearers."@en ;
cco:elucidation "Information Content Entity is here intended to be a class of Entities whose instances are the informational content of Information Bearing Entities. For example, three instances of information bearers -- such as a bar chart, color-coded map, and a written report -- each of which lists the GDP of Countries for the year 2010 are each different carriers of the same information content. It is this content that is generically dependent upon its carrier. This treatment of Informational Content Entity (cf. the Information Artifact Ontology) leads to a principle of subtyping based upon the relationship that ICE's have with the Entity they are about rather than characteristics such as format, language, measurement scale, or media. The latter are treated here as being Qualities of bearers."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Information Content Entity"@en .
@@ -925,16 +821,6 @@ cco:InformationQualityEntity rdf:type owl:Class ;
rdfs:label "Information Quality Entity"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/InformationStructureEntity
cco:InformationStructureEntity rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000031 ;
cco:definition "A Generically Dependent Continuant that is not an Information Content Entity (ICE) but which is complemented or complementable by some ICE to create another ICE."@en ;
cco:example_of_usage "a blank page in a document" ,
"a cell in a spreadsheet" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Information Structure Entity"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Initialism
cco:Initialism rdf:type owl:Class ;
rdfs:subClassOf cco:AbbreviatedName ;
@@ -965,7 +851,7 @@ cco:IntervalMeasurementInformationContentEntity rdf:type owl:Class ;
cco:OrdinalMeasurementInformationContentEntity ,
cco:RatioMeasurementInformationContentEntity ;
cco:definition "A Measurement Information Content Entity that places a Quality of an Entity onto some interval scale having no true zero value."@en ;
cco:example_of_usage "The sentence \"The temperature reached -27 degrees Fahrenheit on January 20, 1985 in Chicago, IL.\" is the bearer of an interval measurement as 0 degrees on the Fahrenheit scale does not describe absolute zero." ;
cco:example_of_usage "The sentence \"The temperature reached -27 degrees Fahrenheit on January 20, 1985 in Chicago, IL.\" is the carrier of an interval measurement as 0 degrees on the Fahrenheit scale does not describe absolute zero."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ;
rdfs:label "Interval Measurement Information Content Entity"@en .
@@ -1272,7 +1158,10 @@ cco:NominalMeasurementInformationContentEntity rdf:type owl:Class ;
owl:disjointWith cco:OrdinalMeasurementInformationContentEntity ,
cco:RatioMeasurementInformationContentEntity ;
cco:definition "A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic."@en ;
cco:example_of_usage "The sentence \"January 20, 1985 was a cold day in Chicago, IL\" is the bearer of a nominal measurement." ;
cco:example_of_usage "The sentence \"January 20, 1985 was a cold day in Chicago, IL\" is the carrier of a nominal measurement."@en ,
"a measurement that classifies automobiles as sedans, coupes, hatchbacks, or convertibles" ,
"a measurement that classifies military intelligence as strategic, operational, or tactical" ,
"a measurement that classifies rocks as igneous, sedimentary, or metamorphic" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ;
rdfs:label "Nominal Measurement Information Content Entity"@en .
@@ -1308,7 +1197,9 @@ cco:OrdinalMeasurementInformationContentEntity rdf:type owl:Class ;
rdfs:subClassOf cco:MeasurementInformationContentEntity ;
owl:disjointWith cco:RatioMeasurementInformationContentEntity ;
cco:definition "A Measurement Information Content Entity that consists of a symbol that places an Entity into some rank order."@en ;
cco:example_of_usage "The sentence \"The coldest day in history in Chicago, IL. is January 20, 1985.\" is the bearer of an ordinal measurment." ;
cco:example_of_usage "The sentence \"The coldest day in history in Chicago, IL. is January 20, 1985.\" is the carrier of an ordinal measurment."@en ,
"a measurement that places Geospatial Regions into a rank order of small, medium, large" ,
"a measurement that places military units onto a readiness rank order of red, yellow, green" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ;
rdfs:label "Ordinal Measurement Information Content Entity"@en .
@@ -1415,7 +1306,10 @@ cco:RatioMeasurementInformationContentEntity rdf:type owl:Class ;
] ;
rdfs:subClassOf cco:MeasurementInformationContentEntity ;
cco:definition "A Measurement Information Content Entity that consists of a symbol that places a Quality of an Entity onto an interval scale having a true zero value."@en ;
cco:example_of_usage "The sentence \"The temperature reached 240.372 degrees Kelvin on January 20, 1985 in Chicago, IL.\" is the bearer of a ratio measurement as 0 degrees on the Kelvin scale does describe absolute zero." ;
cco:example_of_usage "The sentence \"The temperature reached 240.372 degrees Kelvin on January 20, 1985 in Chicago, IL.\" is the carrier of a ratio measurement as 0 degrees on the Kelvin scale does describe absolute zero."@en ,
"a measurement of the barometric pressure at 1,000 feet above sea level" ,
"a measurement of the measure of air temperature on the Kelvin scale" ,
"a measurement of the number of members in an Organization" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ;
rdfs:label "Ratio Measurement Information Content Entity"@en .
@@ -1449,7 +1343,10 @@ cco:RepresentationalInformationContentEntity rdf:type owl:Class ;
owl:someValuesFrom obo:BFO_0000001
] ;
rdfs:subClassOf cco:DescriptiveInformationContentEntity ;
cco:definition "A Descriptive Information Content Entity that consists of a set of propositions or an image that represents some Entity."@en ;
cco:definition "A Descriptive Information Content Entity that consists of a set of propositions or the content of an image that represents some Entity."@en ;
cco:example_of_usage "the content of a court transcript represents a courtroom proceeding" ,
"the content of a photograph of the Statue of Liberty represents the Statue of Liberty" ,
"the content of a video of a sporting event represents that sporting event" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Representational Information Content Entity"@en .

File diff suppressed because it is too large Load Diff

View File

@@ -10,12 +10,11 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTerms> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTerms> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Domain/2019-08-29/ObsoleteTerms> ;
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" .
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Domain/2020-09-23/ObsoleteTerms> ;
rdfs:comment "This file contains terms that have been deleted from the CCO."@en ;
rdfs:label "Obsolete Terms"@en ;
owl:versionInfo "COPYRIGHT © 2015-2020 CUBRC Inc."@en ,
"Version 1.3"@en .
#################################################################
# Object Properties
@@ -174,6 +173,47 @@ cco:bearer_of rdf:type owl:ObjectProperty ;
rdfs:label "bearer of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/describes_set_with
cco:describes_set_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:describes ;
owl:inverseOf cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "describes set with"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/describes_set_with_expected_element
cco:describes_set_with_expected_element rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:describes_set_with ;
owl:inverseOf cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "describes set with expected element"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/describes_set_with_ordinality
cco:describes_set_with_ordinality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:describes_set_with ;
owl:inverseOf cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "describes set with ordinality"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/describes_set_with_proportion
cco:describes_set_with_proportion rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:describes_set_with ;
owl:inverseOf cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "describes set with proportion"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of
@@ -200,6 +240,16 @@ cco:function_of rdf:type owl:ObjectProperty ;
rdfs:label "function of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_denominator_measurement_of
cco:has_denominator_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has denominator measurement of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_disposition
cco:has_disposition rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_realizable_entity ;
@@ -241,6 +291,16 @@ cco:has_nontangential_proper_part rdf:type owl:ObjectProperty ;
rdfs:label "has nontangential proper part"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_numerator_measurement_of
cco:has_numerator_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "has numerator measurement of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_proper_part
cco:has_proper_part rdf:type owl:ObjectProperty ;
cco:definition "TO DO"^^xsd:string ;
@@ -340,6 +400,14 @@ cco:nontangential_proper_part_of rdf:type owl:ObjectProperty ;
rdfs:label "nontangential proper part of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/overlaps_with
cco: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."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "overlaps with"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/proper_part_of
cco:proper_part_of rdf:type owl:ObjectProperty ;
@@ -400,6 +468,41 @@ cco:role_of rdf:type owl:ObjectProperty ;
rdfs:label "role of"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/set_described_by
cco:set_described_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:described_by ;
rdfs:domain cco:MeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "set described by"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/set_described_by_expected_element
cco:set_described_by_expected_element rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:set_described_by ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "set described by expected element"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/set_described_by_ordinality
cco:set_described_by_ordinality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:set_described_by ;
rdfs:domain cco:OrdinalMeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "set described by ordinality"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/set_described_by_proportion
cco:set_described_by_proportion rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:set_described_by ;
rdfs:domain cco:ProportionalRatioMeasurementInformationContentEntity ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "set described by proportion"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/spatial_proper_part_of
cco:spatial_proper_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf ro:proper_part_of ,
@@ -428,6 +531,7 @@ cco:tangential_proper_part_of rdf:type owl:ObjectProperty ;
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/BoundingBoxPointIdentifier
cco:BoundingBoxPointIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -448,7 +552,6 @@ cco:CatalystArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -461,7 +564,6 @@ cco:ChemicalReactionArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -501,7 +603,6 @@ cco:CityPartIdentifier rdf:type owl:Class ;
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 ;
@@ -538,7 +639,6 @@ cco:ContinentIdentifier rdf:type owl:Class ;
rdfs:label "Continent Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/ConveyanceArtifactFunctionSpecification
cco:ConveyanceArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -551,7 +651,6 @@ cco:ConveyanceArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -603,7 +702,6 @@ cco:CountryPartIdentifier rdf:type owl:Class ;
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 ;
@@ -616,7 +714,6 @@ cco:CoveringArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -629,8 +726,6 @@ cco:CrushingArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -643,7 +738,6 @@ cco:CuttingArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -656,8 +750,6 @@ cco:DamagingArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -682,7 +774,6 @@ cco:DetergentArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -695,7 +786,6 @@ cco:DetonatingArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -708,7 +798,6 @@ cco:EducationArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -721,8 +810,6 @@ cco:ElectromagneticCommunicationArtifactFunctionSpecification rdf:type owl:Class
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 ;
@@ -735,7 +822,6 @@ cco:ElectromagneticShieldingArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -748,7 +834,6 @@ cco:EmulsifierArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -761,7 +846,6 @@ cco:EnhancingArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -774,7 +858,6 @@ cco:ExplosiveArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -787,7 +870,6 @@ cco:FertilizerArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -800,7 +882,6 @@ cco:FiltrationArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -813,8 +894,6 @@ cco:FinancialArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -827,7 +906,6 @@ cco:FragranceArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -840,7 +918,6 @@ cco:FuelArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -889,7 +966,6 @@ cco:GeopoliticalEntityPartIdentifier rdf:type owl:Class ;
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 ;
@@ -902,7 +978,6 @@ cco:GeospatialBoundaryIdentifier rdf:type owl:Class ;
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 ;
@@ -915,8 +990,6 @@ cco:GeospatialLocationIdentifier rdf:type owl:Class ;
rdfs:label "Geospatial Location Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPositionIdentifier
cco:GeospatialPositionIdentifier rdf:type owl:Class ;
rdfs:subClassOf cco:DesignativeInformationContentEntity ,
@@ -929,8 +1002,6 @@ cco:GeospatialPositionIdentifier rdf:type owl:Class ;
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 ;
@@ -955,8 +1026,6 @@ cco:GeospatialRegionIdentifier rdf:type owl:Class ;
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 ;
@@ -969,8 +1038,6 @@ cco:GovernmentArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -995,7 +1062,6 @@ cco:HealthcareArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1020,6 +1086,16 @@ cco:HospitalityArtifactFunctionSpecification rdf:type owl:Class ;
rdfs:label "Hospitality Artifact Function Specification"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/InformationStructureEntity
cco:InformationStructureEntity rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000031 ;
cco:definition "A Generically Dependent Continuant that is not an Information Content Entity (ICE) but which is complemented or complementable by some ICE to create another ICE."@en ;
cco:example_of_usage "a blank page in a document" ,
"a cell in a spreadsheet" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Information Structure Entity"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/LegalArtifactFunctionSpecification
cco:LegalArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -1032,8 +1108,6 @@ cco:LegalArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1046,8 +1120,6 @@ cco:MaximumSpeedArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1072,7 +1144,6 @@ cco:MinimumSpeedArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1085,9 +1156,6 @@ cco:MotionArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1100,8 +1168,6 @@ cco:NeutralizationArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1114,8 +1180,6 @@ cco:NominalSpeedArtifactFunctionSpecification rdf:type owl:Class ;
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 ,
@@ -1132,8 +1196,6 @@ cco:ObservationArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1146,8 +1208,6 @@ cco:OpticalCommunicationArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1160,7 +1220,6 @@ cco:OxidizerArtifactFunctionSpecification rdf:type owl:Class ;
rdfs:label "Oxidizer Artifact Function Specification"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/PayloadCapacitySpecification
cco:PayloadCapacitySpecification rdf:type owl:Class ;
rdfs:subClassOf cco:ArtifactFunctionSpecification ,
@@ -1177,8 +1236,6 @@ cco:PayloadCapacitySpecification rdf:type owl:Class ;
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 ;
@@ -1191,7 +1248,6 @@ cco:PesticideArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1204,7 +1260,6 @@ cco:PoisonArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1256,7 +1311,6 @@ cco:ProvincePartIdentifier rdf:type owl:Class ;
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 ;
@@ -1269,8 +1323,6 @@ cco:PublicSafetyArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1283,7 +1335,6 @@ cco:RadioCommunicationArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1296,7 +1347,6 @@ cco:ReactantArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1321,7 +1371,6 @@ cco:ResearchAndDevelopmentArtifactFunctionSpecification rdf:type owl:Class ;
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 ,
@@ -1338,7 +1387,6 @@ cco:ResearchArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1351,8 +1399,6 @@ cco:ResidentialArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1365,7 +1411,6 @@ cco:RetailArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1390,7 +1435,6 @@ cco:SiteIdentifier rdf:type owl:Class ;
rdfs:label "Site Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/SolventArtifactFunctionSpecification
cco:SolventArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -1415,7 +1459,6 @@ cco:SpeedArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1467,8 +1510,6 @@ cco:SubNationalEntityIdentifier rdf:type owl:Class ;
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 ;
@@ -1481,7 +1522,6 @@ cco:SubcontinentIdentifier rdf:type owl:Class ;
rdfs:label "Subcontinent Identifier"^^xsd:string .
### http://www.ontologyrepository.com/CommonCoreOntologies/SubmersibleArtifactFunctionSpecification
cco:SubmersibleArtifactFunctionSpecification rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
@@ -1494,9 +1534,6 @@ cco:SubmersibleArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1509,7 +1546,6 @@ cco:SurfactantArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1538,7 +1574,6 @@ cco:VehicleRangeArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1551,7 +1586,6 @@ cco:WasteManagementArtifactFunctionSpecification rdf:type owl:Class ;
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 ;
@@ -1564,7 +1598,6 @@ cco:WettingAgentArtifactFunctionSpecification rdf:type owl:Class ;
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 ;

View File

@@ -9,14 +9,14 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-12-20/QualityOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2020-09-23/QualityOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."@en ;
cco:copyright "COPYRIGHT © 2015-2020 CUBRC, Inc."@en ;
rdfs:comment "This ontology is designed to represent a range of attributes of entities especially qualities, realizable entities, and process profiles."@en ;
rdfs:label "Quality Ontology"@en ;
owl:versionInfo "Version 1.2"@en .
owl:versionInfo "Version 1.3"@en .
#################################################################
# Classes

View File

@@ -1,42 +1,42 @@
# Common Core Ontologies
The Common Core Ontologies (CCO) comprise twelve ontologies which are designed to represent and integrate taxonomies of generic classes and relations across all domains of interest.
The Common Core Ontologies (CCO) comprise twelve ontologies that are designed to represent and integrate taxonomies of generic classes and relations across all domains of interest.
CCO is a mid-level extension of Basic Formal Ontology (BFO), an upper-level ontology framework widely used to structure and integrate ontologies in the biomedical domain (Arp, et al., 2015). BFO aims to represent the most generic categories of entity and the most generic types of relations that hold between them, by defining a small number of classes and relations. CCO then extends from BFO in the sense that every class in CCO is asserted to be a subclass of some class in BFO, and that CCO adopts the generic relations defined in BFO (e.g., has_part) (Smith and Grenon, 2004). Accordingly, CCO classes and relations are heavily constrained by the BFO framework, from which it inherits much of its basic semantic relationships.
The CCO provide semantics for concepts and relations that are used in most domains of interest. The utility of the CCO comes from preventing BFO-compliant domain-specific ontologies from needlessly duplicating common concepts or from forcing such ontologies to include concepts outside of their domain (e.g. organization in the Ontology of Biomedical Investigations).
The CCO provide semantics for concepts and relations that are used in most domains of interest. The utility of the CCO comes from preventing BFO-compliant domain-specific ontologies from needlessly duplicating common concepts or from forcing such ontologies to include concepts outside of their domain (e.g. organization in the Ontology of Biomedical Investigations).
This utility has been realized by a number of U.S. Government sponsored projects in which either existing BFO compliant ontologies were aligned to the CCO or domain ontologies were created by using the CCO as a starting point and adding classes and properties as needed.
This utility has been realized by a number of U.S. Government sponsored projects in which either existing BFO compliant ontologies were aligned to the CCO or domain ontologies were created by using the CCO as a starting point and adding classes and properties as needed.
The names of a sample of these domain ontologies are provided in the list below.
The names of a sample of these domain ontologies are provided in the list below.
The U.S. Government holds Government Purpose Rights on all of these domain ontologies. To obtain one or more of these domain ontologies for a government purpose it will be necessary for a government representative to contact the government sponsor of the development of the ontology. CUBRC can faciliate these connections so if interested please use the contact link at the bottom of https://www.cubrc.org/index.php/data-science-and-information-fusion/ontology .
The U.S. Government holds Government Purpose Rights on all of these domain ontologies. To obtain one or more of these domain ontologies for a government purpose it will be necessary for a government representative to contact the government sponsor of the development of the ontology. CUBRC can facilitate these connections so if interested please use the contact link at the bottom of https://www.cubrc.org/index.php/data-science-and-information-fusion/ontology .
# Sample of Common Core Domain Ontology Extensions
Aircraft Ontology
Airforce Aircraft Maintenance Ontology
Army Universal Task List Ontology
Atomospheric Feature Ontology
Atmospheric Feature Ontology
Cyber Ontology
Hydrographic Feature Ontology
Hydrographic Feature Ontology
Legal and Criminal Act Ontology
Legal and Criminal Act Ontology
Marine Corps Task List Ontology
Military Operations Ontology
Mission Planning Ontology
Mission Planning Ontology
Occupation Ontology
Outerspace Ontology
Outerspace Ontology
Physiographic Feature Ontology
Physiographic Feature Ontology
Sensor Ontology

View File

@@ -9,14 +9,14 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-12-20/TimeOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2020-09-23/TimeOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."@en ;
cco:copyright "COPYRIGHT © 2015-2020 CUBRC, Inc."@en ;
rdfs:comment "This ontology is designed to represent temporal regions and the relations that hold between them."@en ;
rdfs:label "Time Ontology"@en ;
owl:versionInfo "Version 1.2"@en .
owl:versionInfo "Version 1.3"@en .
#################################################################
# Object Properties
@@ -71,6 +71,7 @@ cco:instant_is_after rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000148 ;
cco:definition "A temporal instant t2 (a instance of a zero-dimensional temporal region) is after another temporal instant t1 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ;
cco:elucidation "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "instant is after"@en .
@@ -81,6 +82,7 @@ cco:instant_is_before rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000148 ;
cco:definition "A temporal instant t1 (a instance of a zero-dimensional temporal region) is before another temporal instant t2 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ;
cco:elucidation "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "instant is before"@en .

View File

@@ -9,14 +9,14 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2019-12-20/UnitsOfMeasureOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2020-09-23/UnitsOfMeasureOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
cco:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."@en ;
cco:copyright "COPYRIGHT © 2015-2020 CUBRC, Inc."@en ;
rdfs:comment "This ontology is designed to represent standard measurement units that are used when measuring various attributes of entities."@en ;
rdfs:label "Units of Measure Ontology"@en ;
owl:versionInfo "Version 1.2"@en .
owl:versionInfo "Version 1.3"@en .
#################################################################
# Annotation properties

View File

@@ -5,9 +5,11 @@
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology" uri="ArtifactOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology" uri="EventOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology" uri="ExtendedRelationOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology" uri="FacilityOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology" uri="GeospatialOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology" uri="InformationEntityOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology" uri="QualityOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology" uri="TimeOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology" uri="UnitsOfMeasureOntology.ttl"/>
<uri id="User Entered Import Resolution" name="http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology" uri="CurrencyUnitOntology.ttl"/>
</catalog>

File diff suppressed because it is too large Load Diff

3
cco-merged/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Merged All Core Ontology
This directory contains merged copies of the full releases of CCO. Each file contains all the content of the eleven mid-level ontologies, along with BFO and the subset of RO used in CCO. MRO is not included. Each file represents a stable snapshot release of CCO with no external dependencies required for use.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,4 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -8,11 +8,11 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/2019-12-20/ROImport> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/2020-09-23/ROImport> ;
<http://purl.org/dc/terms/license> <https://creativecommons.org/publicdomain/zero/1.0/> ;
rdfs:comment "An import module containing a subset of relations from the OBO Relation Ontology (RO) for use in CCO."@en ;
rdfs:label "Relations Ontology Import"@en ;
owl:versionInfo "December 20, 2019"@en .
owl:versionInfo "September 23, 2020"@en .
#################################################################
# Annotation properties
@@ -438,6 +438,9 @@ obo:RO_0001025 rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000004 ;
owl:propertyChainAxiom ( obo:RO_0001025
obo:BFO_0000050
) ;
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 ;
@@ -592,5 +595,4 @@ obo:BFO_0000040 rdf:type owl:Class .
### http://purl.obolibrary.org/obo/BFO_0000141
obo:BFO_0000141 rdf:type owl:Class .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi