mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
@@ -7,13 +7,13 @@
|
||||
# Author:
|
||||
# github.com/neilotte
|
||||
|
||||
PREFIX owl: http://www.w3.org/2002/07/owl#
|
||||
PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema#
|
||||
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
|
||||
SELECT DISTINCT ?class ?label
|
||||
WHERE {
|
||||
?class a owl:Class .
|
||||
FILTER contains(str(?class),"http://www.ontologyrepository.com/CommonCoreOntologies/")
|
||||
FILTER NOT EXISTS {?class rdfs:subClassOf+ http://purl.obolibrary.org/obo/BFO_0000001 }
|
||||
FILTER (regex(str(?class),"http://www.ontologyrepository.com/CommonCoreOntologies/"))
|
||||
FILTER NOT EXISTS {?class rdfs:subClassOf+ <http://purl.obolibrary.org/obo/BFO_0000001> }
|
||||
OPTIONAL {?class rdfs:label ?label}
|
||||
}
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
# Severity:
|
||||
# Error
|
||||
|
||||
PREFIX cco: <http://www.ontologyrepository.com/CommonCoreOntologies/>
|
||||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
||||
|
||||
SELECT DISTINCT ?element ?definition ?error
|
||||
WHERE {
|
||||
?element cco:definition ?definition .
|
||||
?element2 cco:definition ?definition .
|
||||
?element skos:definition ?definition .
|
||||
?element2 skos:definition ?definition .
|
||||
FILTER (?element != ?element2)
|
||||
FILTER (!isBlank(?element))
|
||||
BIND (concat("WARNING: The following ontology elements have the same cco:definition ", str(?element), " and ", str(?element2)) AS ?error)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,14 +7,14 @@
|
||||
|
||||
PREFIX owl: <http://www.w3.org/2002/07/owl#>
|
||||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
PREFIX cco: <http://www.ontologyrepository.com/CommonCoreOntologies/>
|
||||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
|
||||
|
||||
SELECT DISTINCT ?resource ?label ?error
|
||||
WHERE {
|
||||
VALUES ?type {owl:Class owl:ObjectProperty}
|
||||
?resource a ?type .
|
||||
OPTIONAL {
|
||||
?resource cco:definition ?englishDefinition .
|
||||
?resource skos:definition ?englishDefinition .
|
||||
FILTER (langMatches(lang(?englishDefinition), "en"))
|
||||
}
|
||||
FILTER(!bound(?englishDefinition))
|
||||
|
||||
@@ -2,187 +2,109 @@
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/AgentOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/old/AgentOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/AgentOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/AgentOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/AgentOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/AgentOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/AgentOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/new/AgentOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
|
||||
|
||||
|
||||
### Agent `http://www.ontologyrepository.com/CommonCoreOntologies/Agent`
|
||||
#### Removed
|
||||
- [license](http://purl.org/dc/terms/license) [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||
- [Agent](http://www.ontologyrepository.com/CommonCoreOntologies/Agent) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Material Entity that is capable of performing Planned Acts"@en
|
||||
|
||||
- [Agent](http://www.ontologyrepository.com/CommonCoreOntologies/Agent) EquivalentTo [material entity](http://purl.obolibrary.org/obo/BFO_0000040) and ([agent in](http://www.ontologyrepository.com/CommonCoreOntologies/agent_in) some [process](http://purl.obolibrary.org/obo/BFO_0000015))
|
||||
|
||||
#### Added
|
||||
- [license](http://purl.org/dc/terms/license) "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en
|
||||
- [Agent](http://www.ontologyrepository.com/CommonCoreOntologies/Agent) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Schlosser, Markus, "Agency", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en
|
||||
|
||||
- [rights](http://purl.org/dc/terms/rights) "CUBRC Inc., see full license."@en
|
||||
- [Agent](http://www.ontologyrepository.com/CommonCoreOntologies/Agent) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Material Entity that bears an Agent Capability."@en
|
||||
|
||||
- [Agent](http://www.ontologyrepository.com/CommonCoreOntologies/Agent) EquivalentTo [material entity](http://purl.obolibrary.org/obo/BFO_0000040) and ([bearer of](http://purl.obolibrary.org/obo/BFO_0000196) some [Agent Capability](http://www.ontologyrepository.com/CommonCoreOntologies/AgentCapability))
|
||||
|
||||
|
||||
### Action Permission `http://www.ontologyrepository.com/CommonCoreOntologies/ActionPermission`
|
||||
### Agent Capability `http://www.ontologyrepository.com/CommonCoreOntologies/AgentCapability`
|
||||
#### Removed
|
||||
- [Action Permission](http://www.ontologyrepository.com/CommonCoreOntologies/ActionPermission) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Action Regulation that permits some Act."@en
|
||||
- [Agent Capability](http://www.ontologyrepository.com/CommonCoreOntologies/AgentCapability) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Realizable Entity that inheres in an Agent to the extent of that Agent's capacity to realize it in Intentional Acts of a certain type."@en
|
||||
|
||||
#### Added
|
||||
- [Action Permission](http://www.ontologyrepository.com/CommonCoreOntologies/ActionPermission) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Process Regulation that permits some Process."@en
|
||||
- [Agent Capability](http://www.ontologyrepository.com/CommonCoreOntologies/AgentCapability) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Schlosser, Markus, "Agency", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en
|
||||
|
||||
- [Agent Capability](http://www.ontologyrepository.com/CommonCoreOntologies/AgentCapability) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Realizable Entity that inheres in a Material Entity in virtue of that Material Entity's capacity to realize it in some Planned Act."@en
|
||||
|
||||
|
||||
### Action Prohibition `http://www.ontologyrepository.com/CommonCoreOntologies/ActionProhibition`
|
||||
### Affordance `http://www.ontologyrepository.com/CommonCoreOntologies/Affordance`
|
||||
#### Removed
|
||||
- [Action Prohibition](http://www.ontologyrepository.com/CommonCoreOntologies/ActionProhibition) [label](http://www.w3.org/2000/01/rdf-schema#label) "Action Prohibition"@en
|
||||
- [Affordance](http://www.ontologyrepository.com/CommonCoreOntologies/Affordance) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "https://en.wikipedia.org/w/index.php?title=Affordance&oldid=1061963879"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [Action Prohibition](http://www.ontologyrepository.com/CommonCoreOntologies/ActionProhibition) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Action Regulation that prohibits some Act."@en
|
||||
- [Affordance](http://www.ontologyrepository.com/CommonCoreOntologies/Affordance) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Capability or Disposition in some Act."@en
|
||||
|
||||
#### Added
|
||||
- [Action Prohibition](http://www.ontologyrepository.com/CommonCoreOntologies/ActionProhibition) [label](http://www.w3.org/2000/01/rdf-schema#label) "Process Prohibition"@en
|
||||
- [Affordance](http://www.ontologyrepository.com/CommonCoreOntologies/Affordance) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. J. Gibson, "The Theory of Affordances," in The Ecological Approach to Visual Perception (NY: Taylor & Francis Group, 1986): 127-143. Available at: https://archive.org/details/pdfy-u5hmFOvOM2Civ4Gz/page/n70/mode/1up."@en
|
||||
|
||||
- [Action Prohibition](http://www.ontologyrepository.com/CommonCoreOntologies/ActionProhibition) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Process Regulation that prohibits some Process."@en
|
||||
- [Affordance](http://www.ontologyrepository.com/CommonCoreOntologies/Affordance) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Agent Capability or Disposition in some Act."@en
|
||||
|
||||
|
||||
### Action Regulation `http://www.ontologyrepository.com/CommonCoreOntologies/ActionRegulation`
|
||||
### Citizen Role `http://www.ontologyrepository.com/CommonCoreOntologies/CitizenRole`
|
||||
#### Removed
|
||||
- [Action Regulation](http://www.ontologyrepository.com/CommonCoreOntologies/ActionRegulation) [label](http://www.w3.org/2000/01/rdf-schema#label) "Action Regulation"@en
|
||||
|
||||
- [Action Regulation](http://www.ontologyrepository.com/CommonCoreOntologies/ActionRegulation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Directive Information Content Entity that prescribes an Act as required, prohibited, or permitted, and is the output of an Act which realizes some Authority Role."@en
|
||||
- [Citizen Role](http://www.ontologyrepository.com/CommonCoreOntologies/CitizenRole) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Role that inheres in a Person who is legally recognized as a member of a particular state, with associated rights and obligations."@en
|
||||
|
||||
#### Added
|
||||
- [Action Regulation](http://www.ontologyrepository.com/CommonCoreOntologies/ActionRegulation) [label](http://www.w3.org/2000/01/rdf-schema#label) "Process Regulation"@en
|
||||
|
||||
- [Action Regulation](http://www.ontologyrepository.com/CommonCoreOntologies/ActionRegulation) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "Although regulations often regulate processes which involve agents--as the regulating or regulated participant--it is unclear how causally active an agents need to be in those regulated processes. For example, it is not clear how causally active a human agent is in the process of a traffic light regulating the motion of a self-driving vehicle."@en
|
||||
|
||||
- [Action Regulation](http://www.ontologyrepository.com/CommonCoreOntologies/ActionRegulation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Directive Information Content Entity that prescribes an Process as required, prohibited, or permitted, and is the output of an Process which realizes some Authority Role."@en
|
||||
- [Citizen Role](http://www.ontologyrepository.com/CommonCoreOntologies/CitizenRole) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Role that inheres in a Person by virtue of that Person being legally recognized as a member of a particular state, with associated rights and obligations."@en
|
||||
|
||||
|
||||
### Action Requirement `http://www.ontologyrepository.com/CommonCoreOntologies/ActionRequirement`
|
||||
### Civilian Role `http://www.ontologyrepository.com/CommonCoreOntologies/CivilianRole`
|
||||
#### Removed
|
||||
- [Action Requirement](http://www.ontologyrepository.com/CommonCoreOntologies/ActionRequirement) [label](http://www.w3.org/2000/01/rdf-schema#label) "Action Requirement"@en
|
||||
|
||||
- [Action Requirement](http://www.ontologyrepository.com/CommonCoreOntologies/ActionRequirement) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Action Regulation that requires some Act."@en
|
||||
- [Civilian Role](http://www.ontologyrepository.com/CommonCoreOntologies/CivilianRole) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Role that inheres in an Agent or Group of Agents who is not a member of either an Armed Force or police force."@en
|
||||
|
||||
#### Added
|
||||
- [Action Requirement](http://www.ontologyrepository.com/CommonCoreOntologies/ActionRequirement) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Process Regulation that requires some Process."@en
|
||||
|
||||
- [Action Requirement](http://www.ontologyrepository.com/CommonCoreOntologies/ActionRequirement) [label](http://www.w3.org/2000/01/rdf-schema#label) "Process Requirement"@en
|
||||
- [Civilian Role](http://www.ontologyrepository.com/CommonCoreOntologies/CivilianRole) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents not being part of either an Armed Force or police force."@en
|
||||
|
||||
|
||||
### Authority Role `http://www.ontologyrepository.com/CommonCoreOntologies/AuthorityRole`
|
||||
### Contractor Role `http://www.ontologyrepository.com/CommonCoreOntologies/ContractorRole`
|
||||
#### Removed
|
||||
- [Authority Role](http://www.ontologyrepository.com/CommonCoreOntologies/AuthorityRole) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Role that is realized by Acts which create, modify, transfer, or eliminate Action Regulations or other Authority Roles, and inheres in an Agent in virtue of collective acceptance of that Agent's ability to issue binding directives."@en
|
||||
- [Contractor Role](http://www.ontologyrepository.com/CommonCoreOntologies/ContractorRole) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Role that inheres in an Agent or Group of Agents who enters into a Contract to provide materials or labor to perform a service or complete a task."@en
|
||||
|
||||
#### Added
|
||||
- [Authority Role](http://www.ontologyrepository.com/CommonCoreOntologies/AuthorityRole) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Role that is realized by Processes which create, modify, transfer, or eliminate Process Regulations or other Authority Roles, and inheres in an Agent in virtue of collective acceptance of that Agent's ability to issue binding directives."@en
|
||||
- [Contractor Role](http://www.ontologyrepository.com/CommonCoreOntologies/ContractorRole) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents entering into a Contract to provide materials or labor to perform a service or complete a task."@en
|
||||
|
||||
|
||||
### Domain of a Country `http://www.ontologyrepository.com/CommonCoreOntologies/Country`
|
||||
#### Removed
|
||||
- [Domain of a Country](http://www.ontologyrepository.com/CommonCoreOntologies/Country) [editorialNote](http://www.w3.org/2004/02/skos/core#editorialNote) "'Country' is an unclear term. Does it refer to the people, the government, the site, or the material in the site? Furthermore, what is properly referred to as a 'Country' is highly dependent on the classification practices of the international community. For example: The United Kingdom is a sovereign country that has Wales, a non-sovereign Country, as a member. Vatican City is a sovereign country that is landlocked by a city: Rome, Italy. Puerto Rico is not a county (it's a territory) but has a government, a distinct culture, and so on. Thus, here we do not definine 'Country' but instead define 'Domain of a Country'."@en
|
||||
|
||||
#### Added
|
||||
- [Domain of a Country](http://www.ontologyrepository.com/CommonCoreOntologies/Country) [editorialNote](http://www.w3.org/2004/02/skos/core#editorialNote) "'Country' is an unclear term. Does it refer to the people, the government, the site, or the material in the site? Furthermore, what is properly referred to as a 'Country' is highly dependent on the classification practices of the international community. For example: The United Kingdom is a sovereign country that has Wales, a non-sovereign Country, as a member. Vatican City is a sovereign country that is landlocked by a city: Rome, Italy. Puerto Rico is not a country (it's a territory) but has a government, a distinct culture, and so on. Thus, here we do not definine 'Country' but instead define 'Domain of a Country'."@en
|
||||
|
||||
#### Added
|
||||
- [Domain of a Country](http://www.ontologyrepository.com/CommonCoreOntologies/Country) [editorialNote](http://www.w3.org/2004/02/skos/core#editorialNote) "'Country' is an unclear term. Does it refer to the people, the government, the site, or the material in the site? Furthermore, what is properly referred to as a 'Country' is highly dependent on the classification practices of the international community. For example: The United Kingdom is a sovereign country that has Wales, a non-sovereign Country, as a member. Vatican City is a sovereign country that is landlocked by a city: Rome, Italy. Puerto Rico is not a country (it's a territory) but has a government, a distinct culture, and so on. Thus, here we do not define 'Country' but instead define 'Domain of a Country'."@en
|
||||
|
||||
### Educational Organization `http://www.ontologyrepository.com/CommonCoreOntologies/EducationalOrganization`
|
||||
|
||||
### Permanent Resident Role `http://www.ontologyrepository.com/CommonCoreOntologies/PermanentResidentRole`
|
||||
#### Removed
|
||||
- [Educational Organization](http://www.ontologyrepository.com/CommonCoreOntologies/EducationalOrganization) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Organization whose purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits."@en
|
||||
- [Permanent Resident Role](http://www.ontologyrepository.com/CommonCoreOntologies/PermanentResidentRole) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A role inhering in a person who is recognized as having legal resident status in a Government Domain in which that person is not a citizen but where they have the right to reside on a permanent basis."@en
|
||||
|
||||
#### Added
|
||||
- [Educational Organization](http://www.ontologyrepository.com/CommonCoreOntologies/EducationalOrganization) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Organization whose primary purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits."@en
|
||||
|
||||
|
||||
### Enemy `http://www.ontologyrepository.com/CommonCoreOntologies/Enemy`
|
||||
#### Removed
|
||||
- [Enemy](http://www.ontologyrepository.com/CommonCoreOntologies/Enemy) [label](http://www.w3.org/2000/01/rdf-schema#label) "Enemy"@en
|
||||
|
||||
#### Added
|
||||
- [Enemy](http://www.ontologyrepository.com/CommonCoreOntologies/Enemy) [label](http://www.w3.org/2000/01/rdf-schema#label) "Enemy Person"@en
|
||||
|
||||
|
||||
### Government Organization `http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentAgency`
|
||||
#### Removed
|
||||
- [Government Organization](http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentAgency) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Organization that is part of a Government and is responsible for the oversight and administration of specific governmental functions."@en
|
||||
|
||||
#### Added
|
||||
- [Government Organization](http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentAgency) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Organization that is part of a Government and is responsible for the oversight or administration of specific governmental functions."@en
|
||||
|
||||
|
||||
### Permanent Resident `http://www.ontologyrepository.com/CommonCoreOntologies/PermanentResident`
|
||||
#### Removed
|
||||
- [Permanent Resident](http://www.ontologyrepository.com/CommonCoreOntologies/PermanentResident) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A person with a Permanent Residence Role."@en
|
||||
|
||||
#### Added
|
||||
- [Permanent Resident](http://www.ontologyrepository.com/CommonCoreOntologies/PermanentResident) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A person with a Permanent Resident Role."@en
|
||||
|
||||
|
||||
### has familial relationship to `http://www.ontologyrepository.com/CommonCoreOntologies/has_familial_relationship_to`
|
||||
|
||||
#### Added
|
||||
- Symmetric: [has familial relationship to](http://www.ontologyrepository.com/CommonCoreOntologies/has_familial_relationship_to)
|
||||
|
||||
|
||||
### has subordinate role `http://www.ontologyrepository.com/CommonCoreOntologies/has_subordinate_role`
|
||||
#### Removed
|
||||
- [has subordinate role](http://www.ontologyrepository.com/CommonCoreOntologies/has_subordinate_role) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "For all x,y,t: x has subordinate role y at t iff: x is an instance of bfo:BFO_0000023 (Role) at time t, and y is an instance of bfo:BFO_0000023 (Role) at time t, and there is some z such that x is realized by z and z is an instance of Act which creates, modifies, transfers, or eliminates some u such that u is an Action Regulation at time t, and u is addressed to the bearer of y."@en
|
||||
|
||||
#### Added
|
||||
- [has subordinate role](http://www.ontologyrepository.com/CommonCoreOntologies/has_subordinate_role) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "For all x,y,t: x has subordinate role y at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en
|
||||
|
||||
|
||||
### is permitted by `http://www.ontologyrepository.com/CommonCoreOntologies/is_permitted_by`
|
||||
#### Removed
|
||||
- [is permitted by](http://www.ontologyrepository.com/CommonCoreOntologies/is_permitted_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [is permitted by](http://www.ontologyrepository.com/CommonCoreOntologies/is_permitted_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "y is_permitted_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en
|
||||
|
||||
|
||||
### is prohibited by `http://www.ontologyrepository.com/CommonCoreOntologies/is_prohibited_by`
|
||||
#### Removed
|
||||
- [is prohibited by](http://www.ontologyrepository.com/CommonCoreOntologies/is_prohibited_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [is prohibited by](http://www.ontologyrepository.com/CommonCoreOntologies/is_prohibited_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "y is_prohibited_by y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must not occur."@en
|
||||
|
||||
|
||||
### is required by `http://www.ontologyrepository.com/CommonCoreOntologies/is_required_by`
|
||||
#### Removed
|
||||
- [is required by](http://www.ontologyrepository.com/CommonCoreOntologies/is_required_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [is required by](http://www.ontologyrepository.com/CommonCoreOntologies/is_required_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "y is_required_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some that y must occur."@en
|
||||
|
||||
|
||||
### is subordinate role to `http://www.ontologyrepository.com/CommonCoreOntologies/is_subordinate_role_to`
|
||||
#### Removed
|
||||
- [is subordinate role to](http://www.ontologyrepository.com/CommonCoreOntologies/is_subordinate_role_to) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [is subordinate role to](http://www.ontologyrepository.com/CommonCoreOntologies/is_subordinate_role_to) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en
|
||||
|
||||
|
||||
### permits `http://www.ontologyrepository.com/CommonCoreOntologies/permits`
|
||||
#### Removed
|
||||
- [permits](http://www.ontologyrepository.com/CommonCoreOntologies/permits) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [permits](http://www.ontologyrepository.com/CommonCoreOntologies/permits) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en
|
||||
- [Permanent Resident Role](http://www.ontologyrepository.com/CommonCoreOntologies/PermanentResidentRole) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A role inhering in a Person by virtue of that Person being recognized as having legal resident status in a Government Domain in which that person is not a citizen but where they have the right to reside on a permanent basis."@en
|
||||
|
||||
|
||||
### prohibits `http://www.ontologyrepository.com/CommonCoreOntologies/prohibits`
|
||||
#### Removed
|
||||
- [prohibits](http://www.ontologyrepository.com/CommonCoreOntologies/prohibits) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
- [prohibits](http://www.ontologyrepository.com/CommonCoreOntologies/prohibits) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some that y must not occur."@en
|
||||
|
||||
#### Added
|
||||
- [prohibits](http://www.ontologyrepository.com/CommonCoreOntologies/prohibits) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some that y must not occur."@en
|
||||
- [prohibits](http://www.ontologyrepository.com/CommonCoreOntologies/prohibits) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must not occur."@en
|
||||
|
||||
|
||||
### requires `http://www.ontologyrepository.com/CommonCoreOntologies/requires`
|
||||
#### Removed
|
||||
- [requires](http://www.ontologyrepository.com/CommonCoreOntologies/requires) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
- [requires](http://www.ontologyrepository.com/CommonCoreOntologies/requires) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some that y must occur."@en
|
||||
|
||||
#### Added
|
||||
- [requires](http://www.ontologyrepository.com/CommonCoreOntologies/requires) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some that y must occur."@en
|
||||
- [requires](http://www.ontologyrepository.com/CommonCoreOntologies/requires) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must occur."@en
|
||||
|
||||
@@ -2,185 +2,73 @@
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/ArtifactOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/old/ArtifactOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/ArtifactOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/ArtifactOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/ArtifactOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/ArtifactOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/ArtifactOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/new/ArtifactOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
|
||||
|
||||
|
||||
### Filter `http://www.ontologyrepository.com/CommonCoreOntologies/Filter`
|
||||
#### Removed
|
||||
- [license](http://purl.org/dc/terms/license) [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||
- [Filter](http://www.ontologyrepository.com/CommonCoreOntologies/Filter) [comment](http://www.w3.org/2000/01/rdf-schema#comment) "Although its basic function remains the same, a Filter can be used in 2 different ways:
|
||||
(1) to allow only the desired entities to pass through (e.g. removing dirt from engine oil); or
|
||||
(2) to allow everything except the desired entities to pass through (e.g. panning for gold)."@en
|
||||
|
||||
- [Filter](http://www.ontologyrepository.com/CommonCoreOntologies/Filter) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Material Artifact that is designed to restrict access to the system it is part of by separating the entities that enter the Filter and only allowing entities of the specified type or with the specified properties to pass through."@en
|
||||
|
||||
#### Added
|
||||
- [license](http://purl.org/dc/terms/license) "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en
|
||||
- [Filter](http://www.ontologyrepository.com/CommonCoreOntologies/Filter) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Material Artifact that bears a Filter Function."@en
|
||||
|
||||
- [rights](http://purl.org/dc/terms/rights) "CUBRC Inc., see full license."@en
|
||||
- [Filter](http://www.ontologyrepository.com/CommonCoreOntologies/Filter) EquivalentTo [Material Artifact](http://www.ontologyrepository.com/CommonCoreOntologies/Artifact) and ([bearer of](http://purl.obolibrary.org/obo/BFO_0000196) some [Filter Function](http://www.ontologyrepository.com/CommonCoreOntologies/FilterFunction))
|
||||
|
||||
|
||||
### Barcode `http://www.ontologyrepository.com/CommonCoreOntologies/Barcode`
|
||||
### Filter Function `http://www.ontologyrepository.com/CommonCoreOntologies/FilterFunction`
|
||||
|
||||
#### Added
|
||||
- [Filter Function](http://www.ontologyrepository.com/CommonCoreOntologies/FilterFunction) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [Filter Function](http://www.ontologyrepository.com/CommonCoreOntologies/FilterFunction) [label](http://www.w3.org/2000/01/rdf-schema#label) "Filter Function"@en
|
||||
|
||||
- [Filter Function](http://www.ontologyrepository.com/CommonCoreOntologies/FilterFunction) [comment](http://www.w3.org/2000/01/rdf-schema#comment) "Although its basic function remains the same, a Filter can be used in 2 different ways:
|
||||
(1) to allow only the desired entities to pass through (e.g. removing dirt from engine oil); or
|
||||
(2) to allow everything except the desired entities to pass through (e.g. panning for gold)."@en
|
||||
|
||||
- [Filter Function](http://www.ontologyrepository.com/CommonCoreOntologies/FilterFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Artifact Function that is realized in a process where entities of a specific type or which have specified properties enter it or pass through it."@en
|
||||
|
||||
- Class: [Filter Function](http://www.ontologyrepository.com/CommonCoreOntologies/FilterFunction)
|
||||
|
||||
- [Filter Function](http://www.ontologyrepository.com/CommonCoreOntologies/FilterFunction) SubClassOf [Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactFunction)
|
||||
|
||||
|
||||
### Filtration Artifact Function `http://www.ontologyrepository.com/CommonCoreOntologies/FiltrationArtifactFunction`
|
||||
#### Removed
|
||||
- [Barcode](http://www.ontologyrepository.com/CommonCoreOntologies/Barcode) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Information Bearing Artifact that consist of machine-readable symbols."@en
|
||||
- [Filtration Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/FiltrationArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Artifact Function that is realized in a process in which some solid entity is prevented from moving along with some quantity of liquid."@en
|
||||
|
||||
- [Filtration Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/FiltrationArtifactFunction) SubClassOf [Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactFunction)
|
||||
|
||||
#### Added
|
||||
- [Barcode](http://www.ontologyrepository.com/CommonCoreOntologies/Barcode) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Information Bearing Artifact that is designed to bear one or more geometric shapes that concretize some Directive Information Content Entity."@en
|
||||
- [Filtration Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/FiltrationArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Filter Function that is realized in a process in which some solid entity is prevented from moving along with some quantity of liquid."@en
|
||||
|
||||
- [Filtration Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/FiltrationArtifactFunction) SubClassOf [Filter Function](http://www.ontologyrepository.com/CommonCoreOntologies/FilterFunction)
|
||||
|
||||
|
||||
### Chart `http://www.ontologyrepository.com/CommonCoreOntologies/Chart`
|
||||
### IAO_0000116 `http://purl.obolibrary.org/obo/IAO_0000116`
|
||||
#### Removed
|
||||
- [Chart](http://www.ontologyrepository.com/CommonCoreOntologies/Chart) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Image that is designed to represent an Information Content Entity by means of Written Symbols in order to convey that information in a readily understandable format."@en
|
||||
|
||||
#### Added
|
||||
- [Chart](http://www.ontologyrepository.com/CommonCoreOntologies/Chart) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Image that is designed to carry some Representational Information Content Entity that is prescribed by some canonical visual format."@en
|
||||
|
||||
- [Chart](http://www.ontologyrepository.com/CommonCoreOntologies/Chart) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024."^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
- AnnotationProperty: [IAO_0000116](http://purl.obolibrary.org/obo/IAO_0000116)
|
||||
|
||||
|
||||
### Code List `http://www.ontologyrepository.com/CommonCoreOntologies/CodeList`
|
||||
|
||||
### Telecommunication Network `http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationNetwork`
|
||||
#### Removed
|
||||
- [Code List](http://www.ontologyrepository.com/CommonCoreOntologies/CodeList) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A List that represents an ordered sequence of Information Bearing Entities that bear Code Identifiers."@en
|
||||
- [Telecommunication Network](http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationNetwork) [IAO_0000116](http://purl.obolibrary.org/obo/IAO_0000116) "How is this diff from Comm system?"@en
|
||||
|
||||
#### Added
|
||||
- [Code List](http://www.ontologyrepository.com/CommonCoreOntologies/CodeList) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A List that contains an ordered sequence of Information Bearing Entities that carry Code Identifiers."@en
|
||||
|
||||
|
||||
### Complex Optical Lens `http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens`
|
||||
|
||||
#### Added
|
||||
- [Complex Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [Complex Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en
|
||||
|
||||
- [Complex Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Optical Lens consisting of more than one Simple Optical Lenses."@en
|
||||
|
||||
- [Complex Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Lens System"@en
|
||||
|
||||
- [Complex Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens) [label](http://www.w3.org/2000/01/rdf-schema#label) "Complex Optical Lens"@en
|
||||
|
||||
- Class: [Complex Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens)
|
||||
|
||||
- [Complex Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens) SubClassOf [Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/OpticalLens)
|
||||
|
||||
|
||||
### Fuel Artifact Function `http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunction`
|
||||
#### Removed
|
||||
- [Fuel Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Artifact Function that is realized in processes of reacting with other substances in order to release chemical or nuclear energy as heat or ot be used for work."@en
|
||||
|
||||
#### Added
|
||||
- [Fuel Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Artifact Function that is realized in processes in which a Portion of Fuel is reacted with other substances in order to release chemical or nuclear energy to be used for heat or for work."@en
|
||||
|
||||
|
||||
### Image `http://www.ontologyrepository.com/CommonCoreOntologies/Image`
|
||||
#### Removed
|
||||
- [Image](http://www.ontologyrepository.com/CommonCoreOntologies/Image) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that represents some entity."@en
|
||||
|
||||
#### Added
|
||||
- [Image](http://www.ontologyrepository.com/CommonCoreOntologies/Image) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Information Bearing Artifact that is designed to carry an Information Content Entity that represents some entity owing to a visual isomorphism between the carrying artifact and the entity."@en
|
||||
|
||||
|
||||
### Life Support Artifact Function `http://www.ontologyrepository.com/CommonCoreOntologies/LifeSupportArtifactFunction`
|
||||
#### Removed
|
||||
- [Life Support Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/LifeSupportArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Artifact Function that is realized during events in which an Artifact is used to enable an organism to continue living in a situation where death would otherwise occur."@en
|
||||
|
||||
#### Added
|
||||
- [Life Support Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/LifeSupportArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Artifact Function that is realized during events in which an Artifact materially affects an organism, where this causes that organism to continue living in a situation where death would otherwise occur."@en
|
||||
|
||||
|
||||
### List `http://www.ontologyrepository.com/CommonCoreOntologies/List`
|
||||
#### Removed
|
||||
- [List](http://www.ontologyrepository.com/CommonCoreOntologies/List) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Information Bearing Artifact that represents an ordered sequence of values, where the same value may occur more than once."@en
|
||||
|
||||
#### Added
|
||||
- [List](http://www.ontologyrepository.com/CommonCoreOntologies/List) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Information Bearing Artifact that consists of one or more Information Bearing Artifacts that carry Information Content Entities and are the subjects of some Sequence Position Ordinality."@en
|
||||
|
||||
|
||||
### Medical Artifact `http://www.ontologyrepository.com/CommonCoreOntologies/MedicalArtifact`
|
||||
#### Removed
|
||||
- [Medical Artifact](http://www.ontologyrepository.com/CommonCoreOntologies/MedicalArtifact) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Material Artifact that is designed for diagnosing, treating, or preventing disease or disability."@en
|
||||
|
||||
#### Added
|
||||
- [Medical Artifact](http://www.ontologyrepository.com/CommonCoreOntologies/MedicalArtifact) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Material Artifact that is designed for diagnosing, treating, or preventing disease, disability, or death."@en
|
||||
|
||||
|
||||
### One-Dimensional Barcode `http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalBarcode`
|
||||
#### Removed
|
||||
- [One-Dimensional Barcode](http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalBarcode) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Barcode whose concretizations consist of one-dimensional symbols arranged as parallel lines."@en
|
||||
|
||||
#### Added
|
||||
- [One-Dimensional Barcode](http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalBarcode) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Barcode that is designed to bear parallel lines of varying widths and spacing that concretize some Directive Information Content Entity."@en
|
||||
|
||||
|
||||
### Portion of Fuel `http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfFuel`
|
||||
#### Removed
|
||||
- [Portion of Fuel](http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfFuel) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Portion of Material that is designed to be used as an input in a Combustion process."@en
|
||||
|
||||
#### Added
|
||||
- [Portion of Fuel](http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfFuel) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en
|
||||
|
||||
|
||||
### Radio Communication Reception Artifact Function `http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationReceptionArtifactFunction`
|
||||
#### Removed
|
||||
- [Radio Communication Reception Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationReceptionArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Communication Reception Artifact Function that inheres in an Artifact that is capable of receiving information transmitted from another Artifact to which it is not connected by an electrical conductor."@en
|
||||
|
||||
#### Added
|
||||
- [Radio Communication Reception Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationReceptionArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Communication Reception Artifact Function that is realized during events in which an Artifact receives information transmitted from another Artifact, where the transmission of information occurs using radio waves."@en
|
||||
|
||||
|
||||
### Signal Detection Artifact Function `http://www.ontologyrepository.com/CommonCoreOntologies/SignalDetectionArtifactFunction`
|
||||
#### Removed
|
||||
- [Signal Detection Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/SignalDetectionArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Artifact Function that inheres in Artifacts that are designed to discern between information-bearing patterns and random patterns, or noise, that distract from the information."@en
|
||||
|
||||
#### Added
|
||||
- [Signal Detection Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/SignalDetectionArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Artifact Function that is realized in the process of discerning between information-bearing patterns and random patterns, or noise, that distract from the information."@en
|
||||
|
||||
|
||||
### Signal Processing Artifact Function `http://www.ontologyrepository.com/CommonCoreOntologies/SignalProcessingArtifactFunction`
|
||||
#### Removed
|
||||
- [Signal Processing Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/SignalProcessingArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Artifact Function that inheres in Artifacts that are designed to process or transfer information contained in signals."@en
|
||||
|
||||
#### Added
|
||||
- [Signal Processing Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/SignalProcessingArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en
|
||||
|
||||
|
||||
### Simple Optical Lens `http://www.ontologyrepository.com/CommonCoreOntologies/SimpleOpticalLens`
|
||||
|
||||
#### Added
|
||||
- [Simple Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/SimpleOpticalLens) [label](http://www.w3.org/2000/01/rdf-schema#label) "Simple Optical Lens"@en
|
||||
|
||||
- [Simple Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/SimpleOpticalLens) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [Simple Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/SimpleOpticalLens) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Optical Lens consisting of a single piece of transparent material."@en
|
||||
|
||||
- Class: [Simple Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/SimpleOpticalLens)
|
||||
|
||||
- [Simple Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/SimpleOpticalLens) SubClassOf [Optical Lens](http://www.ontologyrepository.com/CommonCoreOntologies/OpticalLens)
|
||||
|
||||
|
||||
### System Role `http://www.ontologyrepository.com/CommonCoreOntologies/SystemRole`
|
||||
#### Removed
|
||||
- [System Role](http://www.ontologyrepository.com/CommonCoreOntologies/SystemRole) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Role that inheres in an entity in virtue of it being an arrangement of parts or elements that together exhibit behavior or meaning that the individual constituents do not."@en
|
||||
|
||||
#### Added
|
||||
- [System Role](http://www.ontologyrepository.com/CommonCoreOntologies/SystemRole) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Role that inheres in an entity in virtue of its parts or elements being arranged in such a way that they together exhibit behavior or meaning that they do not exhibit individually."@en
|
||||
|
||||
|
||||
### Two-Dimensional Barcode `http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalBarCode`
|
||||
#### Removed
|
||||
- [Two-Dimensional Barcode](http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalBarCode) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Barcode whose concretizations consist of two-dimensional symbol patterns."@en
|
||||
|
||||
#### Added
|
||||
- [Two-Dimensional Barcode](http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalBarCode) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Barcode that is designed to bear lines of varying widths, spacing, height, and color that concretize some Directive Information Content Entity."@en
|
||||
|
||||
|
||||
### Wired Communication Reception Artifact Function `http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationReceptionArtifactFunction`
|
||||
#### Removed
|
||||
- [Wired Communication Reception Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationReceptionArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Communication Reception Artifact Function that inheres in an Artifact that is capable of receiving information transmitted from another Artifact to which it is connected by an electrical conductor."@en
|
||||
|
||||
#### Added
|
||||
- [Wired Communication Reception Artifact Function](http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationReceptionArtifactFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Communication Reception Artifact Function that is realized during events in which an Artifact receives information transmitted from another Artifact, where the transmission of information occurs via a direct connection using an electrical conductor."@en
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
# Ontology comparison
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/CurrencyUnitOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/old/CurrencyUnitOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/CurrencyUnitOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/CurrencyUnitOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
#### Removed
|
||||
- [license](http://purl.org/dc/terms/license) [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
#### Added
|
||||
- [license](http://purl.org/dc/terms/license) "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en
|
||||
|
||||
- [rights](http://purl.org/dc/terms/rights) "CUBRC Inc., see full license."@en
|
||||
@@ -2,173 +2,33 @@
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/EventOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/old/EventOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/EventOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/EventOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/EventOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/EventOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/EventOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/new/EventOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
|
||||
|
||||
|
||||
### Act of Repayment `http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepayment`
|
||||
#### Removed
|
||||
- [license](http://purl.org/dc/terms/license) [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||
- [Act of Repayment](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepayment) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Act of Financial Instrument Use wherein a Financial Instrument is returned by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount owed to the Creditor from an earlier Act of Loaning."@en
|
||||
|
||||
#### Added
|
||||
- [license](http://purl.org/dc/terms/license) "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en
|
||||
|
||||
- [rights](http://purl.org/dc/terms/rights) "CUBRC Inc., see full license."@en
|
||||
- [Act of Repayment](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepayment) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount the Debtor owes to the Creditor from an earlier Act of Loaning."@en
|
||||
|
||||
|
||||
### Act of Data Transformation `http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDataTransformation`
|
||||
|
||||
#### Added
|
||||
- [Act of Data Transformation](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDataTransformation) [label](http://www.w3.org/2000/01/rdf-schema#label) "Act of Data Transformation"@en
|
||||
|
||||
- [Act of Data Transformation](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDataTransformation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Act of Information Processing in which an algorithm is executed to act upon one or more input Information Content Entities into one or more output Information Content Entities."@en
|
||||
|
||||
- [Act of Data Transformation](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDataTransformation) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "It is not a requirement that the output Information Content Entity(ies) be qualitatively distinct from the input(s) as a result of an Act of Data Transformation, though doing so is typically the goal of performing this Act. Consider, for example, selecting a column in an Excel spreadsheet then executing the \"Remove Duplicates\" Algorithm on it. The intent is to remove rows in that column containing duplicate content. If no duplicate values are present, the information in the column remains unchanged but an Act of Data Transformation was nonetheless performed."@en
|
||||
|
||||
- [Act of Data Transformation](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDataTransformation) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- Class: [Act of Data Transformation](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDataTransformation)
|
||||
|
||||
- [Act of Data Transformation](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDataTransformation) SubClassOf [Act of Information Processing](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInformationProcessing)
|
||||
|
||||
|
||||
### Act of Expressive Communication `http://www.ontologyrepository.com/CommonCoreOntologies/ActOfExpressiveCommunication`
|
||||
### Act of Testifying `http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTestifying`
|
||||
#### Removed
|
||||
- [Act of Expressive Communication](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfExpressiveCommunication) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Act of Communication that expresses the Speaker's attitudes and emotions towards some proposition."@en
|
||||
- [Act of Testifying](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTestifying) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Act of Representative Communication performed by making a statement about one's personal knowledge or belief."@en
|
||||
|
||||
#### Added
|
||||
- [Act of Expressive Communication](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfExpressiveCommunication) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Act of Communication in which an Agent expresses their attitudes or emotions towards some entity."@en
|
||||
|
||||
|
||||
### Act of Information Processing `http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInformationProcessing`
|
||||
|
||||
#### Added
|
||||
- [Act of Information Processing](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInformationProcessing) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [Act of Information Processing](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInformationProcessing) [label](http://www.w3.org/2000/01/rdf-schema#label) "Act of Information Processing"@en
|
||||
|
||||
- [Act of Information Processing](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInformationProcessing) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@en
|
||||
|
||||
- Class: [Act of Information Processing](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInformationProcessing)
|
||||
|
||||
- [Act of Information Processing](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInformationProcessing) SubClassOf [Planned Act](http://www.ontologyrepository.com/CommonCoreOntologies/IntentionalAct)
|
||||
|
||||
|
||||
### Angular Velocity `http://www.ontologyrepository.com/CommonCoreOntologies/AngularVelocity`
|
||||
#### Removed
|
||||
- [Angular Velocity](http://www.ontologyrepository.com/CommonCoreOntologies/AngularVelocity) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Velocity that describes both the angular (i.e. rotational) Speed of an object and the Axis about which the object is Rotating."@en
|
||||
|
||||
#### Added
|
||||
- [Angular Velocity](http://www.ontologyrepository.com/CommonCoreOntologies/AngularVelocity) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Velocity that is characterized by both the angular Speed of an object and the Axis about which the object is Rotating."@en
|
||||
|
||||
- [Angular Velocity](http://www.ontologyrepository.com/CommonCoreOntologies/AngularVelocity) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Rotational Velocity"@en
|
||||
|
||||
|
||||
### Cause `http://www.ontologyrepository.com/CommonCoreOntologies/Cause`
|
||||
#### Removed
|
||||
- [Cause](http://www.ontologyrepository.com/CommonCoreOntologies/Cause) EquivalentTo [process](http://purl.obolibrary.org/obo/BFO_0000015) and ([is cause of](http://www.ontologyrepository.com/CommonCoreOntologies/is_cause_of) some [occurrent](http://purl.obolibrary.org/obo/BFO_0000003))
|
||||
|
||||
#### Added
|
||||
- [Cause](http://www.ontologyrepository.com/CommonCoreOntologies/Cause) EquivalentTo [process](http://purl.obolibrary.org/obo/BFO_0000015) and ([is cause of](http://www.ontologyrepository.com/CommonCoreOntologies/is_cause_of) some [process](http://purl.obolibrary.org/obo/BFO_0000015))
|
||||
|
||||
|
||||
### Decrease of Function `http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfFunction`
|
||||
#### Removed
|
||||
- [Decrease of Function](http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Function that it bears."@en
|
||||
|
||||
- [Decrease of Function](http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfFunction) SubClassOf [Decrease of Realizable Entity](http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfRealizableEntity)
|
||||
|
||||
#### Added
|
||||
- [Decrease of Function](http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears."@en
|
||||
|
||||
- [Decrease of Function](http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfFunction) SubClassOf [Decrease of Disposition](http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfDisposition)
|
||||
|
||||
|
||||
### Effect `http://www.ontologyrepository.com/CommonCoreOntologies/Effect`
|
||||
#### Removed
|
||||
- [Effect](http://www.ontologyrepository.com/CommonCoreOntologies/Effect) EquivalentTo [process](http://purl.obolibrary.org/obo/BFO_0000015) and ([caused by](http://www.ontologyrepository.com/CommonCoreOntologies/caused_by) some [occurrent](http://purl.obolibrary.org/obo/BFO_0000003))
|
||||
|
||||
#### Added
|
||||
- [Effect](http://www.ontologyrepository.com/CommonCoreOntologies/Effect) EquivalentTo [process](http://purl.obolibrary.org/obo/BFO_0000015) and ([caused by](http://www.ontologyrepository.com/CommonCoreOntologies/caused_by) some [process](http://purl.obolibrary.org/obo/BFO_0000015))
|
||||
|
||||
|
||||
### Gain of Disposition `http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDisposition`
|
||||
#### Removed
|
||||
- [Gain of Disposition](http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDisposition) [comment](http://www.w3.org/2000/01/rdf-schema#comment) "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Disposition."@en
|
||||
|
||||
#### Added
|
||||
- [Gain of Disposition](http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDisposition) [comment](http://www.w3.org/2000/01/rdf-schema#comment) "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Disposition."@en
|
||||
|
||||
|
||||
### Gain of Function `http://www.ontologyrepository.com/CommonCoreOntologies/GainOfFunction`
|
||||
#### Removed
|
||||
- [Gain of Function](http://www.ontologyrepository.com/CommonCoreOntologies/GainOfFunction) [comment](http://www.w3.org/2000/01/rdf-schema#comment) "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Function."@en
|
||||
|
||||
- [Gain of Function](http://www.ontologyrepository.com/CommonCoreOntologies/GainOfFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Function."@en
|
||||
|
||||
- [Gain of Function](http://www.ontologyrepository.com/CommonCoreOntologies/GainOfFunction) SubClassOf [Gain of Realizable Entity](http://www.ontologyrepository.com/CommonCoreOntologies/GainOfRealizableEntity)
|
||||
|
||||
#### Added
|
||||
- [Gain of Function](http://www.ontologyrepository.com/CommonCoreOntologies/GainOfFunction) [comment](http://www.w3.org/2000/01/rdf-schema#comment) "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Function."@en
|
||||
|
||||
- [Gain of Function](http://www.ontologyrepository.com/CommonCoreOntologies/GainOfFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function."@en
|
||||
|
||||
- [Gain of Function](http://www.ontologyrepository.com/CommonCoreOntologies/GainOfFunction) SubClassOf [Gain of Disposition](http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDisposition)
|
||||
|
||||
|
||||
### Increase of Function `http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfFunction`
|
||||
#### Removed
|
||||
- [Increase of Function](http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Function that it bears."@en
|
||||
|
||||
- [Increase of Function](http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfFunction) SubClassOf [Increase of Realizable Entity](http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfRealizableEntity)
|
||||
|
||||
#### Added
|
||||
- [Increase of Function](http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears."@en
|
||||
|
||||
- [Increase of Function](http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfFunction) SubClassOf [Increase of Disposition](http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfDisposition)
|
||||
|
||||
|
||||
### Loss of Function `http://www.ontologyrepository.com/CommonCoreOntologies/LossOfFunction`
|
||||
#### Removed
|
||||
- [Loss of Function](http://www.ontologyrepository.com/CommonCoreOntologies/LossOfFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Function."@en
|
||||
|
||||
- [Loss of Function](http://www.ontologyrepository.com/CommonCoreOntologies/LossOfFunction) SubClassOf [Loss of Realizable Entity](http://www.ontologyrepository.com/CommonCoreOntologies/LossOfRealizableEntity)
|
||||
|
||||
#### Added
|
||||
- [Loss of Function](http://www.ontologyrepository.com/CommonCoreOntologies/LossOfFunction) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function."@en
|
||||
|
||||
- [Loss of Function](http://www.ontologyrepository.com/CommonCoreOntologies/LossOfFunction) SubClassOf [Loss of Disposition](http://www.ontologyrepository.com/CommonCoreOntologies/LossOfDisposition)
|
||||
|
||||
|
||||
### Loudness `http://www.ontologyrepository.com/CommonCoreOntologies/Loudness`
|
||||
#### Removed
|
||||
- [Loudness](http://www.ontologyrepository.com/CommonCoreOntologies/Loudness) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Sound Process Profile that is characterized by the amplitude, frequency and power of translated sound waves, typically on a continuum from soft to loud."@en
|
||||
|
||||
#### Added
|
||||
- [Loudness](http://www.ontologyrepository.com/CommonCoreOntologies/Loudness) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Sound Process Profile that is characterized by the amplitude and total energy of translated sound waves, typically on a continuum from soft to loud."@en
|
||||
|
||||
- [Loudness](http://www.ontologyrepository.com/CommonCoreOntologies/Loudness) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "https://byjus.com/physics/loudness-of-sound/"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
|
||||
### Sound Pressure `http://www.ontologyrepository.com/CommonCoreOntologies/SoundPressure`
|
||||
#### Removed
|
||||
- [Sound Pressure](http://www.ontologyrepository.com/CommonCoreOntologies/SoundPressure) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Pressure caused by a Sound Wave that is a local deviation from the ambient Pressure."@en
|
||||
|
||||
#### Added
|
||||
- [Sound Pressure](http://www.ontologyrepository.com/CommonCoreOntologies/SoundPressure) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Pressure that is caused by a Sound Wave and is a local deviation from the ambient Pressure."@en
|
||||
|
||||
|
||||
### Velocity `http://www.ontologyrepository.com/CommonCoreOntologies/Velocity`
|
||||
#### Removed
|
||||
- [Velocity](http://www.ontologyrepository.com/CommonCoreOntologies/Velocity) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Process Profile of an object's Motion that describes its Speed and direction with respect to a frame of reference."@en
|
||||
|
||||
#### Added
|
||||
- [Velocity](http://www.ontologyrepository.com/CommonCoreOntologies/Velocity) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Process Profile of an object's Motion that is characterized by its Speed and direction with respect to a frame of reference."@en
|
||||
- [Act of Testifying](http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTestifying) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Act of Representative Communication performed by stating one's personal knowledge or belief."@en
|
||||
|
||||
@@ -2,173 +2,57 @@
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/ExtendedRelationOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/old/ExtendedRelationOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/ExtendedRelationOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/ExtendedRelationOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/ExtendedRelationOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/ExtendedRelationOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/ExtendedRelationOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/new/ExtendedRelationOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
|
||||
|
||||
|
||||
### has all members located in `http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in`
|
||||
#### Removed
|
||||
- [license](http://purl.org/dc/terms/license) [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||
- [has all members located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) [label](http://www.w3.org/2000/01/rdf-schema#label) "has all members of located in"@en
|
||||
|
||||
- [has all members located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x has all members of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and every member of x is located in y."@en
|
||||
|
||||
- [has all members located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) Range [material entity](http://purl.obolibrary.org/obo/BFO_0000040)
|
||||
|
||||
#### Added
|
||||
- [license](http://purl.org/dc/terms/license) "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en
|
||||
- [has all members located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en
|
||||
|
||||
- [rights](http://purl.org/dc/terms/rights) "CUBRC Inc., see full license."@en
|
||||
- [has all members located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) [label](http://www.w3.org/2000/01/rdf-schema#label) "has all members located in"@en
|
||||
|
||||
- [has all members located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) Range [independent continuant](http://purl.obolibrary.org/obo/BFO_0000004) and (not ([spatial region](http://purl.obolibrary.org/obo/BFO_0000006)))
|
||||
|
||||
|
||||
### acronym `http://www.ontologyrepository.com/CommonCoreOntologies/acronym`
|
||||
### has some member located in `http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in`
|
||||
#### Removed
|
||||
- [acronym](http://www.ontologyrepository.com/CommonCoreOntologies/acronym) SubPropertyOf: [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label)
|
||||
- [has some member located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x has some member of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and at least one member of x is located in y."@en
|
||||
|
||||
- [has some member located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in) [label](http://www.w3.org/2000/01/rdf-schema#label) "has some member of located in"@en
|
||||
|
||||
#### Added
|
||||
- [acronym](http://www.ontologyrepository.com/CommonCoreOntologies/acronym) SubPropertyOf: [altLabel](http://www.w3.org/2004/02/skos/core#altLabel)
|
||||
- [has some member located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en
|
||||
|
||||
- [has some member located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in) [label](http://www.w3.org/2000/01/rdf-schema#label) "has some member located in"@en
|
||||
|
||||
- [has some member located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in) Domain [object aggregate](http://purl.obolibrary.org/obo/BFO_0000027)
|
||||
|
||||
- [has some member located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in) Range [independent continuant](http://purl.obolibrary.org/obo/BFO_0000004) and (not ([spatial region](http://purl.obolibrary.org/obo/BFO_0000006)))
|
||||
|
||||
|
||||
### affects `http://www.ontologyrepository.com/CommonCoreOntologies/affects`
|
||||
### is temporal region of `http://www.ontologyrepository.com/CommonCoreOntologies/is_temporal_region_of`
|
||||
#### Removed
|
||||
- [affects](http://www.ontologyrepository.com/CommonCoreOntologies/affects) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
- [is temporal region of](http://www.ontologyrepository.com/CommonCoreOntologies/is_temporal_region_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [affects](http://www.ontologyrepository.com/CommonCoreOntologies/affects) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en
|
||||
|
||||
|
||||
### caused by `http://www.ontologyrepository.com/CommonCoreOntologies/caused_by`
|
||||
#### Removed
|
||||
- [caused by](http://www.ontologyrepository.com/CommonCoreOntologies/caused_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x caused_by y iff x and y are instances of occurrents, and x is a consequence of y."@en
|
||||
|
||||
#### Added
|
||||
- [caused by](http://www.ontologyrepository.com/CommonCoreOntologies/caused_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en
|
||||
|
||||
|
||||
### disposition of aggregate `http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of_aggregate`
|
||||
#### Removed
|
||||
- [disposition of aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of_aggregate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [disposition of aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of_aggregate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en
|
||||
|
||||
|
||||
### disrupts `http://www.ontologyrepository.com/CommonCoreOntologies/disrupts`
|
||||
#### Removed
|
||||
- [disrupts](http://www.ontologyrepository.com/CommonCoreOntologies/disrupts) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
#### Added
|
||||
- [disrupts](http://www.ontologyrepository.com/CommonCoreOntologies/disrupts) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
|
||||
### has member of located in `http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in`
|
||||
#### Removed
|
||||
- [has member of located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An instance of an Object Aggregate 'has member of located in' an instance of some material entity if and only if every member of that Aggregate is located in the same instance of that material entity."@en
|
||||
|
||||
- [has member of located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) [label](http://www.w3.org/2000/01/rdf-schema#label) "has member of located in"@en
|
||||
|
||||
#### Added
|
||||
- [has member of located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) [label](http://www.w3.org/2000/01/rdf-schema#label) "has all members of located in"@en
|
||||
|
||||
- [has member of located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x has all members of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and every member of x is located in y."@en
|
||||
|
||||
- [has member of located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) SubPropertyOf: [has some member of located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in)
|
||||
|
||||
|
||||
### has object `http://www.ontologyrepository.com/CommonCoreOntologies/has_object`
|
||||
#### Removed
|
||||
- [has object](http://www.ontologyrepository.com/CommonCoreOntologies/has_object) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "If p is a process and c is a continuant, then p has object c if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en
|
||||
|
||||
#### Added
|
||||
- [has object](http://www.ontologyrepository.com/CommonCoreOntologies/has_object) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "If p is a process and c is a continuant, then p has object c if and only if p is performed by an agent and c is part of the projected state that agent intends to achieve by performing p."@en
|
||||
|
||||
|
||||
### has some member of located in `http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in`
|
||||
|
||||
#### Added
|
||||
- [has some member of located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x has member of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and at least one member of x is located in y."@en
|
||||
|
||||
- [has some member of located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in) [label](http://www.w3.org/2000/01/rdf-schema#label) "has some member of located in"@en
|
||||
|
||||
- [has some member of located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- ObjectProperty: [has some member of located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in)
|
||||
|
||||
- [has some member of located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in) SubPropertyOf: [topObjectProperty](http://www.w3.org/2002/07/owl#topObjectProperty)
|
||||
|
||||
|
||||
### inhibited by `http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by`
|
||||
|
||||
#### Added
|
||||
- [inhibited by](http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [inhibited by](http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by) [label](http://www.w3.org/2000/01/rdf-schema#label) "inhibited by"@en
|
||||
|
||||
- [inhibited by](http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en
|
||||
|
||||
- ObjectProperty: [inhibited by](http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by)
|
||||
|
||||
- [inhibited by](http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by) InverseOf [inhibits](http://www.ontologyrepository.com/CommonCoreOntologies/inhibits)
|
||||
|
||||
- [inhibited by](http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by) Domain [process](http://purl.obolibrary.org/obo/BFO_0000015)
|
||||
|
||||
- [inhibited by](http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by) Range [process](http://purl.obolibrary.org/obo/BFO_0000015)
|
||||
|
||||
|
||||
### inhibits `http://www.ontologyrepository.com/CommonCoreOntologies/inhibits`
|
||||
|
||||
#### Added
|
||||
- [inhibits](http://www.ontologyrepository.com/CommonCoreOntologies/inhibits) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en
|
||||
|
||||
- [inhibits](http://www.ontologyrepository.com/CommonCoreOntologies/inhibits) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [inhibits](http://www.ontologyrepository.com/CommonCoreOntologies/inhibits) [label](http://www.w3.org/2000/01/rdf-schema#label) "inhibits"@en
|
||||
|
||||
- ObjectProperty: [inhibits](http://www.ontologyrepository.com/CommonCoreOntologies/inhibits)
|
||||
|
||||
- [inhibits](http://www.ontologyrepository.com/CommonCoreOntologies/inhibits) Domain [process](http://purl.obolibrary.org/obo/BFO_0000015)
|
||||
|
||||
- [inhibits](http://www.ontologyrepository.com/CommonCoreOntologies/inhibits) Range [process](http://purl.obolibrary.org/obo/BFO_0000015)
|
||||
|
||||
|
||||
### is affected by `http://www.ontologyrepository.com/CommonCoreOntologies/is_affected_by`
|
||||
#### Removed
|
||||
- [is affected by](http://www.ontologyrepository.com/CommonCoreOntologies/is_affected_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [is affected by](http://www.ontologyrepository.com/CommonCoreOntologies/is_affected_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en
|
||||
|
||||
|
||||
### is cause of `http://www.ontologyrepository.com/CommonCoreOntologies/is_cause_of`
|
||||
#### Removed
|
||||
- [is cause of](http://www.ontologyrepository.com/CommonCoreOntologies/is_cause_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x is_cause_of y iff x and y are instances of occurrents, and y is a consequence of x."@en
|
||||
|
||||
#### Added
|
||||
- [is cause of](http://www.ontologyrepository.com/CommonCoreOntologies/is_cause_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en
|
||||
|
||||
|
||||
### measurement annotation `http://www.ontologyrepository.com/CommonCoreOntologies/measurement_annotation`
|
||||
#### Removed
|
||||
- [measurement annotation](http://www.ontologyrepository.com/CommonCoreOntologies/measurement_annotation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A measurement value of an instance of a quality, reazlizable or process profile"@en
|
||||
|
||||
#### Added
|
||||
- [measurement annotation](http://www.ontologyrepository.com/CommonCoreOntologies/measurement_annotation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A measurement value of an instance of a quality, realizable or process profile"@en
|
||||
|
||||
|
||||
### quality of aggregate `http://www.ontologyrepository.com/CommonCoreOntologies/quality_of_aggregate`
|
||||
#### Removed
|
||||
- [quality of aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/quality_of_aggregate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [quality of aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/quality_of_aggregate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en
|
||||
|
||||
|
||||
### role of aggregate `http://www.ontologyrepository.com/CommonCoreOntologies/role_of_aggregate`
|
||||
#### Removed
|
||||
- [role of aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/role_of_aggregate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [role of aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/role_of_aggregate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en
|
||||
- [is temporal region of](http://www.ontologyrepository.com/CommonCoreOntologies/is_temporal_region_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "t is temporal region of p = def p occupies temporal region t."@en
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
# Ontology comparison
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/FacilityOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/old/FacilityOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/FacilityOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/FacilityOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
#### Removed
|
||||
- [license](http://purl.org/dc/terms/license) [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
#### Added
|
||||
- [license](http://purl.org/dc/terms/license) "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en
|
||||
|
||||
- [rights](http://purl.org/dc/terms/rights) "CUBRC Inc., see full license."@en
|
||||
|
||||
|
||||
### Communications Facility `http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility`
|
||||
#### Removed
|
||||
- [Communications Facility](http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is the bearer of functions realized in processes of receiving or transmitting information."@en
|
||||
|
||||
#### Added
|
||||
- [Communications Facility](http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed to support processes of receiving or transmitting information."@en
|
||||
|
||||
|
||||
### Mine `http://www.ontologyrepository.com/CommonCoreOntologies/Mine`
|
||||
#### Removed
|
||||
- [Mine](http://www.ontologyrepository.com/CommonCoreOntologies/Mine) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [Mine](http://www.ontologyrepository.com/CommonCoreOntologies/Mine) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed to support the extraction of minerals or other geological materials from an orebody, lode, vein, seam, reef, or placer deposit within the earth."@en
|
||||
|
||||
|
||||
### Radio Relay Station `http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation`
|
||||
#### Removed
|
||||
- [Radio Relay Station](http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Communications Facility that is the bearer of functions realized in the relay of radio signals."@en
|
||||
|
||||
#### Added
|
||||
- [Radio Relay Station](http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en
|
||||
|
||||
|
||||
### Waste Management Facility `http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility`
|
||||
#### Removed
|
||||
- [Waste Management Facility](http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for managing waste from its inception to its final disposal."@en
|
||||
|
||||
#### Added
|
||||
- [Waste Management Facility](http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for managing waste for some portion of the waste's existence."@en
|
||||
@@ -2,119 +2,65 @@
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/GeospatialOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/old/GeospatialOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/GeospatialOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/GeospatialOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/GeospatialOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/GeospatialOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/GeospatialOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/new/GeospatialOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
#### Removed
|
||||
- [license](http://purl.org/dc/terms/license) [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
|
||||
|
||||
### externally connects with `http://www.ontologyrepository.com/CommonCoreOntologies/externally_connects_with`
|
||||
|
||||
#### Added
|
||||
- [license](http://purl.org/dc/terms/license) "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en
|
||||
|
||||
- [rights](http://purl.org/dc/terms/rights) "CUBRC Inc., see full license."@en
|
||||
- [externally connects with](http://www.ontologyrepository.com/CommonCoreOntologies/externally_connects_with) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, "A spatial logic based on regions and connection," Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en
|
||||
|
||||
|
||||
### Continent `http://www.ontologyrepository.com/CommonCoreOntologies/Continent`
|
||||
#### Removed
|
||||
- [Continent](http://www.ontologyrepository.com/CommonCoreOntologies/Continent) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Region bounded by any of the Earth's main continuous expanses of land."@en
|
||||
### has nontangential part `http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_part`
|
||||
|
||||
#### Added
|
||||
- [Continent](http://www.ontologyrepository.com/CommonCoreOntologies/Continent) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en
|
||||
- [has nontangential part](http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_part) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, "A spatial logic based on regions and connection," Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en
|
||||
|
||||
|
||||
### Geospatial Ellipse `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse`
|
||||
#### Removed
|
||||
- [Geospatial Ellipse](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en
|
||||
|
||||
- [Geospatial Ellipse](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse) SubClassOf [Geospatial Line String](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLineString)
|
||||
### has spatial part `http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_part`
|
||||
|
||||
#### Added
|
||||
- [Geospatial Ellipse](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en
|
||||
|
||||
- [Geospatial Ellipse](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse) SubClassOf [One-Dimensional Geospatial Boundary](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary)
|
||||
- [has spatial part](http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_part) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, "A spatial logic based on regions and connection," Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en
|
||||
|
||||
|
||||
### Geospatial Error Region `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialErrorRegion`
|
||||
#### Removed
|
||||
- [Geospatial Error Region](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialErrorRegion) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en
|
||||
### has tangential part `http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_part`
|
||||
|
||||
#### Added
|
||||
- [Geospatial Error Region](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialErrorRegion) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en
|
||||
- [has tangential part](http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_part) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, "A spatial logic based on regions and connection," Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en
|
||||
|
||||
|
||||
### Geospatial Line String `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLineString`
|
||||
#### Removed
|
||||
- [Geospatial Line String](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLineString) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en
|
||||
### nontangential part of `http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_part_of`
|
||||
|
||||
#### Added
|
||||
- [Geospatial Line String](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLineString) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en
|
||||
- [nontangential part of](http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_part_of) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, "A spatial logic based on regions and connection," Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en
|
||||
|
||||
|
||||
### Geospatial Location `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLocation`
|
||||
#### Removed
|
||||
- [Geospatial Location](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLocation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Region at which an Entity or Event is located."@en
|
||||
### partially overlaps with `http://www.ontologyrepository.com/CommonCoreOntologies/partially_overlaps_with`
|
||||
|
||||
#### Added
|
||||
- [Geospatial Location](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLocation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Region that is at which an Entity or Event is located."@en
|
||||
- [partially overlaps with](http://www.ontologyrepository.com/CommonCoreOntologies/partially_overlaps_with) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, "A spatial logic based on regions and connection," Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en
|
||||
|
||||
|
||||
### Geospatial Position `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPosition`
|
||||
#### Removed
|
||||
- [Geospatial Position](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPosition) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A zero-dimensional continuant fiat boundary that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en
|
||||
### spatial part of `http://www.ontologyrepository.com/CommonCoreOntologies/spatial_part_of`
|
||||
|
||||
#### Added
|
||||
- [Geospatial Position](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPosition) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en
|
||||
- [spatial part of](http://www.ontologyrepository.com/CommonCoreOntologies/spatial_part_of) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, "A spatial logic based on regions and connection," Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en
|
||||
|
||||
|
||||
### Geospatial Region `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegion`
|
||||
#### Removed
|
||||
- [Geospatial Region](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegion) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Site at or near the surface of the Earth."@en
|
||||
### tangential part of `http://www.ontologyrepository.com/CommonCoreOntologies/tangential_part_of`
|
||||
|
||||
#### Added
|
||||
- [Geospatial Region](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegion) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Site that is at or near the surface of the Earth."@en
|
||||
|
||||
|
||||
### One-Dimensional Geospatial Boundary `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary`
|
||||
#### Removed
|
||||
- [One-Dimensional Geospatial Boundary](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary) [label](http://www.w3.org/2000/01/rdf-schema#label) "Geospatial Boundary"@en
|
||||
|
||||
- [One-Dimensional Geospatial Boundary](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Continuant Fiat Boundary that is a boundary of some Geospatial Region."@en
|
||||
|
||||
#### Added
|
||||
- [One-Dimensional Geospatial Boundary](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Fiat Line that is a boundary of some Geospatial Region."@en
|
||||
|
||||
- [One-Dimensional Geospatial Boundary](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary) [label](http://www.w3.org/2000/01/rdf-schema#label) "One-Dimensional Geospatial Boundary"@en
|
||||
|
||||
|
||||
### Pitch Axis `http://www.ontologyrepository.com/CommonCoreOntologies/PitchAxis`
|
||||
#### Removed
|
||||
- [Pitch Axis](http://www.ontologyrepository.com/CommonCoreOntologies/PitchAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Axis of Rotation that passes through the center of an object's Mass from one side of the object to the other and is perpendicular to the direction of the object's motion."@en
|
||||
|
||||
#### Added
|
||||
- [Pitch Axis](http://www.ontologyrepository.com/CommonCoreOntologies/PitchAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Axis of Rotation that passes through the center of an object's Mass and is perpendicular both to the direction of the object's motion and to the object's Yaw Axis."@en
|
||||
|
||||
|
||||
### Sea Level `http://www.ontologyrepository.com/CommonCoreOntologies/SeaLevel`
|
||||
#### Removed
|
||||
- [Sea Level](http://www.ontologyrepository.com/CommonCoreOntologies/SeaLevel) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A two-dimensional continuant fiat boundary that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en
|
||||
|
||||
#### Added
|
||||
- [Sea Level](http://www.ontologyrepository.com/CommonCoreOntologies/SeaLevel) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Fiat Surface that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en
|
||||
|
||||
|
||||
### Subcontinent `http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent`
|
||||
#### Removed
|
||||
- [Subcontinent](http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Region bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en
|
||||
|
||||
#### Added
|
||||
- [Subcontinent](http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en
|
||||
- [tangential part of](http://www.ontologyrepository.com/CommonCoreOntologies/tangential_part_of) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, "A spatial logic based on regions and connection," Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en
|
||||
|
||||
@@ -2,195 +2,43 @@
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/InformationEntityOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/old/InformationEntityOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/InformationEntityOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/InformationEntityOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/InformationEntityOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/InformationEntityOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/InformationEntityOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/new/InformationEntityOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
|
||||
|
||||
|
||||
### Mode Point Estimate Information Content Entity `http://www.ontologyrepository.com/CommonCoreOntologies/ModePointEstimateInformationContentEntity`
|
||||
#### Removed
|
||||
- [license](http://purl.org/dc/terms/license) [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||
- [Mode Point Estimate Information Content Entity](http://www.ontologyrepository.com/CommonCoreOntologies/ModePointEstimateInformationContentEntity) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the value or value(s) that occur most often in the set."@en
|
||||
|
||||
#### Added
|
||||
- [license](http://purl.org/dc/terms/license) "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en
|
||||
|
||||
- [rights](http://purl.org/dc/terms/rights) "CUBRC Inc., see full license."@en
|
||||
- [Mode Point Estimate Information Content Entity](http://www.ontologyrepository.com/CommonCoreOntologies/ModePointEstimateInformationContentEntity) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the value or values that occur most often in the set."@en
|
||||
|
||||
|
||||
### Algorithm `http://www.ontologyrepository.com/CommonCoreOntologies/Algorithm`
|
||||
#### Removed
|
||||
- [Algorithm](http://www.ontologyrepository.com/CommonCoreOntologies/Algorithm) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Directive Information Content Entity that prescribes the inputs and output of mathematical functions as well as workflow of execution for achieving a predefined objective."@en
|
||||
### condition described by `http://www.ontologyrepository.com/CommonCoreOntologies/condition_described_by`
|
||||
|
||||
#### Added
|
||||
- [Algorithm](http://www.ontologyrepository.com/CommonCoreOntologies/Algorithm) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Directive Information Content Entity that prescribes some Process and contains a finite sequence of unambiguous instructions in order to achieve some Objective."@en
|
||||
- [condition described by](http://www.ontologyrepository.com/CommonCoreOntologies/condition_described_by) SubPropertyOf: [is subject of](http://www.ontologyrepository.com/CommonCoreOntologies/is_subject_of)
|
||||
|
||||
|
||||
### Artificial Language `http://www.ontologyrepository.com/CommonCoreOntologies/ArtificialLanguage`
|
||||
#### Removed
|
||||
- [Artificial Language](http://www.ontologyrepository.com/CommonCoreOntologies/ArtificialLanguage) DisjointWith [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage)
|
||||
### describes condition `http://www.ontologyrepository.com/CommonCoreOntologies/describes_condition`
|
||||
|
||||
#### Added
|
||||
- [Artificial Language](http://www.ontologyrepository.com/CommonCoreOntologies/ArtificialLanguage) DisjointWith [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage)
|
||||
|
||||
|
||||
### International Geomagnetic Reference Field `http://www.ontologyrepository.com/CommonCoreOntologies/InternationalGeomagneticReferenceField`
|
||||
|
||||
#### Added
|
||||
- [International Geomagnetic Reference Field](http://www.ontologyrepository.com/CommonCoreOntologies/InternationalGeomagneticReferenceField) [comment](http://www.w3.org/2000/01/rdf-schema#comment) "This global main field model provides magnetic field values for any location on Earth, e.g. for navigational purposes (declination) or as a standard for core field subtraction for aeromagnetic surveys. An updated version is adopted by International Association of Geomagnetism and Aeronomy (IAGA) every 5 years)."@en
|
||||
|
||||
- [International Geomagnetic Reference Field](http://www.ontologyrepository.com/CommonCoreOntologies/InternationalGeomagneticReferenceField) [label](http://www.w3.org/2000/01/rdf-schema#label) "International Geomagnetic Reference Field"@en
|
||||
|
||||
- [International Geomagnetic Reference Field](http://www.ontologyrepository.com/CommonCoreOntologies/InternationalGeomagneticReferenceField) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "Alken, P., Thébault, E., Beggan, C.D. et al. International Geomagnetic Reference Field: the thirteenth generation. Earth Planets Space 73, 49 (2021). https://doi.org/10.1186/s40623-020-01288-x , https://www.iaga-aiga.org/"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [International Geomagnetic Reference Field](http://www.ontologyrepository.com/CommonCoreOntologies/InternationalGeomagneticReferenceField) Type [Geospatial Coordinate Reference System](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialCoordinateReferenceSystem)
|
||||
|
||||
- Individual: [International Geomagnetic Reference Field](http://www.ontologyrepository.com/CommonCoreOntologies/InternationalGeomagneticReferenceField)
|
||||
|
||||
|
||||
### Natural Language `http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage`
|
||||
|
||||
#### Added
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "English"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "Spanish"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage) [label](http://www.w3.org/2000/01/rdf-schema#label) "Natural Language"@en
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "Mandarin (Chinese)"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- Class: [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage)
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage) SubClassOf [Language](http://www.ontologyrepository.com/CommonCoreOntologies/Language)
|
||||
|
||||
|
||||
### Natural Language `http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage`
|
||||
#### Removed
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "English"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "Spanish"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage) [label](http://www.w3.org/2000/01/rdf-schema#label) "Natural Language"@en
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "Mandarin (Chinese)"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- Class: [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage)
|
||||
|
||||
- [Natural Language](http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage) SubClassOf [Language](http://www.ontologyrepository.com/CommonCoreOntologies/Language)
|
||||
|
||||
|
||||
|
||||
### Priority Scale `http://www.ontologyrepository.com/CommonCoreOntologies/PriorityScale`
|
||||
#### Removed
|
||||
- [Priority Scale](http://www.ontologyrepository.com/CommonCoreOntologies/PriorityScale) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Reference System that describes a scale used to rank or identify the importance of entities of the specified type."@en
|
||||
|
||||
#### Added
|
||||
- [Priority Scale](http://www.ontologyrepository.com/CommonCoreOntologies/PriorityScale) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Reference System that is designed to be used to rank or identify the importance of entities of the specified type."@en
|
||||
|
||||
|
||||
### Temporal Instant Identifier `http://www.ontologyrepository.com/CommonCoreOntologies/TemporalInstantIdentifier`
|
||||
#### Removed
|
||||
- [Temporal Instant Identifier](http://www.ontologyrepository.com/CommonCoreOntologies/TemporalInstantIdentifier) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Region Identifier that designates some Zero-Dimensional Temporal Region."@en
|
||||
|
||||
- [Temporal Instant Identifier](http://www.ontologyrepository.com/CommonCoreOntologies/TemporalInstantIdentifier) EquivalentTo [Temporal Region Identifier](http://www.ontologyrepository.com/CommonCoreOntologies/TemporalRegionIdentifier) and ([designates](http://www.ontologyrepository.com/CommonCoreOntologies/designates) some [zero-dimensional temporal region](http://purl.obolibrary.org/obo/BFO_0000148))
|
||||
|
||||
#### Added
|
||||
- [Temporal Instant Identifier](http://www.ontologyrepository.com/CommonCoreOntologies/TemporalInstantIdentifier) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Region Identifier that designates some Temporal Instant."@en
|
||||
|
||||
- [Temporal Instant Identifier](http://www.ontologyrepository.com/CommonCoreOntologies/TemporalInstantIdentifier) EquivalentTo [Temporal Region Identifier](http://www.ontologyrepository.com/CommonCoreOntologies/TemporalRegionIdentifier) and ([designates](http://www.ontologyrepository.com/CommonCoreOntologies/designates) some [temporal instant](http://purl.obolibrary.org/obo/BFO_0000203))
|
||||
|
||||
|
||||
### Temporal Interval Identifier `http://www.ontologyrepository.com/CommonCoreOntologies/TemporalIntervalIdentifier`
|
||||
#### Removed
|
||||
- [Temporal Interval Identifier](http://www.ontologyrepository.com/CommonCoreOntologies/TemporalIntervalIdentifier) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Region Identifier that designates some One-Dimensional Temporal Region."@en
|
||||
|
||||
#### Added
|
||||
- [Temporal Interval Identifier](http://www.ontologyrepository.com/CommonCoreOntologies/TemporalIntervalIdentifier) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Region Identifier that designates some Temporal Interval."@en
|
||||
|
||||
|
||||
### has URI value `http://www.ontologyrepository.com/CommonCoreOntologies/has_URI_value`
|
||||
|
||||
#### Added
|
||||
- [has URI value](http://www.ontologyrepository.com/CommonCoreOntologies/has_URI_value) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A data property that has as its range a URI value."@en
|
||||
|
||||
|
||||
### has boolean value `http://www.ontologyrepository.com/CommonCoreOntologies/has_boolean_value`
|
||||
|
||||
#### Added
|
||||
- [has boolean value](http://www.ontologyrepository.com/CommonCoreOntologies/has_boolean_value) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A data property that has as its range a boolean value."@en
|
||||
|
||||
|
||||
### has date value `http://www.ontologyrepository.com/CommonCoreOntologies/has_date_value`
|
||||
|
||||
#### Added
|
||||
- [has date value](http://www.ontologyrepository.com/CommonCoreOntologies/has_date_value) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A data property that has as its range a date value."@en
|
||||
|
||||
|
||||
### has datetime value `http://www.ontologyrepository.com/CommonCoreOntologies/has_datetime_value`
|
||||
|
||||
#### Added
|
||||
- [has datetime value](http://www.ontologyrepository.com/CommonCoreOntologies/has_datetime_value) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A data property that has as its value a datetime value."@en
|
||||
|
||||
|
||||
### has decimal value `http://www.ontologyrepository.com/CommonCoreOntologies/has_decimal_value`
|
||||
|
||||
#### Added
|
||||
- [has decimal value](http://www.ontologyrepository.com/CommonCoreOntologies/has_decimal_value) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A data property that has as its range a decimal value."@en
|
||||
|
||||
|
||||
### has double value `http://www.ontologyrepository.com/CommonCoreOntologies/has_double_value`
|
||||
|
||||
#### Added
|
||||
- [has double value](http://www.ontologyrepository.com/CommonCoreOntologies/has_double_value) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A data property that has as its range a double value."@en
|
||||
|
||||
|
||||
### has integer value `http://www.ontologyrepository.com/CommonCoreOntologies/has_integer_value`
|
||||
|
||||
#### Added
|
||||
- [has integer value](http://www.ontologyrepository.com/CommonCoreOntologies/has_integer_value) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A data property that has as its range an integer value."@en
|
||||
- [describes condition](http://www.ontologyrepository.com/CommonCoreOntologies/describes_condition) SubPropertyOf: [is about](http://www.ontologyrepository.com/CommonCoreOntologies/is_about)
|
||||
|
||||
|
||||
### has text value `http://www.ontologyrepository.com/CommonCoreOntologies/has_text_value`
|
||||
#### Removed
|
||||
- [has text value](http://www.ontologyrepository.com/CommonCoreOntologies/has_text_value) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A relationship between an Information Bearing Entity and a string representation."@en
|
||||
|
||||
- [has text value](http://www.ontologyrepository.com/CommonCoreOntologies/has_text_value) Range: [string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
#### Added
|
||||
- [has text value](http://www.ontologyrepository.com/CommonCoreOntologies/has_text_value) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A data property that has as its range a string value."@en
|
||||
|
||||
- [has text value](http://www.ontologyrepository.com/CommonCoreOntologies/has_text_value) Range: ([langString](http://www.w3.org/1999/02/22-rdf-syntax-ns#langString) or [string](http://www.w3.org/2001/XMLSchema#string))
|
||||
|
||||
|
||||
### prescribes `http://www.ontologyrepository.com/CommonCoreOntologies/prescribes`
|
||||
#### Removed
|
||||
- [prescribes](http://www.ontologyrepository.com/CommonCoreOntologies/prescribes) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "a professional code of conduct serves as a set of rules to be followed while acting in a role within that profession"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [prescribes](http://www.ontologyrepository.com/CommonCoreOntologies/prescribes) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "an Operations Plan serves as a guide for the tasks that need to be performed to achieve the Objectives of the Operation"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [prescribes](http://www.ontologyrepository.com/CommonCoreOntologies/prescribes) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "a blueprint serves as a model of some Artifact or Facility"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
#### Added
|
||||
- [prescribes](http://www.ontologyrepository.com/CommonCoreOntologies/prescribes) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "An operations plan prescribes an operation by enumerating the tasks that need to be performed in order to achieve the objectives of the operation."^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [prescribes](http://www.ontologyrepository.com/CommonCoreOntologies/prescribes) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "A blueprint prescribes some artifact or facility by being a model for it."^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [prescribes](http://www.ontologyrepository.com/CommonCoreOntologies/prescribes) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "A professional code of conduct prescribes some realizations of a profession (role) by giving rules for how the bearer should act in those realizations."^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
# Ontology comparison
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/QualityOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/old/QualityOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/QualityOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/QualityOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
#### Removed
|
||||
- [license](http://purl.org/dc/terms/license) [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
#### Added
|
||||
- [license](http://purl.org/dc/terms/license) "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en
|
||||
|
||||
- [rights](http://purl.org/dc/terms/rights) "CUBRC Inc., see full license."@en
|
||||
|
||||
|
||||
### Cone Shape `http://www.ontologyrepository.com/CommonCoreOntologies/ConeShape`
|
||||
#### Removed
|
||||
- [Cone Shape](http://www.ontologyrepository.com/CommonCoreOntologies/ConeShape) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Three Dimensional Shape that inheres in a bearer in virtue of it having a flat base with sides that taper smoothly to an apex."@en
|
||||
|
||||
#### Added
|
||||
- [Cone Shape](http://www.ontologyrepository.com/CommonCoreOntologies/ConeShape) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Three Dimensional Shape that inheres in a bearer in virtue of it having a Round base that tapers smoothly to an apex."@en
|
||||
|
||||
|
||||
### Pointing Orientation `http://www.ontologyrepository.com/CommonCoreOntologies/PointingOrientation`
|
||||
#### Removed
|
||||
- [Pointing Orientation](http://www.ontologyrepository.com/CommonCoreOntologies/PointingOrientation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Spatial Orientation of an Object in which one or more designated components of the Object are pointed toward a specified Target."@en
|
||||
|
||||
#### Added
|
||||
- [Pointing Orientation](http://www.ontologyrepository.com/CommonCoreOntologies/PointingOrientation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@en
|
||||
|
||||
|
||||
### Spherical `http://www.ontologyrepository.com/CommonCoreOntologies/Spherical`
|
||||
#### Removed
|
||||
- [Spherical](http://www.ontologyrepository.com/CommonCoreOntologies/Spherical) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Three Dimensional Shape inhering in a bearer in virtue of it having round cross sections."@en
|
||||
|
||||
#### Added
|
||||
- [Spherical](http://www.ontologyrepository.com/CommonCoreOntologies/Spherical) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en
|
||||
|
||||
|
||||
### Triangular `http://www.ontologyrepository.com/CommonCoreOntologies/Triangular`
|
||||
#### Removed
|
||||
- [Triangular](http://www.ontologyrepository.com/CommonCoreOntologies/Triangular) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Shape Quality inhering in a bearer in virtue of it having three angles and three sides."@en
|
||||
|
||||
#### Added
|
||||
- [Triangular](http://www.ontologyrepository.com/CommonCoreOntologies/Triangular) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en
|
||||
5
documentation/diff-reports-previous-version/README.md
Normal file
5
documentation/diff-reports-previous-version/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# diff-reports-previous-version
|
||||
|
||||
The diff files located here for changes between versions 1.6 and 1.7 do NOT include the changes introduced by replacing and deprecating the four annotation properties. That change introduced a sweeping set of changes, which results in unnecessary and useless noise to the diff files.
|
||||
|
||||
However, for sake of completness, we are including an additional set of diff files in the subdirectory `anno-prop-diffs` that reflect the changes ONLY relevant to the last commit `5dbff3d` where the four new properties were mapped to the deprecated ones.
|
||||
@@ -2,23 +2,137 @@
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/TimeOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/old/TimeOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/TimeOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/TimeOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/TimeOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/TimeOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/TimeOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/new/TimeOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
#### Removed
|
||||
- [license](http://purl.org/dc/terms/license) [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||
|
||||
|
||||
|
||||
### has inside instant `http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_instant`
|
||||
|
||||
#### Added
|
||||
- [license](http://purl.org/dc/terms/license) "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en
|
||||
- [has inside instant](http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_instant) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
- [rights](http://purl.org/dc/terms/rights) "CUBRC Inc., see full license."@en
|
||||
|
||||
### has inside interval `http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_interval`
|
||||
|
||||
#### Added
|
||||
- [has inside interval](http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_interval) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### instant is after `http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_after`
|
||||
|
||||
#### Added
|
||||
- [instant is after](http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_after) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### instant is before `http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_before`
|
||||
|
||||
#### Added
|
||||
- [instant is before](http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_before) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval contained by `http://www.ontologyrepository.com/CommonCoreOntologies/interval_contained_by`
|
||||
|
||||
#### Added
|
||||
- [interval contained by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_contained_by) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval contains `http://www.ontologyrepository.com/CommonCoreOntologies/interval_contains`
|
||||
|
||||
#### Added
|
||||
- [interval contains](http://www.ontologyrepository.com/CommonCoreOntologies/interval_contains) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval disjoint `http://www.ontologyrepository.com/CommonCoreOntologies/interval_disjoint`
|
||||
|
||||
#### Added
|
||||
- [interval disjoint](http://www.ontologyrepository.com/CommonCoreOntologies/interval_disjoint) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval during `http://www.ontologyrepository.com/CommonCoreOntologies/interval_during`
|
||||
|
||||
#### Added
|
||||
- [interval during](http://www.ontologyrepository.com/CommonCoreOntologies/interval_during) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval equals `http://www.ontologyrepository.com/CommonCoreOntologies/interval_equals`
|
||||
|
||||
#### Added
|
||||
- [interval equals](http://www.ontologyrepository.com/CommonCoreOntologies/interval_equals) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval finished by `http://www.ontologyrepository.com/CommonCoreOntologies/interval_finished_by`
|
||||
|
||||
#### Added
|
||||
- [interval finished by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_finished_by) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval finishes `http://www.ontologyrepository.com/CommonCoreOntologies/interval_finishes`
|
||||
|
||||
#### Added
|
||||
- [interval finishes](http://www.ontologyrepository.com/CommonCoreOntologies/interval_finishes) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval is after `http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_after`
|
||||
|
||||
#### Added
|
||||
- [interval is after](http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_after) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval is before `http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_before`
|
||||
|
||||
#### Added
|
||||
- [interval is before](http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_before) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval meets `http://www.ontologyrepository.com/CommonCoreOntologies/interval_meets`
|
||||
|
||||
#### Added
|
||||
- [interval meets](http://www.ontologyrepository.com/CommonCoreOntologies/interval_meets) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval met by `http://www.ontologyrepository.com/CommonCoreOntologies/interval_met_by`
|
||||
|
||||
#### Added
|
||||
- [interval met by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_met_by) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval overlapped by `http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlapped_by`
|
||||
|
||||
#### Added
|
||||
- [interval overlapped by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlapped_by) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval overlaps `http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlaps`
|
||||
|
||||
#### Added
|
||||
- [interval overlaps](http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlaps) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval started by `http://www.ontologyrepository.com/CommonCoreOntologies/interval_started_by`
|
||||
|
||||
#### Added
|
||||
- [interval started by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_started_by) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### interval starts `http://www.ontologyrepository.com/CommonCoreOntologies/interval_starts`
|
||||
|
||||
#### Added
|
||||
- [interval starts](http://www.ontologyrepository.com/CommonCoreOntologies/interval_starts) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
|
||||
### is inside instant of `http://www.ontologyrepository.com/CommonCoreOntologies/is_inside_instant_of`
|
||||
|
||||
#### Added
|
||||
- [is inside instant of](http://www.ontologyrepository.com/CommonCoreOntologies/is_inside_instant_of) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en
|
||||
|
||||
@@ -2,55 +2,233 @@
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/UnitsOfMeasureOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/old/UnitsOfMeasureOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/UnitsOfMeasureOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/UnitsOfMeasureOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/UnitsOfMeasureOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/UnitsOfMeasureOntology.ttl`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/UnitsOfMeasureOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/new/UnitsOfMeasureOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
|
||||
|
||||
|
||||
### Measurement Unit of Acceleration `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration`
|
||||
#### Removed
|
||||
- [license](http://purl.org/dc/terms/license) [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
|
||||
- [Measurement Unit of Acceleration](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the rate at which objects change their velocities per unit of time."@en
|
||||
|
||||
#### Added
|
||||
- [license](http://purl.org/dc/terms/license) "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en
|
||||
|
||||
- [rights](http://purl.org/dc/terms/rights) "CUBRC Inc., see full license."@en
|
||||
- [Measurement Unit of Acceleration](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the rate at which objects change their velocities per unit of time."@en
|
||||
|
||||
|
||||
### Decibel Isotropic Measurement Unit `http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit`
|
||||
### Measurement Unit of Amount of Substance `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance`
|
||||
#### Removed
|
||||
- [Measurement Unit of Amount of Substance](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the number of a specified type of particle in a portion of matter."@en
|
||||
|
||||
#### Added
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Decibels Relative to an Isotropic Reference Antenna"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
- [Measurement Unit of Amount of Substance](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the number of a specified type of particle in a portion of matter."@en
|
||||
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) [label](http://www.w3.org/2000/01/rdf-schema#label) "Decibel Isotropic Measurement Unit"@en
|
||||
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Decibels Over Isotropic"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
### Measurement Unit of Angle `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle`
|
||||
#### Removed
|
||||
- [Measurement Unit of Angle](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the angle between two lines or planes in relation to a vertex."@en
|
||||
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) [contributor](http://purl.org/dc/terms/contributor) "Olivia Hobai"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
#### Added
|
||||
- [Measurement Unit of Angle](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the angle between two lines or planes in relation to a vertex."@en
|
||||
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) [SI unit symbol](http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_symbol) "dBi"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) [contributor](http://purl.org/dc/terms/contributor) "Donna Jones"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
### Measurement Unit of Area `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea`
|
||||
#### Removed
|
||||
- [Measurement Unit of Area](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of two-dimensional regions or Geospatial Regions."@en
|
||||
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
#### Added
|
||||
- [Measurement Unit of Area](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of two-dimensional regions or Geospatial Regions."@en
|
||||
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Decibels Relative to Isotrope"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Decibels Relative to Isotropic Radiator"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
### Measurement Unit of Area Moment of Inertia `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAreaMomentOfInertia`
|
||||
#### Removed
|
||||
- [Measurement Unit of Area Moment of Inertia](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAreaMomentOfInertia) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the distribution of Mass of an object with respect to an axis."@en
|
||||
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) "https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
#### Added
|
||||
- [Measurement Unit of Area Moment of Inertia](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAreaMomentOfInertia) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to an axis."@en
|
||||
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Decibels Over Isotropic Antenna"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
### Measurement Unit of Density `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfDensity`
|
||||
#### Removed
|
||||
- [Measurement Unit of Density](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfDensity) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the mass of an object per unit of its total volume."@en
|
||||
|
||||
- [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit) Type [Measurement Unit of Power](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower)
|
||||
#### Added
|
||||
- [Measurement Unit of Density](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfDensity) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the mass of an object per unit of its total volume."@en
|
||||
|
||||
- Individual: [Decibel Isotropic Measurement Unit](http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit)
|
||||
|
||||
### Measurement Unit of Electromagnetic Force `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce`
|
||||
#### Removed
|
||||
- [Measurement Unit of Electromagnetic Force](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the electromagnetic force between electrically charged entities."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Electromagnetic Force](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the electromagnetic force between electrically charged entities."@en
|
||||
|
||||
|
||||
### Measurement Unit of Energy `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy`
|
||||
#### Removed
|
||||
- [Measurement Unit of Energy](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the Amount of work that is available in an object."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Energy](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the Amount of work that is available in an object."@en
|
||||
|
||||
|
||||
### Measurement Unit of Flow `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFlow`
|
||||
#### Removed
|
||||
- [Measurement Unit of Flow](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFlow) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the rate at which portions of a substance pass per unit of time."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Flow](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFlow) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the rate at which portions of a substance pass per unit of time."@en
|
||||
|
||||
|
||||
### Measurement Unit of Force `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce`
|
||||
#### Removed
|
||||
- [Measurement Unit of Force](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Force](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en
|
||||
|
||||
|
||||
### Measurement Unit of Frequency `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency`
|
||||
#### Removed
|
||||
- [Measurement Unit of Frequency](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the number of times an event repeats per unit of time."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Frequency](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the number of times an event repeats per unit of time."@en
|
||||
|
||||
|
||||
### Measurement Unit of Impulse `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfImpulse`
|
||||
#### Removed
|
||||
- [Measurement Unit of Impulse](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfImpulse) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the integral of a Force applied to a portion of matter over a temporal interval."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Impulse](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfImpulse) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the integral of a Force applied to a portion of matter over a temporal interval."@en
|
||||
|
||||
|
||||
### Measurement Unit of Length `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength`
|
||||
#### Removed
|
||||
- [Measurement Unit of Length](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of one-dimensional regions or Geospatial Regions."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Length](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of one-dimensional regions or Geospatial Regions."@en
|
||||
|
||||
|
||||
### Measurement Unit of Mass `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass`
|
||||
#### Removed
|
||||
- [Measurement Unit of Mass](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of an object's resistance to Acceleration when a Force is applied to the object."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Mass](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of an object's resistance to Acceleration when a Force is applied to the object."@en
|
||||
|
||||
|
||||
### Measurement Unit of Mass Flow Rate `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate`
|
||||
#### Removed
|
||||
- [Measurement Unit of Mass Flow Rate](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit of Flow used in measurements of the rate at which the Mass of a substance passes per unit time."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Mass Flow Rate](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which the Mass of a substance passes per unit time."@en
|
||||
|
||||
|
||||
### Measurement Unit of Momentum `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMomentum`
|
||||
#### Removed
|
||||
- [Measurement Unit of Momentum](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMomentum) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the Momentum of a portion of matter that is in Motion."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Momentum](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMomentum) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the Momentum of a portion of matter that is in Motion."@en
|
||||
|
||||
|
||||
### Measurement Unit of Power `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower`
|
||||
#### Removed
|
||||
- [Measurement Unit of Power](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of rates of work."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Power](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of rates of work."@en
|
||||
|
||||
|
||||
### Measurement Unit of Pressure `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure`
|
||||
#### Removed
|
||||
- [Measurement Unit of Pressure](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of Force applied perpendicular to a surface per unit area."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Pressure](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of Force applied perpendicular to a surface per unit area."@en
|
||||
|
||||
|
||||
### Measurement Unit of Rotational Inertia `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfRotationalInertia`
|
||||
#### Removed
|
||||
- [Measurement Unit of Rotational Inertia](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfRotationalInertia) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the distribution of Mass of an object with respect to its axis of rotation."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Rotational Inertia](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfRotationalInertia) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to its axis of rotation."@en
|
||||
|
||||
|
||||
### Measurement Unit of Sound Level `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSoundLevel`
|
||||
#### Removed
|
||||
- [Measurement Unit of Sound Level](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSoundLevel) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the level (the loudness) of sounds."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Sound Level](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSoundLevel) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the level (the loudness) of sounds."@en
|
||||
|
||||
|
||||
### Measurement Unit of Speed `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed`
|
||||
#### Removed
|
||||
- [Measurement Unit of Speed](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the rates at which objects traverse distance."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Speed](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the rates at which objects traverse distance."@en
|
||||
|
||||
|
||||
### Measurement Unit of Temperature `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTemperature`
|
||||
#### Removed
|
||||
- [Measurement Unit of Temperature](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTemperature) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the thermal energy in an object."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Temperature](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTemperature) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the thermal energy in an object."@en
|
||||
|
||||
|
||||
### Measurement Unit of Time `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime`
|
||||
#### Removed
|
||||
- [Measurement Unit of Time](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of temporal regions."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Time](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of temporal regions."@en
|
||||
|
||||
|
||||
### Measurement Unit of Torque `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTorque`
|
||||
#### Removed
|
||||
- [Measurement Unit of Torque](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTorque) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of the rate of change of angular momentum of an object."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Torque](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTorque) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of the rate of change of angular momentum of an object."@en
|
||||
|
||||
|
||||
### Measurement Unit of Volume `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume`
|
||||
#### Removed
|
||||
- [Measurement Unit of Volume](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of sites or three-dimensional regions or Geospatial Regions."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Volume](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of sites or three-dimensional regions or Geospatial Regions."@en
|
||||
|
||||
|
||||
### Measurement Unit of Volumetric Flow Rate `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate`
|
||||
#### Removed
|
||||
- [Measurement Unit of Volumetric Flow Rate](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit of Flow used in measurements of the rate at which volumes of fluid pass per unit time."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Volumetric Flow Rate](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which volumes of fluid pass per unit time."@en
|
||||
|
||||
|
||||
### Measurement Unit of Work `http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork`
|
||||
#### Removed
|
||||
- [Measurement Unit of Work](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of displacements of points to which Forces have been applied."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Work](http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit that is used as a standard for measurement of displacements of points to which Forces have been applied."@en
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,30 @@
|
||||
# Ontology comparison
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/CurrencyUnitOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/CurrencyUnitOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/CurrencyUnitOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/temp/CurrencyUnitOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
|
||||
|
||||
|
||||
### Measurement Unit of Currency `http://www.ontologyrepository.com/CommonCoreOntologies/CurrencyUnit`
|
||||
#### Removed
|
||||
- [Measurement Unit of Currency](http://www.ontologyrepository.com/CommonCoreOntologies/CurrencyUnit) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "U.S. Dollar, Euro, Yuan, South African Rand"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [Measurement Unit of Currency](http://www.ontologyrepository.com/CommonCoreOntologies/CurrencyUnit) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Measurement Unit used in measurements of financial values."@en
|
||||
|
||||
#### Added
|
||||
- [Measurement Unit of Currency](http://www.ontologyrepository.com/CommonCoreOntologies/CurrencyUnit) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Measurement Unit used in measurements of financial values."@en
|
||||
|
||||
- [Measurement Unit of Currency](http://www.ontologyrepository.com/CommonCoreOntologies/CurrencyUnit) [example](http://www.w3.org/2004/02/skos/core#example) "U.S. Dollar, Euro, Yuan, South African Rand"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,622 @@
|
||||
# Ontology comparison
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/ExtendedRelationOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/ExtendedRelationOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/ExtendedRelationOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/temp/ExtendedRelationOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
|
||||
|
||||
|
||||
### accessory in `http://www.ontologyrepository.com/CommonCoreOntologies/accessory_in`
|
||||
#### Removed
|
||||
- [accessory in](http://www.ontologyrepository.com/CommonCoreOntologies/accessory_in) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [accessory in](http://www.ontologyrepository.com/CommonCoreOntologies/accessory_in) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### accomplice in `http://www.ontologyrepository.com/CommonCoreOntologies/accomplice_in`
|
||||
#### Removed
|
||||
- [accomplice in](http://www.ontologyrepository.com/CommonCoreOntologies/accomplice_in) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en
|
||||
|
||||
#### Added
|
||||
- [accomplice in](http://www.ontologyrepository.com/CommonCoreOntologies/accomplice_in) [definition](http://www.w3.org/2004/02/skos/core#definition) "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en
|
||||
|
||||
|
||||
### acronym `http://www.ontologyrepository.com/CommonCoreOntologies/acronym`
|
||||
#### Removed
|
||||
- [acronym](http://www.ontologyrepository.com/CommonCoreOntologies/acronym) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en
|
||||
|
||||
#### Added
|
||||
- [acronym](http://www.ontologyrepository.com/CommonCoreOntologies/acronym) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en
|
||||
|
||||
|
||||
### affects `http://www.ontologyrepository.com/CommonCoreOntologies/affects`
|
||||
#### Removed
|
||||
- [affects](http://www.ontologyrepository.com/CommonCoreOntologies/affects) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en
|
||||
|
||||
#### Added
|
||||
- [affects](http://www.ontologyrepository.com/CommonCoreOntologies/affects) [definition](http://www.w3.org/2004/02/skos/core#definition) "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en
|
||||
|
||||
|
||||
### aggregate bearer of `http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_bearer_of`
|
||||
#### Removed
|
||||
- [aggregate bearer of](http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_bearer_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [aggregate bearer of](http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_bearer_of) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### aggregate has disposition `http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_disposition`
|
||||
#### Removed
|
||||
- [aggregate has disposition](http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_disposition) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [aggregate has disposition](http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_disposition) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### aggregate has quality `http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_quality`
|
||||
#### Removed
|
||||
- [aggregate has quality](http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_quality) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [aggregate has quality](http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_quality) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### aggregate has role `http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_role`
|
||||
#### Removed
|
||||
- [aggregate has role](http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_role) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [aggregate has role](http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_role) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### alternative label `http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label`
|
||||
#### Removed
|
||||
- [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A term or phrase that may be used in place of the stated rdfs:label to denote the entity in question."@en
|
||||
|
||||
- [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) [label](http://www.w3.org/2000/01/rdf-schema#label) "alternative label"@en
|
||||
|
||||
- AnnotationProperty: [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label)
|
||||
|
||||
|
||||
|
||||
### caused by `http://www.ontologyrepository.com/CommonCoreOntologies/caused_by`
|
||||
#### Removed
|
||||
- [caused by](http://www.ontologyrepository.com/CommonCoreOntologies/caused_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en
|
||||
|
||||
#### Added
|
||||
- [caused by](http://www.ontologyrepository.com/CommonCoreOntologies/caused_by) [definition](http://www.w3.org/2004/02/skos/core#definition) "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en
|
||||
|
||||
|
||||
### code license `http://www.ontologyrepository.com/CommonCoreOntologies/code_license`
|
||||
#### Removed
|
||||
- [code license](http://www.ontologyrepository.com/CommonCoreOntologies/code_license) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "The name and description of the license under which the .owl file is released."@en
|
||||
|
||||
#### Added
|
||||
- [code license](http://www.ontologyrepository.com/CommonCoreOntologies/code_license) [definition](http://www.w3.org/2004/02/skos/core#definition) "The name and description of the license under which the .owl file is released."@en
|
||||
|
||||
|
||||
### content license `http://www.ontologyrepository.com/CommonCoreOntologies/content_license`
|
||||
#### Removed
|
||||
- [content license](http://www.ontologyrepository.com/CommonCoreOntologies/content_license) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en
|
||||
|
||||
#### Added
|
||||
- [content license](http://www.ontologyrepository.com/CommonCoreOntologies/content_license) [definition](http://www.w3.org/2004/02/skos/core#definition) "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en
|
||||
|
||||
|
||||
### copyright `http://www.ontologyrepository.com/CommonCoreOntologies/copyright`
|
||||
#### Removed
|
||||
- [copyright](http://www.ontologyrepository.com/CommonCoreOntologies/copyright) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An assertion of copyright"@en
|
||||
|
||||
#### Added
|
||||
- [copyright](http://www.ontologyrepository.com/CommonCoreOntologies/copyright) [definition](http://www.w3.org/2004/02/skos/core#definition) "An assertion of copyright"@en
|
||||
|
||||
|
||||
### created `http://purl.org/dc/terms/created`
|
||||
#### Removed
|
||||
- AnnotationProperty: [created](http://purl.org/dc/terms/created)
|
||||
|
||||
|
||||
|
||||
### creator `http://purl.org/dc/terms/creator`
|
||||
#### Removed
|
||||
- AnnotationProperty: [creator](http://purl.org/dc/terms/creator)
|
||||
|
||||
|
||||
|
||||
### definition `http://www.ontologyrepository.com/CommonCoreOntologies/definition`
|
||||
#### Removed
|
||||
- [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) [label](http://www.w3.org/2000/01/rdf-schema#label) "definition"@en
|
||||
|
||||
- [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A natural language explication of the meaning of the term."@en
|
||||
|
||||
- [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- AnnotationProperty: [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition)
|
||||
|
||||
|
||||
|
||||
### definition `http://www.w3.org/2004/02/skos/core#definition`
|
||||
|
||||
#### Added
|
||||
- [definition](http://www.w3.org/2004/02/skos/core#definition) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [definition](http://www.w3.org/2004/02/skos/core#definition) [definition](http://www.w3.org/2004/02/skos/core#definition) "A natural language explication of the meaning of the term."@en
|
||||
|
||||
- [definition](http://www.w3.org/2004/02/skos/core#definition) [label](http://www.w3.org/2000/01/rdf-schema#label) "definition"@en
|
||||
|
||||
- AnnotationProperty: [definition](http://www.w3.org/2004/02/skos/core#definition)
|
||||
|
||||
|
||||
### definition source `http://www.ontologyrepository.com/CommonCoreOntologies/definition_source`
|
||||
#### Removed
|
||||
- [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A citation of where all or some of the information used to create the term's Definition was acquired from."@en
|
||||
|
||||
#### Added
|
||||
- [definition source](http://www.ontologyrepository.com/CommonCoreOntologies/definition_source) [definition](http://www.w3.org/2004/02/skos/core#definition) "A citation of where all or some of the information used to create the term's Definition was acquired from."@en
|
||||
|
||||
|
||||
### designator annotation `http://www.ontologyrepository.com/CommonCoreOntologies/designator_annotation`
|
||||
#### Removed
|
||||
- [designator annotation](http://www.ontologyrepository.com/CommonCoreOntologies/designator_annotation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A name or other identifier that is used to designate an individual."@en
|
||||
|
||||
#### Added
|
||||
- [designator annotation](http://www.ontologyrepository.com/CommonCoreOntologies/designator_annotation) [definition](http://www.w3.org/2004/02/skos/core#definition) "A name or other identifier that is used to designate an individual."@en
|
||||
|
||||
|
||||
### disposition of aggregate `http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of_aggregate`
|
||||
#### Removed
|
||||
- [disposition of aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of_aggregate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en
|
||||
|
||||
#### Added
|
||||
- [disposition of aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of_aggregate) [definition](http://www.w3.org/2004/02/skos/core#definition) "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en
|
||||
|
||||
|
||||
### disrupts `http://www.ontologyrepository.com/CommonCoreOntologies/disrupts`
|
||||
#### Removed
|
||||
- [disrupts](http://www.ontologyrepository.com/CommonCoreOntologies/disrupts) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en
|
||||
|
||||
- [disrupts](http://www.ontologyrepository.com/CommonCoreOntologies/disrupts) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A relation where one process disrupts another process from occurring as it would have."@en
|
||||
|
||||
#### Added
|
||||
- [disrupts](http://www.ontologyrepository.com/CommonCoreOntologies/disrupts) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en
|
||||
|
||||
- [disrupts](http://www.ontologyrepository.com/CommonCoreOntologies/disrupts) [definition](http://www.w3.org/2004/02/skos/core#definition) "A relation where one process disrupts another process from occurring as it would have."@en
|
||||
|
||||
|
||||
### doctrinal acronym `http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_acronym`
|
||||
#### Removed
|
||||
- [doctrinal acronym](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_acronym) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Acronym that is used by a Doctrinal Source to denote the entity."@en
|
||||
|
||||
#### Added
|
||||
- [doctrinal acronym](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_acronym) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Acronym that is used by a Doctrinal Source to denote the entity."@en
|
||||
|
||||
|
||||
### doctrinal definition `http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_definition`
|
||||
#### Removed
|
||||
- [doctrinal definition](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_definition) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Definition that is taken directly from a Doctrinal Source."@en
|
||||
|
||||
- [doctrinal definition](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_definition) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en
|
||||
|
||||
- [doctrinal definition](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_definition) SubPropertyOf: [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition)
|
||||
|
||||
#### Added
|
||||
- [doctrinal definition](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_definition) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en
|
||||
|
||||
- [doctrinal definition](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_definition) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Definition that is taken directly from a Doctrinal Source."@en
|
||||
|
||||
- [doctrinal definition](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_definition) SubPropertyOf: [definition](http://www.w3.org/2004/02/skos/core#definition)
|
||||
|
||||
|
||||
### doctrinal label `http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_label`
|
||||
#### Removed
|
||||
- [doctrinal label](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_label) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label."@en
|
||||
|
||||
- [doctrinal label](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_label) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en
|
||||
|
||||
- [doctrinal label](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_label) SubPropertyOf: [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label)
|
||||
|
||||
#### Added
|
||||
- [doctrinal label](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_label) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label."@en
|
||||
|
||||
- [doctrinal label](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_label) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en
|
||||
|
||||
- [doctrinal label](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_label) SubPropertyOf: [altLabel](http://www.w3.org/2004/02/skos/core#altLabel)
|
||||
|
||||
|
||||
### doctrinal source `http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_source`
|
||||
#### Removed
|
||||
- [doctrinal source](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_source) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en
|
||||
|
||||
#### Added
|
||||
- [doctrinal source](http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_source) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en
|
||||
|
||||
|
||||
### editorialNote `http://www.w3.org/2004/02/skos/core#editorialNote`
|
||||
#### Removed
|
||||
- AnnotationProperty: [editorialNote](http://www.w3.org/2004/02/skos/core#editorialNote)
|
||||
|
||||
|
||||
|
||||
### elucidation `http://www.ontologyrepository.com/CommonCoreOntologies/elucidation`
|
||||
#### Removed
|
||||
- [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) [label](http://www.w3.org/2000/01/rdf-schema#label) "elucidation"@en
|
||||
|
||||
- [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A clarification or further explanation of a term beyond what is included in the Definition or which is used when the term is primitive such that no non-circular definition can be given for it."@en
|
||||
|
||||
- AnnotationProperty: [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation)
|
||||
|
||||
|
||||
|
||||
### example of usage `http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage`
|
||||
#### Removed
|
||||
- [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) [label](http://www.w3.org/2000/01/rdf-schema#label) "example of usage"@en
|
||||
|
||||
- [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A phrase, sentence or set of terms intended to convey the conventional usage of the term."@en
|
||||
|
||||
- [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^[anyURI](http://www.w3.org/2001/XMLSchema#anyURI)
|
||||
|
||||
- AnnotationProperty: [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage)
|
||||
|
||||
|
||||
|
||||
### has accessory `http://www.ontologyrepository.com/CommonCoreOntologies/has_accessory`
|
||||
#### Removed
|
||||
- [has accessory](http://www.ontologyrepository.com/CommonCoreOntologies/has_accessory) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [has accessory](http://www.ontologyrepository.com/CommonCoreOntologies/has_accessory) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### has accomplice `http://www.ontologyrepository.com/CommonCoreOntologies/has_accomplice`
|
||||
#### Removed
|
||||
- [has accomplice](http://www.ontologyrepository.com/CommonCoreOntologies/has_accomplice) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en
|
||||
|
||||
#### Added
|
||||
- [has accomplice](http://www.ontologyrepository.com/CommonCoreOntologies/has_accomplice) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en
|
||||
|
||||
|
||||
### has all members located in `http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in`
|
||||
#### Removed
|
||||
- [has all members located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en
|
||||
|
||||
#### Added
|
||||
- [has all members located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in) [definition](http://www.w3.org/2004/02/skos/core#definition) "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en
|
||||
|
||||
|
||||
### has input `http://www.ontologyrepository.com/CommonCoreOntologies/has_input`
|
||||
#### Removed
|
||||
- [has input](http://www.ontologyrepository.com/CommonCoreOntologies/has_input) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en
|
||||
|
||||
#### Added
|
||||
- [has input](http://www.ontologyrepository.com/CommonCoreOntologies/has_input) [definition](http://www.w3.org/2004/02/skos/core#definition) "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en
|
||||
|
||||
|
||||
### has object `http://www.ontologyrepository.com/CommonCoreOntologies/has_object`
|
||||
#### Removed
|
||||
- [has object](http://www.ontologyrepository.com/CommonCoreOntologies/has_object) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "If p is a process and c is a continuant, then p has object c if and only if p is performed by an agent and c is part of the projected state that agent intends to achieve by performing p."@en
|
||||
|
||||
#### Added
|
||||
- [has object](http://www.ontologyrepository.com/CommonCoreOntologies/has_object) [definition](http://www.w3.org/2004/02/skos/core#definition) "If p is a process and c is a continuant, then p has object c if and only if p is performed by an agent and c is part of the projected state that agent intends to achieve by performing p."@en
|
||||
|
||||
|
||||
### has output `http://www.ontologyrepository.com/CommonCoreOntologies/has_output`
|
||||
#### Removed
|
||||
- [has output](http://www.ontologyrepository.com/CommonCoreOntologies/has_output) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [has output](http://www.ontologyrepository.com/CommonCoreOntologies/has_output) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### has process part `http://www.ontologyrepository.com/CommonCoreOntologies/has_process_part`
|
||||
#### Removed
|
||||
- [has process part](http://www.ontologyrepository.com/CommonCoreOntologies/has_process_part) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [has process part](http://www.ontologyrepository.com/CommonCoreOntologies/has_process_part) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### has some member located in `http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in`
|
||||
#### Removed
|
||||
- [has some member located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en
|
||||
|
||||
#### Added
|
||||
- [has some member located in](http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in) [definition](http://www.w3.org/2004/02/skos/core#definition) "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en
|
||||
|
||||
|
||||
### has token unit `http://www.ontologyrepository.com/CommonCoreOntologies/has_token_unit`
|
||||
#### Removed
|
||||
- [has token unit](http://www.ontologyrepository.com/CommonCoreOntologies/has_token_unit) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en
|
||||
|
||||
#### Added
|
||||
- [has token unit](http://www.ontologyrepository.com/CommonCoreOntologies/has_token_unit) [definition](http://www.w3.org/2004/02/skos/core#definition) "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en
|
||||
|
||||
|
||||
### http query string `http://www.ontologyrepository.com/CommonCoreOntologies/http_query_string`
|
||||
#### Removed
|
||||
- [http query string](http://www.ontologyrepository.com/CommonCoreOntologies/http_query_string) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en
|
||||
|
||||
#### Added
|
||||
- [http query string](http://www.ontologyrepository.com/CommonCoreOntologies/http_query_string) [definition](http://www.w3.org/2004/02/skos/core#definition) "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en
|
||||
|
||||
|
||||
### inheres in aggregate `http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in_aggregate`
|
||||
#### Removed
|
||||
- [inheres in aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in_aggregate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [inheres in aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in_aggregate) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### inhibited by `http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by`
|
||||
#### Removed
|
||||
- [inhibited by](http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en
|
||||
|
||||
#### Added
|
||||
- [inhibited by](http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by) [definition](http://www.w3.org/2004/02/skos/core#definition) "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en
|
||||
|
||||
|
||||
### inhibits `http://www.ontologyrepository.com/CommonCoreOntologies/inhibits`
|
||||
#### Removed
|
||||
- [inhibits](http://www.ontologyrepository.com/CommonCoreOntologies/inhibits) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en
|
||||
|
||||
#### Added
|
||||
- [inhibits](http://www.ontologyrepository.com/CommonCoreOntologies/inhibits) [definition](http://www.w3.org/2004/02/skos/core#definition) "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en
|
||||
|
||||
|
||||
### interval measurement annotation `http://www.ontologyrepository.com/CommonCoreOntologies/interval_measurement_annotation`
|
||||
#### Removed
|
||||
- [interval measurement annotation](http://www.ontologyrepository.com/CommonCoreOntologies/interval_measurement_annotation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A interval measurement value of an instance of a quality, realizable or process profile "@en
|
||||
|
||||
#### Added
|
||||
- [interval measurement annotation](http://www.ontologyrepository.com/CommonCoreOntologies/interval_measurement_annotation) [definition](http://www.w3.org/2004/02/skos/core#definition) "A interval measurement value of an instance of a quality, realizable or process profile "@en
|
||||
|
||||
|
||||
### is affected by `http://www.ontologyrepository.com/CommonCoreOntologies/is_affected_by`
|
||||
#### Removed
|
||||
- [is affected by](http://www.ontologyrepository.com/CommonCoreOntologies/is_affected_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en
|
||||
|
||||
#### Added
|
||||
- [is affected by](http://www.ontologyrepository.com/CommonCoreOntologies/is_affected_by) [definition](http://www.w3.org/2004/02/skos/core#definition) "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en
|
||||
|
||||
|
||||
### is cause of `http://www.ontologyrepository.com/CommonCoreOntologies/is_cause_of`
|
||||
#### Removed
|
||||
- [is cause of](http://www.ontologyrepository.com/CommonCoreOntologies/is_cause_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en
|
||||
|
||||
#### Added
|
||||
- [is cause of](http://www.ontologyrepository.com/CommonCoreOntologies/is_cause_of) [definition](http://www.w3.org/2004/02/skos/core#definition) "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en
|
||||
|
||||
|
||||
### is curated in ontology `http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology`
|
||||
#### Removed
|
||||
- [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en
|
||||
|
||||
#### Added
|
||||
- [is curated in ontology](http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology) [definition](http://www.w3.org/2004/02/skos/core#definition) "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en
|
||||
|
||||
|
||||
### is disrupted by `http://www.ontologyrepository.com/CommonCoreOntologies/is_disrupted_by`
|
||||
#### Removed
|
||||
- [is disrupted by](http://www.ontologyrepository.com/CommonCoreOntologies/is_disrupted_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "Inverse of disrupts."^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
#### Added
|
||||
- [is disrupted by](http://www.ontologyrepository.com/CommonCoreOntologies/is_disrupted_by) [definition](http://www.w3.org/2004/02/skos/core#definition) "Inverse of disrupts."^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
|
||||
### is input of `http://www.ontologyrepository.com/CommonCoreOntologies/is_input_of`
|
||||
#### Removed
|
||||
- [is input of](http://www.ontologyrepository.com/CommonCoreOntologies/is_input_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en
|
||||
|
||||
#### Added
|
||||
- [is input of](http://www.ontologyrepository.com/CommonCoreOntologies/is_input_of) [definition](http://www.w3.org/2004/02/skos/core#definition) "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en
|
||||
|
||||
|
||||
### is made of `http://www.ontologyrepository.com/CommonCoreOntologies/is_made_of`
|
||||
#### Removed
|
||||
- [is made of](http://www.ontologyrepository.com/CommonCoreOntologies/is_made_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en
|
||||
|
||||
#### Added
|
||||
- [is made of](http://www.ontologyrepository.com/CommonCoreOntologies/is_made_of) [definition](http://www.w3.org/2004/02/skos/core#definition) "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en
|
||||
|
||||
|
||||
### is material of `http://www.ontologyrepository.com/CommonCoreOntologies/is_material_of`
|
||||
#### Removed
|
||||
- [is material of](http://www.ontologyrepository.com/CommonCoreOntologies/is_material_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en
|
||||
|
||||
#### Added
|
||||
- [is material of](http://www.ontologyrepository.com/CommonCoreOntologies/is_material_of) [definition](http://www.w3.org/2004/02/skos/core#definition) "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en
|
||||
|
||||
|
||||
### is object of `http://www.ontologyrepository.com/CommonCoreOntologies/is_object_of`
|
||||
#### Removed
|
||||
- [is object of](http://www.ontologyrepository.com/CommonCoreOntologies/is_object_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en
|
||||
|
||||
#### Added
|
||||
- [is object of](http://www.ontologyrepository.com/CommonCoreOntologies/is_object_of) [definition](http://www.w3.org/2004/02/skos/core#definition) "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en
|
||||
|
||||
|
||||
### is output of `http://www.ontologyrepository.com/CommonCoreOntologies/is_output_of`
|
||||
#### Removed
|
||||
- [is output of](http://www.ontologyrepository.com/CommonCoreOntologies/is_output_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [is output of](http://www.ontologyrepository.com/CommonCoreOntologies/is_output_of) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### is part of process `http://www.ontologyrepository.com/CommonCoreOntologies/is_part_of_process`
|
||||
#### Removed
|
||||
- [is part of process](http://www.ontologyrepository.com/CommonCoreOntologies/is_part_of_process) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [is part of process](http://www.ontologyrepository.com/CommonCoreOntologies/is_part_of_process) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### is predecessor of `http://www.ontologyrepository.com/CommonCoreOntologies/is_predecessor_of`
|
||||
#### Removed
|
||||
- [is predecessor of](http://www.ontologyrepository.com/CommonCoreOntologies/is_predecessor_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en
|
||||
|
||||
- [is predecessor of](http://www.ontologyrepository.com/CommonCoreOntologies/is_predecessor_of) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en
|
||||
|
||||
#### Added
|
||||
- [is predecessor of](http://www.ontologyrepository.com/CommonCoreOntologies/is_predecessor_of) [definition](http://www.w3.org/2004/02/skos/core#definition) "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en
|
||||
|
||||
- [is predecessor of](http://www.ontologyrepository.com/CommonCoreOntologies/is_predecessor_of) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en
|
||||
|
||||
|
||||
### is site of `http://www.ontologyrepository.com/CommonCoreOntologies/is_site_of`
|
||||
#### Removed
|
||||
- [is site of](http://www.ontologyrepository.com/CommonCoreOntologies/is_site_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [is site of](http://www.ontologyrepository.com/CommonCoreOntologies/is_site_of) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### is successor of `http://www.ontologyrepository.com/CommonCoreOntologies/is_successor_of`
|
||||
#### Removed
|
||||
- [is successor of](http://www.ontologyrepository.com/CommonCoreOntologies/is_successor_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "@en
|
||||
|
||||
#### Added
|
||||
- [is successor of](http://www.ontologyrepository.com/CommonCoreOntologies/is_successor_of) [definition](http://www.w3.org/2004/02/skos/core#definition) "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "@en
|
||||
|
||||
|
||||
### is temporal region of `http://www.ontologyrepository.com/CommonCoreOntologies/is_temporal_region_of`
|
||||
#### Removed
|
||||
- [is temporal region of](http://www.ontologyrepository.com/CommonCoreOntologies/is_temporal_region_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "t is temporal region of p = def p occupies temporal region t."@en
|
||||
|
||||
#### Added
|
||||
- [is temporal region of](http://www.ontologyrepository.com/CommonCoreOntologies/is_temporal_region_of) [definition](http://www.w3.org/2004/02/skos/core#definition) "t is temporal region of p iff p occupies temporal region t."@en
|
||||
|
||||
|
||||
### is tokenized by `http://www.ontologyrepository.com/CommonCoreOntologies/is_tokenized_by`
|
||||
#### Removed
|
||||
- [is tokenized by](http://www.ontologyrepository.com/CommonCoreOntologies/is_tokenized_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A relation between an information content entity and a widely used token used to express it."@en
|
||||
|
||||
#### Added
|
||||
- [is tokenized by](http://www.ontologyrepository.com/CommonCoreOntologies/is_tokenized_by) [definition](http://www.w3.org/2004/02/skos/core#definition) "A relation between an information content entity and a widely used token used to express it."@en
|
||||
|
||||
|
||||
### license `http://purl.org/dc/terms/license`
|
||||
#### Removed
|
||||
- AnnotationProperty: [license](http://purl.org/dc/terms/license)
|
||||
|
||||
|
||||
|
||||
### measurement annotation `http://www.ontologyrepository.com/CommonCoreOntologies/measurement_annotation`
|
||||
#### Removed
|
||||
- [measurement annotation](http://www.ontologyrepository.com/CommonCoreOntologies/measurement_annotation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A measurement value of an instance of a quality, realizable or process profile"@en
|
||||
|
||||
#### Added
|
||||
- [measurement annotation](http://www.ontologyrepository.com/CommonCoreOntologies/measurement_annotation) [definition](http://www.w3.org/2004/02/skos/core#definition) "A measurement value of an instance of a quality, realizable or process profile"@en
|
||||
|
||||
|
||||
### nominal measurement annotation `http://www.ontologyrepository.com/CommonCoreOntologies/nominal_measurement_annotation`
|
||||
#### Removed
|
||||
- [nominal measurement annotation](http://www.ontologyrepository.com/CommonCoreOntologies/nominal_measurement_annotation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A nominal measurement value of an instance of a quality, realizable or process profile"@en
|
||||
|
||||
#### Added
|
||||
- [nominal measurement annotation](http://www.ontologyrepository.com/CommonCoreOntologies/nominal_measurement_annotation) [definition](http://www.w3.org/2004/02/skos/core#definition) "A nominal measurement value of an instance of a quality, realizable or process profile"@en
|
||||
|
||||
|
||||
### occurs at `http://www.ontologyrepository.com/CommonCoreOntologies/occurs_at`
|
||||
#### Removed
|
||||
- [occurs at](http://www.ontologyrepository.com/CommonCoreOntologies/occurs_at) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [occurs at](http://www.ontologyrepository.com/CommonCoreOntologies/occurs_at) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### ordinal measurement annotation `http://www.ontologyrepository.com/CommonCoreOntologies/ordinal_measurement_annotation`
|
||||
#### Removed
|
||||
- [ordinal measurement annotation](http://www.ontologyrepository.com/CommonCoreOntologies/ordinal_measurement_annotation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An ordinal measurement value of an instance of a quality, realizable or process profile"@en
|
||||
|
||||
#### Added
|
||||
- [ordinal measurement annotation](http://www.ontologyrepository.com/CommonCoreOntologies/ordinal_measurement_annotation) [definition](http://www.w3.org/2004/02/skos/core#definition) "An ordinal measurement value of an instance of a quality, realizable or process profile"@en
|
||||
|
||||
|
||||
### process started by `http://www.ontologyrepository.com/CommonCoreOntologies/process_started_by`
|
||||
#### Removed
|
||||
- [process started by](http://www.ontologyrepository.com/CommonCoreOntologies/process_started_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
- [process started by](http://www.ontologyrepository.com/CommonCoreOntologies/process_started_by) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "A process x is started by another process y when y causes x while y is still occurring."@en
|
||||
|
||||
#### Added
|
||||
- [process started by](http://www.ontologyrepository.com/CommonCoreOntologies/process_started_by) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "A process x is started by another process y when y causes x while y is still occurring."@en
|
||||
|
||||
- [process started by](http://www.ontologyrepository.com/CommonCoreOntologies/process_started_by) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### process starts `http://www.ontologyrepository.com/CommonCoreOntologies/process_starts`
|
||||
#### Removed
|
||||
- [process starts](http://www.ontologyrepository.com/CommonCoreOntologies/process_starts) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
- [process starts](http://www.ontologyrepository.com/CommonCoreOntologies/process_starts) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "A process x starts another process y when x causes y while x is still occurring."@en
|
||||
|
||||
#### Added
|
||||
- [process starts](http://www.ontologyrepository.com/CommonCoreOntologies/process_starts) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
- [process starts](http://www.ontologyrepository.com/CommonCoreOntologies/process_starts) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "A process x starts another process y when x causes y while x is still occurring."@en
|
||||
|
||||
|
||||
### quality of aggregate `http://www.ontologyrepository.com/CommonCoreOntologies/quality_of_aggregate`
|
||||
#### Removed
|
||||
- [quality of aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/quality_of_aggregate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en
|
||||
|
||||
#### Added
|
||||
- [quality of aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/quality_of_aggregate) [definition](http://www.w3.org/2004/02/skos/core#definition) "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en
|
||||
|
||||
|
||||
### query text `http://www.ontologyrepository.com/CommonCoreOntologies/query_text`
|
||||
#### Removed
|
||||
- [query text](http://www.ontologyrepository.com/CommonCoreOntologies/query_text) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "The text of a query that is associated with a class"@en
|
||||
|
||||
#### Added
|
||||
- [query text](http://www.ontologyrepository.com/CommonCoreOntologies/query_text) [definition](http://www.w3.org/2004/02/skos/core#definition) "The text of a query that is associated with a class"@en
|
||||
|
||||
|
||||
### ratio measurement annotation `http://www.ontologyrepository.com/CommonCoreOntologies/ratio_measurement_annotation`
|
||||
#### Removed
|
||||
- [ratio measurement annotation](http://www.ontologyrepository.com/CommonCoreOntologies/ratio_measurement_annotation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A ratio measurement value of an instance of a quality, realizable or process profile"@en
|
||||
|
||||
#### Added
|
||||
- [ratio measurement annotation](http://www.ontologyrepository.com/CommonCoreOntologies/ratio_measurement_annotation) [definition](http://www.w3.org/2004/02/skos/core#definition) "A ratio measurement value of an instance of a quality, realizable or process profile"@en
|
||||
|
||||
|
||||
### role of aggregate `http://www.ontologyrepository.com/CommonCoreOntologies/role_of_aggregate`
|
||||
#### Removed
|
||||
- [role of aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/role_of_aggregate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en
|
||||
|
||||
#### Added
|
||||
- [role of aggregate](http://www.ontologyrepository.com/CommonCoreOntologies/role_of_aggregate) [definition](http://www.w3.org/2004/02/skos/core#definition) "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en
|
||||
|
||||
|
||||
### term creator `http://www.ontologyrepository.com/CommonCoreOntologies/term_creator`
|
||||
#### Removed
|
||||
- [term creator](http://www.ontologyrepository.com/CommonCoreOntologies/term_creator) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "The name of the Term Editor who added the term to the ontology."@en
|
||||
|
||||
#### Added
|
||||
- [term creator](http://www.ontologyrepository.com/CommonCoreOntologies/term_creator) [definition](http://www.w3.org/2004/02/skos/core#definition) "The name of the Term Editor who added the term to the ontology."@en
|
||||
|
||||
|
||||
### term editor `http://www.ontologyrepository.com/CommonCoreOntologies/term_editor`
|
||||
#### Removed
|
||||
- [term editor](http://www.ontologyrepository.com/CommonCoreOntologies/term_editor) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "The name of a person who contributed to the development or enhancement of the term."@en
|
||||
|
||||
#### Added
|
||||
- [term editor](http://www.ontologyrepository.com/CommonCoreOntologies/term_editor) [definition](http://www.w3.org/2004/02/skos/core#definition) "The name of a person who contributed to the development or enhancement of the term."@en
|
||||
@@ -0,0 +1,782 @@
|
||||
# Ontology comparison
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/FacilityOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/FacilityOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/FacilityOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/temp/FacilityOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
|
||||
|
||||
|
||||
### Agricultural Facility `http://www.ontologyrepository.com/CommonCoreOntologies/AgriculturalFacility`
|
||||
#### Removed
|
||||
- [Agricultural Facility](http://www.ontologyrepository.com/CommonCoreOntologies/AgriculturalFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [Agricultural Facility](http://www.ontologyrepository.com/CommonCoreOntologies/AgriculturalFacility) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### Aircraft Manufacturing Facility `http://www.ontologyrepository.com/CommonCoreOntologies/AircraftManufacturingFacility`
|
||||
#### Removed
|
||||
- [Aircraft Manufacturing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/AircraftManufacturingFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Factory that is designed to manufacture Aircraft."@en
|
||||
|
||||
#### Added
|
||||
- [Aircraft Manufacturing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/AircraftManufacturingFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Factory that is designed to manufacture Aircraft."@en
|
||||
|
||||
|
||||
### Airport `http://www.ontologyrepository.com/CommonCoreOntologies/Airport`
|
||||
#### Removed
|
||||
- [Airport](http://www.ontologyrepository.com/CommonCoreOntologies/Airport) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en
|
||||
|
||||
#### Added
|
||||
- [Airport](http://www.ontologyrepository.com/CommonCoreOntologies/Airport) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en
|
||||
|
||||
|
||||
### Ammunition Depot `http://www.ontologyrepository.com/CommonCoreOntologies/AmmunitionDepot`
|
||||
#### Removed
|
||||
- [Ammunition Depot](http://www.ontologyrepository.com/CommonCoreOntologies/AmmunitionDepot) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Storage Facility that is designed to store Portions of Ammunition."@en
|
||||
|
||||
#### Added
|
||||
- [Ammunition Depot](http://www.ontologyrepository.com/CommonCoreOntologies/AmmunitionDepot) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Storage Facility that is designed to store Portions of Ammunition."@en
|
||||
|
||||
|
||||
### Apartment Building `http://www.ontologyrepository.com/CommonCoreOntologies/ApartmentBuilding`
|
||||
#### Removed
|
||||
- [Apartment Building](http://www.ontologyrepository.com/CommonCoreOntologies/ApartmentBuilding) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en
|
||||
|
||||
#### Added
|
||||
- [Apartment Building](http://www.ontologyrepository.com/CommonCoreOntologies/ApartmentBuilding) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en
|
||||
|
||||
|
||||
### Base of Operations `http://www.ontologyrepository.com/CommonCoreOntologies/BaseOfOperations`
|
||||
#### Removed
|
||||
- [Base of Operations](http://www.ontologyrepository.com/CommonCoreOntologies/BaseOfOperations) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Main Operating Base"@en
|
||||
|
||||
- [Base of Operations](http://www.ontologyrepository.com/CommonCoreOntologies/BaseOfOperations) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [Base of Operations](http://www.ontologyrepository.com/CommonCoreOntologies/BaseOfOperations) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
- [Base of Operations](http://www.ontologyrepository.com/CommonCoreOntologies/BaseOfOperations) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Main Operating Base"@en
|
||||
|
||||
|
||||
### Biological Depot `http://www.ontologyrepository.com/CommonCoreOntologies/Biological_Depot`
|
||||
#### Removed
|
||||
- [Biological Depot](http://www.ontologyrepository.com/CommonCoreOntologies/Biological_Depot) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Storage Facility that is designed to store biological agents."@en
|
||||
|
||||
#### Added
|
||||
- [Biological Depot](http://www.ontologyrepository.com/CommonCoreOntologies/Biological_Depot) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Storage Facility that is designed to store biological agents."@en
|
||||
|
||||
|
||||
### Chemical Depot `http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalDepot`
|
||||
#### Removed
|
||||
- [Chemical Depot](http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalDepot) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Storage Facility that is designed to store chemicals."@en
|
||||
|
||||
#### Added
|
||||
- [Chemical Depot](http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalDepot) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Storage Facility that is designed to store chemicals."@en
|
||||
|
||||
|
||||
### Chemical Manufacturing Facility `http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalManufacturingFacility`
|
||||
#### Removed
|
||||
- [Chemical Manufacturing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalManufacturingFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Factory that is designed to manufacture or process chemicals."@en
|
||||
|
||||
#### Added
|
||||
- [Chemical Manufacturing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalManufacturingFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Factory that is designed to manufacture or process chemicals."@en
|
||||
|
||||
|
||||
### Church `http://www.ontologyrepository.com/CommonCoreOntologies/Church`
|
||||
#### Removed
|
||||
- [Church](http://www.ontologyrepository.com/CommonCoreOntologies/Church) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Religious Facility that is designed for Christian worship and prayer."@en
|
||||
|
||||
#### Added
|
||||
- [Church](http://www.ontologyrepository.com/CommonCoreOntologies/Church) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Religious Facility that is designed for Christian worship and prayer."@en
|
||||
|
||||
|
||||
### Combat Outpost `http://www.ontologyrepository.com/CommonCoreOntologies/CombatOutpost`
|
||||
#### Removed
|
||||
- [Combat Outpost](http://www.ontologyrepository.com/CommonCoreOntologies/CombatOutpost) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en
|
||||
|
||||
#### Added
|
||||
- [Combat Outpost](http://www.ontologyrepository.com/CommonCoreOntologies/CombatOutpost) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en
|
||||
|
||||
|
||||
### Command Post Facility `http://www.ontologyrepository.com/CommonCoreOntologies/CommandPostFacility`
|
||||
#### Removed
|
||||
- [Command Post Facility](http://www.ontologyrepository.com/CommonCoreOntologies/CommandPostFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en
|
||||
|
||||
#### Added
|
||||
- [Command Post Facility](http://www.ontologyrepository.com/CommonCoreOntologies/CommandPostFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en
|
||||
|
||||
|
||||
### Commercial Facility `http://www.ontologyrepository.com/CommonCoreOntologies/RetailFacility`
|
||||
#### Removed
|
||||
- [Commercial Facility](http://www.ontologyrepository.com/CommonCoreOntologies/RetailFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en
|
||||
|
||||
#### Added
|
||||
- [Commercial Facility](http://www.ontologyrepository.com/CommonCoreOntologies/RetailFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en
|
||||
|
||||
|
||||
### Communications Facility `http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility`
|
||||
#### Removed
|
||||
- [Communications Facility](http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed to support processes of receiving or transmitting information."@en
|
||||
|
||||
#### Added
|
||||
- [Communications Facility](http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed to support processes of receiving or transmitting information."@en
|
||||
|
||||
|
||||
### Decontamination Facility `http://www.ontologyrepository.com/CommonCoreOntologies/DecontaminationFacility`
|
||||
#### Removed
|
||||
- [Decontamination Facility](http://www.ontologyrepository.com/CommonCoreOntologies/DecontaminationFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en
|
||||
|
||||
#### Added
|
||||
- [Decontamination Facility](http://www.ontologyrepository.com/CommonCoreOntologies/DecontaminationFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en
|
||||
|
||||
|
||||
### Distribution Port `http://www.ontologyrepository.com/CommonCoreOntologies/DistributionPort`
|
||||
#### Removed
|
||||
- [Distribution Port](http://www.ontologyrepository.com/CommonCoreOntologies/DistributionPort) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en
|
||||
|
||||
#### Added
|
||||
- [Distribution Port](http://www.ontologyrepository.com/CommonCoreOntologies/DistributionPort) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en
|
||||
|
||||
|
||||
### Educational Facility `http://www.ontologyrepository.com/CommonCoreOntologies/EducationalFacility`
|
||||
#### Removed
|
||||
- [Educational Facility](http://www.ontologyrepository.com/CommonCoreOntologies/EducationalFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en
|
||||
|
||||
#### Added
|
||||
- [Educational Facility](http://www.ontologyrepository.com/CommonCoreOntologies/EducationalFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en
|
||||
|
||||
|
||||
### Electric Power Station `http://www.ontologyrepository.com/CommonCoreOntologies/ElectricPowerStation`
|
||||
#### Removed
|
||||
- [Electric Power Station](http://www.ontologyrepository.com/CommonCoreOntologies/ElectricPowerStation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed to generate electrical power."@en
|
||||
|
||||
- [Electric Power Station](http://www.ontologyrepository.com/CommonCoreOntologies/ElectricPowerStation) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Power Plant"@en
|
||||
|
||||
#### Added
|
||||
- [Electric Power Station](http://www.ontologyrepository.com/CommonCoreOntologies/ElectricPowerStation) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Power Plant"@en
|
||||
|
||||
- [Electric Power Station](http://www.ontologyrepository.com/CommonCoreOntologies/ElectricPowerStation) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed to generate electrical power."@en
|
||||
|
||||
|
||||
### Entertainment Facility `http://www.ontologyrepository.com/CommonCoreOntologies/EntertainmentFacility`
|
||||
#### Removed
|
||||
- [Entertainment Facility](http://www.ontologyrepository.com/CommonCoreOntologies/EntertainmentFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [Entertainment Facility](http://www.ontologyrepository.com/CommonCoreOntologies/EntertainmentFacility) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### Factory `http://www.ontologyrepository.com/CommonCoreOntologies/Factory`
|
||||
#### Removed
|
||||
- [Factory](http://www.ontologyrepository.com/CommonCoreOntologies/Factory) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for manufacturing or refining material products."@en
|
||||
|
||||
#### Added
|
||||
- [Factory](http://www.ontologyrepository.com/CommonCoreOntologies/Factory) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed for manufacturing or refining material products."@en
|
||||
|
||||
|
||||
### Farm `http://www.ontologyrepository.com/CommonCoreOntologies/Farm`
|
||||
#### Removed
|
||||
- [Farm](http://www.ontologyrepository.com/CommonCoreOntologies/Farm) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Agricultural Facility that is designed to produce food and other crops."@en
|
||||
|
||||
#### Added
|
||||
- [Farm](http://www.ontologyrepository.com/CommonCoreOntologies/Farm) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Agricultural Facility that is designed to produce food and other crops."@en
|
||||
|
||||
|
||||
### Financial Facility `http://www.ontologyrepository.com/CommonCoreOntologies/FinancialFacility`
|
||||
#### Removed
|
||||
- [Financial Facility](http://www.ontologyrepository.com/CommonCoreOntologies/FinancialFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed to support the management of money."@en
|
||||
|
||||
#### Added
|
||||
- [Financial Facility](http://www.ontologyrepository.com/CommonCoreOntologies/FinancialFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed to support the management of money."@en
|
||||
|
||||
|
||||
### Fire Station `http://www.ontologyrepository.com/CommonCoreOntologies/FireStation`
|
||||
#### Removed
|
||||
- [Fire Station](http://www.ontologyrepository.com/CommonCoreOntologies/FireStation) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Fire Hall"@en
|
||||
|
||||
- [Fire Station](http://www.ontologyrepository.com/CommonCoreOntologies/FireStation) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Fire House"@en
|
||||
|
||||
- [Fire Station](http://www.ontologyrepository.com/CommonCoreOntologies/FireStation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en
|
||||
|
||||
#### Added
|
||||
- [Fire Station](http://www.ontologyrepository.com/CommonCoreOntologies/FireStation) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Fire House"@en
|
||||
|
||||
- [Fire Station](http://www.ontologyrepository.com/CommonCoreOntologies/FireStation) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Fire Hall"@en
|
||||
|
||||
- [Fire Station](http://www.ontologyrepository.com/CommonCoreOntologies/FireStation) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en
|
||||
|
||||
|
||||
### Fort `http://www.ontologyrepository.com/CommonCoreOntologies/Fort`
|
||||
#### Removed
|
||||
- [Fort](http://www.ontologyrepository.com/CommonCoreOntologies/Fort) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@en
|
||||
|
||||
#### Added
|
||||
- [Fort](http://www.ontologyrepository.com/CommonCoreOntologies/Fort) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@en
|
||||
|
||||
|
||||
### Forward Operations Base `http://www.ontologyrepository.com/CommonCoreOntologies/ForwardOperationsBase`
|
||||
#### Removed
|
||||
- [Forward Operations Base](http://www.ontologyrepository.com/CommonCoreOntologies/ForwardOperationsBase) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Forward Operating Base"@en
|
||||
|
||||
- [Forward Operations Base](http://www.ontologyrepository.com/CommonCoreOntologies/ForwardOperationsBase) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [Forward Operations Base](http://www.ontologyrepository.com/CommonCoreOntologies/ForwardOperationsBase) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
- [Forward Operations Base](http://www.ontologyrepository.com/CommonCoreOntologies/ForwardOperationsBase) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Forward Operating Base"@en
|
||||
|
||||
|
||||
### Fossil Fuel Power Plant `http://www.ontologyrepository.com/CommonCoreOntologies/FossilFuelPowerPlant`
|
||||
#### Removed
|
||||
- [Fossil Fuel Power Plant](http://www.ontologyrepository.com/CommonCoreOntologies/FossilFuelPowerPlant) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en
|
||||
|
||||
#### Added
|
||||
- [Fossil Fuel Power Plant](http://www.ontologyrepository.com/CommonCoreOntologies/FossilFuelPowerPlant) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en
|
||||
|
||||
|
||||
### Gas Processing Facility `http://www.ontologyrepository.com/CommonCoreOntologies/GasProcessingFacility`
|
||||
#### Removed
|
||||
- [Gas Processing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/GasProcessingFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Refinery that is designed for refining natural gas into products of value."@en
|
||||
|
||||
#### Added
|
||||
- [Gas Processing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/GasProcessingFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Refinery that is designed for refining natural gas into products of value."@en
|
||||
|
||||
|
||||
### Government Building `http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentBuilding`
|
||||
#### Removed
|
||||
- [Government Building](http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentBuilding) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for the administration of a community."@en
|
||||
|
||||
#### Added
|
||||
- [Government Building](http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentBuilding) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed for the administration of a community."@en
|
||||
|
||||
|
||||
### Grocery Store `http://www.ontologyrepository.com/CommonCoreOntologies/GroceryStore`
|
||||
#### Removed
|
||||
- [Grocery Store](http://www.ontologyrepository.com/CommonCoreOntologies/GroceryStore) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Commercial Facility that is designed to sell food."@en
|
||||
|
||||
#### Added
|
||||
- [Grocery Store](http://www.ontologyrepository.com/CommonCoreOntologies/GroceryStore) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Commercial Facility that is designed to sell food."@en
|
||||
|
||||
|
||||
### Healthcare Facility `http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareFacility`
|
||||
#### Removed
|
||||
- [Healthcare Facility](http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en
|
||||
|
||||
#### Added
|
||||
- [Healthcare Facility](http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en
|
||||
|
||||
|
||||
### Heliport `http://www.ontologyrepository.com/CommonCoreOntologies/Heliport`
|
||||
#### Removed
|
||||
- [Heliport](http://www.ontologyrepository.com/CommonCoreOntologies/Heliport) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en
|
||||
|
||||
#### Added
|
||||
- [Heliport](http://www.ontologyrepository.com/CommonCoreOntologies/Heliport) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en
|
||||
|
||||
|
||||
### Hospital `http://www.ontologyrepository.com/CommonCoreOntologies/Hospital`
|
||||
#### Removed
|
||||
- [Hospital](http://www.ontologyrepository.com/CommonCoreOntologies/Hospital) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en
|
||||
|
||||
#### Added
|
||||
- [Hospital](http://www.ontologyrepository.com/CommonCoreOntologies/Hospital) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en
|
||||
|
||||
|
||||
### Hostel `http://www.ontologyrepository.com/CommonCoreOntologies/Hostel`
|
||||
#### Removed
|
||||
- [Hostel](http://www.ontologyrepository.com/CommonCoreOntologies/Hostel) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en
|
||||
|
||||
#### Added
|
||||
- [Hostel](http://www.ontologyrepository.com/CommonCoreOntologies/Hostel) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en
|
||||
|
||||
|
||||
### Hotel `http://www.ontologyrepository.com/CommonCoreOntologies/Hotel`
|
||||
#### Removed
|
||||
- [Hotel](http://www.ontologyrepository.com/CommonCoreOntologies/Hotel) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en
|
||||
|
||||
#### Added
|
||||
- [Hotel](http://www.ontologyrepository.com/CommonCoreOntologies/Hotel) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en
|
||||
|
||||
|
||||
### House `http://www.ontologyrepository.com/CommonCoreOntologies/House`
|
||||
#### Removed
|
||||
- [House](http://www.ontologyrepository.com/CommonCoreOntologies/House) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [House](http://www.ontologyrepository.com/CommonCoreOntologies/House) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### Hydroelectric Power Plant `http://www.ontologyrepository.com/CommonCoreOntologies/HydroelectricPowerPlant`
|
||||
#### Removed
|
||||
- [Hydroelectric Power Plant](http://www.ontologyrepository.com/CommonCoreOntologies/HydroelectricPowerPlant) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Electric Power Station that is designed to convert hydropower into electrical power."@en
|
||||
|
||||
#### Added
|
||||
- [Hydroelectric Power Plant](http://www.ontologyrepository.com/CommonCoreOntologies/HydroelectricPowerPlant) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Electric Power Station that is designed to convert hydropower into electrical power."@en
|
||||
|
||||
|
||||
### Landfill `http://www.ontologyrepository.com/CommonCoreOntologies/Landfill`
|
||||
#### Removed
|
||||
- [Landfill](http://www.ontologyrepository.com/CommonCoreOntologies/Landfill) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Waste Management Facility that is designed for disposing of waste by burial."@en
|
||||
|
||||
#### Added
|
||||
- [Landfill](http://www.ontologyrepository.com/CommonCoreOntologies/Landfill) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Waste Management Facility that is designed for disposing of waste by burial."@en
|
||||
|
||||
|
||||
### Mailing Facility `http://www.ontologyrepository.com/CommonCoreOntologies/MailingFacility`
|
||||
#### Removed
|
||||
- [Mailing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/MailingFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for the systematic physical transportation of documents and packages."@en
|
||||
|
||||
#### Added
|
||||
- [Mailing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/MailingFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed for the systematic physical transportation of documents and packages."@en
|
||||
|
||||
|
||||
### Maintenance Facility `http://www.ontologyrepository.com/CommonCoreOntologies/MaintenanceFacility`
|
||||
#### Removed
|
||||
- [Maintenance Facility](http://www.ontologyrepository.com/CommonCoreOntologies/MaintenanceFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@en
|
||||
|
||||
#### Added
|
||||
- [Maintenance Facility](http://www.ontologyrepository.com/CommonCoreOntologies/MaintenanceFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@en
|
||||
|
||||
|
||||
### Medical Depot `http://www.ontologyrepository.com/CommonCoreOntologies/MedicalDepot`
|
||||
#### Removed
|
||||
- [Medical Depot](http://www.ontologyrepository.com/CommonCoreOntologies/MedicalDepot) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Storage Facility that is designed to store medical supplies."@en
|
||||
|
||||
#### Added
|
||||
- [Medical Depot](http://www.ontologyrepository.com/CommonCoreOntologies/MedicalDepot) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Storage Facility that is designed to store medical supplies."@en
|
||||
|
||||
|
||||
### Military Base `http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryBase`
|
||||
#### Removed
|
||||
- [Military Base](http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryBase) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en
|
||||
|
||||
#### Added
|
||||
- [Military Base](http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryBase) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en
|
||||
|
||||
|
||||
### Military Facility `http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryFacility`
|
||||
#### Removed
|
||||
- [Military Facility](http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed to support a Military Force."@en
|
||||
|
||||
#### Added
|
||||
- [Military Facility](http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed to support a Military Force."@en
|
||||
|
||||
|
||||
### Military Headquarters Facility `http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryHeadquartersFacility`
|
||||
#### Removed
|
||||
- [Military Headquarters Facility](http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryHeadquartersFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Military Facility that is designed for military administration and coordination."@en
|
||||
|
||||
#### Added
|
||||
- [Military Headquarters Facility](http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryHeadquartersFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Military Facility that is designed for military administration and coordination."@en
|
||||
|
||||
|
||||
### Mine `http://www.ontologyrepository.com/CommonCoreOntologies/Mine`
|
||||
#### Removed
|
||||
- [Mine](http://www.ontologyrepository.com/CommonCoreOntologies/Mine) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed to support the extraction of minerals or other geological materials from an orebody, lode, vein, seam, reef, or placer deposit within the earth."@en
|
||||
|
||||
#### Added
|
||||
- [Mine](http://www.ontologyrepository.com/CommonCoreOntologies/Mine) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed to support the extraction of minerals or other geological materials from an orebody, lode, vein, seam, reef, or placer deposit within the earth."@en
|
||||
|
||||
|
||||
### Missile Launch Site `http://www.ontologyrepository.com/CommonCoreOntologies/MissileLaunchSite`
|
||||
#### Removed
|
||||
- [Missile Launch Site](http://www.ontologyrepository.com/CommonCoreOntologies/MissileLaunchSite) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Military Facility that is designed for storing and launching missiles."@en
|
||||
|
||||
#### Added
|
||||
- [Missile Launch Site](http://www.ontologyrepository.com/CommonCoreOntologies/MissileLaunchSite) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Military Facility that is designed for storing and launching missiles."@en
|
||||
|
||||
|
||||
### Mosque `http://www.ontologyrepository.com/CommonCoreOntologies/Mosque`
|
||||
#### Removed
|
||||
- [Mosque](http://www.ontologyrepository.com/CommonCoreOntologies/Mosque) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Religious Facility that is designed for Islamic worship and prayer."@en
|
||||
|
||||
#### Added
|
||||
- [Mosque](http://www.ontologyrepository.com/CommonCoreOntologies/Mosque) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Religious Facility that is designed for Islamic worship and prayer."@en
|
||||
|
||||
|
||||
### Motel `http://www.ontologyrepository.com/CommonCoreOntologies/Motel`
|
||||
#### Removed
|
||||
- [Motel](http://www.ontologyrepository.com/CommonCoreOntologies/Motel) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en
|
||||
|
||||
#### Added
|
||||
- [Motel](http://www.ontologyrepository.com/CommonCoreOntologies/Motel) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en
|
||||
|
||||
|
||||
### Motor Vehicle Manufacturing Facility `http://www.ontologyrepository.com/CommonCoreOntologies/MotorVehicleManufacturingFacility`
|
||||
#### Removed
|
||||
- [Motor Vehicle Manufacturing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/MotorVehicleManufacturingFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Factory that is designed to manufacture automobiles."@en
|
||||
|
||||
#### Added
|
||||
- [Motor Vehicle Manufacturing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/MotorVehicleManufacturingFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Factory that is designed to manufacture automobiles."@en
|
||||
|
||||
|
||||
### Nuclear Power Plant `http://www.ontologyrepository.com/CommonCoreOntologies/NuclearPowerPlant`
|
||||
#### Removed
|
||||
- [Nuclear Power Plant](http://www.ontologyrepository.com/CommonCoreOntologies/NuclearPowerPlant) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [Nuclear Power Plant](http://www.ontologyrepository.com/CommonCoreOntologies/NuclearPowerPlant) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### Nuclear Storage Depot `http://www.ontologyrepository.com/CommonCoreOntologies/NuclearStorageDepot`
|
||||
#### Removed
|
||||
- [Nuclear Storage Depot](http://www.ontologyrepository.com/CommonCoreOntologies/NuclearStorageDepot) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Storage Facility that is designed to store nuclear material."@en
|
||||
|
||||
#### Added
|
||||
- [Nuclear Storage Depot](http://www.ontologyrepository.com/CommonCoreOntologies/NuclearStorageDepot) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Storage Facility that is designed to store nuclear material."@en
|
||||
|
||||
|
||||
### Office Building `http://www.ontologyrepository.com/CommonCoreOntologies/OfficeBuilding`
|
||||
#### Removed
|
||||
- [Office Building](http://www.ontologyrepository.com/CommonCoreOntologies/OfficeBuilding) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en
|
||||
|
||||
#### Added
|
||||
- [Office Building](http://www.ontologyrepository.com/CommonCoreOntologies/OfficeBuilding) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en
|
||||
|
||||
|
||||
### Open Pit Mine `http://www.ontologyrepository.com/CommonCoreOntologies/OpenPitMine`
|
||||
#### Removed
|
||||
- [Open Pit Mine](http://www.ontologyrepository.com/CommonCoreOntologies/OpenPitMine) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en
|
||||
|
||||
#### Added
|
||||
- [Open Pit Mine](http://www.ontologyrepository.com/CommonCoreOntologies/OpenPitMine) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en
|
||||
|
||||
|
||||
### Petrochemical Refinery `http://www.ontologyrepository.com/CommonCoreOntologies/PetrochemicalRefinery`
|
||||
#### Removed
|
||||
- [Petrochemical Refinery](http://www.ontologyrepository.com/CommonCoreOntologies/PetrochemicalRefinery) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en
|
||||
|
||||
#### Added
|
||||
- [Petrochemical Refinery](http://www.ontologyrepository.com/CommonCoreOntologies/PetrochemicalRefinery) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en
|
||||
|
||||
|
||||
### Petroleum Depot `http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumDepot`
|
||||
#### Removed
|
||||
- [Petroleum Depot](http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumDepot) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en
|
||||
|
||||
#### Added
|
||||
- [Petroleum Depot](http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumDepot) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en
|
||||
|
||||
|
||||
### Petroleum Manufacturing Facility `http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumManufacturingFacility`
|
||||
#### Removed
|
||||
- [Petroleum Manufacturing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumManufacturingFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Factory that is designed to manufacture petroleum-based products."@en
|
||||
|
||||
#### Added
|
||||
- [Petroleum Manufacturing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumManufacturingFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Factory that is designed to manufacture petroleum-based products."@en
|
||||
|
||||
|
||||
### Pier `http://www.ontologyrepository.com/CommonCoreOntologies/Pier`
|
||||
#### Removed
|
||||
- [Pier](http://www.ontologyrepository.com/CommonCoreOntologies/Pier) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en
|
||||
|
||||
#### Added
|
||||
- [Pier](http://www.ontologyrepository.com/CommonCoreOntologies/Pier) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en
|
||||
|
||||
|
||||
### Pipeline `http://www.ontologyrepository.com/CommonCoreOntologies/Pipeline`
|
||||
#### Removed
|
||||
- [Pipeline](http://www.ontologyrepository.com/CommonCoreOntologies/Pipeline) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en
|
||||
|
||||
#### Added
|
||||
- [Pipeline](http://www.ontologyrepository.com/CommonCoreOntologies/Pipeline) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en
|
||||
|
||||
|
||||
### Police Station `http://www.ontologyrepository.com/CommonCoreOntologies/PoliceStation`
|
||||
#### Removed
|
||||
- [Police Station](http://www.ontologyrepository.com/CommonCoreOntologies/PoliceStation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en
|
||||
|
||||
#### Added
|
||||
- [Police Station](http://www.ontologyrepository.com/CommonCoreOntologies/PoliceStation) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en
|
||||
|
||||
|
||||
### Port `http://www.ontologyrepository.com/CommonCoreOntologies/Port`
|
||||
#### Removed
|
||||
- [Port](http://www.ontologyrepository.com/CommonCoreOntologies/Port) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@en
|
||||
|
||||
#### Added
|
||||
- [Port](http://www.ontologyrepository.com/CommonCoreOntologies/Port) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@en
|
||||
|
||||
|
||||
### Post Office `http://www.ontologyrepository.com/CommonCoreOntologies/PostOffice`
|
||||
#### Removed
|
||||
- [Post Office](http://www.ontologyrepository.com/CommonCoreOntologies/PostOffice) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Mailing Facility that is designed for serving customers of the national postal system."@en
|
||||
|
||||
#### Added
|
||||
- [Post Office](http://www.ontologyrepository.com/CommonCoreOntologies/PostOffice) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Mailing Facility that is designed for serving customers of the national postal system."@en
|
||||
|
||||
|
||||
### Power Transmission Line `http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransmissionLine`
|
||||
#### Removed
|
||||
- [Power Transmission Line](http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransmissionLine) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@en
|
||||
|
||||
#### Added
|
||||
- [Power Transmission Line](http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransmissionLine) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@en
|
||||
|
||||
|
||||
### Product Transport Facility `http://www.ontologyrepository.com/CommonCoreOntologies/ProductTransportFacility`
|
||||
#### Removed
|
||||
- [Product Transport Facility](http://www.ontologyrepository.com/CommonCoreOntologies/ProductTransportFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed to transport some product."@en
|
||||
|
||||
#### Added
|
||||
- [Product Transport Facility](http://www.ontologyrepository.com/CommonCoreOntologies/ProductTransportFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed to transport some product."@en
|
||||
|
||||
|
||||
### Public Safety Facility `http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyFacility`
|
||||
#### Removed
|
||||
- [Public Safety Facility](http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@en
|
||||
|
||||
#### Added
|
||||
- [Public Safety Facility](http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@en
|
||||
|
||||
|
||||
### Pumping Station `http://www.ontologyrepository.com/CommonCoreOntologies/PumpingStation`
|
||||
#### Removed
|
||||
- [Pumping Station](http://www.ontologyrepository.com/CommonCoreOntologies/PumpingStation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Product Transport Facility that is designed to pump fluids from one place to another."@en
|
||||
|
||||
#### Added
|
||||
- [Pumping Station](http://www.ontologyrepository.com/CommonCoreOntologies/PumpingStation) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Product Transport Facility that is designed to pump fluids from one place to another."@en
|
||||
|
||||
|
||||
### Radio Relay Station `http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation`
|
||||
#### Removed
|
||||
- [Radio Relay Station](http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en
|
||||
|
||||
#### Added
|
||||
- [Radio Relay Station](http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en
|
||||
|
||||
|
||||
### Rail Facility `http://www.ontologyrepository.com/CommonCoreOntologies/RailFacility`
|
||||
#### Removed
|
||||
- [Rail Facility](http://www.ontologyrepository.com/CommonCoreOntologies/RailFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en
|
||||
|
||||
#### Added
|
||||
- [Rail Facility](http://www.ontologyrepository.com/CommonCoreOntologies/RailFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en
|
||||
|
||||
|
||||
### Refinery `http://www.ontologyrepository.com/CommonCoreOntologies/Refinery`
|
||||
#### Removed
|
||||
- [Refinery](http://www.ontologyrepository.com/CommonCoreOntologies/Refinery) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Factory that is designed for refining raw materials into products of value."@en
|
||||
|
||||
#### Added
|
||||
- [Refinery](http://www.ontologyrepository.com/CommonCoreOntologies/Refinery) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Factory that is designed for refining raw materials into products of value."@en
|
||||
|
||||
|
||||
### Religious Facility `http://www.ontologyrepository.com/CommonCoreOntologies/ReligiousFacility`
|
||||
#### Removed
|
||||
- [Religious Facility](http://www.ontologyrepository.com/CommonCoreOntologies/ReligiousFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for worship and prayer."@en
|
||||
|
||||
#### Added
|
||||
- [Religious Facility](http://www.ontologyrepository.com/CommonCoreOntologies/ReligiousFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed for worship and prayer."@en
|
||||
|
||||
|
||||
### Reservoir `http://www.ontologyrepository.com/CommonCoreOntologies/Reservoir`
|
||||
#### Removed
|
||||
- [Reservoir](http://www.ontologyrepository.com/CommonCoreOntologies/Reservoir) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en
|
||||
|
||||
#### Added
|
||||
- [Reservoir](http://www.ontologyrepository.com/CommonCoreOntologies/Reservoir) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en
|
||||
|
||||
|
||||
### Residential Facility `http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialFacility`
|
||||
#### Removed
|
||||
- [Residential Facility](http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed to house one or more Persons."@en
|
||||
|
||||
#### Added
|
||||
- [Residential Facility](http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed to house one or more Persons."@en
|
||||
|
||||
|
||||
### School `http://www.ontologyrepository.com/CommonCoreOntologies/School`
|
||||
#### Removed
|
||||
- [School](http://www.ontologyrepository.com/CommonCoreOntologies/School) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en
|
||||
|
||||
#### Added
|
||||
- [School](http://www.ontologyrepository.com/CommonCoreOntologies/School) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en
|
||||
|
||||
|
||||
### Seat of Local Government `http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfLocalGovernment`
|
||||
#### Removed
|
||||
- [Seat of Local Government](http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfLocalGovernment) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Town Hall"@en
|
||||
|
||||
- [Seat of Local Government](http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfLocalGovernment) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Government Building that is designed for the administration of a local community."@en
|
||||
|
||||
- [Seat of Local Government](http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfLocalGovernment) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "City Hall"@en
|
||||
|
||||
#### Added
|
||||
- [Seat of Local Government](http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfLocalGovernment) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "City Hall"@en
|
||||
|
||||
- [Seat of Local Government](http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfLocalGovernment) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Government Building that is designed for the administration of a local community."@en
|
||||
|
||||
- [Seat of Local Government](http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfLocalGovernment) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Town Hall"@en
|
||||
|
||||
|
||||
### Seat of National Government `http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfNationalGovernment`
|
||||
#### Removed
|
||||
- [Seat of National Government](http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfNationalGovernment) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "Parliament of Canada"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [Seat of National Government](http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfNationalGovernment) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "United States Capitol"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [Seat of National Government](http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfNationalGovernment) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Government Building that is designed for the administration of a sovereign nation."@en
|
||||
|
||||
#### Added
|
||||
- [Seat of National Government](http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfNationalGovernment) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Government Building that is designed for the administration of a sovereign nation."@en
|
||||
|
||||
- [Seat of National Government](http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfNationalGovernment) [example](http://www.w3.org/2004/02/skos/core#example) "United States Capitol"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [Seat of National Government](http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfNationalGovernment) [example](http://www.w3.org/2004/02/skos/core#example) "Parliament of Canada"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
|
||||
### Sewage Treatment Facility `http://www.ontologyrepository.com/CommonCoreOntologies/SewageTreatmentFacility`
|
||||
#### Removed
|
||||
- [Sewage Treatment Facility](http://www.ontologyrepository.com/CommonCoreOntologies/SewageTreatmentFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en
|
||||
|
||||
#### Added
|
||||
- [Sewage Treatment Facility](http://www.ontologyrepository.com/CommonCoreOntologies/SewageTreatmentFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en
|
||||
|
||||
|
||||
### Shop `http://www.ontologyrepository.com/CommonCoreOntologies/Shop`
|
||||
#### Removed
|
||||
- [Shop](http://www.ontologyrepository.com/CommonCoreOntologies/Shop) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Commercial Facility designed to sell small lots of goods to consumers."@en
|
||||
|
||||
#### Added
|
||||
- [Shop](http://www.ontologyrepository.com/CommonCoreOntologies/Shop) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Commercial Facility designed to sell small lots of goods to consumers."@en
|
||||
|
||||
|
||||
### Stage `http://www.ontologyrepository.com/CommonCoreOntologies/Stage`
|
||||
#### Removed
|
||||
- [Stage](http://www.ontologyrepository.com/CommonCoreOntologies/Stage) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en
|
||||
|
||||
#### Added
|
||||
- [Stage](http://www.ontologyrepository.com/CommonCoreOntologies/Stage) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en
|
||||
|
||||
|
||||
### Storage Facility `http://www.ontologyrepository.com/CommonCoreOntologies/StorageFacility`
|
||||
#### Removed
|
||||
- [Storage Facility](http://www.ontologyrepository.com/CommonCoreOntologies/StorageFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed to store materials or goods."@en
|
||||
|
||||
#### Added
|
||||
- [Storage Facility](http://www.ontologyrepository.com/CommonCoreOntologies/StorageFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed to store materials or goods."@en
|
||||
|
||||
|
||||
### Synagogue `http://www.ontologyrepository.com/CommonCoreOntologies/Synagogue`
|
||||
#### Removed
|
||||
- [Synagogue](http://www.ontologyrepository.com/CommonCoreOntologies/Synagogue) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Religious Facility that is designed for Judaic worship and prayer."@en
|
||||
|
||||
#### Added
|
||||
- [Synagogue](http://www.ontologyrepository.com/CommonCoreOntologies/Synagogue) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Religious Facility that is designed for Judaic worship and prayer."@en
|
||||
|
||||
|
||||
### Terrorist Training Camp `http://www.ontologyrepository.com/CommonCoreOntologies/TerroristTrainingCamp`
|
||||
#### Removed
|
||||
- [Terrorist Training Camp](http://www.ontologyrepository.com/CommonCoreOntologies/TerroristTrainingCamp) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Training Camp designed to teach students methods of terrorism."@en
|
||||
|
||||
#### Added
|
||||
- [Terrorist Training Camp](http://www.ontologyrepository.com/CommonCoreOntologies/TerroristTrainingCamp) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Training Camp designed to teach students methods of terrorism."@en
|
||||
|
||||
|
||||
### Thermal Power Plant `http://www.ontologyrepository.com/CommonCoreOntologies/ThermalPowerPlant`
|
||||
#### Removed
|
||||
- [Thermal Power Plant](http://www.ontologyrepository.com/CommonCoreOntologies/ThermalPowerPlant) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Electric Power Station that is designed to convert heat energy into electrical energy."@en
|
||||
|
||||
#### Added
|
||||
- [Thermal Power Plant](http://www.ontologyrepository.com/CommonCoreOntologies/ThermalPowerPlant) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Electric Power Station that is designed to convert heat energy into electrical energy."@en
|
||||
|
||||
|
||||
### Training Camp `http://www.ontologyrepository.com/CommonCoreOntologies/TrainingCamp`
|
||||
#### Removed
|
||||
- [Training Camp](http://www.ontologyrepository.com/CommonCoreOntologies/TrainingCamp) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en
|
||||
|
||||
#### Added
|
||||
- [Training Camp](http://www.ontologyrepository.com/CommonCoreOntologies/TrainingCamp) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en
|
||||
|
||||
|
||||
### Transportation Facility `http://www.ontologyrepository.com/CommonCoreOntologies/TransportationFacility`
|
||||
#### Removed
|
||||
- [Transportation Facility](http://www.ontologyrepository.com/CommonCoreOntologies/TransportationFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en
|
||||
|
||||
#### Added
|
||||
- [Transportation Facility](http://www.ontologyrepository.com/CommonCoreOntologies/TransportationFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en
|
||||
|
||||
|
||||
### Underground Mine `http://www.ontologyrepository.com/CommonCoreOntologies/UndergroundMine`
|
||||
#### Removed
|
||||
- [Underground Mine](http://www.ontologyrepository.com/CommonCoreOntologies/UndergroundMine) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en
|
||||
|
||||
#### Added
|
||||
- [Underground Mine](http://www.ontologyrepository.com/CommonCoreOntologies/UndergroundMine) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en
|
||||
|
||||
|
||||
### Underwater Mine `http://www.ontologyrepository.com/CommonCoreOntologies/UnderwaterMine`
|
||||
#### Removed
|
||||
- [Underwater Mine](http://www.ontologyrepository.com/CommonCoreOntologies/UnderwaterMine) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Mine that is designed to support the extraction of materials from the ocean floor."@en
|
||||
|
||||
#### Added
|
||||
- [Underwater Mine](http://www.ontologyrepository.com/CommonCoreOntologies/UnderwaterMine) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Mine that is designed to support the extraction of materials from the ocean floor."@en
|
||||
|
||||
|
||||
### Warehouse `http://www.ontologyrepository.com/CommonCoreOntologies/Warehouse`
|
||||
#### Removed
|
||||
- [Warehouse](http://www.ontologyrepository.com/CommonCoreOntologies/Warehouse) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Storage Facility that is designed to store commercial goods."@en
|
||||
|
||||
#### Added
|
||||
- [Warehouse](http://www.ontologyrepository.com/CommonCoreOntologies/Warehouse) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Storage Facility that is designed to store commercial goods."@en
|
||||
|
||||
|
||||
### Washing Facility `http://www.ontologyrepository.com/CommonCoreOntologies/WashingFacility`
|
||||
#### Removed
|
||||
- [Washing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/WashingFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed to wash personnel or equipment."@en
|
||||
|
||||
#### Added
|
||||
- [Washing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/WashingFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed to wash personnel or equipment."@en
|
||||
|
||||
|
||||
### Waste Management Facility `http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility`
|
||||
#### Removed
|
||||
- [Waste Management Facility](http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for managing waste for some portion of the waste's existence."@en
|
||||
|
||||
#### Added
|
||||
- [Waste Management Facility](http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed for managing waste for some portion of the waste's existence."@en
|
||||
|
||||
|
||||
### Water Tower `http://www.ontologyrepository.com/CommonCoreOntologies/WaterTower`
|
||||
#### Removed
|
||||
- [Water Tower](http://www.ontologyrepository.com/CommonCoreOntologies/WaterTower) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en
|
||||
|
||||
#### Added
|
||||
- [Water Tower](http://www.ontologyrepository.com/CommonCoreOntologies/WaterTower) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en
|
||||
|
||||
|
||||
### Water Treatment Facility `http://www.ontologyrepository.com/CommonCoreOntologies/WaterTreatmentFacility`
|
||||
#### Removed
|
||||
- [Water Treatment Facility](http://www.ontologyrepository.com/CommonCoreOntologies/WaterTreatmentFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Facility that is designed for making water more acceptable for a specific end-use."@en
|
||||
|
||||
#### Added
|
||||
- [Water Treatment Facility](http://www.ontologyrepository.com/CommonCoreOntologies/WaterTreatmentFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Facility that is designed for making water more acceptable for a specific end-use."@en
|
||||
|
||||
|
||||
### Weapon Manufacturing Facility `http://www.ontologyrepository.com/CommonCoreOntologies/WeaponManufacturingFacility`
|
||||
#### Removed
|
||||
- [Weapon Manufacturing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/WeaponManufacturingFacility) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Factory that is designed to produce or assemble weapons."@en
|
||||
|
||||
#### Added
|
||||
- [Weapon Manufacturing Facility](http://www.ontologyrepository.com/CommonCoreOntologies/WeaponManufacturingFacility) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Factory that is designed to produce or assemble weapons."@en
|
||||
|
||||
|
||||
### Wind Farm `http://www.ontologyrepository.com/CommonCoreOntologies/WindFarm`
|
||||
#### Removed
|
||||
- [Wind Farm](http://www.ontologyrepository.com/CommonCoreOntologies/WindFarm) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@en
|
||||
|
||||
#### Added
|
||||
- [Wind Farm](http://www.ontologyrepository.com/CommonCoreOntologies/WindFarm) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@en
|
||||
@@ -0,0 +1,574 @@
|
||||
# Ontology comparison
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/GeospatialOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/GeospatialOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/GeospatialOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/temp/GeospatialOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
|
||||
|
||||
|
||||
### Anthropogenic Feature `http://www.ontologyrepository.com/CommonCoreOntologies/AnthropogenicFeature`
|
||||
#### Removed
|
||||
- [Anthropogenic Feature](http://www.ontologyrepository.com/CommonCoreOntologies/AnthropogenicFeature) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@en
|
||||
|
||||
#### Added
|
||||
- [Anthropogenic Feature](http://www.ontologyrepository.com/CommonCoreOntologies/AnthropogenicFeature) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@en
|
||||
|
||||
|
||||
### Atmospheric Feature `http://www.ontologyrepository.com/CommonCoreOntologies/AtmosphericFeature`
|
||||
#### Removed
|
||||
- [Atmospheric Feature](http://www.ontologyrepository.com/CommonCoreOntologies/AtmosphericFeature) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geographic Feature that is part of the atmosphere (including the atmosphere itself as a non-proper part) having a relatively stable lifecycle and which has a location that can be distinguished from the surrounding portion of the atmosphere."@en
|
||||
|
||||
#### Added
|
||||
- [Atmospheric Feature](http://www.ontologyrepository.com/CommonCoreOntologies/AtmosphericFeature) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Geographic Feature that is part of the atmosphere (including the atmosphere itself as a non-proper part) having a relatively stable lifecycle and which has a location that can be distinguished from the surrounding portion of the atmosphere."@en
|
||||
|
||||
|
||||
### Axis of Rotation `http://www.ontologyrepository.com/CommonCoreOntologies/AxisOfRotation`
|
||||
#### Removed
|
||||
- [Axis of Rotation](http://www.ontologyrepository.com/CommonCoreOntologies/AxisOfRotation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@en
|
||||
|
||||
- [Axis of Rotation](http://www.ontologyrepository.com/CommonCoreOntologies/AxisOfRotation) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Rotational Axis"@en
|
||||
|
||||
#### Added
|
||||
- [Axis of Rotation](http://www.ontologyrepository.com/CommonCoreOntologies/AxisOfRotation) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Rotational Axis"@en
|
||||
|
||||
- [Axis of Rotation](http://www.ontologyrepository.com/CommonCoreOntologies/AxisOfRotation) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@en
|
||||
|
||||
|
||||
### Bounding Box Point `http://www.ontologyrepository.com/CommonCoreOntologies/BoundingBoxPoint`
|
||||
#### Removed
|
||||
- [Bounding Box Point](http://www.ontologyrepository.com/CommonCoreOntologies/BoundingBoxPoint) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en
|
||||
|
||||
#### Added
|
||||
- [Bounding Box Point](http://www.ontologyrepository.com/CommonCoreOntologies/BoundingBoxPoint) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en
|
||||
|
||||
|
||||
### Center of Mass `http://www.ontologyrepository.com/CommonCoreOntologies/CenterOfMass`
|
||||
#### Removed
|
||||
- [Center of Mass](http://www.ontologyrepository.com/CommonCoreOntologies/CenterOfMass) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Zero-Dimensional Spatial Region that is the point where the weighted position vectors of the distributed Mass of a Material Entity relative to this point sum to zero."@en
|
||||
|
||||
#### Added
|
||||
- [Center of Mass](http://www.ontologyrepository.com/CommonCoreOntologies/CenterOfMass) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Zero-Dimensional Spatial Region that is the point where the weighted position vectors of the distributed Mass of a Material Entity relative to this point sum to zero."@en
|
||||
|
||||
|
||||
### Constructed Feature `http://www.ontologyrepository.com/CommonCoreOntologies/ConstructedFeature`
|
||||
#### Removed
|
||||
- [Constructed Feature](http://www.ontologyrepository.com/CommonCoreOntologies/ConstructedFeature) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Anthropogenic Feature that has been constructed by deliberate human effort."@en
|
||||
|
||||
#### Added
|
||||
- [Constructed Feature](http://www.ontologyrepository.com/CommonCoreOntologies/ConstructedFeature) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Anthropogenic Feature that has been constructed by deliberate human effort."@en
|
||||
|
||||
|
||||
### Continent `http://www.ontologyrepository.com/CommonCoreOntologies/Continent`
|
||||
#### Removed
|
||||
- [Continent](http://www.ontologyrepository.com/CommonCoreOntologies/Continent) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en
|
||||
|
||||
#### Added
|
||||
- [Continent](http://www.ontologyrepository.com/CommonCoreOntologies/Continent) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en
|
||||
|
||||
|
||||
### Coordinate System Axis `http://www.ontologyrepository.com/CommonCoreOntologies/CoordinateSystemAxis`
|
||||
#### Removed
|
||||
- [Coordinate System Axis](http://www.ontologyrepository.com/CommonCoreOntologies/CoordinateSystemAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Spatial Region defined by a Coordinate System for the purpose of identifying the position of entities along one dimension of the Coordinate System's spatial framework."@en
|
||||
|
||||
#### Added
|
||||
- [Coordinate System Axis](http://www.ontologyrepository.com/CommonCoreOntologies/CoordinateSystemAxis) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Spatial Region defined by a Coordinate System for the purpose of identifying the position of entities along one dimension of the Coordinate System's spatial framework."@en
|
||||
|
||||
|
||||
### Environmental Feature `http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentalFeature`
|
||||
#### Removed
|
||||
- [Environmental Feature](http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentalFeature) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Material Entity that is either a natural or man-made feature of the environment."@en
|
||||
|
||||
#### Added
|
||||
- [Environmental Feature](http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentalFeature) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Material Entity that is either a natural or man-made feature of the environment."@en
|
||||
|
||||
|
||||
### Geographic Feature `http://www.ontologyrepository.com/CommonCoreOntologies/GeographicFeature`
|
||||
#### Removed
|
||||
- [Geographic Feature](http://www.ontologyrepository.com/CommonCoreOntologies/GeographicFeature) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Environmental Feature that is a natural (i.e. not human made) topographical feature having a (relatively) stable location in some Geospatial Region which can be designated by location-specific data."@en
|
||||
|
||||
#### Added
|
||||
- [Geographic Feature](http://www.ontologyrepository.com/CommonCoreOntologies/GeographicFeature) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Environmental Feature that is a natural (i.e. not human made) topographical feature having a (relatively) stable location in some Geospatial Region which can be designated by location-specific data."@en
|
||||
|
||||
|
||||
### Geospatial Ellipse `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse`
|
||||
#### Removed
|
||||
- [Geospatial Ellipse](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en
|
||||
|
||||
#### Added
|
||||
- [Geospatial Ellipse](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en
|
||||
|
||||
|
||||
### Geospatial Error Region `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialErrorRegion`
|
||||
#### Removed
|
||||
- [Geospatial Error Region](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialErrorRegion) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en
|
||||
|
||||
#### Added
|
||||
- [Geospatial Error Region](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialErrorRegion) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en
|
||||
|
||||
|
||||
### Geospatial Line `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLine`
|
||||
#### Removed
|
||||
- [Geospatial Line](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLine) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Line String that has only two vertices."@en
|
||||
|
||||
#### Added
|
||||
- [Geospatial Line](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLine) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Geospatial Line String that has only two vertices."@en
|
||||
|
||||
|
||||
### Geospatial Line String `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLineString`
|
||||
#### Removed
|
||||
- [Geospatial Line String](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLineString) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en
|
||||
|
||||
#### Added
|
||||
- [Geospatial Line String](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLineString) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en
|
||||
|
||||
|
||||
### Geospatial Location `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLocation`
|
||||
#### Removed
|
||||
- [Geospatial Location](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLocation) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Region that is at which an Entity or Event is located."@en
|
||||
|
||||
#### Added
|
||||
- [Geospatial Location](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLocation) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Geospatial Region that is at which an Entity or Event is located."@en
|
||||
|
||||
|
||||
### Geospatial Polygon `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPolygon`
|
||||
#### Removed
|
||||
- [Geospatial Polygon](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPolygon) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en
|
||||
|
||||
#### Added
|
||||
- [Geospatial Polygon](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPolygon) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en
|
||||
|
||||
|
||||
### Geospatial Position `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPosition`
|
||||
#### Removed
|
||||
- [Geospatial Position](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPosition) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en
|
||||
|
||||
#### Added
|
||||
- [Geospatial Position](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPosition) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en
|
||||
|
||||
|
||||
### Geospatial Region `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegion`
|
||||
#### Removed
|
||||
- [Geospatial Region](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegion) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Site that is at or near the surface of the Earth."@en
|
||||
|
||||
#### Added
|
||||
- [Geospatial Region](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegion) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Site that is at or near the surface of the Earth."@en
|
||||
|
||||
|
||||
### Geospatial Region Bounding Box `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBox`
|
||||
#### Removed
|
||||
- [Geospatial Region Bounding Box](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBox) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en
|
||||
|
||||
#### Added
|
||||
- [Geospatial Region Bounding Box](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBox) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en
|
||||
|
||||
|
||||
### Ground Track `http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrack`
|
||||
#### Removed
|
||||
- [Ground Track](http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrack) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Ground Trace"@en
|
||||
|
||||
- [Ground Track](http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrack) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "The Ground Track is the line on the surface of the Earth or other Astronomical Body that is located directly below the Object Track."@en
|
||||
|
||||
- [Ground Track](http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrack) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Spatial Region defined by the line formed on the surface of an Astronomical Body by projecting an imaginary line from the center of the tracked Object to the center of the Astronomical Body as the Object travels above the surface."@en
|
||||
|
||||
#### Added
|
||||
- [Ground Track](http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrack) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "The Ground Track is the line on the surface of the Earth or other Astronomical Body that is located directly below the Object Track."@en
|
||||
|
||||
- [Ground Track](http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrack) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Spatial Region defined by the line formed on the surface of an Astronomical Body by projecting an imaginary line from the center of the tracked Object to the center of the Astronomical Body as the Object travels above the surface."@en
|
||||
|
||||
- [Ground Track](http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrack) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Ground Trace"@en
|
||||
|
||||
|
||||
### Ground Track Point `http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrackPoint`
|
||||
#### Removed
|
||||
- [Ground Track Point](http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrackPoint) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Zero-Dimensional Spatial Region that is an idealized point located on the surface of an Astronomical Body directly below an Object Track Point."@en
|
||||
|
||||
#### Added
|
||||
- [Ground Track Point](http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrackPoint) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Zero-Dimensional Spatial Region that is an idealized point located on the surface of an Astronomical Body directly below an Object Track Point."@en
|
||||
|
||||
|
||||
### High Density Residential Area `http://www.ontologyrepository.com/CommonCoreOntologies/HighDensityResidentialArea`
|
||||
#### Removed
|
||||
- [High Density Residential Area](http://www.ontologyrepository.com/CommonCoreOntologies/HighDensityResidentialArea) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Populated Place which is characterized by densely contained multiple-unit living structures."@en
|
||||
|
||||
#### Added
|
||||
- [High Density Residential Area](http://www.ontologyrepository.com/CommonCoreOntologies/HighDensityResidentialArea) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Populated Place which is characterized by densely contained multiple-unit living structures."@en
|
||||
|
||||
|
||||
### Hydrographic Feature `http://www.ontologyrepository.com/CommonCoreOntologies/HydrographicFeature`
|
||||
#### Removed
|
||||
- [Hydrographic Feature](http://www.ontologyrepository.com/CommonCoreOntologies/HydrographicFeature) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geographic Feature associated with water."@en
|
||||
|
||||
#### Added
|
||||
- [Hydrographic Feature](http://www.ontologyrepository.com/CommonCoreOntologies/HydrographicFeature) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Geographic Feature associated with water."@en
|
||||
|
||||
|
||||
### Low Density Residential Area `http://www.ontologyrepository.com/CommonCoreOntologies/LowDensityResidentialArea`
|
||||
#### Removed
|
||||
- [Low Density Residential Area](http://www.ontologyrepository.com/CommonCoreOntologies/LowDensityResidentialArea) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Populated Place where houses are on lots of more than one acre."@en
|
||||
|
||||
#### Added
|
||||
- [Low Density Residential Area](http://www.ontologyrepository.com/CommonCoreOntologies/LowDensityResidentialArea) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Populated Place where houses are on lots of more than one acre."@en
|
||||
|
||||
|
||||
### Major Axis `http://www.ontologyrepository.com/CommonCoreOntologies/MajorAxis`
|
||||
#### Removed
|
||||
- [Major Axis](http://www.ontologyrepository.com/CommonCoreOntologies/MajorAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@en
|
||||
|
||||
#### Added
|
||||
- [Major Axis](http://www.ontologyrepository.com/CommonCoreOntologies/MajorAxis) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@en
|
||||
|
||||
|
||||
### Minor Axis `http://www.ontologyrepository.com/CommonCoreOntologies/MinorAxis`
|
||||
#### Removed
|
||||
- [Minor Axis](http://www.ontologyrepository.com/CommonCoreOntologies/MinorAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Spatial Region that is the longest line segment perpendicular to the Major Axis that connects two points on the edge of an Ellipse."@en
|
||||
|
||||
#### Added
|
||||
- [Minor Axis](http://www.ontologyrepository.com/CommonCoreOntologies/MinorAxis) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Spatial Region that is the longest line segment perpendicular to the Major Axis that connects two points on the edge of an Ellipse."@en
|
||||
|
||||
|
||||
### Nadir `http://www.ontologyrepository.com/CommonCoreOntologies/Nadir`
|
||||
#### Removed
|
||||
- [Nadir](http://www.ontologyrepository.com/CommonCoreOntologies/Nadir) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Spatial Region that extends from a given location downward along the local vertical direction pointing in the direction of the apparent Gravitational Force at that location."@en
|
||||
|
||||
#### Added
|
||||
- [Nadir](http://www.ontologyrepository.com/CommonCoreOntologies/Nadir) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Spatial Region that extends from a given location downward along the local vertical direction pointing in the direction of the apparent Gravitational Force at that location."@en
|
||||
|
||||
|
||||
### Object Track `http://www.ontologyrepository.com/CommonCoreOntologies/ObjectTrack`
|
||||
#### Removed
|
||||
- [Object Track](http://www.ontologyrepository.com/CommonCoreOntologies/ObjectTrack) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@en
|
||||
|
||||
#### Added
|
||||
- [Object Track](http://www.ontologyrepository.com/CommonCoreOntologies/ObjectTrack) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@en
|
||||
|
||||
|
||||
### Object Track Point `http://www.ontologyrepository.com/CommonCoreOntologies/ObjectTrackPoint`
|
||||
#### Removed
|
||||
- [Object Track Point](http://www.ontologyrepository.com/CommonCoreOntologies/ObjectTrackPoint) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@en
|
||||
|
||||
#### Added
|
||||
- [Object Track Point](http://www.ontologyrepository.com/CommonCoreOntologies/ObjectTrackPoint) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@en
|
||||
|
||||
|
||||
### One-Dimensional Geospatial Boundary `http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary`
|
||||
#### Removed
|
||||
- [One-Dimensional Geospatial Boundary](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Fiat Line that is a boundary of some Geospatial Region."@en
|
||||
|
||||
#### Added
|
||||
- [One-Dimensional Geospatial Boundary](http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Fiat Line that is a boundary of some Geospatial Region."@en
|
||||
|
||||
|
||||
### Park `http://www.ontologyrepository.com/CommonCoreOntologies/Park`
|
||||
#### Removed
|
||||
- [Park](http://www.ontologyrepository.com/CommonCoreOntologies/Park) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Anthropogenic Feature that is a bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation."@en
|
||||
|
||||
#### Added
|
||||
- [Park](http://www.ontologyrepository.com/CommonCoreOntologies/Park) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Anthropogenic Feature that is a bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation."@en
|
||||
|
||||
|
||||
### Physiographic Feature `http://www.ontologyrepository.com/CommonCoreOntologies/PhysiographicFeature`
|
||||
#### Removed
|
||||
- [Physiographic Feature](http://www.ontologyrepository.com/CommonCoreOntologies/PhysiographicFeature) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en
|
||||
|
||||
#### Added
|
||||
- [Physiographic Feature](http://www.ontologyrepository.com/CommonCoreOntologies/PhysiographicFeature) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en
|
||||
|
||||
|
||||
### Pitch Axis `http://www.ontologyrepository.com/CommonCoreOntologies/PitchAxis`
|
||||
#### Removed
|
||||
- [Pitch Axis](http://www.ontologyrepository.com/CommonCoreOntologies/PitchAxis) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Lateral Axis"@en
|
||||
|
||||
- [Pitch Axis](http://www.ontologyrepository.com/CommonCoreOntologies/PitchAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Axis of Rotation that passes through the center of an object's Mass and is perpendicular both to the direction of the object's motion and to the object's Yaw Axis."@en
|
||||
|
||||
#### Added
|
||||
- [Pitch Axis](http://www.ontologyrepository.com/CommonCoreOntologies/PitchAxis) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Lateral Axis"@en
|
||||
|
||||
- [Pitch Axis](http://www.ontologyrepository.com/CommonCoreOntologies/PitchAxis) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Axis of Rotation that passes through the center of an object's Mass and is perpendicular both to the direction of the object's motion and to the object's Yaw Axis."@en
|
||||
|
||||
|
||||
### Populated place `http://www.ontologyrepository.com/CommonCoreOntologies/PopulatedPlace`
|
||||
#### Removed
|
||||
- [Populated place](http://www.ontologyrepository.com/CommonCoreOntologies/PopulatedPlace) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Anthropogenic Feature at which people live or have lived."@en
|
||||
|
||||
#### Added
|
||||
- [Populated place](http://www.ontologyrepository.com/CommonCoreOntologies/PopulatedPlace) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Anthropogenic Feature at which people live or have lived."@en
|
||||
|
||||
|
||||
### Portion of Atmosphere `http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfAtmosphere`
|
||||
#### Removed
|
||||
- [Portion of Atmosphere](http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfAtmosphere) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en
|
||||
|
||||
#### Added
|
||||
- [Portion of Atmosphere](http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfAtmosphere) [definition](http://www.w3.org/2004/02/skos/core#definition) "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en
|
||||
|
||||
|
||||
### Portion of Cryosphere `http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCryosphere`
|
||||
#### Removed
|
||||
- [Portion of Cryosphere](http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCryosphere) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A fiat object part of the frozen part of a natural satellite's hydosphere"@en
|
||||
|
||||
#### Added
|
||||
- [Portion of Cryosphere](http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCryosphere) [definition](http://www.w3.org/2004/02/skos/core#definition) "A fiat object part of the frozen part of a natural satellite's hydosphere"@en
|
||||
|
||||
|
||||
### Portion of Geosphere `http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGeosphere`
|
||||
#### Removed
|
||||
- [Portion of Geosphere](http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGeosphere) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en
|
||||
|
||||
#### Added
|
||||
- [Portion of Geosphere](http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGeosphere) [definition](http://www.w3.org/2004/02/skos/core#definition) "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en
|
||||
|
||||
|
||||
### Portion of Hydrosphere `http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfHydrosphere`
|
||||
#### Removed
|
||||
- [Portion of Hydrosphere](http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfHydrosphere) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en
|
||||
|
||||
#### Added
|
||||
- [Portion of Hydrosphere](http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfHydrosphere) [definition](http://www.w3.org/2004/02/skos/core#definition) "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en
|
||||
|
||||
|
||||
### Portion of Lithosphere `http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLithosphere`
|
||||
#### Removed
|
||||
- [Portion of Lithosphere](http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLithosphere) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en
|
||||
|
||||
#### Added
|
||||
- [Portion of Lithosphere](http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLithosphere) [definition](http://www.w3.org/2004/02/skos/core#definition) "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en
|
||||
|
||||
|
||||
### Roll Axis `http://www.ontologyrepository.com/CommonCoreOntologies/RollAxis`
|
||||
#### Removed
|
||||
- [Roll Axis](http://www.ontologyrepository.com/CommonCoreOntologies/RollAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Axis of Rotation that passes through the center of an object's Mass from the front to the back of the object as defined by the direction of the object's motion."@en
|
||||
|
||||
- [Roll Axis](http://www.ontologyrepository.com/CommonCoreOntologies/RollAxis) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Longitudinal Axis"@en
|
||||
|
||||
#### Added
|
||||
- [Roll Axis](http://www.ontologyrepository.com/CommonCoreOntologies/RollAxis) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Longitudinal Axis"@en
|
||||
|
||||
- [Roll Axis](http://www.ontologyrepository.com/CommonCoreOntologies/RollAxis) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Axis of Rotation that passes through the center of an object's Mass from the front to the back of the object as defined by the direction of the object's motion."@en
|
||||
|
||||
|
||||
### Sea Level `http://www.ontologyrepository.com/CommonCoreOntologies/SeaLevel`
|
||||
#### Removed
|
||||
- [Sea Level](http://www.ontologyrepository.com/CommonCoreOntologies/SeaLevel) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Fiat Surface that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en
|
||||
|
||||
#### Added
|
||||
- [Sea Level](http://www.ontologyrepository.com/CommonCoreOntologies/SeaLevel) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Fiat Surface that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en
|
||||
|
||||
|
||||
### Semi-Major Axis `http://www.ontologyrepository.com/CommonCoreOntologies/SemiMajorAxis`
|
||||
#### Removed
|
||||
- [Semi-Major Axis](http://www.ontologyrepository.com/CommonCoreOntologies/SemiMajorAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en
|
||||
|
||||
#### Added
|
||||
- [Semi-Major Axis](http://www.ontologyrepository.com/CommonCoreOntologies/SemiMajorAxis) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en
|
||||
|
||||
|
||||
### Semi-Minor Axis `http://www.ontologyrepository.com/CommonCoreOntologies/SemiMinorAxis`
|
||||
#### Removed
|
||||
- [Semi-Minor Axis](http://www.ontologyrepository.com/CommonCoreOntologies/SemiMinorAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en
|
||||
|
||||
#### Added
|
||||
- [Semi-Minor Axis](http://www.ontologyrepository.com/CommonCoreOntologies/SemiMinorAxis) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en
|
||||
|
||||
|
||||
### Subcontinent `http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent`
|
||||
#### Removed
|
||||
- [Subcontinent](http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en
|
||||
|
||||
#### Added
|
||||
- [Subcontinent](http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en
|
||||
|
||||
|
||||
### Three-Dimensional Path `http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPath`
|
||||
#### Removed
|
||||
- [Three-Dimensional Path](http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPath) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en
|
||||
|
||||
#### Added
|
||||
- [Three-Dimensional Path](http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPath) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en
|
||||
|
||||
|
||||
### Three-Dimensional Position `http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPosition`
|
||||
#### Removed
|
||||
- [Three-Dimensional Position](http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPosition) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@en
|
||||
|
||||
#### Added
|
||||
- [Three-Dimensional Position](http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPosition) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@en
|
||||
|
||||
|
||||
### Yaw Axis `http://www.ontologyrepository.com/CommonCoreOntologies/YawAxis`
|
||||
#### Removed
|
||||
- [Yaw Axis](http://www.ontologyrepository.com/CommonCoreOntologies/YawAxis) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Vertical Axis"@en
|
||||
|
||||
- [Yaw Axis](http://www.ontologyrepository.com/CommonCoreOntologies/YawAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An Axis of Rotation that passes through the center of an object's Mass from the top to the bottom and is perpendicular to the direction of the object's motion. For objects in Orbit, the Yaw Axis passes through the Barycenter of its Orbit."@en
|
||||
|
||||
#### Added
|
||||
- [Yaw Axis](http://www.ontologyrepository.com/CommonCoreOntologies/YawAxis) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Vertical Axis"@en
|
||||
|
||||
- [Yaw Axis](http://www.ontologyrepository.com/CommonCoreOntologies/YawAxis) [definition](http://www.w3.org/2004/02/skos/core#definition) "An Axis of Rotation that passes through the center of an object's Mass from the top to the bottom and is perpendicular to the direction of the object's motion. For objects in Orbit, the Yaw Axis passes through the Barycenter of its Orbit."@en
|
||||
|
||||
|
||||
### Zenith `http://www.ontologyrepository.com/CommonCoreOntologies/Zenith`
|
||||
#### Removed
|
||||
- [Zenith](http://www.ontologyrepository.com/CommonCoreOntologies/Zenith) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A One-Dimensional Spatial Region that extends from a given location upward along the local vertical direction pointing in the direction opposite the apparent Gravitational Force at that location."@en
|
||||
|
||||
#### Added
|
||||
- [Zenith](http://www.ontologyrepository.com/CommonCoreOntologies/Zenith) [definition](http://www.w3.org/2004/02/skos/core#definition) "A One-Dimensional Spatial Region that extends from a given location upward along the local vertical direction pointing in the direction opposite the apparent Gravitational Force at that location."@en
|
||||
|
||||
|
||||
### as WKT `http://www.opengis.net/ont/geosparql#asWKT`
|
||||
#### Removed
|
||||
- [as WKT](http://www.opengis.net/ont/geosparql#asWKT) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [as WKT](http://www.opengis.net/ont/geosparql#asWKT) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en
|
||||
|
||||
#### Added
|
||||
- [as WKT](http://www.opengis.net/ont/geosparql#asWKT) [example](http://www.w3.org/2004/02/skos/core#example) "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [as WKT](http://www.opengis.net/ont/geosparql#asWKT) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en
|
||||
|
||||
|
||||
### coincides with `http://www.ontologyrepository.com/CommonCoreOntologies/coincides_with`
|
||||
#### Removed
|
||||
- [coincides with](http://www.ontologyrepository.com/CommonCoreOntologies/coincides_with) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [coincides with](http://www.ontologyrepository.com/CommonCoreOntologies/coincides_with) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### connected with `http://www.ontologyrepository.com/CommonCoreOntologies/connected_with`
|
||||
#### Removed
|
||||
- [connected with](http://www.ontologyrepository.com/CommonCoreOntologies/connected_with) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [connected with](http://www.ontologyrepository.com/CommonCoreOntologies/connected_with) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### disconnected with `http://www.ontologyrepository.com/CommonCoreOntologies/disconnected_with`
|
||||
#### Removed
|
||||
- [disconnected with](http://www.ontologyrepository.com/CommonCoreOntologies/disconnected_with) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [disconnected with](http://www.ontologyrepository.com/CommonCoreOntologies/disconnected_with) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### externally connects with `http://www.ontologyrepository.com/CommonCoreOntologies/externally_connects_with`
|
||||
#### Removed
|
||||
- [externally connects with](http://www.ontologyrepository.com/CommonCoreOntologies/externally_connects_with) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [externally connects with](http://www.ontologyrepository.com/CommonCoreOntologies/externally_connects_with) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### has altitude value `http://www.ontologyrepository.com/CommonCoreOntologies/has_altitude_value`
|
||||
#### Removed
|
||||
- [has altitude value](http://www.ontologyrepository.com/CommonCoreOntologies/has_altitude_value) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en
|
||||
|
||||
#### Added
|
||||
- [has altitude value](http://www.ontologyrepository.com/CommonCoreOntologies/has_altitude_value) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en
|
||||
|
||||
|
||||
### has latitude value `http://www.ontologyrepository.com/CommonCoreOntologies/has_latitude_value`
|
||||
#### Removed
|
||||
- [has latitude value](http://www.ontologyrepository.com/CommonCoreOntologies/has_latitude_value) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en
|
||||
|
||||
#### Added
|
||||
- [has latitude value](http://www.ontologyrepository.com/CommonCoreOntologies/has_latitude_value) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en
|
||||
|
||||
|
||||
### has longitude value `http://www.ontologyrepository.com/CommonCoreOntologies/has_longitude_value`
|
||||
#### Removed
|
||||
- [has longitude value](http://www.ontologyrepository.com/CommonCoreOntologies/has_longitude_value) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en
|
||||
|
||||
#### Added
|
||||
- [has longitude value](http://www.ontologyrepository.com/CommonCoreOntologies/has_longitude_value) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en
|
||||
|
||||
|
||||
### has nontangential part `http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_part`
|
||||
#### Removed
|
||||
- [has nontangential part](http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_part) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [has nontangential part](http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_part) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### has spatial part `http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_part`
|
||||
#### Removed
|
||||
- [has spatial part](http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_part) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [has spatial part](http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_part) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### has tangential part `http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_part`
|
||||
#### Removed
|
||||
- [has tangential part](http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_part) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [has tangential part](http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_part) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### nontangential part of `http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_part_of`
|
||||
#### Removed
|
||||
- [nontangential part of](http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_part_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en
|
||||
|
||||
#### Added
|
||||
- [nontangential part of](http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_part_of) [definition](http://www.w3.org/2004/02/skos/core#definition) "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en
|
||||
|
||||
|
||||
### partially overlaps with `http://www.ontologyrepository.com/CommonCoreOntologies/partially_overlaps_with`
|
||||
#### Removed
|
||||
- [partially overlaps with](http://www.ontologyrepository.com/CommonCoreOntologies/partially_overlaps_with) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [partially overlaps with](http://www.ontologyrepository.com/CommonCoreOntologies/partially_overlaps_with) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### spatial part of `http://www.ontologyrepository.com/CommonCoreOntologies/spatial_part_of`
|
||||
#### Removed
|
||||
- [spatial part of](http://www.ontologyrepository.com/CommonCoreOntologies/spatial_part_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [spatial part of](http://www.ontologyrepository.com/CommonCoreOntologies/spatial_part_of) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### tangential part of `http://www.ontologyrepository.com/CommonCoreOntologies/tangential_part_of`
|
||||
#### Removed
|
||||
- [tangential part of](http://www.ontologyrepository.com/CommonCoreOntologies/tangential_part_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en
|
||||
|
||||
#### Added
|
||||
- [tangential part of](http://www.ontologyrepository.com/CommonCoreOntologies/tangential_part_of) [definition](http://www.w3.org/2004/02/skos/core#definition) "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en
|
||||
|
||||
|
||||
### x-Axis `http://www.ontologyrepository.com/CommonCoreOntologies/xAxis`
|
||||
#### Removed
|
||||
- [x-Axis](http://www.ontologyrepository.com/CommonCoreOntologies/xAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Coordinate System Axis designated by the variable 'x'."@en
|
||||
|
||||
#### Added
|
||||
- [x-Axis](http://www.ontologyrepository.com/CommonCoreOntologies/xAxis) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Coordinate System Axis designated by the variable 'x'."@en
|
||||
|
||||
|
||||
### y-Axis `http://www.ontologyrepository.com/CommonCoreOntologies/yAxis`
|
||||
#### Removed
|
||||
- [y-Axis](http://www.ontologyrepository.com/CommonCoreOntologies/yAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Coordinate System Axis designated by the variable 'y'."@en
|
||||
|
||||
#### Added
|
||||
- [y-Axis](http://www.ontologyrepository.com/CommonCoreOntologies/yAxis) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Coordinate System Axis designated by the variable 'y'."@en
|
||||
|
||||
|
||||
### z-Axis `http://www.ontologyrepository.com/CommonCoreOntologies/zAxis`
|
||||
#### Removed
|
||||
- [z-Axis](http://www.ontologyrepository.com/CommonCoreOntologies/zAxis) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Coordinate System Axis designated by the variable 'z'."@en
|
||||
|
||||
#### Added
|
||||
- [z-Axis](http://www.ontologyrepository.com/CommonCoreOntologies/zAxis) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Coordinate System Axis designated by the variable 'z'."@en
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,478 @@
|
||||
# Ontology comparison
|
||||
|
||||
## Left
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/TimeOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/TimeOntology.ttl`
|
||||
|
||||
## Right
|
||||
- Ontology IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology`
|
||||
- Version IRI: `http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/TimeOntology`
|
||||
- Loaded from: `file:/Users/markjensen/Documents/GitHub/CommonCoreOntologies/src/cco-modules/temp/TimeOntology.ttl`
|
||||
|
||||
### Ontology imports
|
||||
|
||||
|
||||
|
||||
### Ontology annotations
|
||||
|
||||
|
||||
|
||||
### Afternoon `http://www.ontologyrepository.com/CommonCoreOntologies/Afternoon`
|
||||
#### Removed
|
||||
- [Afternoon](http://www.ontologyrepository.com/CommonCoreOntologies/Afternoon) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en
|
||||
|
||||
#### Added
|
||||
- [Afternoon](http://www.ontologyrepository.com/CommonCoreOntologies/Afternoon) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en
|
||||
|
||||
|
||||
### Axial Rotation Period `http://www.ontologyrepository.com/CommonCoreOntologies/AxialRotationPeriod`
|
||||
#### Removed
|
||||
- [Axial Rotation Period](http://www.ontologyrepository.com/CommonCoreOntologies/AxialRotationPeriod) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en
|
||||
|
||||
#### Added
|
||||
- [Axial Rotation Period](http://www.ontologyrepository.com/CommonCoreOntologies/AxialRotationPeriod) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en
|
||||
|
||||
|
||||
### Calendar Day `http://www.ontologyrepository.com/CommonCoreOntologies/CalendarDay`
|
||||
#### Removed
|
||||
- [Calendar Day](http://www.ontologyrepository.com/CommonCoreOntologies/CalendarDay) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Day that begins and ends concurrently with the Seconds specified by a Calendar System to be the first and last Seconds of the Day."@en
|
||||
|
||||
#### Added
|
||||
- [Calendar Day](http://www.ontologyrepository.com/CommonCoreOntologies/CalendarDay) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Day that begins and ends concurrently with the Seconds specified by a Calendar System to be the first and last Seconds of the Day."@en
|
||||
|
||||
|
||||
### Calendar Month `http://www.ontologyrepository.com/CommonCoreOntologies/CalendarMonth`
|
||||
#### Removed
|
||||
- [Calendar Month](http://www.ontologyrepository.com/CommonCoreOntologies/CalendarMonth) [example of usage](http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage) "January; February; March; April; May; June; July; August; September; October; November; December"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
- [Calendar Month](http://www.ontologyrepository.com/CommonCoreOntologies/CalendarMonth) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Month that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Month."@en
|
||||
|
||||
#### Added
|
||||
- [Calendar Month](http://www.ontologyrepository.com/CommonCoreOntologies/CalendarMonth) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Month that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Month."@en
|
||||
|
||||
- [Calendar Month](http://www.ontologyrepository.com/CommonCoreOntologies/CalendarMonth) [example](http://www.w3.org/2004/02/skos/core#example) "January; February; March; April; May; June; July; August; September; October; November; December"^^[string](http://www.w3.org/2001/XMLSchema#string)
|
||||
|
||||
|
||||
### Calendar Week `http://www.ontologyrepository.com/CommonCoreOntologies/CalendarWeek`
|
||||
#### Removed
|
||||
- [Calendar Week](http://www.ontologyrepository.com/CommonCoreOntologies/CalendarWeek) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Week that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Week."@en
|
||||
|
||||
#### Added
|
||||
- [Calendar Week](http://www.ontologyrepository.com/CommonCoreOntologies/CalendarWeek) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Week that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Week."@en
|
||||
|
||||
|
||||
### Calendar Year `http://www.ontologyrepository.com/CommonCoreOntologies/CalendarYear`
|
||||
#### Removed
|
||||
- [Calendar Year](http://www.ontologyrepository.com/CommonCoreOntologies/CalendarYear) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Year that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Year."@en
|
||||
|
||||
#### Added
|
||||
- [Calendar Year](http://www.ontologyrepository.com/CommonCoreOntologies/CalendarYear) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Year that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Year."@en
|
||||
|
||||
|
||||
### Day `http://www.ontologyrepository.com/CommonCoreOntologies/Day`
|
||||
#### Removed
|
||||
- [Day](http://www.ontologyrepository.com/CommonCoreOntologies/Day) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en
|
||||
|
||||
- [Day](http://www.ontologyrepository.com/CommonCoreOntologies/Day) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used."@en
|
||||
|
||||
#### Added
|
||||
- [Day](http://www.ontologyrepository.com/CommonCoreOntologies/Day) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used."@en
|
||||
|
||||
- [Day](http://www.ontologyrepository.com/CommonCoreOntologies/Day) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en
|
||||
|
||||
|
||||
### Decade `http://www.ontologyrepository.com/CommonCoreOntologies/Decade`
|
||||
#### Removed
|
||||
- [Decade](http://www.ontologyrepository.com/CommonCoreOntologies/Decade) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that is equal to a period of ten consecutive Years."@en
|
||||
|
||||
#### Added
|
||||
- [Decade](http://www.ontologyrepository.com/CommonCoreOntologies/Decade) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that is equal to a period of ten consecutive Years."@en
|
||||
|
||||
|
||||
### Evening `http://www.ontologyrepository.com/CommonCoreOntologies/Evening`
|
||||
#### Removed
|
||||
- [Evening](http://www.ontologyrepository.com/CommonCoreOntologies/Evening) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en
|
||||
|
||||
#### Added
|
||||
- [Evening](http://www.ontologyrepository.com/CommonCoreOntologies/Evening) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en
|
||||
|
||||
|
||||
### Gregorian Day `http://www.ontologyrepository.com/CommonCoreOntologies/GregorianDay`
|
||||
#### Removed
|
||||
- [Gregorian Day](http://www.ontologyrepository.com/CommonCoreOntologies/GregorianDay) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Calendar Day in the Gregorian Calendar."@en
|
||||
|
||||
#### Added
|
||||
- [Gregorian Day](http://www.ontologyrepository.com/CommonCoreOntologies/GregorianDay) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Calendar Day in the Gregorian Calendar."@en
|
||||
|
||||
|
||||
### Gregorian Year `http://www.ontologyrepository.com/CommonCoreOntologies/GregorianYear`
|
||||
#### Removed
|
||||
- [Gregorian Year](http://www.ontologyrepository.com/CommonCoreOntologies/GregorianYear) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Calendar Year in the Gregorian Calendar."@en
|
||||
|
||||
#### Added
|
||||
- [Gregorian Year](http://www.ontologyrepository.com/CommonCoreOntologies/GregorianYear) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Calendar Year in the Gregorian Calendar."@en
|
||||
|
||||
|
||||
### Hour `http://www.ontologyrepository.com/CommonCoreOntologies/Hour`
|
||||
#### Removed
|
||||
- [Hour](http://www.ontologyrepository.com/CommonCoreOntologies/Hour) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that is equal to sixty consecutive Minutes."@en
|
||||
|
||||
#### Added
|
||||
- [Hour](http://www.ontologyrepository.com/CommonCoreOntologies/Hour) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that is equal to sixty consecutive Minutes."@en
|
||||
|
||||
|
||||
### Julian Date `http://www.ontologyrepository.com/CommonCoreOntologies/JulianDate`
|
||||
#### Removed
|
||||
- [Julian Date](http://www.ontologyrepository.com/CommonCoreOntologies/JulianDate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en
|
||||
|
||||
#### Added
|
||||
- [Julian Date](http://www.ontologyrepository.com/CommonCoreOntologies/JulianDate) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en
|
||||
|
||||
|
||||
### Julian Day `http://www.ontologyrepository.com/CommonCoreOntologies/JulianDay`
|
||||
#### Removed
|
||||
- [Julian Day](http://www.ontologyrepository.com/CommonCoreOntologies/JulianDay) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Calendar Day in the Julian Calendar."@en
|
||||
|
||||
#### Added
|
||||
- [Julian Day](http://www.ontologyrepository.com/CommonCoreOntologies/JulianDay) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Calendar Day in the Julian Calendar."@en
|
||||
|
||||
|
||||
### Julian Year `http://www.ontologyrepository.com/CommonCoreOntologies/JulianYear`
|
||||
#### Removed
|
||||
- [Julian Year](http://www.ontologyrepository.com/CommonCoreOntologies/JulianYear) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Calendar Year in the Julian Calendar."@en
|
||||
|
||||
#### Added
|
||||
- [Julian Year](http://www.ontologyrepository.com/CommonCoreOntologies/JulianYear) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Calendar Year in the Julian Calendar."@en
|
||||
|
||||
|
||||
### Minute `http://www.ontologyrepository.com/CommonCoreOntologies/Minute`
|
||||
#### Removed
|
||||
- [Minute](http://www.ontologyrepository.com/CommonCoreOntologies/Minute) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that is equal to sixty consecutive Seconds."@en
|
||||
|
||||
#### Added
|
||||
- [Minute](http://www.ontologyrepository.com/CommonCoreOntologies/Minute) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that is equal to sixty consecutive Seconds."@en
|
||||
|
||||
|
||||
### Modified Julian Date `http://www.ontologyrepository.com/CommonCoreOntologies/ModifiedJulianDate`
|
||||
#### Removed
|
||||
- [Modified Julian Date](http://www.ontologyrepository.com/CommonCoreOntologies/ModifiedJulianDate) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en
|
||||
|
||||
#### Added
|
||||
- [Modified Julian Date](http://www.ontologyrepository.com/CommonCoreOntologies/ModifiedJulianDate) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en
|
||||
|
||||
|
||||
### Month `http://www.ontologyrepository.com/CommonCoreOntologies/Month`
|
||||
#### Removed
|
||||
- [Month](http://www.ontologyrepository.com/CommonCoreOntologies/Month) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days."@en
|
||||
|
||||
- [Month](http://www.ontologyrepository.com/CommonCoreOntologies/Month) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en
|
||||
|
||||
#### Added
|
||||
- [Month](http://www.ontologyrepository.com/CommonCoreOntologies/Month) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en
|
||||
|
||||
- [Month](http://www.ontologyrepository.com/CommonCoreOntologies/Month) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days."@en
|
||||
|
||||
|
||||
### Morning `http://www.ontologyrepository.com/CommonCoreOntologies/Morning`
|
||||
#### Removed
|
||||
- [Morning](http://www.ontologyrepository.com/CommonCoreOntologies/Morning) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en
|
||||
|
||||
#### Added
|
||||
- [Morning](http://www.ontologyrepository.com/CommonCoreOntologies/Morning) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en
|
||||
|
||||
|
||||
### Multi-Day Temporal Interval `http://www.ontologyrepository.com/CommonCoreOntologies/MultiDayTemporalInterval`
|
||||
#### Removed
|
||||
- [Multi-Day Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiDayTemporalInterval) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en
|
||||
|
||||
#### Added
|
||||
- [Multi-Day Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiDayTemporalInterval) [definition](http://www.w3.org/2004/02/skos/core#definition) "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en
|
||||
|
||||
|
||||
### Multi-Hour Temporal Interval `http://www.ontologyrepository.com/CommonCoreOntologies/MultiHourTemporalInterval`
|
||||
#### Removed
|
||||
- [Multi-Hour Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiHourTemporalInterval) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en
|
||||
|
||||
#### Added
|
||||
- [Multi-Hour Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiHourTemporalInterval) [definition](http://www.w3.org/2004/02/skos/core#definition) "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en
|
||||
|
||||
|
||||
### Multi-Minute Temporal Interval `http://www.ontologyrepository.com/CommonCoreOntologies/MultiMinuteTemporalInterval`
|
||||
#### Removed
|
||||
- [Multi-Minute Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiMinuteTemporalInterval) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en
|
||||
|
||||
#### Added
|
||||
- [Multi-Minute Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiMinuteTemporalInterval) [definition](http://www.w3.org/2004/02/skos/core#definition) "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en
|
||||
|
||||
|
||||
### Multi-Month Temporal Interval `http://www.ontologyrepository.com/CommonCoreOntologies/MultiMonthTemporalInterval`
|
||||
#### Removed
|
||||
- [Multi-Month Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiMonthTemporalInterval) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en
|
||||
|
||||
#### Added
|
||||
- [Multi-Month Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiMonthTemporalInterval) [definition](http://www.w3.org/2004/02/skos/core#definition) "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en
|
||||
|
||||
|
||||
### Multi-Second Temporal Interval `http://www.ontologyrepository.com/CommonCoreOntologies/MultiSecondTemporalInterval`
|
||||
#### Removed
|
||||
- [Multi-Second Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiSecondTemporalInterval) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en
|
||||
|
||||
#### Added
|
||||
- [Multi-Second Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiSecondTemporalInterval) [definition](http://www.w3.org/2004/02/skos/core#definition) "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en
|
||||
|
||||
|
||||
### Multi-Week Temporal Interval `http://www.ontologyrepository.com/CommonCoreOntologies/MultiWeekTemporalInterval`
|
||||
#### Removed
|
||||
- [Multi-Week Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiWeekTemporalInterval) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en
|
||||
|
||||
#### Added
|
||||
- [Multi-Week Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiWeekTemporalInterval) [definition](http://www.w3.org/2004/02/skos/core#definition) "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en
|
||||
|
||||
|
||||
### Multi-Year Temporal Interval `http://www.ontologyrepository.com/CommonCoreOntologies/MultiYearTemporalInterval`
|
||||
#### Removed
|
||||
- [Multi-Year Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiYearTemporalInterval) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en
|
||||
|
||||
#### Added
|
||||
- [Multi-Year Temporal Interval](http://www.ontologyrepository.com/CommonCoreOntologies/MultiYearTemporalInterval) [definition](http://www.w3.org/2004/02/skos/core#definition) "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en
|
||||
|
||||
|
||||
### Night `http://www.ontologyrepository.com/CommonCoreOntologies/Night`
|
||||
#### Removed
|
||||
- [Night](http://www.ontologyrepository.com/CommonCoreOntologies/Night) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en
|
||||
|
||||
#### Added
|
||||
- [Night](http://www.ontologyrepository.com/CommonCoreOntologies/Night) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en
|
||||
|
||||
|
||||
### Reference Time `http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime`
|
||||
#### Removed
|
||||
- [Reference Time](http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en
|
||||
|
||||
- [Reference Time](http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Reference Date"@en
|
||||
|
||||
- [Reference Time](http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Epoch"@en
|
||||
|
||||
- [Reference Time](http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime) [alternative label](http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label) "Epoch Time"@en
|
||||
|
||||
#### Added
|
||||
- [Reference Time](http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Reference Date"@en
|
||||
|
||||
- [Reference Time](http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en
|
||||
|
||||
- [Reference Time](http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Epoch Time"@en
|
||||
|
||||
- [Reference Time](http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime) [altLabel](http://www.w3.org/2004/02/skos/core#altLabel) "Epoch"@en
|
||||
|
||||
|
||||
### Second `http://www.ontologyrepository.com/CommonCoreOntologies/Second`
|
||||
#### Removed
|
||||
- [Second](http://www.ontologyrepository.com/CommonCoreOntologies/Second) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en
|
||||
|
||||
#### Added
|
||||
- [Second](http://www.ontologyrepository.com/CommonCoreOntologies/Second) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en
|
||||
|
||||
|
||||
### Time of Day `http://www.ontologyrepository.com/CommonCoreOntologies/TimeOfDay`
|
||||
#### Removed
|
||||
- [Time of Day](http://www.ontologyrepository.com/CommonCoreOntologies/TimeOfDay) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Instant that is part of a Day."@en
|
||||
|
||||
#### Added
|
||||
- [Time of Day](http://www.ontologyrepository.com/CommonCoreOntologies/TimeOfDay) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Instant that is part of a Day."@en
|
||||
|
||||
|
||||
### Unix Temporal Instant `http://www.ontologyrepository.com/CommonCoreOntologies/UnixTemporalInstant`
|
||||
#### Removed
|
||||
- [Unix Temporal Instant](http://www.ontologyrepository.com/CommonCoreOntologies/UnixTemporalInstant) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en
|
||||
|
||||
#### Added
|
||||
- [Unix Temporal Instant](http://www.ontologyrepository.com/CommonCoreOntologies/UnixTemporalInstant) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en
|
||||
|
||||
|
||||
### Week `http://www.ontologyrepository.com/CommonCoreOntologies/Week`
|
||||
#### Removed
|
||||
- [Week](http://www.ontologyrepository.com/CommonCoreOntologies/Week) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that is equal to seven consecutive Days."@en
|
||||
|
||||
#### Added
|
||||
- [Week](http://www.ontologyrepository.com/CommonCoreOntologies/Week) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that is equal to seven consecutive Days."@en
|
||||
|
||||
|
||||
### Year `http://www.ontologyrepository.com/CommonCoreOntologies/Year`
|
||||
#### Removed
|
||||
- [Year](http://www.ontologyrepository.com/CommonCoreOntologies/Year) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/elucidation) "Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days."@en
|
||||
|
||||
- [Year](http://www.ontologyrepository.com/CommonCoreOntologies/Year) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en
|
||||
|
||||
#### Added
|
||||
- [Year](http://www.ontologyrepository.com/CommonCoreOntologies/Year) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days."@en
|
||||
|
||||
- [Year](http://www.ontologyrepository.com/CommonCoreOntologies/Year) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en
|
||||
|
||||
|
||||
### has inside instant `http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_instant`
|
||||
#### Removed
|
||||
- [has inside instant](http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_instant) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."@en
|
||||
|
||||
#### Added
|
||||
- [has inside instant](http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_instant) [definition](http://www.w3.org/2004/02/skos/core#definition) "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."@en
|
||||
|
||||
|
||||
### has inside interval `http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_interval`
|
||||
#### Removed
|
||||
- [has inside interval](http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_interval) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en
|
||||
|
||||
#### Added
|
||||
- [has inside interval](http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_interval) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en
|
||||
|
||||
|
||||
### instant is after `http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_after`
|
||||
#### Removed
|
||||
- [instant is after](http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_after) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
- [instant is after](http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_after) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [instant is after](http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_after) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."@en
|
||||
|
||||
- [instant is after](http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_after) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### instant is before `http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_before`
|
||||
#### Removed
|
||||
- [instant is before](http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_before) [elucidation](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
- [instant is before](http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_before) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/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
|
||||
|
||||
#### Added
|
||||
- [instant is before](http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_before) [scopeNote](http://www.w3.org/2004/02/skos/core#scopeNote) "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."@en
|
||||
|
||||
- [instant is before](http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_before) [definition](http://www.w3.org/2004/02/skos/core#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
|
||||
|
||||
|
||||
### interval contained by `http://www.ontologyrepository.com/CommonCoreOntologies/interval_contained_by`
|
||||
#### Removed
|
||||
- [interval contained by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_contained_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en
|
||||
|
||||
#### Added
|
||||
- [interval contained by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_contained_by) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en
|
||||
|
||||
|
||||
### interval contains `http://www.ontologyrepository.com/CommonCoreOntologies/interval_contains`
|
||||
#### Removed
|
||||
- [interval contains](http://www.ontologyrepository.com/CommonCoreOntologies/interval_contains) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en
|
||||
|
||||
#### Added
|
||||
- [interval contains](http://www.ontologyrepository.com/CommonCoreOntologies/interval_contains) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en
|
||||
|
||||
|
||||
### interval disjoint `http://www.ontologyrepository.com/CommonCoreOntologies/interval_disjoint`
|
||||
#### Removed
|
||||
- [interval disjoint](http://www.ontologyrepository.com/CommonCoreOntologies/interval_disjoint) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."@en
|
||||
|
||||
#### Added
|
||||
- [interval disjoint](http://www.ontologyrepository.com/CommonCoreOntologies/interval_disjoint) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."@en
|
||||
|
||||
|
||||
### interval during `http://www.ontologyrepository.com/CommonCoreOntologies/interval_during`
|
||||
#### Removed
|
||||
- [interval during](http://www.ontologyrepository.com/CommonCoreOntologies/interval_during) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en
|
||||
|
||||
#### Added
|
||||
- [interval during](http://www.ontologyrepository.com/CommonCoreOntologies/interval_during) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en
|
||||
|
||||
|
||||
### interval equals `http://www.ontologyrepository.com/CommonCoreOntologies/interval_equals`
|
||||
#### Removed
|
||||
- [interval equals](http://www.ontologyrepository.com/CommonCoreOntologies/interval_equals) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."@en
|
||||
|
||||
#### Added
|
||||
- [interval equals](http://www.ontologyrepository.com/CommonCoreOntologies/interval_equals) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."@en
|
||||
|
||||
|
||||
### interval finished by `http://www.ontologyrepository.com/CommonCoreOntologies/interval_finished_by`
|
||||
#### Removed
|
||||
- [interval finished by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_finished_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en
|
||||
|
||||
#### Added
|
||||
- [interval finished by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_finished_by) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en
|
||||
|
||||
|
||||
### interval finishes `http://www.ontologyrepository.com/CommonCoreOntologies/interval_finishes`
|
||||
#### Removed
|
||||
- [interval finishes](http://www.ontologyrepository.com/CommonCoreOntologies/interval_finishes) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en
|
||||
|
||||
#### Added
|
||||
- [interval finishes](http://www.ontologyrepository.com/CommonCoreOntologies/interval_finishes) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en
|
||||
|
||||
|
||||
### interval is after `http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_after`
|
||||
#### Removed
|
||||
- [interval is after](http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_after) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."@en
|
||||
|
||||
#### Added
|
||||
- [interval is after](http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_after) [definition](http://www.w3.org/2004/02/skos/core#definition) "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."@en
|
||||
|
||||
|
||||
### interval is before `http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_before`
|
||||
#### Removed
|
||||
- [interval is before](http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_before) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."@en
|
||||
|
||||
#### Added
|
||||
- [interval is before](http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_before) [definition](http://www.w3.org/2004/02/skos/core#definition) "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."@en
|
||||
|
||||
|
||||
### interval meets `http://www.ontologyrepository.com/CommonCoreOntologies/interval_meets`
|
||||
#### Removed
|
||||
- [interval meets](http://www.ontologyrepository.com/CommonCoreOntologies/interval_meets) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."@en
|
||||
|
||||
#### Added
|
||||
- [interval meets](http://www.ontologyrepository.com/CommonCoreOntologies/interval_meets) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."@en
|
||||
|
||||
|
||||
### interval met by `http://www.ontologyrepository.com/CommonCoreOntologies/interval_met_by`
|
||||
#### Removed
|
||||
- [interval met by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_met_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."@en
|
||||
|
||||
#### Added
|
||||
- [interval met by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_met_by) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."@en
|
||||
|
||||
|
||||
### interval overlapped by `http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlapped_by`
|
||||
#### Removed
|
||||
- [interval overlapped by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlapped_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en
|
||||
|
||||
#### Added
|
||||
- [interval overlapped by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlapped_by) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en
|
||||
|
||||
|
||||
### interval overlaps `http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlaps`
|
||||
#### Removed
|
||||
- [interval overlaps](http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlaps) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en
|
||||
|
||||
#### Added
|
||||
- [interval overlaps](http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlaps) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en
|
||||
|
||||
|
||||
### interval started by `http://www.ontologyrepository.com/CommonCoreOntologies/interval_started_by`
|
||||
#### Removed
|
||||
- [interval started by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_started_by) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en
|
||||
|
||||
#### Added
|
||||
- [interval started by](http://www.ontologyrepository.com/CommonCoreOntologies/interval_started_by) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en
|
||||
|
||||
|
||||
### interval starts `http://www.ontologyrepository.com/CommonCoreOntologies/interval_starts`
|
||||
#### Removed
|
||||
- [interval starts](http://www.ontologyrepository.com/CommonCoreOntologies/interval_starts) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en
|
||||
|
||||
#### Added
|
||||
- [interval starts](http://www.ontologyrepository.com/CommonCoreOntologies/interval_starts) [definition](http://www.w3.org/2004/02/skos/core#definition) "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en
|
||||
|
||||
|
||||
### is inside instant of `http://www.ontologyrepository.com/CommonCoreOntologies/is_inside_instant_of`
|
||||
#### Removed
|
||||
- [is inside instant of](http://www.ontologyrepository.com/CommonCoreOntologies/is_inside_instant_of) [definition](http://www.ontologyrepository.com/CommonCoreOntologies/definition) "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."@en
|
||||
|
||||
#### Added
|
||||
- [is inside instant of](http://www.ontologyrepository.com/CommonCoreOntologies/is_inside_instant_of) [definition](http://www.w3.org/2004/02/skos/core#definition) "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."@en
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,31 +0,0 @@
|
||||
# Version 1.6 2024-09-26
|
||||
|
||||
## Potential Breaking Change
|
||||
- A typo in the IRI for cco:NautralLanguage["Natural Language"] was fixed, effectively deleting the IRI and replacing it with cco:NaturalLanguage
|
||||
- cco:ArtificialLanguage now disjoint with cco:NaturalLanguage
|
||||
|
||||
### Summary
|
||||
- Updated dcterms:license annotation for all ontology files
|
||||
- Added dcterms:rights annotation for all ontology files
|
||||
- Numerous small changes and improvements to definitions, labels, and other metadata
|
||||
- Labels and definitions for cco:ActionRegulation and its subtypes and six associated object properties all changed to refer to 'Process' rather than 'Act'
|
||||
- Four new classes, one new object property, and two new named individuals
|
||||
- Several axiom changes to better align with definitions and intended meaning
|
||||
|
||||
### New Terms
|
||||
- cco:DecibelIsotropicMeasurementUnit
|
||||
- cco:InternationalGeomagneticReferenceField
|
||||
- cco:ActOfDataTransformation
|
||||
- cco:ActOfInformationProcessing
|
||||
- cco:SimpleOpticalLens
|
||||
- cco:ComplexOpticalLens
|
||||
- cco:has_some_member_of_located_in
|
||||
|
||||
### Axiom changes
|
||||
- cco:has_familial_relationship now a symmetric property
|
||||
- Equivalence axioms for cco:Cause and cco:Effect changed from bfo:occurrent to bfo:process
|
||||
- cco:DecreaseOfFunction, cco:IncreaseOfFunction, cco:GainOfFunction, and cco:LossOfFunction now subclasses of cco:DecreaseOfDisposition, cco:IncreaseOfDisposition, cco:GainOfDisposition, and cco:LossOfDisposition respectively
|
||||
- cco:has_member_of_located_in now a subproperty of cco:has_some_member_of_located_in
|
||||
- cco:inhibited_by now the inverse of cco:inhibits, and set the domain and range of both properties to bfo:process
|
||||
- cco:GeospatialEllipse now a subclass of cco:GeospatialBoundary
|
||||
- Range for cco:has_text_value broadened to include rdf:langString
|
||||
@@ -0,0 +1,25 @@
|
||||
# Version 1.7 2024-11-03
|
||||
|
||||
### Summary
|
||||
- Numerous iterative improvements to metadata, especially definitions and sources
|
||||
- One new class
|
||||
- A few axiom changes
|
||||
- Four annotation properties deprecated and replaced with ones from SKOS
|
||||
|
||||
### New Terms
|
||||
- cco:FilterFunction
|
||||
|
||||
### Axiom changes
|
||||
- Equivalency axiom for cco:Agent changed from: 'material entity' and 'agent in' some 'process' to: 'material entity' and 'bearer of' some cco:AgentCapability
|
||||
- cco:Filter now equivalent to 'bearer of' some cco:FilterFunction
|
||||
- cco:FiltrationArtifactFunction now a subclass of cco:FilterFunction
|
||||
- Ranges for cco:has_member_of_located_in & cco:has_some_member_of_located_in changed to align with BFO
|
||||
- - From: 'material entity' to: 'independent continuant' and not 'spatial region'
|
||||
- cco:condition_described_by & cco:describes_condition are now subproperties of cco:is_subject_of & cco:is_about respectively.
|
||||
- The range for cco:has_text_value was removed
|
||||
|
||||
### Deprecated Annotation Properties
|
||||
- cco:defintion replaced with skos:defintion
|
||||
- cco:alternative_label replaced with skos:altLabel
|
||||
- cco:elucidation replaced with skos:scopeNote
|
||||
- cco:example_of_usage replaced with skos:example
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -6,18 +6,19 @@
|
||||
@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#> .
|
||||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
|
||||
@prefix dcterms: <http://purl.org/dc/terms/> .
|
||||
|
||||
@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/2024-09-26/CurrencyUnitOntology> ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-11-03/CurrencyUnitOntology> ;
|
||||
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
|
||||
dcterms:rights "CUBRC Inc., see full license."@en ;
|
||||
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
|
||||
rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."@en ;
|
||||
rdfs:label "Currency Unit Ontology"@en ;
|
||||
owl:versionInfo "Version 1.6"@en .
|
||||
owl:versionInfo "Version 1.7"@en .
|
||||
|
||||
#################################################################
|
||||
# Classes
|
||||
@@ -26,8 +27,8 @@
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/CurrencyUnit
|
||||
cco:CurrencyUnit rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:MeasurementUnit ;
|
||||
cco:definition "A Measurement Unit used in measurements of financial values."@en ;
|
||||
cco:example_of_usage "U.S. Dollar, Euro, Yuan, South African Rand" ;
|
||||
skos:definition "A Measurement Unit used in measurements of financial values."@en ;
|
||||
skos:example "U.S. Dollar, Euro, Yuan, South African Rand" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Measurement Unit of Currency"@en .
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -11,90 +11,65 @@
|
||||
@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/2024-09-26/ExtendedRelationOntology> ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-11-03/ExtendedRelationOntology> ;
|
||||
owl:imports <http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl> ;
|
||||
dcterms:rights "CUBRC Inc., see full license."@en ;
|
||||
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
|
||||
rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."@en ;
|
||||
rdfs:label "Extended Relation Ontology"@en ;
|
||||
owl:versionInfo "Version 1.6"@en .
|
||||
owl:versionInfo "Version 1.7"@en .
|
||||
|
||||
#################################################################
|
||||
# Annotation properties
|
||||
#################################################################
|
||||
|
||||
### http://purl.org/dc/terms/created
|
||||
dcterms:created rdf:type owl:AnnotationProperty .
|
||||
|
||||
|
||||
### http://purl.org/dc/terms/creator
|
||||
dcterms:creator rdf:type owl:AnnotationProperty .
|
||||
|
||||
|
||||
### http://purl.org/dc/terms/license
|
||||
dcterms:license rdf:type owl:AnnotationProperty .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/acronym
|
||||
cco:acronym rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en ;
|
||||
skos:definition "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "acronym"@en ;
|
||||
rdfs:subPropertyOf skos:altLabel .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label
|
||||
cco:alternative_label rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A term or phrase that may be used in place of the stated rdfs:label to denote the entity in question."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "alternative label"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/code_license
|
||||
cco:code_license rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "The name and description of the license under which the .owl file is released."@en ;
|
||||
skos:definition "The name and description of the license under which the .owl file is released."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "code license"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/content_license
|
||||
cco:content_license rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en ;
|
||||
skos:definition "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "content license"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/copyright
|
||||
cco:copyright rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "An assertion of copyright"@en ;
|
||||
skos:definition "An assertion of copyright"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "copyright"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/definition
|
||||
cco:definition rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A natural language explication of the meaning of the term."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "definition"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/definition_source
|
||||
cco:definition_source rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A citation of where all or some of the information used to create the term's Definition was acquired from."@en ;
|
||||
skos:definition "A citation of where all or some of the information used to create the term's Definition was acquired from."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "definition source"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/designator_annotation
|
||||
cco:designator_annotation rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A name or other identifier that is used to designate an individual."@en ;
|
||||
skos:definition "A name or other identifier that is used to designate an individual."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "designator annotation"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_acronym
|
||||
cco:doctrinal_acronym rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "An Acronym that is used by a Doctrinal Source to denote the entity."@en ;
|
||||
skos:definition "An Acronym that is used by a Doctrinal Source to denote the entity."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "doctrinal acronym"@en ;
|
||||
rdfs:subPropertyOf cco:acronym .
|
||||
@@ -102,61 +77,47 @@ cco:doctrinal_acronym rdf:type owl:AnnotationProperty ;
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_definition
|
||||
cco:doctrinal_definition rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A Definition that is taken directly from a Doctrinal Source."@en ;
|
||||
cco:elucidation "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en ;
|
||||
skos:definition "A Definition that is taken directly from a Doctrinal Source."@en ;
|
||||
skos:scopeNote "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "doctrinal definition"@en ;
|
||||
rdfs:subPropertyOf cco:definition .
|
||||
rdfs:subPropertyOf skos:definition .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_label
|
||||
cco:doctrinal_label rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en ;
|
||||
cco:elucidation "When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label."@en ;
|
||||
skos:definition "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en ;
|
||||
skos:scopeNote "When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "doctrinal label"@en ;
|
||||
rdfs:subPropertyOf cco:alternative_label .
|
||||
rdfs:subPropertyOf skos:altLabel .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_source
|
||||
cco:doctrinal_source rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ;
|
||||
skos:definition "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "doctrinal source"@en ;
|
||||
rdfs:subPropertyOf cco:definition_source .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/elucidation
|
||||
cco:elucidation rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A clarification or further explanation of a term beyond what is included in the Definition or which is used when the term is primitive such that no non-circular definition can be given for it."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "elucidation"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage
|
||||
cco:example_of_usage rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A phrase, sentence or set of terms intended to convey the conventional usage of the term."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "example of usage"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/has_token_unit
|
||||
cco:has_token_unit rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en ;
|
||||
skos:definition "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has token unit"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/http_query_string
|
||||
cco:http_query_string rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en ;
|
||||
skos:definition "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "http query string"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/interval_measurement_annotation
|
||||
cco:interval_measurement_annotation rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A interval measurement value of an instance of a quality, realizable or process profile "@en ;
|
||||
skos:definition "A interval measurement value of an instance of a quality, realizable or process profile "@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval measurement annotation"@en ;
|
||||
rdfs:subPropertyOf cco:measurement_annotation .
|
||||
@@ -164,28 +125,28 @@ cco:interval_measurement_annotation rdf:type owl:AnnotationProperty ;
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology
|
||||
cco:is_curated_in_ontology rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en ;
|
||||
skos:definition "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is curated in ontology"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/is_tokenized_by
|
||||
cco:is_tokenized_by rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A relation between an information content entity and a widely used token used to express it."@en ;
|
||||
skos:definition "A relation between an information content entity and a widely used token used to express it."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is tokenized by"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/measurement_annotation
|
||||
cco:measurement_annotation rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A measurement value of an instance of a quality, realizable or process profile"@en ;
|
||||
skos:definition "A measurement value of an instance of a quality, realizable or process profile"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "measurement annotation"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/nominal_measurement_annotation
|
||||
cco:nominal_measurement_annotation rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A nominal measurement value of an instance of a quality, realizable or process profile"@en ;
|
||||
skos:definition "A nominal measurement value of an instance of a quality, realizable or process profile"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "nominal measurement annotation"@en ;
|
||||
rdfs:subPropertyOf cco:measurement_annotation .
|
||||
@@ -193,7 +154,7 @@ cco:nominal_measurement_annotation rdf:type owl:AnnotationProperty ;
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ordinal_measurement_annotation
|
||||
cco:ordinal_measurement_annotation rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ;
|
||||
skos:definition "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "ordinal measurement annotation"@en ;
|
||||
rdfs:subPropertyOf cco:measurement_annotation .
|
||||
@@ -201,14 +162,14 @@ cco:ordinal_measurement_annotation rdf:type owl:AnnotationProperty ;
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/query_text
|
||||
cco:query_text rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "The text of a query that is associated with a class"@en ;
|
||||
skos:definition "The text of a query that is associated with a class"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "query text"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ratio_measurement_annotation
|
||||
cco:ratio_measurement_annotation rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "A ratio measurement value of an instance of a quality, realizable or process profile"@en ;
|
||||
skos:definition "A ratio measurement value of an instance of a quality, realizable or process profile"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "ratio measurement annotation"@en ;
|
||||
rdfs:subPropertyOf cco:measurement_annotation .
|
||||
@@ -216,7 +177,7 @@ cco:ratio_measurement_annotation rdf:type owl:AnnotationProperty ;
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/term_creator
|
||||
cco:term_creator rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "The name of the Term Editor who added the term to the ontology."@en ;
|
||||
skos:definition "The name of the Term Editor who added the term to the ontology."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "term creator"@en ;
|
||||
rdfs:subPropertyOf cco:term_editor .
|
||||
@@ -224,15 +185,10 @@ cco:term_creator rdf:type owl:AnnotationProperty ;
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/term_editor
|
||||
cco:term_editor rdf:type owl:AnnotationProperty ;
|
||||
cco:definition "The name of a person who contributed to the development or enhancement of the term."@en ;
|
||||
skos:definition "The name of a person who contributed to the development or enhancement of the term."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "term editor"@en .
|
||||
|
||||
|
||||
### http://www.w3.org/2004/02/skos/core#editorialNote
|
||||
skos:editorialNote rdf:type owl:AnnotationProperty .
|
||||
|
||||
|
||||
#################################################################
|
||||
# Object Properties
|
||||
#################################################################
|
||||
@@ -247,7 +203,7 @@ cco:accessory_in rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:has_accessory ;
|
||||
rdfs:domain obo:BFO_0000040 ;
|
||||
rdfs:range obo:BFO_0000015 ;
|
||||
cco:definition "y is_accessory_in x iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
|
||||
skos:definition "y is_accessory_in x iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
|
||||
cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "accessory in"@en .
|
||||
@@ -259,7 +215,7 @@ cco:accomplice_in rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:has_accomplice ;
|
||||
rdfs:domain obo:BFO_0000040 ;
|
||||
rdfs:range obo:BFO_0000015 ;
|
||||
cco:definition "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
|
||||
skos:definition "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "accomplice in"@en .
|
||||
@@ -271,7 +227,7 @@ cco:affects rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:is_affected_by ;
|
||||
rdfs:domain obo:BFO_0000015 ;
|
||||
rdfs:range obo:BFO_0000002 ;
|
||||
cco:definition "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en ;
|
||||
skos:definition "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "affects"@en .
|
||||
|
||||
@@ -285,7 +241,7 @@ cco:aggregate_bearer_of rdf:type owl:ObjectProperty ;
|
||||
obo:BFO_0000031
|
||||
)
|
||||
] ;
|
||||
cco:definition "x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant and z is an instance of Object, such that z bearer of y, and all other members of x are bearers of a unique instance of the same type as y."@en ;
|
||||
skos:definition "x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant and z is an instance of Object, such that z bearer of y, and all other members of x are bearers of a unique instance of the same type as y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "aggregate bearer of"@en .
|
||||
|
||||
@@ -296,7 +252,7 @@ cco:aggregate_has_disposition rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:disposition_of_aggregate ;
|
||||
rdfs:domain obo:BFO_0000027 ;
|
||||
rdfs:range obo:BFO_0000016 ;
|
||||
cco:definition "x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y."@en ;
|
||||
skos:definition "x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "aggregate has disposition"@en .
|
||||
|
||||
@@ -306,7 +262,7 @@ cco:aggregate_has_quality rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:aggregate_bearer_of ;
|
||||
rdfs:domain obo:BFO_0000027 ;
|
||||
rdfs:range obo:BFO_0000019 ;
|
||||
cco:definition "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ;
|
||||
skos:definition "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "aggregate has quality"@en .
|
||||
|
||||
@@ -316,7 +272,7 @@ cco:aggregate_has_role rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:aggregate_bearer_of ;
|
||||
rdfs:domain obo:BFO_0000027 ;
|
||||
rdfs:range obo:BFO_0000023 ;
|
||||
cco:definition "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ;
|
||||
skos:definition "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "aggregate has role"@en .
|
||||
|
||||
@@ -326,7 +282,7 @@ cco:caused_by rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:is_cause_of ;
|
||||
rdfs:domain obo:BFO_0000003 ;
|
||||
rdfs:range obo:BFO_0000003 ;
|
||||
cco:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ;
|
||||
skos:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "caused by"@en .
|
||||
|
||||
@@ -336,7 +292,7 @@ cco:disposition_of_aggregate rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:inheres_in_aggregate ;
|
||||
rdfs:domain obo:BFO_0000016 ;
|
||||
rdfs:range obo:BFO_0000027 ;
|
||||
cco:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ;
|
||||
skos:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "disposition of aggregate"@en .
|
||||
|
||||
@@ -348,8 +304,8 @@ cco:disrupts rdf:type owl:ObjectProperty ;
|
||||
rdfs:range obo:BFO_0000015 ;
|
||||
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
|
||||
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
|
||||
cco:definition "A relation where one process disrupts another process from occurring as it would have."@en ;
|
||||
cco:elucidation "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ;
|
||||
skos:definition "A relation where one process disrupts another process from occurring as it would have."@en ;
|
||||
skos:scopeNote "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "disrupts"@en ;
|
||||
skos:editorialNote "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ;
|
||||
@@ -361,7 +317,7 @@ cco:has_accessory rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf obo:BFO_0000057 ;
|
||||
rdfs:domain obo:BFO_0000015 ;
|
||||
rdfs:range obo:BFO_0000040 ;
|
||||
cco:definition "x has_accessory y iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
|
||||
skos:definition "x has_accessory y iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
|
||||
cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has accessory"@en .
|
||||
@@ -372,7 +328,7 @@ cco:has_accomplice rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf obo:BFO_0000057 ;
|
||||
rdfs:domain obo:BFO_0000015 ;
|
||||
rdfs:range obo:BFO_0000040 ;
|
||||
cco:definition "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
|
||||
skos:definition "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has accomplice"@en .
|
||||
@@ -384,7 +340,7 @@ cco:has_input rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:is_input_of ;
|
||||
rdfs:domain obo:BFO_0000015 ;
|
||||
rdfs:range obo:BFO_0000002 ;
|
||||
cco:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
|
||||
skos:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has input"@en .
|
||||
|
||||
@@ -393,17 +349,23 @@ cco:has_input rdf:type owl:ObjectProperty ;
|
||||
cco:has_member_of_located_in rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:has_some_member_of_located_in ;
|
||||
rdfs:domain obo:BFO_0000027 ;
|
||||
rdfs:range obo:BFO_0000040 ;
|
||||
cco:definition "x has all members of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and every member of x is located in y."@en ;
|
||||
rdfs:range [ owl:intersectionOf ( obo:BFO_0000004
|
||||
[ rdf:type owl:Class ;
|
||||
owl:complementOf obo:BFO_0000006
|
||||
]
|
||||
) ;
|
||||
rdf:type owl:Class
|
||||
] ;
|
||||
skos:definition "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has all members of located in"@en .
|
||||
rdfs:label "has all members located in"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/has_object
|
||||
cco:has_object rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf obo:BFO_0000057 ;
|
||||
owl:inverseOf cco:is_object_of ;
|
||||
cco:definition "If p is a process and c is a continuant, then p has object c if and only if p is performed by an agent and c is part of the projected state that agent intends to achieve by performing p."@en ;
|
||||
skos:definition "If p is a process and c is a continuant, then p has object c if and only if p is performed by an agent and c is part of the projected state that agent intends to achieve by performing p."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has object"@en .
|
||||
|
||||
@@ -414,7 +376,7 @@ cco:has_output rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:is_output_of ;
|
||||
rdfs:domain obo:BFO_0000015 ;
|
||||
rdfs:range obo:BFO_0000002 ;
|
||||
cco:definition "y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ;
|
||||
skos:definition "y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has output"@en .
|
||||
@@ -426,7 +388,7 @@ cco:has_process_part rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:is_part_of_process ;
|
||||
rdfs:domain obo:BFO_0000015 ;
|
||||
rdfs:range obo:BFO_0000015 ;
|
||||
cco:definition "x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both."@en ;
|
||||
skos:definition "x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has process part"@en .
|
||||
|
||||
@@ -434,9 +396,17 @@ cco:has_process_part rdf:type owl:ObjectProperty ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in
|
||||
cco:has_some_member_of_located_in rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf owl:topObjectProperty ;
|
||||
cco:definition "x has some member of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and at least one member of x is located in y."@en ;
|
||||
rdfs:domain obo:BFO_0000027 ;
|
||||
rdfs:range [ owl:intersectionOf ( obo:BFO_0000004
|
||||
[ rdf:type owl:Class ;
|
||||
owl:complementOf obo:BFO_0000006
|
||||
]
|
||||
) ;
|
||||
rdf:type owl:Class
|
||||
] ;
|
||||
skos:definition "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has some member of located in"@en .
|
||||
rdfs:label "has some member located in"@en .
|
||||
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in_aggregate
|
||||
@@ -447,7 +417,7 @@ cco:inheres_in_aggregate rdf:type owl:ObjectProperty ;
|
||||
)
|
||||
] ;
|
||||
rdfs:range obo:BFO_0000027 ;
|
||||
cco:definition "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant and y is an instance of Object Aggregate and z is an instance of Object, such that z bearer_of x, and all other members of y are bearers of a unique instance of the same type as x."@en ;
|
||||
skos:definition "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant and y is an instance of Object Aggregate and z is an instance of Object, such that z bearer_of x, and all other members of y are bearers of a unique instance of the same type as x."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "inheres in aggregate"@en .
|
||||
|
||||
@@ -457,7 +427,7 @@ cco:inhibited_by rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:inhibits ;
|
||||
rdfs:domain obo:BFO_0000015 ;
|
||||
rdfs:range obo:BFO_0000015 ;
|
||||
cco:definition "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ;
|
||||
skos:definition "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "inhibited by"@en .
|
||||
|
||||
@@ -466,7 +436,7 @@ cco:inhibited_by rdf:type owl:ObjectProperty ;
|
||||
cco:inhibits rdf:type owl:ObjectProperty ;
|
||||
rdfs:domain obo:BFO_0000015 ;
|
||||
rdfs:range obo:BFO_0000015 ;
|
||||
cco:definition "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ;
|
||||
skos:definition "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "inhibits"@en .
|
||||
|
||||
@@ -476,7 +446,7 @@ cco:is_affected_by rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf obo:BFO_0000056 ;
|
||||
rdfs:domain obo:BFO_0000002 ;
|
||||
rdfs:range obo:BFO_0000015 ;
|
||||
cco:definition "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en ;
|
||||
skos:definition "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is affected by"@en .
|
||||
|
||||
@@ -485,7 +455,7 @@ cco:is_affected_by rdf:type owl:ObjectProperty ;
|
||||
cco:is_cause_of rdf:type owl:ObjectProperty ;
|
||||
rdfs:domain obo:BFO_0000003 ;
|
||||
rdfs:range obo:BFO_0000003 ;
|
||||
cco:definition "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en ;
|
||||
skos:definition "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is cause of"@en .
|
||||
|
||||
@@ -496,7 +466,7 @@ cco:is_disrupted_by rdf:type owl:ObjectProperty ;
|
||||
rdfs:range obo:BFO_0000015 ;
|
||||
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
|
||||
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
|
||||
cco:definition "Inverse of disrupts." ;
|
||||
skos:definition "Inverse of disrupts." ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is disrupted by"@en ;
|
||||
skos:prefLabel "is disrupted by"@en .
|
||||
@@ -507,7 +477,7 @@ cco:is_input_of rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf obo:BFO_0000056 ;
|
||||
rdfs:domain obo:BFO_0000002 ;
|
||||
rdfs:range obo:BFO_0000015 ;
|
||||
cco:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
|
||||
skos:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is input of"@en .
|
||||
|
||||
@@ -518,7 +488,7 @@ cco:is_made_of rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:is_material_of ;
|
||||
rdfs:domain obo:BFO_0000030 ;
|
||||
rdfs:range obo:BFO_0000030 ;
|
||||
cco:definition "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en ;
|
||||
skos:definition "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is made of"@en .
|
||||
|
||||
@@ -527,7 +497,7 @@ cco:is_made_of rdf:type owl:ObjectProperty ;
|
||||
cco:is_material_of rdf:type owl:ObjectProperty ;
|
||||
rdfs:domain obo:BFO_0000030 ;
|
||||
rdfs:range obo:BFO_0000030 ;
|
||||
cco:definition "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en ;
|
||||
skos:definition "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is material of"@en .
|
||||
|
||||
@@ -535,7 +505,7 @@ cco:is_material_of rdf:type owl:ObjectProperty ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/is_object_of
|
||||
cco:is_object_of rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf obo:BFO_0000056 ;
|
||||
cco:definition "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en ;
|
||||
skos:definition "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is object of"@en .
|
||||
|
||||
@@ -545,7 +515,7 @@ cco:is_output_of rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf obo:BFO_0000056 ;
|
||||
rdfs:domain obo:BFO_0000002 ;
|
||||
rdfs:range obo:BFO_0000015 ;
|
||||
cco:definition "x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ;
|
||||
skos:definition "x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is output of"@en .
|
||||
|
||||
@@ -555,7 +525,7 @@ cco:is_part_of_process rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf obo:BFO_0000132 ;
|
||||
rdfs:domain obo:BFO_0000015 ;
|
||||
rdfs:range obo:BFO_0000015 ;
|
||||
cco:definition "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en ;
|
||||
skos:definition "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is part of process"@en .
|
||||
|
||||
@@ -565,8 +535,8 @@ cco:is_predecessor_of rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:is_successor_of ;
|
||||
rdfs:domain obo:BFO_0000004 ;
|
||||
rdfs:range obo:BFO_0000004 ;
|
||||
cco:definition "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en ;
|
||||
cco:elucidation "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en ;
|
||||
skos:definition "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en ;
|
||||
skos:scopeNote "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is predecessor of"@en .
|
||||
|
||||
@@ -577,7 +547,7 @@ cco:is_site_of rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:occurs_at ;
|
||||
rdfs:domain obo:BFO_0000029 ;
|
||||
rdfs:range obo:BFO_0000015 ;
|
||||
cco:definition "x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x."@en ;
|
||||
skos:definition "x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is site of"@en .
|
||||
|
||||
@@ -586,7 +556,7 @@ cco:is_site_of rdf:type owl:ObjectProperty ;
|
||||
cco:is_successor_of rdf:type owl:ObjectProperty ;
|
||||
rdfs:domain obo:BFO_0000004 ;
|
||||
rdfs:range obo:BFO_0000004 ;
|
||||
cco:definition "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "@en ;
|
||||
skos:definition "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is successor of"@en .
|
||||
|
||||
@@ -599,7 +569,7 @@ cco:is_temporal_region_of rdf:type owl:ObjectProperty ;
|
||||
obo:BFO_0000035
|
||||
)
|
||||
] ;
|
||||
cco:definition "x is_temporal_region_of y iff y is an instance of a process or process boundary and x is an instance of a temporal region, such that the duration of x temporally projects on y."@en ;
|
||||
skos:definition "t is temporal region of p iff p occupies temporal region t."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is temporal region of"@en ;
|
||||
skos:editorialNote "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en .
|
||||
@@ -610,7 +580,7 @@ cco:occurs_at rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf obo:BFO_0000066 ;
|
||||
rdfs:domain obo:BFO_0000015 ;
|
||||
rdfs:range obo:BFO_0000029 ;
|
||||
cco:definition "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ;
|
||||
skos:definition "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "occurs at"@en .
|
||||
|
||||
@@ -619,8 +589,8 @@ cco:occurs_at rdf:type owl:ObjectProperty ;
|
||||
cco:process_started_by rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:caused_by ;
|
||||
owl:inverseOf cco:process_starts ;
|
||||
cco:definition "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and x has starting instance i, and y occurs on r, and r interval contains i."@en ;
|
||||
cco:elucidation "A process x is started by another process y when y causes x while y is still occurring."@en ;
|
||||
skos:definition "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and x has starting instance i, and y occurs on r, and r interval contains i."@en ;
|
||||
skos:scopeNote "A process x is started by another process y when y causes x while y is still occurring."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "process started by"@en .
|
||||
|
||||
@@ -628,8 +598,8 @@ cco:process_started_by rdf:type owl:ObjectProperty ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/process_starts
|
||||
cco:process_starts rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:is_cause_of ;
|
||||
cco:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and y has starting instance i, and x occurs on r, and r interval contains i."@en ;
|
||||
cco:elucidation "A process x starts another process y when x causes y while x is still occurring."@en ;
|
||||
skos:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and y has starting instance i, and x occurs on r, and r interval contains i."@en ;
|
||||
skos:scopeNote "A process x starts another process y when x causes y while x is still occurring."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "process starts"@en .
|
||||
|
||||
@@ -639,7 +609,7 @@ cco:quality_of_aggregate rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:inheres_in_aggregate ;
|
||||
rdfs:domain obo:BFO_0000019 ;
|
||||
rdfs:range obo:BFO_0000027 ;
|
||||
cco:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ;
|
||||
skos:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "quality of aggregate"@en .
|
||||
|
||||
@@ -649,9 +619,9 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:inheres_in_aggregate ;
|
||||
rdfs:domain obo:BFO_0000023 ;
|
||||
rdfs:range obo:BFO_0000027 ;
|
||||
cco:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ;
|
||||
skos:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
|
||||
rdfs:label "role of aggregate"@en .
|
||||
|
||||
|
||||
### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi
|
||||
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
|
||||
|
||||
@@ -5,19 +5,20 @@
|
||||
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
@prefix dcterms: <http://purl.org/dc/terms/> .
|
||||
|
||||
@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/2024-09-26/FacilityOntology> ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-11-03/FacilityOntology> ;
|
||||
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> ;
|
||||
dcterms:rights "CUBRC Inc., see full license."@en ;
|
||||
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
|
||||
rdfs:comment "This ontology is designed to represent buildings and campuses that are designed to serve some specific purpose and which are common to multiple domains."@en ;
|
||||
rdfs:label "Facility Ontology"@en ;
|
||||
owl:versionInfo "Version 1.6"@en .
|
||||
owl:versionInfo "Version 1.7"@en .
|
||||
|
||||
#################################################################
|
||||
# Classes
|
||||
@@ -26,7 +27,7 @@
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/AgriculturalFacility
|
||||
cco:AgriculturalFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed as a building or campus for agricultural processes with the aim of cultivating animals, plants, or fungi for food, fiber, biofuel, medicinal plants, or other products to sustain and enhance human life."@en ;
|
||||
skos:definition "A Facility that is designed as a building or campus for agricultural processes with the aim of cultivating animals, plants, or fungi for food, fiber, biofuel, medicinal plants, or other products to sustain and enhance human life."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Agriculture&oldid=1063222666"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Agricultural Facility"@en .
|
||||
@@ -35,7 +36,7 @@ cco:AgriculturalFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/AircraftManufacturingFacility
|
||||
cco:AircraftManufacturingFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Factory ;
|
||||
cco:definition "A Factory that is designed to manufacture Aircraft."@en ;
|
||||
skos:definition "A Factory that is designed to manufacture Aircraft."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Aerospace_manufacturer&oldid=1059223410"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Aircraft Manufacturing Facility"@en .
|
||||
@@ -44,7 +45,7 @@ cco:AircraftManufacturingFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Airport
|
||||
cco:Airport rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:TransportationFacility ;
|
||||
cco:definition "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en ;
|
||||
skos:definition "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Airport&oldid=1063243963"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Airport"@en .
|
||||
@@ -53,7 +54,7 @@ cco:Airport rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/AmmunitionDepot
|
||||
cco:AmmunitionDepot rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:StorageFacility ;
|
||||
cco:definition "A Storage Facility that is designed to store Portions of Ammunition."@en ;
|
||||
skos:definition "A Storage Facility that is designed to store Portions of Ammunition."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ammunition_dump&oldid=1044466765"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Ammunition Depot"@en .
|
||||
@@ -62,7 +63,7 @@ cco:AmmunitionDepot rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ApartmentBuilding
|
||||
cco:ApartmentBuilding rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ResidentialFacility ;
|
||||
cco:definition "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en ;
|
||||
skos:definition "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Apartment&oldid=1064019048"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Apartment Building"@en .
|
||||
@@ -72,8 +73,8 @@ cco:ApartmentBuilding rdf:type owl:Class ;
|
||||
cco:BaseOfOperations rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:MilitaryBase ;
|
||||
cco:acronym "MOB" ;
|
||||
cco:alternative_label "Main Operating Base"@en ;
|
||||
cco:definition "A Military Base with permanently stationed operating forces, robust Infrastructure, and strengthened force protection measures such that it is designed to launch and support large-scale operations, support smaller or less-permanent bases, and organize supply facilities."@en ;
|
||||
skos:altLabel "Main Operating Base"@en ;
|
||||
skos:definition "A Military Base with permanently stationed operating forces, robust Infrastructure, and strengthened force protection measures such that it is designed to launch and support large-scale operations, support smaller or less-permanent bases, and organize supply facilities."@en ;
|
||||
cco:definition_source "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Base of Operations"@en .
|
||||
@@ -82,7 +83,7 @@ cco:BaseOfOperations rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Biological_Depot
|
||||
cco:Biological_Depot rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:StorageFacility ;
|
||||
cco:definition "A Storage Facility that is designed to store biological agents."@en ;
|
||||
skos:definition "A Storage Facility that is designed to store biological agents."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Biological Depot"@en .
|
||||
|
||||
@@ -90,7 +91,7 @@ cco:Biological_Depot rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalDepot
|
||||
cco:ChemicalDepot rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:StorageFacility ;
|
||||
cco:definition "A Storage Facility that is designed to store chemicals."@en ;
|
||||
skos:definition "A Storage Facility that is designed to store chemicals."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Chemical Depot"@en .
|
||||
|
||||
@@ -98,7 +99,7 @@ cco:ChemicalDepot rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalManufacturingFacility
|
||||
cco:ChemicalManufacturingFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Factory ;
|
||||
cco:definition "A Factory that is designed to manufacture or process chemicals."@en ;
|
||||
skos:definition "A Factory that is designed to manufacture or process chemicals."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Chemical_industry&oldid=1061177027"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Chemical Manufacturing Facility"@en .
|
||||
@@ -107,7 +108,7 @@ cco:ChemicalManufacturingFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Church
|
||||
cco:Church rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ReligiousFacility ;
|
||||
cco:definition "A Religious Facility that is designed for Christian worship and prayer."@en ;
|
||||
skos:definition "A Religious Facility that is designed for Christian worship and prayer."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/wiki/Church_(building)" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Church"@en .
|
||||
@@ -116,7 +117,7 @@ cco:Church rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/CombatOutpost
|
||||
cco:CombatOutpost rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:MilitaryFacility ;
|
||||
cco:definition "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en ;
|
||||
skos:definition "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/wiki/Outpost_(military)" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Combat Outpost"@en .
|
||||
@@ -125,7 +126,7 @@ cco:CombatOutpost rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/CommandPostFacility
|
||||
cco:CommandPostFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:MilitaryFacility ;
|
||||
cco:definition "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en ;
|
||||
skos:definition "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en ;
|
||||
cco:definition_source "http://www.dictionary.com/browse/command-post" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Command Post Facility"@en .
|
||||
@@ -134,7 +135,7 @@ cco:CommandPostFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility
|
||||
cco:CommunicationsFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed to support processes of receiving or transmitting information."@en ;
|
||||
skos:definition "A Facility that is designed to support processes of receiving or transmitting information."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Communications Facility"@en .
|
||||
|
||||
@@ -142,7 +143,7 @@ cco:CommunicationsFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/DecontaminationFacility
|
||||
cco:DecontaminationFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:WashingFacility ;
|
||||
cco:definition "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en ;
|
||||
skos:definition "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Decontamination&oldid=1049850150"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Decontamination Facility"@en .
|
||||
@@ -151,7 +152,7 @@ cco:DecontaminationFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/DistributionPort
|
||||
cco:DistributionPort rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Port ;
|
||||
cco:definition "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en ;
|
||||
skos:definition "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Distribution Port"@en .
|
||||
@@ -160,7 +161,7 @@ cco:DistributionPort rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/EducationalFacility
|
||||
cco:EducationalFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en ;
|
||||
skos:definition "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Educational Facility"@en .
|
||||
@@ -169,8 +170,8 @@ cco:EducationalFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricPowerStation
|
||||
cco:ElectricPowerStation rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:alternative_label "Power Plant"@en ;
|
||||
cco:definition "A Facility that is designed to generate electrical power."@en ;
|
||||
skos:altLabel "Power Plant"@en ;
|
||||
skos:definition "A Facility that is designed to generate electrical power."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Power_station&oldid=1052973815"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Electric Power Station"@en .
|
||||
@@ -179,7 +180,7 @@ cco:ElectricPowerStation rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/EntertainmentFacility
|
||||
cco:EntertainmentFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed to host activities that are intended to hold the interest of, or give pleasure or delight to, an audience."@en ;
|
||||
skos:definition "A Facility that is designed to host activities that are intended to hold the interest of, or give pleasure or delight to, an audience."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Entertainment Facility"@en .
|
||||
@@ -188,7 +189,7 @@ cco:EntertainmentFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Factory
|
||||
cco:Factory rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed for manufacturing or refining material products."@en ;
|
||||
skos:definition "A Facility that is designed for manufacturing or refining material products."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Factory&oldid=1064125324"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Factory"@en .
|
||||
@@ -197,7 +198,7 @@ cco:Factory rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Farm
|
||||
cco:Farm rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:AgriculturalFacility ;
|
||||
cco:definition "An Agricultural Facility that is designed to produce food and other crops."@en ;
|
||||
skos:definition "An Agricultural Facility that is designed to produce food and other crops."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Farm&oldid=1058311769"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Farm"@en .
|
||||
@@ -206,7 +207,7 @@ cco:Farm rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialFacility
|
||||
cco:FinancialFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed to support the management of money."@en ;
|
||||
skos:definition "A Facility that is designed to support the management of money."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Financial Facility"@en .
|
||||
@@ -215,9 +216,9 @@ cco:FinancialFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/FireStation
|
||||
cco:FireStation rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:PublicSafetyFacility ;
|
||||
cco:alternative_label "Fire Hall"@en ,
|
||||
skos:altLabel "Fire Hall"@en ,
|
||||
"Fire House"@en ;
|
||||
cco:definition "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en ;
|
||||
skos:definition "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fire_station&oldid=1060666629"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Fire Station"@en .
|
||||
@@ -226,7 +227,7 @@ cco:FireStation rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Fort
|
||||
cco:Fort rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:MilitaryFacility ;
|
||||
cco:definition "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@en ;
|
||||
skos:definition "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fortification&oldid=1060156408"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Fort"@en .
|
||||
@@ -236,8 +237,8 @@ cco:Fort rdf:type owl:Class ;
|
||||
cco:ForwardOperationsBase rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:MilitaryBase ;
|
||||
cco:acronym "FOB" ;
|
||||
cco:alternative_label "Forward Operating Base"@en ;
|
||||
cco:definition "A Military Base that is located relatively close to an offensive Area of Operations, is supported by the Base of Operations, and is designed to support local strategic objectives and tactical operations."@en ;
|
||||
skos:altLabel "Forward Operating Base"@en ;
|
||||
skos:definition "A Military Base that is located relatively close to an offensive Area of Operations, is supported by the Base of Operations, and is designed to support local strategic objectives and tactical operations."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Forward_operating_base&oldid=1059263624"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Forward Operations Base"@en .
|
||||
@@ -246,7 +247,7 @@ cco:ForwardOperationsBase rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/FossilFuelPowerPlant
|
||||
cco:FossilFuelPowerPlant rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ElectricPowerStation ;
|
||||
cco:definition "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en ;
|
||||
skos:definition "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fossil_fuel&oldid=1062298144"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Fossil Fuel Power Plant"@en .
|
||||
@@ -255,7 +256,7 @@ cco:FossilFuelPowerPlant rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GasProcessingFacility
|
||||
cco:GasProcessingFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Refinery ;
|
||||
cco:definition "A Refinery that is designed for refining natural gas into products of value."@en ;
|
||||
skos:definition "A Refinery that is designed for refining natural gas into products of value."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Natural-gas_processing&oldid=1056700541"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Gas Processing Facility"@en .
|
||||
@@ -264,7 +265,7 @@ cco:GasProcessingFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentBuilding
|
||||
cco:GovernmentBuilding rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed for the administration of a community."@en ;
|
||||
skos:definition "A Facility that is designed for the administration of a community."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/wiki/Administration_(government)" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Government Building"@en .
|
||||
@@ -273,7 +274,7 @@ cco:GovernmentBuilding rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GroceryStore
|
||||
cco:GroceryStore rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:RetailFacility ;
|
||||
cco:definition "A Commercial Facility that is designed to sell food."@en ;
|
||||
skos:definition "A Commercial Facility that is designed to sell food."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Grocery_store&oldid=1060022873"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Grocery Store"@en .
|
||||
@@ -282,7 +283,7 @@ cco:GroceryStore rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareFacility
|
||||
cco:HealthcareFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en ;
|
||||
skos:definition "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Medicine&oldid=1062226814"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Healthcare Facility"@en .
|
||||
@@ -291,7 +292,7 @@ cco:HealthcareFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Heliport
|
||||
cco:Heliport rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Airport ;
|
||||
cco:definition "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en ;
|
||||
skos:definition "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Heliport&oldid=1049937701"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Heliport"@en .
|
||||
@@ -300,7 +301,7 @@ cco:Heliport rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Hospital
|
||||
cco:Hospital rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:HealthcareFacility ;
|
||||
cco:definition "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en ;
|
||||
skos:definition "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hospital&oldid=1063047817"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Hospital"@en .
|
||||
@@ -309,7 +310,7 @@ cco:Hospital rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Hostel
|
||||
cco:Hostel rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ResidentialFacility ;
|
||||
cco:definition "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en ;
|
||||
skos:definition "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hostel&oldid=1057812930"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Hostel"@en .
|
||||
@@ -318,7 +319,7 @@ cco:Hostel rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Hotel
|
||||
cco:Hotel rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ResidentialFacility ;
|
||||
cco:definition "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en ;
|
||||
skos:definition "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hotel&oldid=1063583593"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Hotel"@en .
|
||||
@@ -327,7 +328,7 @@ cco:Hotel rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/House
|
||||
cco:House rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ResidentialFacility ;
|
||||
cco:definition "A Residential Facility that is designed to provide a self-standing, permanent residence for an individual, family, household, multiple families, or similar-sized group."@en ;
|
||||
skos:definition "A Residential Facility that is designed to provide a self-standing, permanent residence for an individual, family, household, multiple families, or similar-sized group."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=House&oldid=1062818553"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "House"@en .
|
||||
@@ -336,7 +337,7 @@ cco:House rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/HydroelectricPowerPlant
|
||||
cco:HydroelectricPowerPlant rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ElectricPowerStation ;
|
||||
cco:definition "An Electric Power Station that is designed to convert hydropower into electrical power."@en ;
|
||||
skos:definition "An Electric Power Station that is designed to convert hydropower into electrical power."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hydroelectricity&oldid=1062438236"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Hydroelectric Power Plant"@en .
|
||||
@@ -345,7 +346,7 @@ cco:HydroelectricPowerPlant rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Landfill
|
||||
cco:Landfill rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:WasteManagementFacility ;
|
||||
cco:definition "A Waste Management Facility that is designed for disposing of waste by burial."@en ;
|
||||
skos:definition "A Waste Management Facility that is designed for disposing of waste by burial."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Landfill&oldid=1058364420"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Landfill"@en .
|
||||
@@ -354,7 +355,7 @@ cco:Landfill rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/MailingFacility
|
||||
cco:MailingFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed for the systematic physical transportation of documents and packages."@en ;
|
||||
skos:definition "A Facility that is designed for the systematic physical transportation of documents and packages."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Mailing Facility"@en .
|
||||
@@ -363,7 +364,7 @@ cco:MailingFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/MaintenanceFacility
|
||||
cco:MaintenanceFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@en ;
|
||||
skos:definition "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@en ;
|
||||
cco:definition_source "http://www.dictionary.com/browse/maintain" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Maintenance Facility"@en .
|
||||
@@ -372,7 +373,7 @@ cco:MaintenanceFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/MedicalDepot
|
||||
cco:MedicalDepot rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:StorageFacility ;
|
||||
cco:definition "A Storage Facility that is designed to store medical supplies."@en ;
|
||||
skos:definition "A Storage Facility that is designed to store medical supplies."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Medical Depot"@en .
|
||||
|
||||
@@ -380,7 +381,7 @@ cco:MedicalDepot rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryBase
|
||||
cco:MilitaryBase rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:MilitaryFacility ;
|
||||
cco:definition "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en ;
|
||||
skos:definition "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military_base&oldid=1047077734"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Military Base"@en .
|
||||
@@ -389,7 +390,7 @@ cco:MilitaryBase rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryFacility
|
||||
cco:MilitaryFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed to support a Military Force."@en ;
|
||||
skos:definition "A Facility that is designed to support a Military Force."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Military Facility"@en .
|
||||
@@ -398,7 +399,7 @@ cco:MilitaryFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryHeadquartersFacility
|
||||
cco:MilitaryHeadquartersFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:MilitaryFacility ;
|
||||
cco:definition "A Military Facility that is designed for military administration and coordination."@en ;
|
||||
skos:definition "A Military Facility that is designed for military administration and coordination."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Headquarters&oldid=1046429636"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Military Headquarters Facility"@en .
|
||||
@@ -407,7 +408,7 @@ cco:MilitaryHeadquartersFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Mine
|
||||
cco:Mine rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed to support the extraction of minerals or other geological materials from an orebody, lode, vein, seam, reef, or placer deposit within the earth."@en ;
|
||||
skos:definition "A Facility that is designed to support the extraction of minerals or other geological materials from an orebody, lode, vein, seam, reef, or placer deposit within the earth."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Mine"@en .
|
||||
@@ -416,7 +417,7 @@ cco:Mine rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/MissileLaunchSite
|
||||
cco:MissileLaunchSite rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:MilitaryFacility ;
|
||||
cco:definition "A Military Facility that is designed for storing and launching missiles."@en ;
|
||||
skos:definition "A Military Facility that is designed for storing and launching missiles."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Missile_launch_facility&oldid=1062709375"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Missile Launch Site"@en .
|
||||
@@ -425,7 +426,7 @@ cco:MissileLaunchSite rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Mosque
|
||||
cco:Mosque rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ReligiousFacility ;
|
||||
cco:definition "A Religious Facility that is designed for Islamic worship and prayer."@en ;
|
||||
skos:definition "A Religious Facility that is designed for Islamic worship and prayer."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mosque&oldid=1062609892"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Mosque"@en .
|
||||
@@ -434,7 +435,7 @@ cco:Mosque rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Motel
|
||||
cco:Motel rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Hotel ;
|
||||
cco:definition "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en ;
|
||||
skos:definition "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Motel&oldid=1063898961"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Motel"@en .
|
||||
@@ -443,7 +444,7 @@ cco:Motel rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/MotorVehicleManufacturingFacility
|
||||
cco:MotorVehicleManufacturingFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Factory ;
|
||||
cco:definition "A Factory that is designed to manufacture automobiles."@en ;
|
||||
skos:definition "A Factory that is designed to manufacture automobiles."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Automotive_industry&oldid=1061661751"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Motor Vehicle Manufacturing Facility"@en .
|
||||
@@ -452,7 +453,7 @@ cco:MotorVehicleManufacturingFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearPowerPlant
|
||||
cco:NuclearPowerPlant rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ThermalPowerPlant ;
|
||||
cco:definition "A Thermal Power Plant that is designed to produce heat by means of a nuclear reactor, which is then converted to electrical energy."@en ;
|
||||
skos:definition "A Thermal Power Plant that is designed to produce heat by means of a nuclear reactor, which is then converted to electrical energy."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Nuclear_power_plant&oldid=1062752651"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Nuclear Power Plant"@en .
|
||||
@@ -461,7 +462,7 @@ cco:NuclearPowerPlant rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearStorageDepot
|
||||
cco:NuclearStorageDepot rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:StorageFacility ;
|
||||
cco:definition "A Storage Facility that is designed to store nuclear material."@en ;
|
||||
skos:definition "A Storage Facility that is designed to store nuclear material."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Nuclear Storage Depot"@en .
|
||||
|
||||
@@ -469,7 +470,7 @@ cco:NuclearStorageDepot rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/OfficeBuilding
|
||||
cco:OfficeBuilding rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:RetailFacility ;
|
||||
cco:definition "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en ;
|
||||
skos:definition "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Office&oldid=1063508719"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Office Building"@en .
|
||||
@@ -478,7 +479,7 @@ cco:OfficeBuilding rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/OpenPitMine
|
||||
cco:OpenPitMine rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Mine ;
|
||||
cco:definition "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en ;
|
||||
skos:definition "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Open-pit_mining&oldid=1059271938"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Open Pit Mine"@en .
|
||||
@@ -487,7 +488,7 @@ cco:OpenPitMine rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PetrochemicalRefinery
|
||||
cco:PetrochemicalRefinery rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Refinery ;
|
||||
cco:definition "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en ;
|
||||
skos:definition "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Petrochemical&oldid=1060574535"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Petrochemical Refinery"@en .
|
||||
@@ -496,7 +497,7 @@ cco:PetrochemicalRefinery rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumDepot
|
||||
cco:PetroleumDepot rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:StorageFacility ;
|
||||
cco:definition "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en ;
|
||||
skos:definition "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Petroleum Depot"@en .
|
||||
|
||||
@@ -504,7 +505,7 @@ cco:PetroleumDepot rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumManufacturingFacility
|
||||
cco:PetroleumManufacturingFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Factory ;
|
||||
cco:definition "A Factory that is designed to manufacture petroleum-based products."@en ;
|
||||
skos:definition "A Factory that is designed to manufacture petroleum-based products."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Petroleum&oldid=1062956217"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Petroleum Manufacturing Facility"@en .
|
||||
@@ -513,7 +514,7 @@ cco:PetroleumManufacturingFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Pier
|
||||
cco:Pier rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:TransportationFacility ;
|
||||
cco:definition "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en ;
|
||||
skos:definition "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pier&oldid=1057802753"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Pier"@en .
|
||||
@@ -522,7 +523,7 @@ cco:Pier rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Pipeline
|
||||
cco:Pipeline rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ProductTransportFacility ;
|
||||
cco:definition "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en ;
|
||||
skos:definition "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pipeline&oldid=1024308788"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Pipeline"@en .
|
||||
@@ -531,7 +532,7 @@ cco:Pipeline rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PoliceStation
|
||||
cco:PoliceStation rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:PublicSafetyFacility ;
|
||||
cco:definition "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en ;
|
||||
skos:definition "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Police_station&oldid=1056208781"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Police Station"@en .
|
||||
@@ -540,7 +541,7 @@ cco:PoliceStation rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Port
|
||||
cco:Port rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:TransportationFacility ;
|
||||
cco:definition "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@en ;
|
||||
skos:definition "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Port"@en .
|
||||
@@ -549,7 +550,7 @@ cco:Port rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PostOffice
|
||||
cco:PostOffice rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:MailingFacility ;
|
||||
cco:definition "A Mailing Facility that is designed for serving customers of the national postal system."@en ;
|
||||
skos:definition "A Mailing Facility that is designed for serving customers of the national postal system."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Post_office&oldid=1063684373"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Post Office"@en .
|
||||
@@ -558,7 +559,7 @@ cco:PostOffice rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransmissionLine
|
||||
cco:PowerTransmissionLine rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ProductTransportFacility ;
|
||||
cco:definition "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@en ;
|
||||
skos:definition "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electric_power_transmission&oldid=1062551058"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Power Transmission Line"@en .
|
||||
@@ -567,7 +568,7 @@ cco:PowerTransmissionLine rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ProductTransportFacility
|
||||
cco:ProductTransportFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed to transport some product."@en ;
|
||||
skos:definition "A Facility that is designed to transport some product."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Product Transport Facility"@en .
|
||||
|
||||
@@ -575,7 +576,7 @@ cco:ProductTransportFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyFacility
|
||||
cco:PublicSafetyFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@en ;
|
||||
skos:definition "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Public Safety Facility"@en .
|
||||
@@ -584,7 +585,7 @@ cco:PublicSafetyFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PumpingStation
|
||||
cco:PumpingStation rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ProductTransportFacility ;
|
||||
cco:definition "A Product Transport Facility that is designed to pump fluids from one place to another."@en ;
|
||||
skos:definition "A Product Transport Facility that is designed to pump fluids from one place to another."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pumping_station&oldid=1045678418"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Pumping Station"@en .
|
||||
@@ -593,7 +594,7 @@ cco:PumpingStation rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation
|
||||
cco:RadioRelayStation rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:CommunicationsFacility ;
|
||||
cco:definition "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en ;
|
||||
skos:definition "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Radio Relay Station"@en .
|
||||
|
||||
@@ -601,7 +602,7 @@ cco:RadioRelayStation rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/RailFacility
|
||||
cco:RailFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:TransportationFacility ;
|
||||
cco:definition "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en ;
|
||||
skos:definition "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Train_station&oldid=1063922802"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Rail Facility"@en .
|
||||
@@ -610,7 +611,7 @@ cco:RailFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Refinery
|
||||
cco:Refinery rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Factory ;
|
||||
cco:definition "A Factory that is designed for refining raw materials into products of value."@en ;
|
||||
skos:definition "A Factory that is designed for refining raw materials into products of value."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Refinery&oldid=1027092124"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Refinery"@en .
|
||||
@@ -619,7 +620,7 @@ cco:Refinery rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ReligiousFacility
|
||||
cco:ReligiousFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed for worship and prayer."@en ;
|
||||
skos:definition "A Facility that is designed for worship and prayer."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Religious Facility"@en .
|
||||
@@ -628,7 +629,7 @@ cco:ReligiousFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Reservoir
|
||||
cco:Reservoir rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:StorageFacility ;
|
||||
cco:definition "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en ;
|
||||
skos:definition "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Reservoir&oldid=1055068000"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Reservoir"@en .
|
||||
@@ -637,7 +638,7 @@ cco:Reservoir rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialFacility
|
||||
cco:ResidentialFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed to house one or more Persons."@en ;
|
||||
skos:definition "A Facility that is designed to house one or more Persons."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Residential Facility"@en .
|
||||
@@ -646,7 +647,7 @@ cco:ResidentialFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/RetailFacility
|
||||
cco:RetailFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en ;
|
||||
skos:definition "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Commerce&oldid=1063120985"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Commercial Facility"@en .
|
||||
@@ -655,7 +656,7 @@ cco:RetailFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/School
|
||||
cco:School rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:EducationalFacility ;
|
||||
cco:definition "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en ;
|
||||
skos:definition "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=School&oldid=1063515394"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "School"@en .
|
||||
@@ -664,9 +665,9 @@ cco:School rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfLocalGovernment
|
||||
cco:SeatOfLocalGovernment rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GovernmentBuilding ;
|
||||
cco:alternative_label "City Hall"@en ,
|
||||
skos:altLabel "City Hall"@en ,
|
||||
"Town Hall"@en ;
|
||||
cco:definition "A Government Building that is designed for the administration of a local community."@en ;
|
||||
skos:definition "A Government Building that is designed for the administration of a local community."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Seat of Local Government"@en .
|
||||
@@ -675,9 +676,9 @@ cco:SeatOfLocalGovernment rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfNationalGovernment
|
||||
cco:SeatOfNationalGovernment rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GovernmentBuilding ;
|
||||
cco:definition "A Government Building that is designed for the administration of a sovereign nation."@en ;
|
||||
skos:definition "A Government Building that is designed for the administration of a sovereign nation."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ;
|
||||
cco:example_of_usage "Parliament of Canada" ,
|
||||
skos:example "Parliament of Canada" ,
|
||||
"United States Capitol" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Seat of National Government"@en .
|
||||
@@ -686,7 +687,7 @@ cco:SeatOfNationalGovernment rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/SewageTreatmentFacility
|
||||
cco:SewageTreatmentFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:WasteManagementFacility ;
|
||||
cco:definition "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en ;
|
||||
skos:definition "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Sewage_treatment&oldid=1062966352"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Sewage Treatment Facility"@en .
|
||||
@@ -695,7 +696,7 @@ cco:SewageTreatmentFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Shop
|
||||
cco:Shop rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:RetailFacility ;
|
||||
cco:definition "A Commercial Facility designed to sell small lots of goods to consumers."@en ;
|
||||
skos:definition "A Commercial Facility designed to sell small lots of goods to consumers."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Shop"@en .
|
||||
@@ -704,7 +705,7 @@ cco:Shop rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Stage
|
||||
cco:Stage rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:EntertainmentFacility ;
|
||||
cco:definition "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en ;
|
||||
skos:definition "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/wiki/Stage_(theatre)" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Stage"@en .
|
||||
@@ -713,7 +714,7 @@ cco:Stage rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/StorageFacility
|
||||
cco:StorageFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed to store materials or goods."@en ;
|
||||
skos:definition "A Facility that is designed to store materials or goods."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Storage&oldid=1048222564"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Storage Facility"@en .
|
||||
@@ -722,7 +723,7 @@ cco:StorageFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Synagogue
|
||||
cco:Synagogue rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ReligiousFacility ;
|
||||
cco:definition "A Religious Facility that is designed for Judaic worship and prayer."@en ;
|
||||
skos:definition "A Religious Facility that is designed for Judaic worship and prayer."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Synagogue&oldid=1063773298"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Synagogue"@en .
|
||||
@@ -731,7 +732,7 @@ cco:Synagogue rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/TerroristTrainingCamp
|
||||
cco:TerroristTrainingCamp rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:TrainingCamp ;
|
||||
cco:definition "A Training Camp designed to teach students methods of terrorism."@en ;
|
||||
skos:definition "A Training Camp designed to teach students methods of terrorism."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Terrorist_training_camp&oldid=1037856600"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Terrorist Training Camp"@en .
|
||||
@@ -740,7 +741,7 @@ cco:TerroristTrainingCamp rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalPowerPlant
|
||||
cco:ThermalPowerPlant rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ElectricPowerStation ;
|
||||
cco:definition "An Electric Power Station that is designed to convert heat energy into electrical energy."@en ;
|
||||
skos:definition "An Electric Power Station that is designed to convert heat energy into electrical energy."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Thermal_power_station&oldid=1062208548"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Thermal Power Plant"@en .
|
||||
@@ -749,7 +750,7 @@ cco:ThermalPowerPlant rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/TrainingCamp
|
||||
cco:TrainingCamp rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en ;
|
||||
skos:definition "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Training_camp&oldid=1059977631"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Training Camp"@en .
|
||||
@@ -758,7 +759,7 @@ cco:TrainingCamp rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationFacility
|
||||
cco:TransportationFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en ;
|
||||
skos:definition "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transport&oldid=1063526665"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Transportation Facility"@en .
|
||||
@@ -767,7 +768,7 @@ cco:TransportationFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/UndergroundMine
|
||||
cco:UndergroundMine rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Mine ;
|
||||
cco:definition "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en ;
|
||||
skos:definition "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Underground Mine"@en .
|
||||
@@ -776,7 +777,7 @@ cco:UndergroundMine rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/UnderwaterMine
|
||||
cco:UnderwaterMine rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Mine ;
|
||||
cco:definition "A Mine that is designed to support the extraction of materials from the ocean floor."@en ;
|
||||
skos:definition "A Mine that is designed to support the extraction of materials from the ocean floor."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1062538523"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Underwater Mine"@en .
|
||||
@@ -785,7 +786,7 @@ cco:UnderwaterMine rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Warehouse
|
||||
cco:Warehouse rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:StorageFacility ;
|
||||
cco:definition "A Storage Facility that is designed to store commercial goods."@en ;
|
||||
skos:definition "A Storage Facility that is designed to store commercial goods."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Warehouse&oldid=1063721454"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Warehouse"@en .
|
||||
@@ -794,7 +795,7 @@ cco:Warehouse rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/WashingFacility
|
||||
cco:WashingFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed to wash personnel or equipment."@en ;
|
||||
skos:definition "A Facility that is designed to wash personnel or equipment."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Washing&oldid=1035998791"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Washing Facility"@en .
|
||||
@@ -803,7 +804,7 @@ cco:WashingFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility
|
||||
cco:WasteManagementFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed for managing waste for some portion of the waste's existence."@en ;
|
||||
skos:definition "A Facility that is designed for managing waste for some portion of the waste's existence."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Waste Management Facility"@en .
|
||||
@@ -812,7 +813,7 @@ cco:WasteManagementFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTower
|
||||
cco:WaterTower rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:StorageFacility ;
|
||||
cco:definition "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en ;
|
||||
skos:definition "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Water_tower&oldid=1059754959"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Water Tower"@en .
|
||||
@@ -821,7 +822,7 @@ cco:WaterTower rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTreatmentFacility
|
||||
cco:WaterTreatmentFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Facility ;
|
||||
cco:definition "A Facility that is designed for making water more acceptable for a specific end-use."@en ;
|
||||
skos:definition "A Facility that is designed for making water more acceptable for a specific end-use."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Water_treatment&oldid=1061706931"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Water Treatment Facility"@en .
|
||||
@@ -830,7 +831,7 @@ cco:WaterTreatmentFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/WeaponManufacturingFacility
|
||||
cco:WeaponManufacturingFacility rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Factory ;
|
||||
cco:definition "A Factory that is designed to produce or assemble weapons."@en ;
|
||||
skos:definition "A Factory that is designed to produce or assemble weapons."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Arms_industry&oldid=1063811497"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Weapon Manufacturing Facility"@en .
|
||||
@@ -839,7 +840,7 @@ cco:WeaponManufacturingFacility rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/WindFarm
|
||||
cco:WindFarm rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ElectricPowerStation ;
|
||||
cco:definition "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@en ;
|
||||
skos:definition "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Wind_farm&oldid=1062817899"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Wind Farm"@en .
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
|
||||
@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#> .
|
||||
@@ -11,13 +12,13 @@
|
||||
@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/2024-09-26/GeospatialOntology> ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-11-03/GeospatialOntology> ;
|
||||
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> ;
|
||||
dcterms:rights "CUBRC Inc., see full license."@en ;
|
||||
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
|
||||
rdfs:comment "This ontology is designed to represent sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."@en ;
|
||||
rdfs:label "Geospatial Ontology"@en ;
|
||||
owl:versionInfo "Version 1.6"@en .
|
||||
owl:versionInfo "Version 1.7"@en .
|
||||
|
||||
#################################################################
|
||||
# Annotation properties
|
||||
@@ -44,7 +45,7 @@ cco:coincides_with rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:connected_with ;
|
||||
rdfs:domain obo:BFO_0000141 ;
|
||||
rdfs:range obo:BFO_0000141 ;
|
||||
cco:definition "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1."@en ;
|
||||
skos:definition "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "coincides with"@en ;
|
||||
skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive and symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
|
||||
@@ -54,7 +55,7 @@ cco:coincides_with rdf:type owl:ObjectProperty ;
|
||||
cco:connected_with rdf:type owl:ObjectProperty ;
|
||||
rdfs:domain obo:BFO_0000141 ;
|
||||
rdfs:range obo:BFO_0000141 ;
|
||||
cco:definition "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2."@en ;
|
||||
skos:definition "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "connected with"@en ;
|
||||
skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
|
||||
@@ -64,7 +65,7 @@ cco:connected_with rdf:type owl:ObjectProperty ;
|
||||
cco:disconnected_with rdf:type owl:ObjectProperty ;
|
||||
rdfs:domain obo:BFO_0000141 ;
|
||||
rdfs:range obo:BFO_0000141 ;
|
||||
cco:definition "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2."@en ;
|
||||
skos:definition "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "disconnected with"@en ;
|
||||
skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
|
||||
@@ -75,7 +76,8 @@ cco:externally_connects_with rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:connected_with ;
|
||||
rdfs:domain obo:BFO_0000141 ;
|
||||
rdfs:range obo:BFO_0000141 ;
|
||||
cco:definition "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2."@en ;
|
||||
skos:definition "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2."@en ;
|
||||
cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "externally connects with"@en ;
|
||||
skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
|
||||
@@ -87,7 +89,8 @@ cco:has_nontangential_part rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:nontangential_part_of ;
|
||||
rdfs:domain obo:BFO_0000141 ;
|
||||
rdfs:range obo:BFO_0000141 ;
|
||||
cco:definition "x has_nontangential_part y iff x and y are instances of Immaterial Entity, and x has_spatial_part y, such that there does not exist another instance of an Immaterial Entity which externally connects with both x and y."@en ;
|
||||
skos:definition "x has_nontangential_part y iff x and y are instances of Immaterial Entity, and x has_spatial_part y, such that there does not exist another instance of an Immaterial Entity which externally connects with both x and y."@en ;
|
||||
cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has nontangential part"@en ;
|
||||
skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
|
||||
@@ -100,7 +103,8 @@ cco:has_spatial_part rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:spatial_part_of ;
|
||||
rdfs:domain obo:BFO_0000141 ;
|
||||
rdfs:range obo:BFO_0000141 ;
|
||||
cco:definition "y has_spatial_part x iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ;
|
||||
skos:definition "y has_spatial_part x iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ;
|
||||
cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has spatial part"@en .
|
||||
|
||||
@@ -111,7 +115,8 @@ cco:has_tangential_part rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:tangential_part_of ;
|
||||
rdfs:domain obo:BFO_0000141 ;
|
||||
rdfs:range obo:BFO_0000141 ;
|
||||
cco:definition "x has_tangential_part y iff x, y, and z are instances of Immaterial Entity, and x has_spatial_part y, such that z externally connects with both x and y."@en ;
|
||||
skos:definition "x has_tangential_part y iff x, y, and z are instances of Immaterial Entity, and x has_spatial_part y, such that z externally connects with both x and y."@en ;
|
||||
cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has tangential part"@en ;
|
||||
skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
|
||||
@@ -122,7 +127,8 @@ cco:nontangential_part_of rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:spatial_part_of ;
|
||||
rdfs:domain obo:BFO_0000141 ;
|
||||
rdfs:range obo:BFO_0000141 ;
|
||||
cco:definition "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ;
|
||||
skos:definition "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ;
|
||||
cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "nontangential part of"@en ;
|
||||
skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
|
||||
@@ -133,7 +139,8 @@ cco:partially_overlaps_with rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:connected_with ;
|
||||
rdfs:domain obo:BFO_0000141 ;
|
||||
rdfs:range obo:BFO_0000141 ;
|
||||
cco:definition "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1."@en ;
|
||||
skos:definition "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1."@en ;
|
||||
cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "partially overlaps with"@en ;
|
||||
skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
|
||||
@@ -145,7 +152,8 @@ cco:spatial_part_of rdf:type owl:ObjectProperty ;
|
||||
cco:connected_with ;
|
||||
rdfs:domain obo:BFO_0000141 ;
|
||||
rdfs:range obo:BFO_0000141 ;
|
||||
cco:definition "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ;
|
||||
skos:definition "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ;
|
||||
cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ;
|
||||
rdfs:label "spatial part of"@en .
|
||||
@@ -156,7 +164,8 @@ cco:tangential_part_of rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:spatial_part_of ;
|
||||
rdfs:domain obo:BFO_0000141 ;
|
||||
rdfs:range obo:BFO_0000141 ;
|
||||
cco:definition "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ;
|
||||
skos:definition "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ;
|
||||
cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "tangential part of"@en ;
|
||||
skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
|
||||
@@ -168,7 +177,7 @@ cco:tangential_part_of rdf:type owl:ObjectProperty ;
|
||||
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/has_altitude_value
|
||||
cco:has_altitude_value rdf:type owl:DatatypeProperty ;
|
||||
cco:elucidation "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en ;
|
||||
skos:scopeNote "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."@en ;
|
||||
rdfs:label "has altitude value"@en .
|
||||
@@ -177,7 +186,7 @@ cco:has_altitude_value rdf:type owl:DatatypeProperty ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/has_latitude_value
|
||||
cco:has_latitude_value rdf:type owl:DatatypeProperty ;
|
||||
rdfs:range xsd:decimal ;
|
||||
cco:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ;
|
||||
skos:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has latitude value"@en .
|
||||
|
||||
@@ -185,15 +194,15 @@ cco:has_latitude_value rdf:type owl:DatatypeProperty ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/has_longitude_value
|
||||
cco:has_longitude_value rdf:type owl:DatatypeProperty ;
|
||||
rdfs:range xsd:decimal ;
|
||||
cco:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ;
|
||||
skos:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has longitude value"@en .
|
||||
|
||||
|
||||
### http://www.opengis.net/ont/geosparql#asWKT
|
||||
<http://www.opengis.net/ont/geosparql#asWKT> rdf:type owl:DatatypeProperty ;
|
||||
cco:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ;
|
||||
cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" ;
|
||||
skos:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ;
|
||||
skos:example "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "ISO 19162:2015"@en ;
|
||||
rdfs:label "as WKT"@en .
|
||||
@@ -206,7 +215,7 @@ cco:has_longitude_value rdf:type owl:DatatypeProperty ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/AnthropogenicFeature
|
||||
cco:AnthropogenicFeature rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:EnvironmentalFeature ;
|
||||
cco:definition "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@en ;
|
||||
skos:definition "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@en ;
|
||||
cco:definition_source "http://www.merriam-webster.com/dictionary/anthropogenic" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Anthropogenic Feature"@en .
|
||||
@@ -215,7 +224,7 @@ cco:AnthropogenicFeature rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/AtmosphericFeature
|
||||
cco:AtmosphericFeature rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GeographicFeature ;
|
||||
cco:definition "A Geographic Feature that is part of the atmosphere (including the atmosphere itself as a non-proper part) having a relatively stable lifecycle and which has a location that can be distinguished from the surrounding portion of the atmosphere."@en ;
|
||||
skos:definition "A Geographic Feature that is part of the atmosphere (including the atmosphere itself as a non-proper part) having a relatively stable lifecycle and which has a location that can be distinguished from the surrounding portion of the atmosphere."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Atmospheric Feature"@en .
|
||||
|
||||
@@ -223,8 +232,8 @@ cco:AtmosphericFeature rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/AxisOfRotation
|
||||
cco:AxisOfRotation rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000026 ;
|
||||
cco:alternative_label "Rotational Axis"@en ;
|
||||
cco:definition "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@en ;
|
||||
skos:altLabel "Rotational Axis"@en ;
|
||||
skos:definition "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Axis of Rotation"@en .
|
||||
|
||||
@@ -240,7 +249,7 @@ cco:BoundingBoxPoint rdf:type owl:Class ;
|
||||
rdf:type owl:Class
|
||||
] ;
|
||||
rdfs:subClassOf cco:GeospatialPosition ;
|
||||
cco:definition "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en ;
|
||||
skos:definition "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Bounding Box Point"@en .
|
||||
|
||||
@@ -248,7 +257,7 @@ cco:BoundingBoxPoint rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/CenterOfMass
|
||||
cco:CenterOfMass rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000018 ;
|
||||
cco:definition "A Zero-Dimensional Spatial Region that is the point where the weighted position vectors of the distributed Mass of a Material Entity relative to this point sum to zero."@en ;
|
||||
skos:definition "A Zero-Dimensional Spatial Region that is the point where the weighted position vectors of the distributed Mass of a Material Entity relative to this point sum to zero."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Center_of_mass&oldid=1059976491"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Center of Mass"@en .
|
||||
@@ -257,7 +266,7 @@ cco:CenterOfMass rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ConstructedFeature
|
||||
cco:ConstructedFeature rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:AnthropogenicFeature ;
|
||||
cco:definition "An Anthropogenic Feature that has been constructed by deliberate human effort."@en ;
|
||||
skos:definition "An Anthropogenic Feature that has been constructed by deliberate human effort."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Constructed Feature"@en .
|
||||
|
||||
@@ -265,7 +274,7 @@ cco:ConstructedFeature rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Continent
|
||||
cco:Continent rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GeospatialRegion ;
|
||||
cco:definition "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en ;
|
||||
skos:definition "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en ;
|
||||
cco:definition_source "JC3IEDM version 3.0.2" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Continent"@en .
|
||||
@@ -274,7 +283,7 @@ cco:Continent rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/CoordinateSystemAxis
|
||||
cco:CoordinateSystemAxis rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000026 ;
|
||||
cco:definition "A One-Dimensional Spatial Region defined by a Coordinate System for the purpose of identifying the position of entities along one dimension of the Coordinate System's spatial framework."@en ;
|
||||
skos:definition "A One-Dimensional Spatial Region defined by a Coordinate System for the purpose of identifying the position of entities along one dimension of the Coordinate System's spatial framework."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Coordinate System Axis"@en .
|
||||
|
||||
@@ -282,7 +291,7 @@ cco:CoordinateSystemAxis rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentalFeature
|
||||
cco:EnvironmentalFeature rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000040 ;
|
||||
cco:definition "A Material Entity that is either a natural or man-made feature of the environment."@en ;
|
||||
skos:definition "A Material Entity that is either a natural or man-made feature of the environment."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Environmental Feature"@en .
|
||||
|
||||
@@ -290,7 +299,7 @@ cco:EnvironmentalFeature rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GeographicFeature
|
||||
cco:GeographicFeature rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:EnvironmentalFeature ;
|
||||
cco:definition "An Environmental Feature that is a natural (i.e. not human made) topographical feature having a (relatively) stable location in some Geospatial Region which can be designated by location-specific data."@en ;
|
||||
skos:definition "An Environmental Feature that is a natural (i.e. not human made) topographical feature having a (relatively) stable location in some Geospatial Region which can be designated by location-specific data."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Geographic Feature"@en .
|
||||
|
||||
@@ -298,7 +307,7 @@ cco:GeographicFeature rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary
|
||||
cco:GeospatialBoundary rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000142 ;
|
||||
cco:definition "A Fiat Line that is a boundary of some Geospatial Region."@en ;
|
||||
skos:definition "A Fiat Line that is a boundary of some Geospatial Region."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "One-Dimensional Geospatial Boundary"@en .
|
||||
|
||||
@@ -306,7 +315,7 @@ cco:GeospatialBoundary rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse
|
||||
cco:GeospatialEllipse rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GeospatialBoundary ;
|
||||
cco:definition "A One-Dimensional Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en ;
|
||||
skos:definition "A One-Dimensional Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Geospatial Ellipse"@en .
|
||||
|
||||
@@ -314,7 +323,7 @@ cco:GeospatialEllipse rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialErrorRegion
|
||||
cco:GeospatialErrorRegion rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GeospatialBoundary ;
|
||||
cco:definition "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en ;
|
||||
skos:definition "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Geospatial Error Region"@en .
|
||||
|
||||
@@ -322,7 +331,7 @@ cco:GeospatialErrorRegion rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLine
|
||||
cco:GeospatialLine rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GeospatialLineString ;
|
||||
cco:definition "A Geospatial Line String that has only two vertices."@en ;
|
||||
skos:definition "A Geospatial Line String that has only two vertices."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Geospatial Line"@en .
|
||||
|
||||
@@ -330,7 +339,7 @@ cco:GeospatialLine rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLineString
|
||||
cco:GeospatialLineString rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GeospatialBoundary ;
|
||||
cco:definition "A One-Dimensional Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en ;
|
||||
skos:definition "A One-Dimensional Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Geospatial Line String"@en .
|
||||
|
||||
@@ -342,7 +351,7 @@ cco:GeospatialLocation rdf:type owl:Class ;
|
||||
owl:onProperty obo:BFO_0000124 ;
|
||||
owl:someValuesFrom obo:BFO_0000001
|
||||
] ;
|
||||
cco:definition "A Geospatial Region that is at which an Entity or Event is located."@en ;
|
||||
skos:definition "A Geospatial Region that is at which an Entity or Event is located."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Geospatial Location"@en .
|
||||
|
||||
@@ -350,7 +359,7 @@ cco:GeospatialLocation rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPolygon
|
||||
cco:GeospatialPolygon rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GeospatialLineString ;
|
||||
cco:definition "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en ;
|
||||
skos:definition "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Geospatial Polygon"@en .
|
||||
|
||||
@@ -358,7 +367,7 @@ cco:GeospatialPolygon rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPosition
|
||||
cco:GeospatialPosition rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000147 ;
|
||||
cco:definition "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en ;
|
||||
skos:definition "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Geospatial Position"@en .
|
||||
|
||||
@@ -366,7 +375,7 @@ cco:GeospatialPosition rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegion
|
||||
cco:GeospatialRegion rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000029 ;
|
||||
cco:definition "A Site that is at or near the surface of the Earth."@en ;
|
||||
skos:definition "A Site that is at or near the surface of the Earth."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Geospatial Region"@en .
|
||||
|
||||
@@ -374,7 +383,7 @@ cco:GeospatialRegion rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBox
|
||||
cco:GeospatialRegionBoundingBox rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GeospatialPolygon ;
|
||||
cco:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en ;
|
||||
skos:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Geospatial Region Bounding Box"@en .
|
||||
|
||||
@@ -382,10 +391,10 @@ cco:GeospatialRegionBoundingBox rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrack
|
||||
cco:GroundTrack rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000026 ;
|
||||
cco:alternative_label "Ground Trace"@en ;
|
||||
cco:definition "A One-Dimensional Spatial Region defined by the line formed on the surface of an Astronomical Body by projecting an imaginary line from the center of the tracked Object to the center of the Astronomical Body as the Object travels above the surface."@en ;
|
||||
skos:altLabel "Ground Trace"@en ;
|
||||
skos:definition "A One-Dimensional Spatial Region defined by the line formed on the surface of an Astronomical Body by projecting an imaginary line from the center of the tracked Object to the center of the Astronomical Body as the Object travels above the surface."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ground_track&oldid=1058025510"^^xsd:anyURI ;
|
||||
cco:elucidation "The Ground Track is the line on the surface of the Earth or other Astronomical Body that is located directly below the Object Track."@en ;
|
||||
skos:scopeNote "The Ground Track is the line on the surface of the Earth or other Astronomical Body that is located directly below the Object Track."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Ground Track"@en .
|
||||
|
||||
@@ -393,7 +402,7 @@ cco:GroundTrack rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrackPoint
|
||||
cco:GroundTrackPoint rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000018 ;
|
||||
cco:definition "A Zero-Dimensional Spatial Region that is an idealized point located on the surface of an Astronomical Body directly below an Object Track Point."@en ;
|
||||
skos:definition "A Zero-Dimensional Spatial Region that is an idealized point located on the surface of an Astronomical Body directly below an Object Track Point."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Ground Track Point"@en .
|
||||
|
||||
@@ -401,7 +410,7 @@ cco:GroundTrackPoint rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/HighDensityResidentialArea
|
||||
cco:HighDensityResidentialArea rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:PopulatedPlace ;
|
||||
cco:definition "A Populated Place which is characterized by densely contained multiple-unit living structures."@en ;
|
||||
skos:definition "A Populated Place which is characterized by densely contained multiple-unit living structures."@en ;
|
||||
cco:definition_source "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "High Density Residential Area"@en .
|
||||
@@ -410,7 +419,7 @@ cco:HighDensityResidentialArea rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/HydrographicFeature
|
||||
cco:HydrographicFeature rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GeographicFeature ;
|
||||
cco:definition "A Geographic Feature associated with water."@en ;
|
||||
skos:definition "A Geographic Feature associated with water."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Hydrographic Feature"@en .
|
||||
|
||||
@@ -418,7 +427,7 @@ cco:HydrographicFeature rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/LowDensityResidentialArea
|
||||
cco:LowDensityResidentialArea rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:PopulatedPlace ;
|
||||
cco:definition "A Populated Place where houses are on lots of more than one acre."@en ;
|
||||
skos:definition "A Populated Place where houses are on lots of more than one acre."@en ;
|
||||
cco:definition_source "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Low Density Residential Area"@en .
|
||||
@@ -427,7 +436,7 @@ cco:LowDensityResidentialArea rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/MajorAxis
|
||||
cco:MajorAxis rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000026 ;
|
||||
cco:definition "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@en ;
|
||||
skos:definition "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Major Axis"@en .
|
||||
|
||||
@@ -435,7 +444,7 @@ cco:MajorAxis rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/MinorAxis
|
||||
cco:MinorAxis rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000026 ;
|
||||
cco:definition "A One-Dimensional Spatial Region that is the longest line segment perpendicular to the Major Axis that connects two points on the edge of an Ellipse."@en ;
|
||||
skos:definition "A One-Dimensional Spatial Region that is the longest line segment perpendicular to the Major Axis that connects two points on the edge of an Ellipse."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Semi-major_and_semi-minor_axes&oldid=1047911304"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Minor Axis"@en .
|
||||
@@ -444,7 +453,7 @@ cco:MinorAxis rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Nadir
|
||||
cco:Nadir rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000026 ;
|
||||
cco:definition "A One-Dimensional Spatial Region that extends from a given location downward along the local vertical direction pointing in the direction of the apparent Gravitational Force at that location."@en ;
|
||||
skos:definition "A One-Dimensional Spatial Region that extends from a given location downward along the local vertical direction pointing in the direction of the apparent Gravitational Force at that location."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Nadir&oldid=1057007248"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Nadir"@en .
|
||||
@@ -457,7 +466,7 @@ cco:ObjectTrack rdf:type owl:Class ;
|
||||
owl:onProperty cco:has_spatial_part ;
|
||||
owl:someValuesFrom cco:ObjectTrackPoint
|
||||
] ;
|
||||
cco:definition "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@en ;
|
||||
skos:definition "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "The exact line of the Object Track may be drawn based on the Center of Mass of the Object or another reference point, such as the location of a transponder beacon or the center of a radar cross-section, depending on the Object being tracked."@en ;
|
||||
rdfs:label "Object Track"@en .
|
||||
@@ -470,7 +479,7 @@ cco:ObjectTrackPoint rdf:type owl:Class ;
|
||||
owl:onProperty cco:spatial_part_of ;
|
||||
owl:someValuesFrom cco:ObjectTrack
|
||||
] ;
|
||||
cco:definition "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@en ;
|
||||
skos:definition "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Object Track Point"@en .
|
||||
|
||||
@@ -478,7 +487,7 @@ cco:ObjectTrackPoint rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Park
|
||||
cco:Park rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:AnthropogenicFeature ;
|
||||
cco:definition "An Anthropogenic Feature that is a bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation."@en ;
|
||||
skos:definition "An Anthropogenic Feature that is a bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Park&oldid=1061073992"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Park"@en .
|
||||
@@ -487,7 +496,7 @@ cco:Park rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PhysiographicFeature
|
||||
cco:PhysiographicFeature rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GeographicFeature ;
|
||||
cco:definition "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en ;
|
||||
skos:definition "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Landform&oldid=1060439172"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Physiographic Feature"@en .
|
||||
@@ -496,8 +505,8 @@ cco:PhysiographicFeature rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PitchAxis
|
||||
cco:PitchAxis rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:AxisOfRotation ;
|
||||
cco:alternative_label "Lateral Axis"@en ;
|
||||
cco:definition "An Axis of Rotation that passes through the center of an object's Mass and is perpendicular both to the direction of the object's motion and to the object's Yaw Axis."@en ;
|
||||
skos:altLabel "Lateral Axis"@en ;
|
||||
skos:definition "An Axis of Rotation that passes through the center of an object's Mass and is perpendicular both to the direction of the object's motion and to the object's Yaw Axis."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Pitch Axis"@en .
|
||||
|
||||
@@ -505,7 +514,7 @@ cco:PitchAxis rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PopulatedPlace
|
||||
cco:PopulatedPlace rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:AnthropogenicFeature ;
|
||||
cco:definition "An Anthropogenic Feature at which people live or have lived."@en ;
|
||||
skos:definition "An Anthropogenic Feature at which people live or have lived."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Human_settlement&oldid=1060418164"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Populated place"@en .
|
||||
@@ -514,7 +523,7 @@ cco:PopulatedPlace rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfAtmosphere
|
||||
cco:PortionOfAtmosphere rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000024 ;
|
||||
cco:definition "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en ;
|
||||
skos:definition "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Portion of Atmosphere"@en .
|
||||
@@ -523,7 +532,7 @@ cco:PortionOfAtmosphere rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCryosphere
|
||||
cco:PortionOfCryosphere rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000024 ;
|
||||
cco:definition "A fiat object part of the frozen part of a natural satellite's hydosphere"@en ;
|
||||
skos:definition "A fiat object part of the frozen part of a natural satellite's hydosphere"@en ;
|
||||
cco:definition_source "https://oceanservice.noaa.gov/facts/cryosphere.html (accessed 03/06/2023)"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Portion of Cryosphere"@en .
|
||||
@@ -532,7 +541,7 @@ cco:PortionOfCryosphere rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGeosphere
|
||||
cco:PortionOfGeosphere rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000024 ;
|
||||
cco:definition "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en ;
|
||||
skos:definition "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Portion of Geosphere"@en .
|
||||
@@ -541,7 +550,7 @@ cco:PortionOfGeosphere rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfHydrosphere
|
||||
cco:PortionOfHydrosphere rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000024 ;
|
||||
cco:definition "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en ;
|
||||
skos:definition "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Portion of Hydrosphere"@en .
|
||||
@@ -550,7 +559,7 @@ cco:PortionOfHydrosphere rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLithosphere
|
||||
cco:PortionOfLithosphere rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000024 ;
|
||||
cco:definition "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en ;
|
||||
skos:definition "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Portion of Lithosphere"@en .
|
||||
@@ -559,8 +568,8 @@ cco:PortionOfLithosphere rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/RollAxis
|
||||
cco:RollAxis rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:AxisOfRotation ;
|
||||
cco:alternative_label "Longitudinal Axis"@en ;
|
||||
cco:definition "An Axis of Rotation that passes through the center of an object's Mass from the front to the back of the object as defined by the direction of the object's motion."@en ;
|
||||
skos:altLabel "Longitudinal Axis"@en ;
|
||||
skos:definition "An Axis of Rotation that passes through the center of an object's Mass from the front to the back of the object as defined by the direction of the object's motion."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Roll Axis"@en .
|
||||
|
||||
@@ -568,7 +577,7 @@ cco:RollAxis rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/SeaLevel
|
||||
cco:SeaLevel rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000146 ;
|
||||
cco:definition "A Fiat Surface that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en ;
|
||||
skos:definition "A Fiat Surface that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Sea Level"@en .
|
||||
|
||||
@@ -576,7 +585,7 @@ cco:SeaLevel rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/SemiMajorAxis
|
||||
cco:SemiMajorAxis rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000026 ;
|
||||
cco:definition "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en ;
|
||||
skos:definition "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Semi-Major Axis"@en .
|
||||
|
||||
@@ -584,7 +593,7 @@ cco:SemiMajorAxis rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/SemiMinorAxis
|
||||
cco:SemiMinorAxis rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000026 ;
|
||||
cco:definition "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en ;
|
||||
skos:definition "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Semi-Minor Axis"@en .
|
||||
|
||||
@@ -592,7 +601,7 @@ cco:SemiMinorAxis rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent
|
||||
cco:Subcontinent rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:GeospatialRegion ;
|
||||
cco:definition "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en ;
|
||||
skos:definition "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Continent&oldid=1064057312"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Subcontinent"@en .
|
||||
@@ -605,7 +614,7 @@ cco:ThreeDimensionalPath rdf:type owl:Class ;
|
||||
owl:onProperty cco:has_spatial_part ;
|
||||
owl:someValuesFrom cco:ThreeDimensionalPosition
|
||||
] ;
|
||||
cco:definition "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en ;
|
||||
skos:definition "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Three-Dimensional Path"@en .
|
||||
|
||||
@@ -613,7 +622,7 @@ cco:ThreeDimensionalPath rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPosition
|
||||
cco:ThreeDimensionalPosition rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000028 ;
|
||||
cco:definition "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@en ;
|
||||
skos:definition "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "For an object in motion, its Three-Dimensional Position is part of its Three-Dimensional Path."@en ;
|
||||
rdfs:label "Three-Dimensional Position"@en .
|
||||
@@ -622,8 +631,8 @@ cco:ThreeDimensionalPosition rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/YawAxis
|
||||
cco:YawAxis rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:AxisOfRotation ;
|
||||
cco:alternative_label "Vertical Axis"@en ;
|
||||
cco:definition "An Axis of Rotation that passes through the center of an object's Mass from the top to the bottom and is perpendicular to the direction of the object's motion. For objects in Orbit, the Yaw Axis passes through the Barycenter of its Orbit."@en ;
|
||||
skos:altLabel "Vertical Axis"@en ;
|
||||
skos:definition "An Axis of Rotation that passes through the center of an object's Mass from the top to the bottom and is perpendicular to the direction of the object's motion. For objects in Orbit, the Yaw Axis passes through the Barycenter of its Orbit."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Yaw Axis"@en .
|
||||
|
||||
@@ -631,7 +640,7 @@ cco:YawAxis rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Zenith
|
||||
cco:Zenith rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000026 ;
|
||||
cco:definition "A One-Dimensional Spatial Region that extends from a given location upward along the local vertical direction pointing in the direction opposite the apparent Gravitational Force at that location."@en ;
|
||||
skos:definition "A One-Dimensional Spatial Region that extends from a given location upward along the local vertical direction pointing in the direction opposite the apparent Gravitational Force at that location."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Zenith&oldid=1052625030"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Zenith"@en .
|
||||
@@ -640,7 +649,7 @@ cco:Zenith rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/xAxis
|
||||
cco:xAxis rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:CoordinateSystemAxis ;
|
||||
cco:definition "A Coordinate System Axis designated by the variable 'x'."@en ;
|
||||
skos:definition "A Coordinate System Axis designated by the variable 'x'."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "x-Axis"@en .
|
||||
|
||||
@@ -648,7 +657,7 @@ cco:xAxis rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/yAxis
|
||||
cco:yAxis rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:CoordinateSystemAxis ;
|
||||
cco:definition "A Coordinate System Axis designated by the variable 'y'."@en ;
|
||||
skos:definition "A Coordinate System Axis designated by the variable 'y'."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "y-Axis"@en .
|
||||
|
||||
@@ -656,7 +665,7 @@ cco:yAxis rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/zAxis
|
||||
cco:zAxis rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:CoordinateSystemAxis ;
|
||||
cco:definition "A Coordinate System Axis designated by the variable 'z'."@en ;
|
||||
skos:definition "A Coordinate System Axis designated by the variable 'z'."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
|
||||
rdfs:label "z-Axis"@en .
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -11,13 +11,13 @@
|
||||
@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/2024-09-26/QualityOntology> ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-11-03/QualityOntology> ;
|
||||
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
|
||||
dcterms:rights "CUBRC Inc., see full license."@en ;
|
||||
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
|
||||
rdfs:comment "This ontology is designed to represent a range of attributes of entities especially qualities, realizable entities, and process profiles."@en ;
|
||||
rdfs:label "Quality Ontology"@en ;
|
||||
owl:versionInfo "Version 1.6"@en .
|
||||
owl:versionInfo "Version 1.7"@en .
|
||||
|
||||
#################################################################
|
||||
# Annotation properties
|
||||
@@ -34,9 +34,9 @@ dcterms:bibliographicCitation rdf:type owl:AnnotationProperty .
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Albedo
|
||||
cco:Albedo rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:RadiationReflectivity ;
|
||||
cco:definition "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of its surface to reflect incident electromagnetic radiation of a particular wavelength."@en ;
|
||||
skos:definition "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of its surface to reflect incident electromagnetic radiation of a particular wavelength."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Albedo&oldid=1063352646"^^xsd:anyURI ;
|
||||
cco:elucidation "Albedo is a reflection coefficient and is measured as the ratio of radiation reflected from the surface to the incident radiation. Albedo is dimensionless, can be expressed as a percentage, and is measured on a scale from 0 for no reflection to 1 for perfect reflection of a surface. Albedo depends on the wavelength of the radiation; when no wavelength is specified, it typically refers to some appropriate average across the spectrum of visible light."@en ;
|
||||
skos:scopeNote "Albedo is a reflection coefficient and is measured as the ratio of radiation reflected from the surface to the incident radiation. Albedo is dimensionless, can be expressed as a percentage, and is measured on a scale from 0 for no reflection to 1 for perfect reflection of a surface. Albedo depends on the wavelength of the radiation; when no wavelength is specified, it typically refers to some appropriate average across the spectrum of visible light."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Albedo"@en .
|
||||
|
||||
@@ -44,7 +44,7 @@ cco:Albedo rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Altitude
|
||||
cco:Altitude rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Height ;
|
||||
cco:definition "A Height that inheres in a Site that externally connects an Independent Continuant to either the surface of the Earth or the Earth's mean Sea Level."@en ;
|
||||
skos:definition "A Height that inheres in a Site that externally connects an Independent Continuant to either the surface of the Earth or the Earth's mean Sea Level."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Altitude"@en .
|
||||
|
||||
@@ -52,7 +52,7 @@ cco:Altitude rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Amount
|
||||
cco:Amount rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000019 ;
|
||||
cco:definition "A Quality that inheres in a bearer in virtue of the total, aggregate or sum of a number of discrete items or material the entity contains as parts."@en ;
|
||||
skos:definition "A Quality that inheres in a bearer in virtue of the total, aggregate or sum of a number of discrete items or material the entity contains as parts."@en ;
|
||||
cco:definition_source "http://en.wiktionary.org/wiki/amount" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Amount"@en .
|
||||
@@ -61,9 +61,9 @@ cco:Amount rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Bent
|
||||
cco:Bent rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:alternative_label "Angular"@en ,
|
||||
skos:altLabel "Angular"@en ,
|
||||
"Kinked"@en ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having one or more angles along its border."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having one or more angles along its border."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Bent"@en .
|
||||
|
||||
@@ -71,7 +71,7 @@ cco:Bent rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Black
|
||||
cco:Black rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that lacks any hues as parts."@en ;
|
||||
skos:definition "A Color that lacks any hues as parts."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Black"@en .
|
||||
|
||||
@@ -79,7 +79,7 @@ cco:Black rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Blond
|
||||
cco:Blond rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that ranges from nearly white to a light greyish yellow"@en ;
|
||||
skos:definition "A Color that ranges from nearly white to a light greyish yellow"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Blond"@en .
|
||||
|
||||
@@ -87,7 +87,7 @@ cco:Blond rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Blue
|
||||
cco:Blue rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that is between Cyan and Violet with a wavelength in the visible spectrum typically between 450 to 490 nanometers."@en ;
|
||||
skos:definition "A Color that is between Cyan and Violet with a wavelength in the visible spectrum typically between 450 to 490 nanometers."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Blue"@en .
|
||||
|
||||
@@ -95,7 +95,7 @@ cco:Blue rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Blunt
|
||||
cco:Blunt rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Blunt"@en .
|
||||
|
||||
@@ -103,7 +103,7 @@ cco:Blunt rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/BodyShape
|
||||
cco:BodyShape rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a Person's body by virtue of the body's general outline or figure."@en ;
|
||||
skos:definition "A Shape Quality inhering in a Person's body by virtue of the body's general outline or figure."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Body Shape"@en .
|
||||
|
||||
@@ -111,7 +111,7 @@ cco:BodyShape rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Branched
|
||||
cco:Branched rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Branched"@en .
|
||||
|
||||
@@ -119,7 +119,7 @@ cco:Branched rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Brown
|
||||
cco:Brown rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that consists of dark orange and red, and of very low intensity."@en ;
|
||||
skos:definition "A Color that consists of dark orange and red, and of very low intensity."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Brown"@en .
|
||||
|
||||
@@ -127,7 +127,7 @@ cco:Brown rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Circumference
|
||||
cco:Circumference rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Perimeter ;
|
||||
cco:definition "A Perimeter that inheres in a circle or ellipse."@en ;
|
||||
skos:definition "A Perimeter that inheres in a circle or ellipse."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Circumference"@en .
|
||||
|
||||
@@ -135,7 +135,7 @@ cco:Circumference rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Closure
|
||||
cco:Closure rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000019 ;
|
||||
cco:definition "A Quality that inheres in a bearer in virtue of the degree to which that bearer affords passage or sightline through it via an opening, aperture, orifice, or vent."@en ;
|
||||
skos:definition "A Quality that inheres in a bearer in virtue of the degree to which that bearer affords passage or sightline through it via an opening, aperture, orifice, or vent."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Closure"@en .
|
||||
|
||||
@@ -143,7 +143,7 @@ cco:Closure rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Coiled
|
||||
cco:Coiled rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Coiled"@en .
|
||||
|
||||
@@ -151,7 +151,7 @@ cco:Coiled rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Color
|
||||
cco:Color rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:OpticalProperty ;
|
||||
cco:definition "An Optical Property that inheres in a bearer in virtue of that bearer's Color Hue, Color Saturation and Color Brightness."@en ;
|
||||
skos:definition "An Optical Property that inheres in a bearer in virtue of that bearer's Color Hue, Color Saturation and Color Brightness."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Color"@en .
|
||||
|
||||
@@ -159,8 +159,8 @@ cco:Color rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ColorBrightness
|
||||
cco:ColorBrightness rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:OpticalProperty ;
|
||||
cco:alternative_label "Color Intensity"@en ;
|
||||
cco:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect or radiate light."@en ;
|
||||
skos:altLabel "Color Intensity"@en ;
|
||||
skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect or radiate light."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Color Brightness"@en .
|
||||
|
||||
@@ -168,7 +168,7 @@ cco:ColorBrightness rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ColorHue
|
||||
cco:ColorHue rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:OpticalProperty ;
|
||||
cco:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect a dominant wavelength of the visible light spectrum, which is typically divided up into 6 to 8 ranges."@en ;
|
||||
skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect a dominant wavelength of the visible light spectrum, which is typically divided up into 6 to 8 ranges."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Color Hue"@en .
|
||||
|
||||
@@ -176,7 +176,7 @@ cco:ColorHue rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ColorSaturation
|
||||
cco:ColorSaturation rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:OpticalProperty ;
|
||||
cco:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect high intensity light distributed across fewer wavelengths, typically considered on a continuum of purity."@en ;
|
||||
skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect high intensity light distributed across fewer wavelengths, typically considered on a continuum of purity."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Color Saturation"@en .
|
||||
|
||||
@@ -184,7 +184,7 @@ cco:ColorSaturation rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ConcaveShape
|
||||
cco:ConcaveShape rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality that inheres in a bearer in virtue of the bearer having one or more cavities, such that at least one line connecting a pair of points on the surface of the bearer will lie outside."@en ;
|
||||
skos:definition "A Shape Quality that inheres in a bearer in virtue of the bearer having one or more cavities, such that at least one line connecting a pair of points on the surface of the bearer will lie outside."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Concave Shape"@en .
|
||||
|
||||
@@ -192,7 +192,7 @@ cco:ConcaveShape rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ConeShape
|
||||
cco:ConeShape rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ThreeDimensionalShape ;
|
||||
cco:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a Round base that tapers smoothly to an apex."@en ;
|
||||
skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a Round base that tapers smoothly to an apex."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Cone&oldid=1058362269"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Cone Shape"@en .
|
||||
@@ -201,7 +201,7 @@ cco:ConeShape rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ConvexShape
|
||||
cco:ConvexShape rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality that inheres in a bearer in virtue of the bearer not having a cavity, such that no line connecting a pair of points on the surface of the bearer will lie outside."@en ;
|
||||
skos:definition "A Shape Quality that inheres in a bearer in virtue of the bearer not having a cavity, such that no line connecting a pair of points on the surface of the bearer will lie outside."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Convex Shape"@en .
|
||||
|
||||
@@ -209,7 +209,7 @@ cco:ConvexShape rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/CubeShape
|
||||
cco:CubeShape rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Cuboidal ;
|
||||
cco:definition "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en ;
|
||||
skos:definition "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Cube Shape"@en .
|
||||
|
||||
@@ -217,7 +217,7 @@ cco:CubeShape rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Cuboidal
|
||||
cco:Cuboidal rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ThreeDimensionalShape ;
|
||||
cco:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en ;
|
||||
skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Cuboidal"@en .
|
||||
|
||||
@@ -225,7 +225,7 @@ cco:Cuboidal rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Curved
|
||||
cco:Curved rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Curved"@en .
|
||||
|
||||
@@ -233,7 +233,7 @@ cco:Curved rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Cyan
|
||||
cco:Cyan rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that is between Green and Blue with a wavelength in the visible spectrum typically between 490 and 520 nanometers."@en ;
|
||||
skos:definition "A Color that is between Green and Blue with a wavelength in the visible spectrum typically between 490 and 520 nanometers."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Cyan"@en .
|
||||
|
||||
@@ -241,8 +241,8 @@ cco:Cyan rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Cylindrical
|
||||
cco:Cylindrical rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ThreeDimensionalShape ;
|
||||
cco:alternative_label "Columnar"@en ;
|
||||
cco:definition "A Three Dimensional Shape inhering in a bearer in virtue of the bearer having an elongated shape with round bases."@en ;
|
||||
skos:altLabel "Columnar"@en ;
|
||||
skos:definition "A Three Dimensional Shape inhering in a bearer in virtue of the bearer having an elongated shape with round bases."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Cylindrical"@en .
|
||||
|
||||
@@ -250,8 +250,8 @@ cco:Cylindrical rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Density
|
||||
cco:Density rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000019 ;
|
||||
cco:alternative_label "Density"@en ;
|
||||
cco:definition "A Quality that inheres in a bearer in virtue of that bearer's mass per unit volume."@en ;
|
||||
skos:altLabel "Density"@en ;
|
||||
skos:definition "A Quality that inheres in a bearer in virtue of that bearer's mass per unit volume."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Mass Density"@en .
|
||||
|
||||
@@ -259,7 +259,7 @@ cco:Density rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Depth
|
||||
cco:Depth rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:OneDimensionalExtent ;
|
||||
cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a downward, backward, or inward direction."@en ;
|
||||
skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a downward, backward, or inward direction."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Depth"@en .
|
||||
|
||||
@@ -267,7 +267,7 @@ cco:Depth rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Diameter
|
||||
cco:Diameter rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:OneDimensionalExtent ;
|
||||
cco:definition "A One Dimensional Extent that inheres in a circle in virtue of the extent of a straight line that passes through the center of the circle and starts and ends on the circle's boundary."@en ;
|
||||
skos:definition "A One Dimensional Extent that inheres in a circle in virtue of the extent of a straight line that passes through the center of the circle and starts and ends on the circle's boundary."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Diameter"@en .
|
||||
|
||||
@@ -277,7 +277,7 @@ cco:DisruptingDisposition rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000016 ;
|
||||
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
|
||||
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
|
||||
cco:definition "A disposition the realization of which would disrupt a process some entity has an interest in."@en ;
|
||||
skos:definition "A disposition the realization of which would disrupt a process some entity has an interest in."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Disrupting Disposition"@en ;
|
||||
skos:editorialNote "This is a defined class. A Disrupting Disposition is indexed by the interest_in object property. A disposition can be a Disrupting Disposition according to one index and not a Disrupting Disposition according to another index." ;
|
||||
@@ -287,7 +287,7 @@ cco:DisruptingDisposition rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Drooping
|
||||
cco:Drooping rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Drooping"@en .
|
||||
|
||||
@@ -295,7 +295,7 @@ cco:Drooping rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticRadiationProperty
|
||||
cco:ElectromagneticRadiationProperty rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000016 ;
|
||||
cco:definition "A Disposition that inheres in an bearer in virtue of how that bearer interacts with electromagnetic radiation."@en ;
|
||||
skos:definition "A Disposition that inheres in an bearer in virtue of how that bearer interacts with electromagnetic radiation."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Electromagnetic Radiation Property"@en .
|
||||
|
||||
@@ -303,7 +303,7 @@ cco:ElectromagneticRadiationProperty rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Fatigability
|
||||
cco:Fatigability rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000017 ;
|
||||
cco:definition "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en ;
|
||||
skos:definition "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Fatigability"@en .
|
||||
|
||||
@@ -311,7 +311,7 @@ cco:Fatigability rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Flat
|
||||
cco:Flat rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border without a significant deviation."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border without a significant deviation."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Flat"@en .
|
||||
|
||||
@@ -319,7 +319,7 @@ cco:Flat rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Fluorescence
|
||||
cco:Fluorescence rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:LuminescentProperty ;
|
||||
cco:definition "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light while absorbing shorter wavelength radiation, but not after."@en ;
|
||||
skos:definition "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light while absorbing shorter wavelength radiation, but not after."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fluorescence&oldid=1061358510"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Fluorescence"@en .
|
||||
@@ -328,7 +328,7 @@ cco:Fluorescence rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Folded
|
||||
cco:Folded rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of one part of the bearer being layered over another connected part."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of one part of the bearer being layered over another connected part."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Folded"@en .
|
||||
|
||||
@@ -336,7 +336,7 @@ cco:Folded rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GoldColor
|
||||
cco:GoldColor rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en ;
|
||||
skos:definition "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Gold Color"@en .
|
||||
|
||||
@@ -344,7 +344,7 @@ cco:GoldColor rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Green
|
||||
cco:Green rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that is between Yellow and Cyan with a wavelength in the visible spectrum, typically between 520 to 560 nanometers."@en ;
|
||||
skos:definition "A Color that is between Yellow and Cyan with a wavelength in the visible spectrum, typically between 520 to 560 nanometers."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Green"@en .
|
||||
|
||||
@@ -352,7 +352,7 @@ cco:Green rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Grey
|
||||
cco:Grey rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color between white and black colors."@en ;
|
||||
skos:definition "A Color between white and black colors."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Grey"@en .
|
||||
|
||||
@@ -360,7 +360,7 @@ cco:Grey rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Hardness
|
||||
cco:Hardness rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000019 ;
|
||||
cco:definition "A Quality that inheres in a bearer in virtue of the degree to which it can be turned, bowed, or twisted without breaking."@en ;
|
||||
skos:definition "A Quality that inheres in a bearer in virtue of the degree to which it can be turned, bowed, or twisted without breaking."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Hardness"@en .
|
||||
|
||||
@@ -368,7 +368,7 @@ cco:Hardness rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Hazel
|
||||
cco:Hazel rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that is a combination of Brown and Green, typically associated with eye color."@en ;
|
||||
skos:definition "A Color that is a combination of Brown and Green, typically associated with eye color."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Hazel"@en .
|
||||
|
||||
@@ -376,7 +376,7 @@ cco:Hazel rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Height
|
||||
cco:Height rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:OneDimensionalExtent ;
|
||||
cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a vertical direction."@en ;
|
||||
skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a vertical direction."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Height"@en .
|
||||
|
||||
@@ -384,7 +384,7 @@ cco:Height rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Length
|
||||
cco:Length rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:OneDimensionalExtent ;
|
||||
cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's greatest extent in one direction."@en ;
|
||||
skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's greatest extent in one direction."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Length"@en .
|
||||
|
||||
@@ -392,7 +392,7 @@ cco:Length rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/LuminescentProperty
|
||||
cco:LuminescentProperty rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:OpticalProperty ;
|
||||
cco:definition "An Optical Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light, but which isn't the result of the bearer being heated."@en ;
|
||||
skos:definition "An Optical Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light, but which isn't the result of the bearer being heated."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Luminescence&oldid=1050169944"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "There are a variety of photometric measurements, such as luminous flux/power or luminous intensity, whose units are lumen and candela respectively, which attempt to describe properties associated with the perception of light. These are weighted measurements, typically by the luminosity function, as thus exist on the side of information content. It is a point of further development to add the needed intrinsic properties of radiation that such measurements are about."@en ;
|
||||
@@ -402,7 +402,7 @@ cco:LuminescentProperty rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Magenta
|
||||
cco:Magenta rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color consisting of red and blue hues."@en ;
|
||||
skos:definition "A Color consisting of red and blue hues."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Magenta"@en .
|
||||
|
||||
@@ -410,7 +410,7 @@ cco:Magenta rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Magnetic
|
||||
cco:Magnetic rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000016 ;
|
||||
cco:definition "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en ;
|
||||
skos:definition "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Magnetism"@en .
|
||||
|
||||
@@ -418,7 +418,7 @@ cco:Magnetic rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Maroon
|
||||
cco:Maroon rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color consisting of purple and brown hue."@en ;
|
||||
skos:definition "A Color consisting of purple and brown hue."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Maroon"@en .
|
||||
|
||||
@@ -426,7 +426,7 @@ cco:Maroon rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Mass
|
||||
cco:Mass rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000019 ;
|
||||
cco:definition "A Quality that inheres in a bearer in virtue of the amount of matter in that bearer."@en ;
|
||||
skos:definition "A Quality that inheres in a bearer in virtue of the amount of matter in that bearer."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "'Matter' here can also refer to the inertial energy of an object."@en ,
|
||||
"Typical unit of measure is the kilogram or pound."@en ;
|
||||
@@ -436,7 +436,7 @@ cco:Mass rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Oblong
|
||||
cco:Oblong rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having an long thin shape with approximately parallel sides."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having an long thin shape with approximately parallel sides."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Oblong"@en .
|
||||
|
||||
@@ -444,7 +444,7 @@ cco:Oblong rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalExtent
|
||||
cco:OneDimensionalExtent rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:SizeQuality ;
|
||||
cco:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in one dimension."@en ;
|
||||
skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in one dimension."@en ;
|
||||
cco:definition_source "http://purl.obolibrary.org/obo/PATO_0001708" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "Subclasses of one dimensional extent are included for usability. It is doubtful any of them can be objectively distinguished (on the side of the bearing entity) without some reference to external properties such as orientation and perspective."@en ;
|
||||
@@ -454,7 +454,7 @@ cco:OneDimensionalExtent rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Opacity
|
||||
cco:Opacity rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ElectromagneticRadiationProperty ;
|
||||
cco:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of that bearer's capacity to transmit electromagnetic radiation of a given frequency through the bearer instead of reflecting, scattering, or absorbing electromangentic radiation of that frequency."@en ;
|
||||
skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of that bearer's capacity to transmit electromagnetic radiation of a given frequency through the bearer instead of reflecting, scattering, or absorbing electromangentic radiation of that frequency."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/wiki/Opacity_(optics)" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "Note that it is important to specify the frequency of electromagnetic radiation when representing a bearer's Opacity since a bearer may be Opaque with respect to electromagnetic radiation of one frequency, but be transparent with respect to electromagnetic radiation of another frequency. Unless otherwise stated, statements about a bearer's Opacity are assumed to be about electromagnetic radiation with a frequency in the visible spectrum."@en ;
|
||||
@@ -464,7 +464,7 @@ cco:Opacity rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Opaque
|
||||
cco:Opaque rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Opacity ;
|
||||
cco:definition "An Opacity that inheres in a bearer in virtue of that bearer's incapacity to transmit electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs all electromagnetic radiation of that frequency."@en ;
|
||||
skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's incapacity to transmit electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs all electromagnetic radiation of that frequency."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Opaque"@en .
|
||||
|
||||
@@ -472,7 +472,7 @@ cco:Opaque rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalProperty
|
||||
cco:OpticalProperty rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ElectromagneticRadiationProperty ;
|
||||
cco:definition "An Electromagnetic Radiation Property that is realized when its bearer interacts with electromagnetic waves within the visible light spectrum."@en ;
|
||||
skos:definition "An Electromagnetic Radiation Property that is realized when its bearer interacts with electromagnetic waves within the visible light spectrum."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Optical Property"@en .
|
||||
|
||||
@@ -480,7 +480,7 @@ cco:OpticalProperty rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Orange
|
||||
cco:Orange rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that is between Red and Yellow with a wavelength in the visible spectrum typically between 590 to 635 nanometers."@en ;
|
||||
skos:definition "A Color that is between Red and Yellow with a wavelength in the visible spectrum typically between 590 to 635 nanometers."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Orange"@en .
|
||||
|
||||
@@ -488,7 +488,7 @@ cco:Orange rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Perimeter
|
||||
cco:Perimeter rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:OneDimensionalExtent ;
|
||||
cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the extent of a boundary which encloses the bearer."@en ;
|
||||
skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the extent of a boundary which encloses the bearer."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Perimeter"@en .
|
||||
|
||||
@@ -496,8 +496,8 @@ cco:Perimeter rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PhaseAngle
|
||||
cco:PhaseAngle rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000145 ;
|
||||
cco:alternative_label "Orbital Phase Angle"@en ;
|
||||
cco:definition "A Relational Quality that is the angle between the light incident onto an observed Object and the light reflected from the Object."@en ;
|
||||
skos:altLabel "Orbital Phase Angle"@en ;
|
||||
skos:definition "A Relational Quality that is the angle between the light incident onto an observed Object and the light reflected from the Object."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/wiki/Phase_angle_(astronomy)" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Phase Angle"@en .
|
||||
@@ -506,7 +506,7 @@ cco:PhaseAngle rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Phosphorescence
|
||||
cco:Phosphorescence rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:LuminescentProperty ;
|
||||
cco:definition "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light after absorbing shorter wavelength radiation, and to continue emitting after the absorbing process has ceased."@en ;
|
||||
skos:definition "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light after absorbing shorter wavelength radiation, and to continue emitting after the absorbing process has ceased."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Phosphorescence&oldid=1060815719"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Phosphorescence"@en .
|
||||
@@ -515,8 +515,8 @@ cco:Phosphorescence rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PitchOrientation
|
||||
cco:PitchOrientation rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:SpatialOrientation ;
|
||||
cco:alternative_label "Pitch"@en ;
|
||||
cco:definition "A Spatial Orientation of an Object relative to its Pitch Axis."@en ;
|
||||
skos:altLabel "Pitch"@en ;
|
||||
skos:definition "A Spatial Orientation of an Object relative to its Pitch Axis."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Pitch Orientation"@en .
|
||||
|
||||
@@ -524,8 +524,8 @@ cco:PitchOrientation rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/PointingOrientation
|
||||
cco:PointingOrientation rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:SpatialOrientation ;
|
||||
cco:alternative_label "Facing Orientation"@en ;
|
||||
cco:definition "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@en ;
|
||||
skos:altLabel "Facing Orientation"@en ;
|
||||
skos:definition "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Pointing Orientation"@en .
|
||||
|
||||
@@ -533,7 +533,7 @@ cco:PointingOrientation rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Protruding
|
||||
cco:Protruding rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a part of an object in virtue of the part extending out above or beyond the surface of the object."@en ;
|
||||
skos:definition "A Shape Quality inhering in a part of an object in virtue of the part extending out above or beyond the surface of the object."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Protruding"@en .
|
||||
|
||||
@@ -541,7 +541,7 @@ cco:Protruding rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Purple
|
||||
cco:Purple rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that is aproximately midway between Red and Blue."@en ;
|
||||
skos:definition "A Color that is aproximately midway between Red and Blue."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Purple"@en .
|
||||
|
||||
@@ -549,7 +549,7 @@ cco:Purple rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Pyramidal
|
||||
cco:Pyramidal rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ThreeDimensionalShape ;
|
||||
cco:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a polygonal base with vertices that all connect to the same apex to form triangular faces."@en ;
|
||||
skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a polygonal base with vertices that all connect to the same apex to form triangular faces."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/wiki/Pyramid_(geometry)" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Pyramidal"@en .
|
||||
@@ -558,7 +558,7 @@ cco:Pyramidal rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/RadiationAbsorptivity
|
||||
cco:RadiationAbsorptivity rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ElectromagneticRadiationProperty ;
|
||||
cco:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to absorb electromagnetic radiation of a given frequency."@en ;
|
||||
skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to absorb electromagnetic radiation of a given frequency."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Radiation Absorptivity"@en .
|
||||
|
||||
@@ -566,7 +566,7 @@ cco:RadiationAbsorptivity rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/RadiationEmissivity
|
||||
cco:RadiationEmissivity rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ElectromagneticRadiationProperty ;
|
||||
cco:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to emit electromagnetic radiation of a given frequency."@en ;
|
||||
skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to emit electromagnetic radiation of a given frequency."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Radiation Emissivity"@en .
|
||||
|
||||
@@ -574,7 +574,7 @@ cco:RadiationEmissivity rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/RadiationReflectivity
|
||||
cco:RadiationReflectivity rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ElectromagneticRadiationProperty ;
|
||||
cco:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to scatter or reflect electromagnetic radiation of a given frequency."@en ;
|
||||
skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to scatter or reflect electromagnetic radiation of a given frequency."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Radiation Reflectivity"@en .
|
||||
|
||||
@@ -582,7 +582,7 @@ cco:RadiationReflectivity rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Radioactive
|
||||
cco:Radioactive rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000019 ;
|
||||
cco:definition "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en ;
|
||||
skos:definition "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Radioactive"@en .
|
||||
|
||||
@@ -590,9 +590,9 @@ cco:Radioactive rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Radiolucent
|
||||
cco:Radiolucent rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Radiopacity ;
|
||||
cco:alternative_label "Hypodense"@en ,
|
||||
skos:altLabel "Hypodense"@en ,
|
||||
"Transradiance"@en ;
|
||||
cco:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to permit most X-rays to pass through it."@en ;
|
||||
skos:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to permit most X-rays to pass through it."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Radiolucent"@en .
|
||||
|
||||
@@ -600,8 +600,8 @@ cco:Radiolucent rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Radiopacity
|
||||
cco:Radiopacity rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Opacity ;
|
||||
cco:alternative_label "Radiodensity"@en ;
|
||||
cco:definition "An Opacity that inheres in a bearer in virtue of its capacity to allow or prevent X-rays to pass through it."@en ;
|
||||
skos:altLabel "Radiodensity"@en ;
|
||||
skos:definition "An Opacity that inheres in a bearer in virtue of its capacity to allow or prevent X-rays to pass through it."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Radiodensity&oldid=1048274724"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Radiopacity"@en .
|
||||
@@ -610,8 +610,8 @@ cco:Radiopacity rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Radiopaque
|
||||
cco:Radiopaque rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Radiopacity ;
|
||||
cco:alternative_label "Radiodense"@en ;
|
||||
cco:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to prevent most X-rays from passing through it."@en ;
|
||||
skos:altLabel "Radiodense"@en ;
|
||||
skos:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to prevent most X-rays from passing through it."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Radiopaque"@en .
|
||||
|
||||
@@ -619,7 +619,7 @@ cco:Radiopaque rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Rectangular
|
||||
cco:Rectangular rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Rectangular"@en .
|
||||
|
||||
@@ -627,7 +627,7 @@ cco:Rectangular rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Red
|
||||
cco:Red rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en ;
|
||||
skos:definition "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Red"@en .
|
||||
|
||||
@@ -635,7 +635,7 @@ cco:Red rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Refractivity
|
||||
cco:Refractivity rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:RadiationReflectivity ;
|
||||
cco:definition "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of that bearer to change the direction of a propagating wave when passing through it."@en ;
|
||||
skos:definition "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of that bearer to change the direction of a propagating wave when passing through it."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Refractive_index&oldid=1062519140"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Refractivity"@en .
|
||||
@@ -644,8 +644,8 @@ cco:Refractivity rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/RollOrientation
|
||||
cco:RollOrientation rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:SpatialOrientation ;
|
||||
cco:alternative_label "Roll"@en ;
|
||||
cco:definition "A Spatial Orientation of an Object relative to its Roll Axis."@en ;
|
||||
skos:altLabel "Roll"@en ;
|
||||
skos:definition "A Spatial Orientation of an Object relative to its Roll Axis."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Roll Orientation"@en .
|
||||
|
||||
@@ -653,7 +653,7 @@ cco:RollOrientation rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Rosy
|
||||
cco:Rosy rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color consisting of red hue and yellow hue and high brightness."@en ;
|
||||
skos:definition "A Color consisting of red hue and yellow hue and high brightness."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Rosy"@en .
|
||||
|
||||
@@ -661,8 +661,8 @@ cco:Rosy rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Round
|
||||
cco:Round rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:alternative_label "Circular"@en ;
|
||||
cco:definition "A Shape Quality that inheres in a bearer in virtue of every point along its circumference being equidistant from the center."@en ;
|
||||
skos:altLabel "Circular"@en ;
|
||||
skos:definition "A Shape Quality that inheres in a bearer in virtue of every point along its circumference being equidistant from the center."@en ;
|
||||
cco:definition_source "http://www.merriam-webster.com/dictionary/round" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Round"@en .
|
||||
@@ -671,7 +671,7 @@ cco:Round rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Semicircular
|
||||
cco:Semicircular rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en ;
|
||||
skos:definition "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Semicircular"@en .
|
||||
|
||||
@@ -679,7 +679,7 @@ cco:Semicircular rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Serrated
|
||||
cco:Serrated rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Serrated"@en .
|
||||
|
||||
@@ -687,7 +687,7 @@ cco:Serrated rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ShapeQuality
|
||||
cco:ShapeQuality rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000019 ;
|
||||
cco:definition "A Quality that inheres in a bearer in virtue of the ratios between dimensions of external features of that bearer."@en ;
|
||||
skos:definition "A Quality that inheres in a bearer in virtue of the ratios between dimensions of external features of that bearer."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Shape Quality"@en .
|
||||
|
||||
@@ -695,7 +695,7 @@ cco:ShapeQuality rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Sharp
|
||||
cco:Sharp rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Sharp"@en .
|
||||
|
||||
@@ -703,7 +703,7 @@ cco:Sharp rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/SilverColor
|
||||
cco:SilverColor rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that resembles Grey with the added feature of having a metallic shine."@en ;
|
||||
skos:definition "A Color that resembles Grey with the added feature of having a metallic shine."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Silver Color"@en .
|
||||
|
||||
@@ -711,7 +711,7 @@ cco:SilverColor rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/SizeQuality
|
||||
cco:SizeQuality rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000019 ;
|
||||
cco:definition "A Quality that inheres in a bearer in virtue of the bearer's extension in one or more dimensions."@en ;
|
||||
skos:definition "A Quality that inheres in a bearer in virtue of the bearer's extension in one or more dimensions."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Size Quality"@en .
|
||||
|
||||
@@ -719,7 +719,7 @@ cco:SizeQuality rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Sloped
|
||||
cco:Sloped rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border which is not level."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border which is not level."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Sloped"@en .
|
||||
|
||||
@@ -727,8 +727,8 @@ cco:Sloped rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/SpatialOrientation
|
||||
cco:SpatialOrientation rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000145 ;
|
||||
cco:alternative_label "Attitude"@en ;
|
||||
cco:definition "A Relational Quality that is the angle of Rotation of an Object relative to one or more Plane of Reference or Axis of Rotation."@en ;
|
||||
skos:altLabel "Attitude"@en ;
|
||||
skos:definition "A Relational Quality that is the angle of Rotation of an Object relative to one or more Plane of Reference or Axis of Rotation."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/wiki/Orientation_(geometry)" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Spatial Orientation"@en .
|
||||
@@ -737,7 +737,7 @@ cco:SpatialOrientation rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Spherical
|
||||
cco:Spherical rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ThreeDimensionalShape ;
|
||||
cco:definition "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en ;
|
||||
skos:definition "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Spherical"@en .
|
||||
|
||||
@@ -745,7 +745,7 @@ cco:Spherical rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Split
|
||||
cco:Split rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a linear opening, or having been divided into parts."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a linear opening, or having been divided into parts."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Split"@en .
|
||||
|
||||
@@ -753,7 +753,7 @@ cco:Split rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Square
|
||||
cco:Square rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Rectangular ;
|
||||
cco:definition "A Rectangular shape which has four equal length sides and four 90 degree angles."@en ;
|
||||
skos:definition "A Rectangular shape which has four equal length sides and four 90 degree angles."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Square"@en .
|
||||
|
||||
@@ -761,8 +761,8 @@ cco:Square rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Straight
|
||||
cco:Straight rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:alternative_label "Linear"@en ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having curves, bends, or angles along its borders."@en ;
|
||||
skos:altLabel "Linear"@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having curves, bends, or angles along its borders."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Straight"@en .
|
||||
|
||||
@@ -770,8 +770,8 @@ cco:Straight rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Strength
|
||||
cco:Strength rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000017 ;
|
||||
cco:definition "A Realizable Entity that is realized when its bearer exerts or resists some power, influence, or force."@en ;
|
||||
cco:elucidation "Strength is intended to be understood broadly here. Physical strength is only one type of Strength. Other subtypes of Strength may include military strength, psychological strength, emotional strength, political strength, technological strength, and so on."@en ;
|
||||
skos:definition "A Realizable Entity that is realized when its bearer exerts or resists some power, influence, or force."@en ;
|
||||
skos:scopeNote "Strength is intended to be understood broadly here. Physical strength is only one type of Strength. Other subtypes of Strength may include military strength, psychological strength, emotional strength, political strength, technological strength, and so on."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Strength"@en .
|
||||
|
||||
@@ -779,7 +779,7 @@ cco:Strength rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/SurfaceTension
|
||||
cco:SurfaceTension rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000016 ;
|
||||
cco:definition "A Disposition that inheres in a liquid and is realized when the cohesive forces of the molecules in the bearer at the surface are greater than the adhesive forces of the molecules in the surrounding air."@en ;
|
||||
skos:definition "A Disposition that inheres in a liquid and is realized when the cohesive forces of the molecules in the bearer at the surface are greater than the adhesive forces of the molecules in the surrounding air."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Surface_tension&oldid=1062753527"^^xsd:anyURI ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Surface Tension"@en .
|
||||
@@ -788,7 +788,7 @@ cco:SurfaceTension rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Temperature
|
||||
cco:Temperature rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000019 ;
|
||||
cco:definition "A Quality that inheres in a bearer in virtue of its thermal energy."@en ;
|
||||
skos:definition "A Quality that inheres in a bearer in virtue of its thermal energy."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Temperature"@en .
|
||||
|
||||
@@ -796,7 +796,7 @@ cco:Temperature rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Texture
|
||||
cco:Texture rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000019 ;
|
||||
cco:definition "A Quality that inheres in a bearer in virtue of the size, shape, and distribution of features on its surface, typically on a continuum from smooth to rough."@en ;
|
||||
skos:definition "A Quality that inheres in a bearer in virtue of the size, shape, and distribution of features on its surface, typically on a continuum from smooth to rough."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Texture"@en .
|
||||
|
||||
@@ -804,7 +804,7 @@ cco:Texture rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Thickness
|
||||
cco:Thickness rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Depth ;
|
||||
cco:definition "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en ;
|
||||
skos:definition "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Thickness"@en .
|
||||
|
||||
@@ -812,9 +812,9 @@ cco:Thickness rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Thin
|
||||
cco:Thin rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:alternative_label "Narrow"@en ,
|
||||
skos:altLabel "Narrow"@en ,
|
||||
"Slender"@en ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly smaller in proportion to its length or height."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly smaller in proportion to its length or height."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Thin"@en .
|
||||
|
||||
@@ -822,8 +822,8 @@ cco:Thin rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalExtent
|
||||
cco:ThreeDimensionalExtent rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:SizeQuality ;
|
||||
cco:alternative_label "Volume"@en ;
|
||||
cco:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in three dimensions."@en ;
|
||||
skos:altLabel "Volume"@en ;
|
||||
skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in three dimensions."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Three Dimensional Extent"@en .
|
||||
|
||||
@@ -831,7 +831,7 @@ cco:ThreeDimensionalExtent rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalShape
|
||||
cco:ThreeDimensionalShape rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality that inheres only in a three dimensional entity."@en ;
|
||||
skos:definition "A Shape Quality that inheres only in a three dimensional entity."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Three Dimensional Shape"@en .
|
||||
|
||||
@@ -839,7 +839,7 @@ cco:ThreeDimensionalShape rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Translucent
|
||||
cco:Translucent rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Opacity ;
|
||||
cco:definition "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit some but not all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs some but not all electromagnetic radiation of that frequency."@en ;
|
||||
skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit some but not all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs some but not all electromagnetic radiation of that frequency."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Translucent"@en .
|
||||
|
||||
@@ -847,7 +847,7 @@ cco:Translucent rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Transparent
|
||||
cco:Transparent rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Opacity ;
|
||||
cco:definition "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit all or nearly all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs little or no electromagnetic radiation of that frequency."@en ;
|
||||
skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit all or nearly all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs little or no electromagnetic radiation of that frequency."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Transparent"@en .
|
||||
|
||||
@@ -855,7 +855,7 @@ cco:Transparent rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Triangular
|
||||
cco:Triangular rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Triangular"@en .
|
||||
|
||||
@@ -863,8 +863,8 @@ cco:Triangular rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalExtent
|
||||
cco:TwoDimensionalExtent rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:SizeQuality ;
|
||||
cco:alternative_label "Area"@en ;
|
||||
cco:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in two dimensions."@en ;
|
||||
skos:altLabel "Area"@en ;
|
||||
skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in two dimensions."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Two Dimensional Extent"@en .
|
||||
|
||||
@@ -872,7 +872,7 @@ cco:TwoDimensionalExtent rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Vermilion
|
||||
cco:Vermilion rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color consisting of red and orange hue with a slight amount of gray."@en ;
|
||||
skos:definition "A Color consisting of red and orange hue with a slight amount of gray."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Vermilion"@en .
|
||||
|
||||
@@ -880,7 +880,7 @@ cco:Vermilion rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Violet
|
||||
cco:Violet rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that is lower than Blue with a wavelength in the visible spectrum typically between 400 and 450 nanometers."@en ;
|
||||
skos:definition "A Color that is lower than Blue with a wavelength in the visible spectrum typically between 400 and 450 nanometers."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Violet"@en .
|
||||
|
||||
@@ -890,7 +890,7 @@ cco:Vulnerability rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:DisruptingDisposition ;
|
||||
dcterms:bibliographicCitation "Vulnerability | Definition of Vulnerability by Oxford Dictionary on Lexico.Com Also Meaning of Vulnerability. https://web.archive.org/web/20210118111731/https://www.lexico.com/en/definition/vulnerability. Accessed 19 Dec. 2022. " ;
|
||||
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
|
||||
cco:definition "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ;
|
||||
skos:definition "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Vulnerability"@en ;
|
||||
skos:editorialNote "This is defined class. A Vulnerability is indexed by the interest_in object property. A disposition can be a Vulnerability according to one index and not a Vulnerability according to another index." ;
|
||||
@@ -900,8 +900,8 @@ cco:Vulnerability rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Wavy
|
||||
cco:Wavy rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:alternative_label "Undulate"@en ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of it having a sinuous or rippled border."@en ;
|
||||
skos:altLabel "Undulate"@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of it having a sinuous or rippled border."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Wavy"@en .
|
||||
|
||||
@@ -909,7 +909,7 @@ cco:Wavy rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Weight
|
||||
cco:Weight rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000019 ;
|
||||
cco:definition "A Quality that inheres in some material entity with a mass in virtue of its location in some gravitational field."@en ;
|
||||
skos:definition "A Quality that inheres in some material entity with a mass in virtue of its location in some gravitational field."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "When an object is \"weighed\", in the typical case, it is done so by taking into account the local force of gravity to determine the object's mass, whose standard of measure is the kilogram. The actual unit of measure of weight is the newton."@en ;
|
||||
rdfs:label "Weight"@en .
|
||||
@@ -918,7 +918,7 @@ cco:Weight rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Wetness
|
||||
cco:Wetness rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000019 ;
|
||||
cco:definition "A Quality that inheres in a bearer in virtue of the degree to which the bearer is covered by a liquid, typically on a continuum of dry to wet."@en ;
|
||||
skos:definition "A Quality that inheres in a bearer in virtue of the degree to which the bearer is covered by a liquid, typically on a continuum of dry to wet."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Wetness"@en .
|
||||
|
||||
@@ -926,7 +926,7 @@ cco:Wetness rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/White
|
||||
cco:White rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color of maximum brightness, the color of objects that reflect nearly all wavelengths of the visible light spectrum, thus considered achromatic."@en ;
|
||||
skos:definition "A Color of maximum brightness, the color of objects that reflect nearly all wavelengths of the visible light spectrum, thus considered achromatic."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "White"@en .
|
||||
|
||||
@@ -934,9 +934,9 @@ cco:White rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Wide
|
||||
cco:Wide rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:ShapeQuality ;
|
||||
cco:alternative_label "Broad"@en ,
|
||||
skos:altLabel "Broad"@en ,
|
||||
"Fat"@en ;
|
||||
cco:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly larger in proportion to its length or height."@en ;
|
||||
skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly larger in proportion to its length or height."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Wide"@en .
|
||||
|
||||
@@ -944,7 +944,7 @@ cco:Wide rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Width
|
||||
cco:Width rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:OneDimensionalExtent ;
|
||||
cco:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a horizontal direction."@en ;
|
||||
skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a horizontal direction."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Width"@en .
|
||||
|
||||
@@ -952,8 +952,8 @@ cco:Width rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/YawOrientation
|
||||
cco:YawOrientation rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:SpatialOrientation ;
|
||||
cco:alternative_label "Yaw"@en ;
|
||||
cco:definition "A Spatial Orientation of an Object relative to its Yaw Axis."@en ;
|
||||
skos:altLabel "Yaw"@en ;
|
||||
skos:definition "A Spatial Orientation of an Object relative to its Yaw Axis."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Yaw Orientation"@en .
|
||||
|
||||
@@ -961,7 +961,7 @@ cco:YawOrientation rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Yellow
|
||||
cco:Yellow rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Color ;
|
||||
cco:definition "A Color that is between Orange and Green with a wavelength in the visible spectrum typically between 560 to 590 nanometers."@en ;
|
||||
skos:definition "A Color that is between Orange and Green with a wavelength in the visible spectrum typically between 560 to 590 nanometers."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Yellow"@en .
|
||||
|
||||
|
||||
@@ -6,18 +6,19 @@
|
||||
@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#> .
|
||||
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
|
||||
@prefix dcterms: <http://purl.org/dc/terms/> .
|
||||
|
||||
@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/2024-09-26/TimeOntology> ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-11-03/TimeOntology> ;
|
||||
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> ;
|
||||
dcterms:rights "CUBRC Inc., see full license."@en ;
|
||||
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
|
||||
rdfs:comment "This ontology is designed to represent temporal regions and the relations that hold between them."@en ;
|
||||
rdfs:label "Time Ontology"@en ;
|
||||
owl:versionInfo "Version 1.6"@en .
|
||||
owl:versionInfo "Version 1.7"@en .
|
||||
|
||||
#################################################################
|
||||
# Object Properties
|
||||
@@ -28,7 +29,8 @@ cco:has_inside_instant rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:is_inside_instant_of ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000148 ;
|
||||
cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."@en ;
|
||||
skos:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has inside instant"@en .
|
||||
|
||||
@@ -39,7 +41,8 @@ cco:has_inside_interval rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:interval_during ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ;
|
||||
skos:definition "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "has inside interval"@en .
|
||||
|
||||
@@ -50,8 +53,9 @@ cco:instant_is_after rdf:type owl:ObjectProperty ;
|
||||
rdf:type owl:TransitiveProperty ;
|
||||
rdfs:domain obo:BFO_0000148 ;
|
||||
rdfs:range obo:BFO_0000148 ;
|
||||
cco:definition "A temporal instant t2 (a instance of a zero-dimensional temporal region) is after another temporal instant t1 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ;
|
||||
cco:elucidation "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."@en ;
|
||||
skos:definition "A temporal instant t2 (a instance of a zero-dimensional temporal region) is after another temporal instant t1 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
skos:scopeNote "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "instant is after"@en .
|
||||
|
||||
@@ -61,8 +65,9 @@ cco:instant_is_before rdf:type owl:ObjectProperty ,
|
||||
owl:TransitiveProperty ;
|
||||
rdfs:domain obo:BFO_0000148 ;
|
||||
rdfs:range obo:BFO_0000148 ;
|
||||
cco:definition "A temporal instant t1 (a instance of a zero-dimensional temporal region) is before another temporal instant t2 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ;
|
||||
cco:elucidation "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."@en ;
|
||||
skos:definition "A temporal instant t1 (a instance of a zero-dimensional temporal region) is before another temporal instant t2 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
skos:scopeNote "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "instant is before"@en .
|
||||
|
||||
@@ -73,7 +78,8 @@ cco:interval_contained_by rdf:type owl:ObjectProperty ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
owl:propertyDisjointWith cco:interval_disjoint ;
|
||||
cco:definition "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ;
|
||||
skos:definition "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval contained by"@en .
|
||||
|
||||
@@ -83,7 +89,8 @@ cco:interval_contains rdf:type owl:ObjectProperty ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
owl:propertyDisjointWith cco:interval_disjoint ;
|
||||
cco:definition "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ;
|
||||
skos:definition "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval contains"@en .
|
||||
|
||||
@@ -95,7 +102,8 @@ cco:interval_disjoint rdf:type owl:ObjectProperty ;
|
||||
owl:propertyDisjointWith cco:interval_equals ,
|
||||
cco:interval_overlapped_by ,
|
||||
cco:interval_overlaps ;
|
||||
cco:definition "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."@en ;
|
||||
skos:definition "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval disjoint"@en .
|
||||
|
||||
@@ -105,7 +113,8 @@ cco:interval_during rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:interval_contained_by ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ;
|
||||
skos:definition "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval during"@en .
|
||||
|
||||
@@ -115,7 +124,8 @@ cco:interval_equals rdf:type owl:ObjectProperty ,
|
||||
owl:SymmetricProperty ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."@en ;
|
||||
skos:definition "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval equals"@en .
|
||||
|
||||
@@ -126,7 +136,8 @@ cco:interval_finished_by rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:interval_finishes ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ;
|
||||
skos:definition "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval finished by"@en .
|
||||
|
||||
@@ -136,7 +147,8 @@ cco:interval_finishes rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:interval_contained_by ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ;
|
||||
skos:definition "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval finishes"@en .
|
||||
|
||||
@@ -147,7 +159,8 @@ cco:interval_is_after rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:interval_is_before ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."@en ;
|
||||
skos:definition "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval is after"@en .
|
||||
|
||||
@@ -157,7 +170,8 @@ cco:interval_is_before rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:interval_disjoint ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."@en ;
|
||||
skos:definition "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval is before"@en .
|
||||
|
||||
@@ -169,7 +183,8 @@ cco:interval_meets rdf:type owl:ObjectProperty ;
|
||||
rdf:type owl:IrreflexiveProperty ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."@en ;
|
||||
skos:definition "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval meets"@en .
|
||||
|
||||
@@ -180,7 +195,8 @@ cco:interval_met_by rdf:type owl:ObjectProperty ;
|
||||
rdf:type owl:IrreflexiveProperty ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."@en ;
|
||||
skos:definition "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval met by"@en .
|
||||
|
||||
@@ -190,7 +206,8 @@ cco:interval_overlapped_by rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:interval_overlaps ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ;
|
||||
skos:definition "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval overlapped by"@en .
|
||||
|
||||
@@ -199,7 +216,8 @@ cco:interval_overlapped_by rdf:type owl:ObjectProperty ;
|
||||
cco:interval_overlaps rdf:type owl:ObjectProperty ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ;
|
||||
skos:definition "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval overlaps"@en .
|
||||
|
||||
@@ -210,7 +228,8 @@ cco:interval_started_by rdf:type owl:ObjectProperty ;
|
||||
owl:inverseOf cco:interval_starts ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ;
|
||||
skos:definition "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval started by"@en .
|
||||
|
||||
@@ -220,7 +239,8 @@ cco:interval_starts rdf:type owl:ObjectProperty ;
|
||||
rdfs:subPropertyOf cco:interval_contained_by ;
|
||||
rdfs:domain obo:BFO_0000038 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ;
|
||||
skos:definition "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "interval starts"@en .
|
||||
|
||||
@@ -229,7 +249,8 @@ cco:interval_starts rdf:type owl:ObjectProperty ;
|
||||
cco:is_inside_instant_of rdf:type owl:ObjectProperty ;
|
||||
rdfs:domain obo:BFO_0000148 ;
|
||||
rdfs:range obo:BFO_0000038 ;
|
||||
cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."@en ;
|
||||
skos:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."@en ;
|
||||
cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "is inside instant of"@en .
|
||||
|
||||
@@ -241,7 +262,7 @@ cco:is_inside_instant_of rdf:type owl:ObjectProperty ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Afternoon
|
||||
cco:Afternoon rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000202 ;
|
||||
cco:definition "A Temporal Interval that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en ;
|
||||
skos:definition "A Temporal Interval that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Afternoon"@en .
|
||||
|
||||
@@ -249,7 +270,7 @@ cco:Afternoon rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/AxialRotationPeriod
|
||||
cco:AxialRotationPeriod rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000202 ;
|
||||
cco:definition "A Temporal Interval that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en ;
|
||||
skos:definition "A Temporal Interval that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Axial Rotation Period"@en .
|
||||
|
||||
@@ -257,7 +278,7 @@ cco:AxialRotationPeriod rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarDay
|
||||
cco:CalendarDay rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Day ;
|
||||
cco:definition "A Day that begins and ends concurrently with the Seconds specified by a Calendar System to be the first and last Seconds of the Day."@en ;
|
||||
skos:definition "A Day that begins and ends concurrently with the Seconds specified by a Calendar System to be the first and last Seconds of the Day."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Calendar Day"@en .
|
||||
|
||||
@@ -265,8 +286,8 @@ cco:CalendarDay rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarMonth
|
||||
cco:CalendarMonth rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Month ;
|
||||
cco:definition "A Month that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Month."@en ;
|
||||
cco:example_of_usage "January; February; March; April; May; June; July; August; September; October; November; December" ;
|
||||
skos:definition "A Month that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Month."@en ;
|
||||
skos:example "January; February; March; April; May; June; July; August; September; October; November; December" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Calendar Month"@en .
|
||||
|
||||
@@ -274,7 +295,7 @@ cco:CalendarMonth rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarWeek
|
||||
cco:CalendarWeek rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Week ;
|
||||
cco:definition "A Week that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Week."@en ;
|
||||
skos:definition "A Week that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Week."@en ;
|
||||
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Calendar Week"@en .
|
||||
@@ -283,7 +304,7 @@ cco:CalendarWeek rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarYear
|
||||
cco:CalendarYear rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:Year ;
|
||||
cco:definition "A Year that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Year."@en ;
|
||||
skos:definition "A Year that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Year."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Calendar Year"@en .
|
||||
|
||||
@@ -295,9 +316,9 @@ cco:Day rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_during ;
|
||||
owl:someValuesFrom cco:Week
|
||||
] ;
|
||||
cco:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en ;
|
||||
skos:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en ;
|
||||
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=day" ;
|
||||
cco:elucidation "Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used."@en ;
|
||||
skos:scopeNote "Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Day"@en .
|
||||
|
||||
@@ -305,7 +326,7 @@ cco:Day rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Decade
|
||||
cco:Decade rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000202 ;
|
||||
cco:definition "A Temporal Interval that is equal to a period of ten consecutive Years."@en ;
|
||||
skos:definition "A Temporal Interval that is equal to a period of ten consecutive Years."@en ;
|
||||
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=decade" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Decade"@en .
|
||||
@@ -314,7 +335,7 @@ cco:Decade rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Evening
|
||||
cco:Evening rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000202 ;
|
||||
cco:definition "A Temporal Interval that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en ;
|
||||
skos:definition "A Temporal Interval that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Evening"@en .
|
||||
|
||||
@@ -322,7 +343,7 @@ cco:Evening rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GregorianDay
|
||||
cco:GregorianDay rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:CalendarDay ;
|
||||
cco:definition "A Calendar Day in the Gregorian Calendar."@en ;
|
||||
skos:definition "A Calendar Day in the Gregorian Calendar."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "A Gregorian Day is twenty-four Hours in duration."@en ;
|
||||
rdfs:label "Gregorian Day"@en .
|
||||
@@ -331,7 +352,7 @@ cco:GregorianDay rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/GregorianYear
|
||||
cco:GregorianYear rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:CalendarYear ;
|
||||
cco:definition "A Calendar Year in the Gregorian Calendar."@en ;
|
||||
skos:definition "A Calendar Year in the Gregorian Calendar."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "A Gregorian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.2425 Gregorian Days. The Gregorian Year is based upon the vernal equinox year. Unless otherwise stated, instances of Calendar Year are assumed to be instances of Gregorian Year since the Gregorian Calendar is the most widely used civil Calendar System."@en ;
|
||||
rdfs:label "Gregorian Year"@en .
|
||||
@@ -344,7 +365,7 @@ cco:Hour rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_during ;
|
||||
owl:someValuesFrom cco:Day
|
||||
] ;
|
||||
cco:definition "A Temporal Interval that is equal to sixty consecutive Minutes."@en ;
|
||||
skos:definition "A Temporal Interval that is equal to sixty consecutive Minutes."@en ;
|
||||
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=hour" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Hour"@en .
|
||||
@@ -358,7 +379,7 @@ cco:JulianDate rdf:type owl:Class ;
|
||||
owl:someValuesFrom cco:JulianDay
|
||||
] ;
|
||||
cco:acronym "JD" ;
|
||||
cco:definition "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en ;
|
||||
skos:definition "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en ;
|
||||
cco:definition_source "https://www.defit.org/julian-date/" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Julian Date"@en .
|
||||
@@ -367,7 +388,7 @@ cco:JulianDate rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDay
|
||||
cco:JulianDay rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:CalendarDay ;
|
||||
cco:definition "A Calendar Day in the Julian Calendar."@en ;
|
||||
skos:definition "A Calendar Day in the Julian Calendar."@en ;
|
||||
cco:definition_source "https://www.defit.org/julian-date/" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "A Julian Day begins at noon Universal Time and is twenty-four Hours in duration."@en ;
|
||||
@@ -377,7 +398,7 @@ cco:JulianDay rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/JulianYear
|
||||
cco:JulianYear rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:CalendarYear ;
|
||||
cco:definition "A Calendar Year in the Julian Calendar."@en ;
|
||||
skos:definition "A Calendar Year in the Julian Calendar."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "A Julian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.25 Julian Days. Julian Years are typically indicated by prefixing a capital 'J' in front of the Year number, e.g. J2000.0 or J2018."@en ;
|
||||
rdfs:label "Julian Year"@en .
|
||||
@@ -390,7 +411,7 @@ cco:Minute rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_during ;
|
||||
owl:someValuesFrom cco:Hour
|
||||
] ;
|
||||
cco:definition "A Temporal Interval that is equal to sixty consecutive Seconds."@en ;
|
||||
skos:definition "A Temporal Interval that is equal to sixty consecutive Seconds."@en ;
|
||||
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=minute" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Minute"@en .
|
||||
@@ -400,7 +421,7 @@ cco:Minute rdf:type owl:Class ;
|
||||
cco:ModifiedJulianDate rdf:type owl:Class ;
|
||||
rdfs:subClassOf cco:TimeOfDay ;
|
||||
cco:acronym "MJD" ;
|
||||
cco:definition "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en ;
|
||||
skos:definition "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en ;
|
||||
cco:definition_source "http://aa.usno.navy.mil/data/docs/JulianDate.php" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment """A Day begins at midnight GMT within the Modified Julian Date reference system. The Modified Julian Date (MJD) is related to the Julian Date (JD) by the formula:
|
||||
@@ -415,9 +436,9 @@ cco:Month rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_during ;
|
||||
owl:someValuesFrom cco:Year
|
||||
] ;
|
||||
cco:definition "A Temporal Interval that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en ;
|
||||
skos:definition "A Temporal Interval that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en ;
|
||||
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=month" ;
|
||||
cco:elucidation "Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days."@en ;
|
||||
skos:scopeNote "Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Month"@en .
|
||||
|
||||
@@ -425,7 +446,7 @@ cco:Month rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Morning
|
||||
cco:Morning rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000202 ;
|
||||
cco:definition "A Temporal Interval that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en ;
|
||||
skos:definition "A Temporal Interval that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Morning"@en .
|
||||
|
||||
@@ -437,7 +458,7 @@ cco:MultiDayTemporalInterval rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_contains ;
|
||||
owl:someValuesFrom cco:Day
|
||||
] ;
|
||||
cco:definition "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en ;
|
||||
skos:definition "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "This is a defined class."@en ;
|
||||
rdfs:label "Multi-Day Temporal Interval"@en .
|
||||
@@ -450,7 +471,7 @@ cco:MultiHourTemporalInterval rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_contains ;
|
||||
owl:someValuesFrom cco:Hour
|
||||
] ;
|
||||
cco:definition "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en ;
|
||||
skos:definition "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "This is a defined class."@en ;
|
||||
rdfs:label "Multi-Hour Temporal Interval"@en .
|
||||
@@ -463,7 +484,7 @@ cco:MultiMinuteTemporalInterval rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_contains ;
|
||||
owl:someValuesFrom cco:Minute
|
||||
] ;
|
||||
cco:definition "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en ;
|
||||
skos:definition "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "This is a defined class."@en ;
|
||||
rdfs:label "Multi-Minute Temporal Interval"@en .
|
||||
@@ -476,7 +497,7 @@ cco:MultiMonthTemporalInterval rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_contains ;
|
||||
owl:someValuesFrom cco:Month
|
||||
] ;
|
||||
cco:definition "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en ;
|
||||
skos:definition "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "This is a defined class."@en ;
|
||||
rdfs:label "Multi-Month Temporal Interval"@en .
|
||||
@@ -489,7 +510,7 @@ cco:MultiSecondTemporalInterval rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_contains ;
|
||||
owl:someValuesFrom cco:Second
|
||||
] ;
|
||||
cco:definition "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en ;
|
||||
skos:definition "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "This is a defined class."@en ;
|
||||
rdfs:label "Multi-Second Temporal Interval"@en .
|
||||
@@ -502,7 +523,7 @@ cco:MultiWeekTemporalInterval rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_contains ;
|
||||
owl:someValuesFrom cco:Week
|
||||
] ;
|
||||
cco:definition "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en ;
|
||||
skos:definition "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "This is a defined class."@en ;
|
||||
rdfs:label "Multi-Week Temporal Interval"@en .
|
||||
@@ -515,7 +536,7 @@ cco:MultiYearTemporalInterval rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_contains ;
|
||||
owl:someValuesFrom cco:Year
|
||||
] ;
|
||||
cco:definition "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en ;
|
||||
skos:definition "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "This is a defined class."@en ;
|
||||
rdfs:label "Multi-Year Temporal Interval"@en .
|
||||
@@ -524,7 +545,7 @@ cco:MultiYearTemporalInterval rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/Night
|
||||
cco:Night rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000202 ;
|
||||
cco:definition "A Temporal Interval that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en ;
|
||||
skos:definition "A Temporal Interval that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Night"@en .
|
||||
|
||||
@@ -532,10 +553,10 @@ cco:Night rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime
|
||||
cco:ReferenceTime rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000203 ;
|
||||
cco:alternative_label "Epoch"@en ,
|
||||
skos:altLabel "Epoch"@en ,
|
||||
"Epoch Time"@en ,
|
||||
"Reference Date"@en ;
|
||||
cco:definition "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en ;
|
||||
skos:definition "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en ;
|
||||
cco:definition_source "https://en.wikipedia.org/wiki/Epoch_(reference_date)" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Reference Time"@en .
|
||||
@@ -548,7 +569,7 @@ cco:Second rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_during ;
|
||||
owl:someValuesFrom cco:Minute
|
||||
] ;
|
||||
cco:definition "A Temporal Interval that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ;
|
||||
skos:definition "A Temporal Interval that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ;
|
||||
cco:definition_source "https://physics.nist.gov/cuu/Units/second.html" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:comment "The Second is used as the basic SI unit of time."@en ;
|
||||
@@ -562,7 +583,7 @@ cco:TimeOfDay rdf:type owl:Class ;
|
||||
owl:onProperty obo:BFO_0000132 ;
|
||||
owl:someValuesFrom cco:Day
|
||||
] ;
|
||||
cco:definition "A Temporal Instant that is part of a Day."@en ;
|
||||
skos:definition "A Temporal Instant that is part of a Day."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Time of Day"@en .
|
||||
|
||||
@@ -570,7 +591,7 @@ cco:TimeOfDay rdf:type owl:Class ;
|
||||
### http://www.ontologyrepository.com/CommonCoreOntologies/UnixTemporalInstant
|
||||
cco:UnixTemporalInstant rdf:type owl:Class ;
|
||||
rdfs:subClassOf obo:BFO_0000203 ;
|
||||
cco:definition "A Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en ;
|
||||
skos:definition "A Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Unix Temporal Instant"@en .
|
||||
|
||||
@@ -582,7 +603,7 @@ cco:Week rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_during ;
|
||||
owl:someValuesFrom cco:Month
|
||||
] ;
|
||||
cco:definition "A Temporal Interval that is equal to seven consecutive Days."@en ;
|
||||
skos:definition "A Temporal Interval that is equal to seven consecutive Days."@en ;
|
||||
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=week" ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Week"@en .
|
||||
@@ -595,9 +616,9 @@ cco:Year rdf:type owl:Class ;
|
||||
owl:onProperty cco:interval_during ;
|
||||
owl:someValuesFrom cco:Decade
|
||||
] ;
|
||||
cco:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en ;
|
||||
skos:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en ;
|
||||
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=year" ;
|
||||
cco:elucidation "Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days."@en ;
|
||||
skos:scopeNote "Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days."@en ;
|
||||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
|
||||
rdfs:label "Year"@en .
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user