diff --git a/.github/deployment/sparql/duplicate_definition.sparql b/.github/deployment/sparql/duplicate_definition.sparql
index 3b6806d..779e0a4 100644
--- a/.github/deployment/sparql/duplicate_definition.sparql
+++ b/.github/deployment/sparql/duplicate_definition.sparql
@@ -5,13 +5,13 @@
# Severity:
# Error
-PREFIX cco:
+PREFIX skos:
SELECT DISTINCT ?element ?definition ?error
WHERE {
- ?element cco:definition ?definition .
- ?element2 cco:definition ?definition .
+ ?element skos:definition ?definition .
+ ?element2 skos:definition ?definition .
FILTER (?element != ?element2)
FILTER (!isBlank(?element))
BIND (concat("WARNING: The following ontology elements have the same cco:definition ", str(?element), " and ", str(?element2)) AS ?error)
-}
\ No newline at end of file
+}
diff --git a/.github/deployment/sparql/min_1_eng_def.sparql b/.github/deployment/sparql/min_1_eng_def.sparql
index 3e01195..ef6862a 100644
--- a/.github/deployment/sparql/min_1_eng_def.sparql
+++ b/.github/deployment/sparql/min_1_eng_def.sparql
@@ -7,14 +7,14 @@
PREFIX owl:
PREFIX rdfs:
-PREFIX cco:
+PREFIX skos:
SELECT DISTINCT ?resource ?label ?error
WHERE {
VALUES ?type {owl:Class owl:ObjectProperty}
?resource a ?type .
OPTIONAL {
- ?resource cco:definition ?englishDefinition .
+ ?resource skos:definition ?englishDefinition .
FILTER (langMatches(lang(?englishDefinition), "en"))
}
FILTER(!bound(?englishDefinition))
diff --git a/src/cco-extensions/ModalRelationOntology.ttl b/src/cco-extensions/ModalRelationOntology.ttl
index 78845b7..6c9513f 100644
--- a/src/cco-extensions/ModalRelationOntology.ttl
+++ b/src/cco-extensions/ModalRelationOntology.ttl
@@ -8,6 +8,7 @@
@prefix xml: .
@prefix xsd: .
@prefix rdfs: .
+@prefix skos: .
@base .
rdf:type owl:Ontology ;
@@ -33,23 +34,10 @@
### http://purl.org/dc/terms/creator
rdf:type owl:AnnotationProperty .
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/definition
-cco:definition rdf:type owl:AnnotationProperty .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/definition_source
cco:definition_source rdf:type owl:AnnotationProperty .
-### http://www.ontologyrepository.com/CommonCoreOntologies/elucidation
-cco:elucidation rdf:type owl:AnnotationProperty .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/example_of_usage
-cco:example_of_usage rdf:type owl:AnnotationProperty .
-
-
### http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology
cco:is_curated_in_ontology rdf:type owl:AnnotationProperty .
@@ -700,7 +688,7 @@ mro:accessory_in rdf:type owl:ObjectProperty ;
owl:inverseOf mro:has_accessory ;
rdfs:domain obo:BFO_0000040 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "y is_accessory_in x iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
+ skos:definition "y is_accessory_in x iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
cco:is_curated_in_ontology ;
rdfs:label "accessory in"@en .
@@ -712,7 +700,7 @@ mro:accomplice_in rdf:type owl:ObjectProperty ;
owl:inverseOf mro:has_accomplice ;
rdfs:domain obo:BFO_0000040 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
+ skos:definition "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ;
cco:is_curated_in_ontology ;
rdfs:label "accomplice in"@en .
@@ -724,7 +712,7 @@ mro:affects rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_affected_by ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
- cco:definition "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en ;
+ skos:definition "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "affects"@en .
@@ -733,7 +721,7 @@ mro:affects rdf:type owl:ObjectProperty ;
mro:agent_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000056 ;
owl:inverseOf mro:has_agent ;
- cco:definition "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en ;
+ skos:definition "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "agent in"@en .
@@ -748,7 +736,7 @@ mro:aggregate_bearer_of rdf:type owl:ObjectProperty ;
obo:BFO_0000031
)
] ;
- cco:definition "x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant and z is an instance of Object, such that z bearer of y, and all other members of x are bearers of a unique instance of the same type as y."@en ;
+ skos:definition "x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant and z is an instance of Object, such that z bearer of y, and all other members of x are bearers of a unique instance of the same type as y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "aggregate bearer of"@en .
@@ -759,7 +747,7 @@ mro:aggregate_has_capability rdf:type owl:ObjectProperty ;
owl:inverseOf mro:capability_of_aggregate ;
rdfs:domain cco:GroupOfAgents ;
rdfs:range cco:AgentCapability ;
- cco:definition "x aggregate_has_capability y iff x is an instance of Object Aggregate and y is an instance of Agent Capability, such that x is aggregate bearer of y."@en ;
+ skos:definition "x aggregate_has_capability y iff x is an instance of Object Aggregate and y is an instance of Agent Capability, such that x is aggregate bearer of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "aggregate has capability"@en .
@@ -770,7 +758,7 @@ mro:aggregate_has_disposition rdf:type owl:ObjectProperty ;
owl:inverseOf mro:disposition_of_aggregate ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range obo:BFO_0000016 ;
- cco:definition "x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y."@en ;
+ skos:definition "x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "aggregate has disposition"@en .
@@ -780,7 +768,7 @@ mro:aggregate_has_quality rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:aggregate_bearer_of ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range obo:BFO_0000019 ;
- cco:definition "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ;
+ skos:definition "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "aggregate has quality"@en .
@@ -790,7 +778,7 @@ mro:aggregate_has_role rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:aggregate_bearer_of ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range obo:BFO_0000023 ;
- cco:definition "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ;
+ skos:definition "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "aggregate has role"@en .
@@ -801,7 +789,7 @@ mro:capability_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:has_capability ;
rdfs:domain cco:AgentCapability ;
rdfs:range cco:Agent ;
- cco:definition "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en ;
+ skos:definition "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "capability of"@en .
@@ -811,7 +799,7 @@ mro:capability_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:inheres_in_aggregate ;
rdfs:domain cco:AgentCapability ;
rdfs:range cco:GroupOfAgents ;
- cco:definition "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en ;
+ skos:definition "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "capability of aggregate"@en .
@@ -822,7 +810,7 @@ mro:caused_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_cause_of ;
rdfs:domain obo:BFO_0000003 ;
rdfs:range obo:BFO_0000003 ;
- cco:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ;
+ skos:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "caused by"@en .
@@ -832,7 +820,7 @@ mro:coincides_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:connected_with ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1."@en ;
+ skos:definition "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1."@en ;
cco:is_curated_in_ontology ;
rdfs:label "coincides with"@en ;
"Given a stronger temporal interpretation, this property may be transitive and symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -845,7 +833,7 @@ mro:condition_described_by rdf:type owl:ObjectProperty ;
owl:propertyChainAxiom ( mro:described_by
mro:BFO_0000176
) ;
- cco:definition "c condition_described_by p iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ;
+ skos:definition "c condition_described_by p iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ;
cco:is_curated_in_ontology ;
rdfs:label "condition described by"@en .
@@ -855,7 +843,7 @@ mro:connected_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2."@en ;
+ skos:definition "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2."@en ;
cco:is_curated_in_ontology ;
rdfs:label "connected with"@en ;
"Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -867,7 +855,7 @@ mro:delimits rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_delimited_by ;
rdfs:domain cco:DelimitingDomain ;
rdfs:range cco:Organization ;
- cco:definition "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@en ;
+ skos:definition "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ;
cco:is_curated_in_ontology ;
rdfs:label "delimits"@en .
@@ -878,7 +866,7 @@ mro:described_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_subject_of ;
owl:inverseOf mro:describes ;
rdfs:range cco:DescriptiveInformationContentEntity ;
- cco:definition "x described_by y iff y is an instance of Information Content Entity, and x is an instance of Entity, such that y is about the characteristics by which y can be recognized or visualized."@en ;
+ skos:definition "x described_by y iff y is an instance of Information Content Entity, and x is an instance of Entity, such that y is about the characteristics by which y can be recognized or visualized."@en ;
cco:is_curated_in_ontology ;
rdfs:label "described by"@en .
@@ -887,8 +875,8 @@ mro:described_by rdf:type owl:ObjectProperty ;
mro:describes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_about ;
rdfs:domain cco:DescriptiveInformationContentEntity ;
- cco:definition "x describes y iff x is an instance of Information Content Entity, and y is an instance of Entity, such that x is about the characteristics by which y can be recognized or visualized."@en ;
- cco:example_of_usage "the content of a newspaper article describes some current event" ,
+ skos:definition "x describes y iff x is an instance of Information Content Entity, and y is an instance of Entity, such that x is about the characteristics by which y can be recognized or visualized."@en ;
+ skos:example "the content of a newspaper article describes some current event" ,
"the content of a visitor's log describes some facility visit" ,
"the content of an accident report describes some accident" ;
cco:is_curated_in_ontology ;
@@ -902,7 +890,7 @@ mro:describes_condition rdf:type owl:ObjectProperty ;
owl:propertyChainAxiom ( mro:BFO_0000178
mro:describes
) ;
- cco:definition "p describes_condition c iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ;
+ skos:definition "p describes_condition c iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en ;
cco:is_curated_in_ontology ;
rdfs:label "describes condition"@en .
@@ -912,7 +900,7 @@ mro:designated_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_subject_of ;
owl:inverseOf mro:designates ;
rdfs:range cco:DesignativeInformationContentEntity ;
- cco:definition "x designated_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that given some context, y uniquely distinguishes x from other entities."@en ;
+ skos:definition "x designated_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that given some context, y uniquely distinguishes x from other entities."@en ;
cco:is_curated_in_ontology ;
rdfs:label "designated by"@en .
@@ -921,8 +909,8 @@ mro:designated_by rdf:type owl:ObjectProperty ;
mro:designates rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_about ;
rdfs:domain cco:DesignativeInformationContentEntity ;
- cco:definition "x designates y iff x is an instance of an Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ;
- cco:example_of_usage "a URL designates the location of a Web Page on the internet" ,
+ skos:definition "x designates y iff x is an instance of an Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ;
+ skos:example "a URL designates the location of a Web Page on the internet" ,
"a person's name designates that person" ,
"a vehicle identification number designates some vehicle" ;
cco:is_curated_in_ontology ;
@@ -935,7 +923,7 @@ mro:disconnected_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2."@en ;
+ skos:definition "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2."@en ;
cco:is_curated_in_ontology ;
rdfs:label "disconnected with"@en ;
"Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -946,7 +934,7 @@ mro:disposition_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:inheres_in_aggregate ;
rdfs:domain obo:BFO_0000016 ;
rdfs:range obo:BFO_0000027 ;
- cco:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ;
+ skos:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "disposition of aggregate"@en .
@@ -959,8 +947,8 @@ mro:disrupts rdf:type owl:ObjectProperty ;
rdfs:range obo:BFO_0000015 ;
"2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
"https://cubrc.org"^^xsd:anyURI ;
- cco:definition "A relation where one process disrupts another process from occurring as it would have."@en ;
- cco:elucidation "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ;
+ skos:definition "A relation where one process disrupts another process from occurring as it would have."@en ;
+ skos:scopeNote "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ;
cco:is_curated_in_ontology ;
rdfs:label "disrupts"@en ;
"To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ;
@@ -972,7 +960,7 @@ mro:externally_connects_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:connected_with ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2."@en ;
+ skos:definition "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2."@en ;
cco:is_curated_in_ontology ;
rdfs:label "externally connects with"@en ;
"Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -983,7 +971,7 @@ mro:has_accessory rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000057 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000040 ;
- cco:definition "x has_accessory y iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
+ skos:definition "x has_accessory y iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en ;
cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ;
cco:is_curated_in_ontology ;
rdfs:label "has accessory"@en .
@@ -994,7 +982,7 @@ mro:has_accomplice rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000057 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000040 ;
- cco:definition "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
+ skos:definition "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ;
cco:is_curated_in_ontology ;
rdfs:label "has accomplice"@en .
@@ -1016,7 +1004,7 @@ mro:has_affiliate rdf:type owl:ObjectProperty ;
cco:Person
)
] ;
- cco:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ;
+ skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has affiliate"@en .
@@ -1024,7 +1012,7 @@ mro:has_affiliate rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_agent
mro:has_agent rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000057 ;
- cco:definition "x has_agent y iff x is an instance of Process and y is an instance of Agent, such that y is causally active in x."@en ;
+ skos:definition "x has_agent y iff x is an instance of Process and y is an instance of Agent, such that y is causally active in x."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has agent"@en .
@@ -1058,7 +1046,7 @@ mro:has_capability rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000196 ;
rdfs:domain cco:Agent ;
rdfs:range cco:AgentCapability ;
- cco:definition "x has_capability y iff x is an instance of Agent and y is an instance of Agent Capability, such that x bearer of y."@en ;
+ skos:definition "x has_capability y iff x is an instance of Agent and y is an instance of Agent Capability, such that x bearer of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has capability"@en .
@@ -1085,7 +1073,7 @@ mro:has_familial_relationship_to rdf:type owl:ObjectProperty ;
rdf:type owl:SymmetricProperty ;
rdfs:domain cco:Person ;
rdfs:range cco:Person ;
- cco:definition "A relationship between persons by virtue of ancestry or legal union."@en ;
+ skos:definition "A relationship between persons by virtue of ancestry or legal union."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has familial relationship to"@en .
@@ -1168,7 +1156,7 @@ mro:has_input rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_input_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
- cco:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
+ skos:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has input"@en .
@@ -1179,7 +1167,7 @@ mro:has_inside_instant rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_inside_instant_of ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000148 ;
- cco:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."@en ;
+ skos:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has inside instant"@en .
@@ -1190,7 +1178,7 @@ mro:has_inside_interval rdf:type owl:ObjectProperty ;
owl:inverseOf mro:interval_during ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ;
+ skos:definition "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has inside interval"@en .
@@ -1203,8 +1191,8 @@ mro:has_interest_in rdf:type owl:ObjectProperty ;
rdfs:range obo:BFO_0000015 ;
"2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
"https://cubrc.org"^^xsd:anyURI ;
- cco:definition "A relation between an entity and some process where the entity has an interest in that process."@en ;
- cco:elucidation "There are four conditions in which an entity has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en ;
+ skos:definition "A relation between an entity and some process where the entity has an interest in that process."@en ;
+ skos:scopeNote "There are four conditions in which an entity has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has interest in"@en ;
"This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the entity, or historically of evolutionary benefit to the entity's ancestors, or facilitates a process the entity has an interest in for the prior two reasons. The process an entity has an interest could in many or all ways be harmful to the entity."@en ;
@@ -1256,7 +1244,7 @@ mro:has_member_of_located_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_some_member_of_located_in ;
rdfs:domain obo:BFO_0000027 ;
rdfs:range obo:BFO_0000040 ;
- cco:definition "x has all members of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and every member of x is located in y."@en ;
+ skos:definition "x has all members of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and every member of x is located in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has all members of located in"@en .
@@ -1299,7 +1287,7 @@ mro:has_nontangential_part rdf:type owl:ObjectProperty ;
owl:inverseOf mro:nontangential_part_of ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "x has_nontangential_part y iff x and y are instances of Immaterial Entity, and x has_spatial_part y, such that there does not exist another instance of an Immaterial Entity which externally connects with both x and y."@en ;
+ skos:definition "x has_nontangential_part y iff x and y are instances of Immaterial Entity, and x has_spatial_part y, such that there does not exist another instance of an Immaterial Entity which externally connects with both x and y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has nontangential part"@en ;
"Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -1309,7 +1297,7 @@ mro:has_nontangential_part rdf:type owl:ObjectProperty ;
mro:has_object rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000057 ;
owl:inverseOf mro:is_object_of ;
- cco:definition "If p is a process and c is a continuant, then p has object c if and only if p is performed by an agent and c is part of the projected state that agent intends to achieve by performing p."@en ;
+ skos:definition "If p is a process and c is a continuant, then p has object c if and only if p is performed by an agent and c is part of the projected state that agent intends to achieve by performing p."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has object"@en .
@@ -1320,7 +1308,7 @@ mro:has_organizational_context rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_organizational_context_of ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range cco:Organization ;
- cco:definition "x has_organizational_context y iff y is an instance of an Organization and x is an instance of a Role and z is an instance of a Person, such that z's affiliation with y is a prerequisite for z bearing x or y ascribes x to the bearer of x."@en ;
+ skos:definition "x has_organizational_context y iff y is an instance of an Organization and x is an instance of a Role and z is an instance of a Person, such that z's affiliation with y is a prerequisite for z bearing x or y ascribes x to the bearer of x."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has organizational context"@en .
@@ -1331,7 +1319,7 @@ mro:has_output rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_output_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
- cco:definition "y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ;
+ skos:definition "y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ;
cco:is_curated_in_ontology ;
rdfs:label "has output"@en .
@@ -1391,7 +1379,7 @@ mro:has_process_part rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_part_of_process ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both."@en ;
+ skos:definition "x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has process part"@en .
@@ -1401,7 +1389,7 @@ mro:has_recipient rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000057 ;
owl:inverseOf mro:receives ;
rdfs:range cco:Agent ;
- cco:definition "x has_recipient y iff y is an instance of Agent and x is an instance of Act Of Communication, such that y is the recipient and decoder of the InformationContentEntity intended for communication in x."@en ;
+ skos:definition "x has_recipient y iff y is an instance of Agent and x is an instance of Act Of Communication, such that y is the recipient and decoder of the InformationContentEntity intended for communication in x."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has recipient"@en .
@@ -1411,7 +1399,7 @@ mro:has_sender rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000057 ;
owl:inverseOf mro:sends ;
rdfs:range cco:Agent ;
- cco:definition "y has_sender x iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ;
+ skos:definition "y has_sender x iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has sender"@en .
@@ -1435,7 +1423,7 @@ mro:has_sister_in_law rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_some_member_of_located_in
mro:has_some_member_of_located_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
- cco:definition "x has some member of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and at least one member of x is located in y."@en ;
+ skos:definition "x has some member of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and at least one member of x is located in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:anyURI ;
rdfs:label "has some member of located in"@en .
@@ -1463,7 +1451,7 @@ mro:has_spatial_part rdf:type owl:ObjectProperty ;
owl:inverseOf mro:spatial_part_of ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "y has_spatial_part x iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ;
+ skos:definition "y has_spatial_part x iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has spatial part"@en .
@@ -1490,7 +1478,7 @@ mro:has_subordinate_role rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_subordinate_role_to ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range obo:BFO_0000023 ;
- cco:definition "For all x,y,t: x has subordinate role y at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ;
+ skos:definition "For all x,y,t: x has subordinate role y at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has subordinate role"@en .
@@ -1501,7 +1489,7 @@ mro:has_subsidiary rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_subsidiary_of ;
rdfs:domain cco:Organization ;
rdfs:range cco:Organization ;
- cco:definition "An Organization o1 has_subsidiary Organization o2 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies."@en ;
+ skos:definition "An Organization o1 has_subsidiary Organization o2 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies."@en ;
cco:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ;
cco:is_curated_in_ontology ;
rdfs:label "has subsidiary"@en .
@@ -1513,7 +1501,7 @@ mro:has_tangential_part rdf:type owl:ObjectProperty ;
owl:inverseOf mro:tangential_part_of ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "x has_tangential_part y iff x, y, and z are instances of Immaterial Entity, and x has_spatial_part y, such that z externally connects with both x and y."@en ;
+ skos:definition "x has_tangential_part y iff x, y, and z are instances of Immaterial Entity, and x has_spatial_part y, such that z externally connects with both x and y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has tangential part"@en ;
"Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -1544,7 +1532,7 @@ mro:inheres_in_aggregate rdf:type owl:ObjectProperty ;
)
] ;
rdfs:range obo:BFO_0000027 ;
- cco:definition "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant and y is an instance of Object Aggregate and z is an instance of Object, such that z bearer_of x, and all other members of y are bearers of a unique instance of the same type as x."@en ;
+ skos:definition "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant and y is an instance of Object Aggregate and z is an instance of Object, such that z bearer_of x, and all other members of y are bearers of a unique instance of the same type as x."@en ;
cco:is_curated_in_ontology ;
rdfs:label "inheres in aggregate"@en .
@@ -1555,7 +1543,7 @@ mro:inhibited_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:inhibits ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ;
+ skos:definition "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "inhibited by"@en .
@@ -1565,7 +1553,7 @@ mro:inhibits rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ;
+ skos:definition "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "inhibits"@en .
@@ -1577,8 +1565,8 @@ mro:instant_is_after rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000148 ;
- cco:definition "A temporal instant t2 (a instance of a zero-dimensional temporal region) is after another temporal instant t1 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ;
- cco:elucidation "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."@en ;
+ skos:definition "A temporal instant t2 (a instance of a zero-dimensional temporal region) is after another temporal instant t1 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ;
+ skos:scopeNote "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."@en ;
cco:is_curated_in_ontology ;
rdfs:label "instant is after"@en .
@@ -1589,8 +1577,8 @@ mro:instant_is_before rdf:type owl:ObjectProperty ;
rdf:type owl:TransitiveProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000148 ;
- cco:definition "A temporal instant t1 (a instance of a zero-dimensional temporal region) is before another temporal instant t2 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ;
- cco:elucidation "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."@en ;
+ skos:definition "A temporal instant t1 (a instance of a zero-dimensional temporal region) is before another temporal instant t2 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ;
+ skos:scopeNote "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."@en ;
cco:is_curated_in_ontology ;
rdfs:label "instant is before"@en .
@@ -1602,7 +1590,7 @@ mro:interval_contained_by rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
owl:propertyDisjointWith mro:interval_disjoint ;
- cco:definition "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ;
+ skos:definition "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval contained by"@en .
@@ -1613,7 +1601,7 @@ mro:interval_contains rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
owl:propertyDisjointWith mro:interval_disjoint ;
- cco:definition "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ;
+ skos:definition "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval contains"@en .
@@ -1626,7 +1614,7 @@ mro:interval_disjoint rdf:type owl:ObjectProperty ;
owl:propertyDisjointWith mro:interval_equals ,
mro:interval_overlapped_by ,
mro:interval_overlaps ;
- cco:definition "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."@en ;
+ skos:definition "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval disjoint"@en .
@@ -1636,7 +1624,7 @@ mro:interval_during rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:interval_contained_by ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ;
+ skos:definition "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval during"@en .
@@ -1647,7 +1635,7 @@ mro:interval_equals rdf:type owl:ObjectProperty ;
rdf:type owl:SymmetricProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."@en ;
+ skos:definition "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval equals"@en .
@@ -1658,7 +1646,7 @@ mro:interval_finished_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:interval_finishes ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ;
+ skos:definition "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval finished by"@en .
@@ -1668,7 +1656,7 @@ mro:interval_finishes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:interval_contained_by ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ;
+ skos:definition "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval finishes"@en .
@@ -1679,7 +1667,7 @@ mro:interval_is_after rdf:type owl:ObjectProperty ;
owl:inverseOf mro:interval_is_before ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."@en ;
+ skos:definition "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval is after"@en .
@@ -1689,7 +1677,7 @@ mro:interval_is_before rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:interval_disjoint ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."@en ;
+ skos:definition "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval is before"@en .
@@ -1701,7 +1689,7 @@ mro:interval_meets rdf:type owl:ObjectProperty ;
rdf:type owl:IrreflexiveProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."@en ;
+ skos:definition "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval meets"@en .
@@ -1712,7 +1700,7 @@ mro:interval_met_by rdf:type owl:ObjectProperty ;
rdf:type owl:IrreflexiveProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."@en ;
+ skos:definition "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval met by"@en .
@@ -1723,7 +1711,7 @@ mro:interval_overlapped_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:interval_overlaps ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ;
+ skos:definition "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval overlapped by"@en .
@@ -1733,7 +1721,7 @@ mro:interval_overlaps rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ;
+ skos:definition "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval overlaps"@en .
@@ -1744,7 +1732,7 @@ mro:interval_started_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:interval_starts ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ;
+ skos:definition "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval started by"@en .
@@ -1754,7 +1742,7 @@ mro:interval_starts rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:interval_contained_by ;
rdfs:domain obo:BFO_0000038 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ;
+ skos:definition "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en ;
cco:is_curated_in_ontology ;
rdfs:label "interval starts"@en .
@@ -1764,8 +1752,8 @@ mro:is_a_interval_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_a_measurement_of ;
owl:inverseOf mro:is_measured_by_interval ;
rdfs:domain cco:IntervalMeasurementInformationContentEntity ;
- cco:definition "x is_a_interval_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ;
- cco:example_of_usage "a measurement of air temperature on the Celsius scale." ;
+ skos:definition "x is_a_interval_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ;
+ skos:example "a measurement of air temperature on the Celsius scale." ;
cco:is_curated_in_ontology ;
rdfs:label "is a interval measurement of"@en .
@@ -1775,7 +1763,7 @@ mro:is_a_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes ;
owl:inverseOf mro:is_measured_by ;
rdfs:domain cco:MeasurementInformationContentEntity ;
- cco:definition "x is_a_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ;
+ skos:definition "x is_a_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ;
cco:is_curated_in_ontology ;
rdfs:comment "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z."@en ;
rdfs:label "is a measurement of"@en ;
@@ -1787,7 +1775,7 @@ mro:is_a_nominal_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_a_measurement_of ;
owl:inverseOf mro:is_measured_by_nominal ;
rdfs:domain cco:NominalMeasurementInformationContentEntity ;
- cco:definition "x is_a_nominal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ;
+ skos:definition "x is_a_nominal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is a nominal measurement of"@en .
@@ -1797,7 +1785,7 @@ mro:is_a_ordinal_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_a_measurement_of ;
owl:inverseOf mro:is_measured_by_ordinal ;
rdfs:domain cco:OrdinalMeasurementInformationContentEntity ;
- cco:definition "x is_a_ordinal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en ;
+ skos:definition "x is_a_ordinal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is a ordinal measurement of"@en .
@@ -1807,7 +1795,7 @@ mro:is_a_ratio_measurement_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_a_measurement_of ;
owl:inverseOf mro:is_measured_by_ratio ;
rdfs:domain cco:RatioMeasurementInformationContentEntity ;
- cco:definition "x is_a_ratio_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ;
+ skos:definition "x is_a_ratio_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is a ratio measurement of"@en .
@@ -1818,7 +1806,7 @@ mro:is_about rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_subject_of ;
rdfs:domain cco:InformationContentEntity ;
rdfs:range obo:BFO_0000001 ;
- cco:definition "A primitive relationship between an Information Content Entity and some Entity."@en ;
+ skos:definition "A primitive relationship between an Information Content Entity and some Entity."@en ;
cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000136" ;
cco:is_curated_in_ontology ;
rdfs:label "is about"@en .
@@ -1829,7 +1817,7 @@ mro:is_affected_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en ;
+ skos:definition "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is affected by"@en .
@@ -1849,7 +1837,7 @@ mro:is_affiliated_with rdf:type owl:ObjectProperty ;
cco:Person
)
] ;
- cco:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ;
+ skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is affiliated with"@en .
@@ -1888,7 +1876,7 @@ mro:is_cause_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain obo:BFO_0000003 ;
rdfs:range obo:BFO_0000003 ;
- cco:definition "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en ;
+ skos:definition "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is cause of"@en .
@@ -1920,7 +1908,7 @@ mro:is_delimited_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain cco:Organization ;
rdfs:range cco:DelimitingDomain ;
- cco:definition "An instance of Organization o1 is_delimited_by some Delimiting Domain dd1 iff dd1 is the area within which o1 can legally operate."@en ;
+ skos:definition "An instance of Organization o1 is_delimited_by some Delimiting Domain dd1 iff dd1 is the area within which o1 can legally operate."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ;
cco:is_curated_in_ontology ;
rdfs:label "is delimited by"@en .
@@ -1940,7 +1928,7 @@ mro:is_disrupted_by rdf:type owl:ObjectProperty ;
rdfs:range obo:BFO_0000015 ;
"2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
"https://cubrc.org"^^xsd:anyURI ;
- cco:definition "Inverse of disrupts." ;
+ skos:definition "Inverse of disrupts." ;
cco:is_curated_in_ontology ;
rdfs:label "is disrupted by"@en ;
"is disrupted by"@en .
@@ -1951,7 +1939,7 @@ mro:is_excerpted_from rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:InformationBearingEntity ;
- cco:definition "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en ;
+ skos:definition "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is excerpted from"@en .
@@ -1985,7 +1973,7 @@ mro:is_geospatial_coordinate_reference_system_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:uses_geospatial_coordinate_reference_system ;
rdfs:domain cco:GeospatialCoordinateReferenceSystem ;
rdfs:range cco:InformationBearingEntity ;
- cco:definition "x is_geospatial_coordinate_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ;
+ skos:definition "x is_geospatial_coordinate_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is geospatial coordinate reference system of"@en .
@@ -2077,7 +2065,7 @@ mro:is_input_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
+ skos:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is input of"@en .
@@ -2087,7 +2075,7 @@ mro:is_inside_instant_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain obo:BFO_0000148 ;
rdfs:range obo:BFO_0000038 ;
- cco:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."@en ;
+ skos:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is inside instant of"@en .
@@ -2099,7 +2087,7 @@ mro:is_interest_of rdf:type owl:ObjectProperty ;
rdfs:range cco:Agent ;
"2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
"https://cubrc.org"^^xsd:anyURI ;
- cco:definition "The inverse of has_interest_in. " ;
+ skos:definition "The inverse of has_interest_in. " ;
cco:is_curated_in_ontology ;
rdfs:label "is interest of"@en ;
"is interest of"@en .
@@ -2111,7 +2099,7 @@ mro:is_made_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_material_of ;
rdfs:domain obo:BFO_0000030 ;
rdfs:range obo:BFO_0000030 ;
- cco:definition "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en ;
+ skos:definition "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en ;
cco:is_curated_in_ontology ;
rdfs:label "is made of"@en .
@@ -2121,7 +2109,7 @@ mro:is_material_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain obo:BFO_0000030 ;
rdfs:range obo:BFO_0000030 ;
- cco:definition "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en ;
+ skos:definition "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en ;
cco:is_curated_in_ontology ;
rdfs:label "is material of"@en .
@@ -2136,7 +2124,7 @@ mro:is_maternal_aunt_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_maternal_first_cousin_of
mro:is_maternal_first_cousin_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_first_cousin_of ;
- cco:definition "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A."@en ;
+ skos:definition "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A."@en ;
cco:is_curated_in_ontology ;
rdfs:comment "Comment is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ;
rdfs:label "is maternal first cousin of"@en .
@@ -2167,7 +2155,7 @@ mro:is_maternal_uncle_of rdf:type owl:ObjectProperty ;
mro:is_measured_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:described_by ;
rdfs:range cco:MeasurementInformationContentEntity ;
- cco:definition "y is_measured_by x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ;
+ skos:definition "y is_measured_by x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is measured by"@en .
@@ -2176,7 +2164,7 @@ mro:is_measured_by rdf:type owl:ObjectProperty ;
mro:is_measured_by_interval rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_measured_by ;
rdfs:range cco:IntervalMeasurementInformationContentEntity ;
- cco:definition "y is_measured_by_interval x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ;
+ skos:definition "y is_measured_by_interval x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is measured by interval"@en .
@@ -2185,7 +2173,7 @@ mro:is_measured_by_interval rdf:type owl:ObjectProperty ;
mro:is_measured_by_nominal rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_measured_by ;
rdfs:range cco:NominalMeasurementInformationContentEntity ;
- cco:definition "y is_measured_by_nominal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ;
+ skos:definition "y is_measured_by_nominal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is measured by nominal"@en .
@@ -2194,7 +2182,7 @@ mro:is_measured_by_nominal rdf:type owl:ObjectProperty ;
mro:is_measured_by_ordinal rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_measured_by ;
rdfs:range cco:OrdinalMeasurementInformationContentEntity ;
- cco:definition "y is_measured_by_ordinal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en ;
+ skos:definition "y is_measured_by_ordinal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is measured by ordinal"@en .
@@ -2203,7 +2191,7 @@ mro:is_measured_by_ordinal rdf:type owl:ObjectProperty ;
mro:is_measured_by_ratio rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_measured_by ;
rdfs:range cco:RatioMeasurementInformationContentEntity ;
- cco:definition "y is_measured_by_ratio x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ;
+ skos:definition "y is_measured_by_ratio x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is measured by ratio"@en .
@@ -2214,7 +2202,7 @@ mro:is_measurement_unit_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:uses_measurement_unit ;
rdfs:domain cco:MeasurementUnit ;
rdfs:range cco:InformationBearingEntity ;
- cco:definition "x is_measurement_unit_of y iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ;
+ skos:definition "x is_measurement_unit_of y iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is measurement unit of"@en .
@@ -2223,7 +2211,7 @@ mro:is_measurement_unit_of rdf:type owl:ObjectProperty ;
mro:is_mention_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
owl:inverseOf mro:is_mentioned_by ;
- cco:definition "x is_mention_of y iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en ;
+ skos:definition "x is_mention_of y iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is mention of"@en .
@@ -2231,7 +2219,7 @@ mro:is_mention_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_mentioned_by
mro:is_mentioned_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
- cco:definition "y is_mention_by x iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en ;
+ skos:definition "y is_mention_by x iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is mentioned by"@en .
@@ -2267,7 +2255,7 @@ mro:is_niece_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_object_of
mro:is_object_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000056 ;
- cco:definition "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en ;
+ skos:definition "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is object of"@en .
@@ -2277,7 +2265,7 @@ mro:is_organizational_context_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain cco:Organization ;
rdfs:range obo:BFO_0000023 ;
- cco:definition "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en ;
+ skos:definition "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is organizational context of"@en .
@@ -2287,7 +2275,7 @@ mro:is_output_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ;
+ skos:definition "x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is output of"@en .
@@ -2306,7 +2294,7 @@ mro:is_part_of_process rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000132 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en ;
+ skos:definition "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is part of process"@en .
@@ -2321,7 +2309,7 @@ mro:is_paternal_aunt_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_paternal_first_cousin_of
mro:is_paternal_first_cousin_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_first_cousin_of ;
- cco:definition "Person A is paternal first cousin of Person B iff Person B has father F and F has sibling P and P is parent of Person A."@en ;
+ skos:definition "Person A is paternal first cousin of Person B iff Person B has father F and F has sibling P and P is parent of Person A."@en ;
cco:is_curated_in_ontology ;
rdfs:comment "Comment is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ;
rdfs:label "is paternal first cousin of"@en .
@@ -2354,7 +2342,7 @@ mro:is_permitted_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:permits ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:ActionRegulation ;
- cco:definition "y is_permitted_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ;
+ skos:definition "y is_permitted_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is permitted by"@en ;
"Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -2366,8 +2354,8 @@ mro:is_predecessor_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_successor_of ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000004 ;
- cco:definition "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en ;
- cco:elucidation "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en ;
+ skos:definition "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en ;
+ skos:scopeNote "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is predecessor of"@en .
@@ -2378,7 +2366,7 @@ mro:is_prohibited_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:prohibits ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:ActionRegulation ;
- cco:definition "y is_prohibited_by y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must not occur."@en ;
+ skos:definition "y is_prohibited_by y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must not occur."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is prohibited by"@en ;
"Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -2390,7 +2378,7 @@ mro:is_reference_system_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:uses_reference_system ;
rdfs:domain cco:ReferenceSystem ;
rdfs:range cco:InformationBearingEntity ;
- cco:definition "x is_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ;
+ skos:definition "x is_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is reference system of"@en .
@@ -2401,7 +2389,7 @@ mro:is_required_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:requires ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:ActionRegulation ;
- cco:definition "y is_required_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must occur."@en ;
+ skos:definition "y is_required_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must occur."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is required by"@en ;
"Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -2445,7 +2433,7 @@ mro:is_site_of rdf:type owl:ObjectProperty ;
owl:inverseOf mro:occurs_at ;
rdfs:domain obo:BFO_0000029 ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x."@en ;
+ skos:definition "x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is site of"@en .
@@ -2500,7 +2488,7 @@ mro:is_step_sister_of rdf:type owl:ObjectProperty ;
mro:is_subject_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:range cco:InformationContentEntity ;
- cco:definition "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en ;
+ skos:definition "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is subject of"@en .
@@ -2510,7 +2498,7 @@ mro:is_subordinate_role_to rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range obo:BFO_0000023 ;
- cco:definition "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ;
+ skos:definition "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is subordinate role to"@en .
@@ -2520,7 +2508,7 @@ mro:is_subsidiary_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_affiliated_with ;
rdfs:domain cco:Organization ;
rdfs:range cco:Organization ;
- cco:definition "An Organization o2 is_subsidiary_of Organization o1 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. "@en ;
+ skos:definition "An Organization o2 is_subsidiary_of Organization o1 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. "@en ;
cco:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ;
cco:is_curated_in_ontology ;
rdfs:label "is subsidiary of"@en .
@@ -2531,7 +2519,7 @@ mro:is_successor_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain obo:BFO_0000004 ;
rdfs:range obo:BFO_0000004 ;
- cco:definition "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "@en ;
+ skos:definition "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "@en ;
cco:is_curated_in_ontology ;
rdfs:label "is successor of"@en .
@@ -2542,7 +2530,7 @@ mro:is_supervised_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:supervises ;
rdfs:domain cco:Person ;
rdfs:range cco:Person ;
- cco:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@en ;
+ skos:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@en ;
cco:definition_source "http://en.wiktionary.org/wiki/supervise)" ;
cco:is_curated_in_ontology ;
rdfs:label "is supervised by"@en .
@@ -2557,7 +2545,7 @@ mro:is_temporal_region_of rdf:type owl:ObjectProperty ;
obo:BFO_0000035
)
] ;
- cco:definition "x is_temporal_region_of y iff y is an instance of a process or process boundary and x is an instance of a temporal region, such that the duration of x temporally projects on y."@en ;
+ skos:definition "x is_temporal_region_of y iff y is an instance of a process or process boundary and x is an instance of a temporal region, such that the duration of x temporally projects on y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is temporal region of"@en ;
"Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en .
@@ -2583,7 +2571,7 @@ mro:is_uncle_of rdf:type owl:ObjectProperty ;
mro:is_used_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
owl:inverseOf mro:uses ;
- cco:definition "x is_used_by y iff y is an instance of an Agent and x is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein y attempts to accomplish a goal by manipulating, deploying, leveraging some attribute of y."@en ;
+ skos:definition "x is_used_by y iff y is an instance of an Agent and x is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein y attempts to accomplish a goal by manipulating, deploying, leveraging some attribute of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "is used by"@en .
@@ -2601,7 +2589,7 @@ mro:language_used_in rdf:type owl:ObjectProperty ;
owl:inverseOf mro:uses_language ;
rdfs:domain cco:Language ;
rdfs:range cco:InformationBearingEntity ;
- cco:definition "x language_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Language, such that the literal value of y is a string that is encoded according to the syntax of x."@en ;
+ skos:definition "x language_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Language, such that the literal value of y is a string that is encoded according to the syntax of x."@en ;
cco:is_curated_in_ontology ;
rdfs:label "language used in"@en .
@@ -2619,7 +2607,7 @@ mro:nontangential_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:spatial_part_of ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ;
+ skos:definition "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ;
cco:is_curated_in_ontology ;
rdfs:label "nontangential part of"@en ;
"Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -2630,7 +2618,7 @@ mro:occurs_at rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000066 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000029 ;
- cco:definition "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ;
+ skos:definition "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "occurs at"@en .
@@ -2640,7 +2628,7 @@ mro:partially_overlaps_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:connected_with ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1."@en ;
+ skos:definition "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1."@en ;
cco:is_curated_in_ontology ;
rdfs:label "partially overlaps with"@en ;
"Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -2651,7 +2639,7 @@ mro:permits rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:prescribes ;
rdfs:domain cco:ActionRegulation ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ;
+ skos:definition "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ;
cco:is_curated_in_ontology ;
rdfs:label "permits"@en ;
"Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -2662,7 +2650,7 @@ mro:prescribed_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_subject_of ;
owl:inverseOf mro:prescribes ;
rdfs:range cco:DirectiveInformationContentEntity ;
- cco:definition "x prescribed_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y serves as a rule or guide for x if x is an Occurrent, or y serves as a model for x if x is a Continuant."@en ;
+ skos:definition "x prescribed_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y serves as a rule or guide for x if x is an Occurrent, or y serves as a model for x if x is a Continuant."@en ;
cco:is_curated_in_ontology ;
rdfs:label "prescribed by"@en .
@@ -2671,8 +2659,8 @@ mro:prescribed_by rdf:type owl:ObjectProperty ;
mro:prescribes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_about ;
rdfs:domain cco:DirectiveInformationContentEntity ;
- cco:definition "x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant."@en ;
- cco:example_of_usage "A blueprint prescribes some artifact or facility by being a model for it." ,
+ skos:definition "x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant."@en ;
+ skos:example "A blueprint prescribes some artifact or facility by being a model for it." ,
"A professional code of conduct prescribes some realizations of a profession (role) by giving rules for how the bearer should act in those realizations." ,
"An operations plan prescribes an operation by enumerating the tasks that need to be performed in order to achieve the objectives of the operation." ;
cco:is_curated_in_ontology ;
@@ -2683,8 +2671,8 @@ mro:prescribes rdf:type owl:ObjectProperty ;
mro:process_started_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:caused_by ;
owl:inverseOf mro:process_starts ;
- cco:definition "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and x has starting instance i, and y occurs on r, and r interval contains i."@en ;
- cco:elucidation "A process x is started by another process y when y causes x while y is still occurring."@en ;
+ skos:definition "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and x has starting instance i, and y occurs on r, and r interval contains i."@en ;
+ skos:scopeNote "A process x is started by another process y when y causes x while y is still occurring."@en ;
cco:is_curated_in_ontology ;
rdfs:label "process started by"@en .
@@ -2692,8 +2680,8 @@ mro:process_started_by rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/process_starts
mro:process_starts rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_cause_of ;
- cco:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and y has starting instance i, and x occurs on r, and r interval contains i."@en ;
- cco:elucidation "A process x starts another process y when x causes y while x is still occurring."@en ;
+ skos:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and y has starting instance i, and x occurs on r, and r interval contains i."@en ;
+ skos:scopeNote "A process x starts another process y when x causes y while x is still occurring."@en ;
cco:is_curated_in_ontology ;
rdfs:label "process starts"@en .
@@ -2703,7 +2691,7 @@ mro:prohibits rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:prescribes ;
rdfs:domain cco:ActionRegulation ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must not occur."@en ;
+ skos:definition "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must not occur."@en ;
cco:is_curated_in_ontology ;
rdfs:label "prohibits"@en ;
"Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -2714,7 +2702,7 @@ mro:quality_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:inheres_in_aggregate ;
rdfs:domain obo:BFO_0000019 ;
rdfs:range obo:BFO_0000027 ;
- cco:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ;
+ skos:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "quality of aggregate"@en .
@@ -2723,7 +2711,7 @@ mro:quality_of_aggregate rdf:type owl:ObjectProperty ;
mro:receives rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000056 ;
rdfs:domain cco:Agent ;
- cco:definition "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en ;
+ skos:definition "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "receives"@en .
@@ -2733,7 +2721,7 @@ mro:represented_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_subject_of ;
owl:inverseOf mro:represents ;
rdfs:range cco:RepresentationalInformationContentEntity ;
- cco:definition "y represented_by x iff x is an instance of Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ;
+ skos:definition "y represented_by x iff x is an instance of Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ;
cco:is_curated_in_ontology ;
rdfs:comment "See notes for inverse property." ;
rdfs:label "represented by"@en .
@@ -2743,8 +2731,8 @@ mro:represented_by rdf:type owl:ObjectProperty ;
mro:represents rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:is_about ;
rdfs:domain cco:RepresentationalInformationContentEntity ;
- cco:definition "x represents y iff x is an instance of Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ;
- cco:elucidation "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ;
+ skos:definition "x represents y iff x is an instance of Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ;
+ skos:scopeNote "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ;
cco:is_curated_in_ontology ;
rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en ;
rdfs:label "represents"@en ;
@@ -2756,7 +2744,7 @@ mro:requires rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:prescribes ;
rdfs:domain cco:ActionRegulation ;
rdfs:range obo:BFO_0000015 ;
- cco:definition "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must occur."@en ;
+ skos:definition "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must occur."@en ;
cco:is_curated_in_ontology ;
rdfs:label "requires"@en ;
"Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -2767,7 +2755,7 @@ mro:role_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:inheres_in_aggregate ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range obo:BFO_0000027 ;
- cco:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ;
+ skos:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "role of aggregate"@en .
@@ -2776,7 +2764,7 @@ mro:role_of_aggregate rdf:type owl:ObjectProperty ;
mro:sends rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000056 ;
rdfs:domain cco:Agent ;
- cco:definition "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ;
+ skos:definition "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "sends"@en .
@@ -2787,7 +2775,7 @@ mro:spatial_part_of rdf:type owl:ObjectProperty ;
mro:connected_with ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ;
+ skos:definition "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en ;
cco:is_curated_in_ontology ;
rdfs:comment "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ;
rdfs:label "spatial part of"@en .
@@ -2798,7 +2786,7 @@ mro:supervises rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_affiliate ;
rdfs:domain cco:Person ;
rdfs:range cco:Person ;
- cco:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en ;
+ skos:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en ;
cco:definition_source "http://en.wiktionary.org/wiki/supervise" ;
cco:is_curated_in_ontology ;
rdfs:label "supervises"@en .
@@ -2809,7 +2797,7 @@ mro:tangential_part_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:spatial_part_of ;
rdfs:domain obo:BFO_0000141 ;
rdfs:range obo:BFO_0000141 ;
- cco:definition "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ;
+ skos:definition "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ;
cco:is_curated_in_ontology ;
rdfs:label "tangential part of"@en ;
"Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
@@ -2821,7 +2809,7 @@ mro:time_zone_identifier_used_by rdf:type owl:ObjectProperty ;
owl:inverseOf mro:uses_time_zone_identifier ;
rdfs:domain cco:TimeZoneIdentifier ;
rdfs:range cco:InformationBearingEntity ;
- cco:definition "x time_zone_identifier_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Time Zone Identifier, such that x designates the spatial region associated with the time zone mentioned in y."@en ;
+ skos:definition "x time_zone_identifier_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Time Zone Identifier, such that x designates the spatial region associated with the time zone mentioned in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "time zone identifier used by"@en .
@@ -2829,7 +2817,7 @@ mro:time_zone_identifier_used_by rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/uses
mro:uses rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
- cco:definition "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en ;
+ skos:definition "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "uses"@en .
@@ -2839,7 +2827,7 @@ mro:uses_geospatial_coordinate_reference_system rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:uses_reference_system ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:GeospatialCoordinateReferenceSystem ;
- cco:definition "y uses_geospatial_coordinate_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ;
+ skos:definition "y uses_geospatial_coordinate_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "uses geospatial coordinate reference system"@en .
@@ -2849,7 +2837,7 @@ mro:uses_language rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:prescribed_by ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:Language ;
- cco:definition "x uses_language y iff x is an instance of an Information Bearing Entity and y is an instance of a Language such that the literal value of x is a string that is encoded according to the syntax of y."@en ;
+ skos:definition "x uses_language y iff x is an instance of an Information Bearing Entity and y is an instance of a Language such that the literal value of x is a string that is encoded according to the syntax of y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "uses language"@en .
@@ -2859,7 +2847,7 @@ mro:uses_measurement_unit rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000101 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:MeasurementUnit ;
- cco:definition "y uses_measurement_unit x iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ;
+ skos:definition "y uses_measurement_unit x iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "uses measurement unit"@en .
@@ -2869,7 +2857,7 @@ mro:uses_reference_system rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000101 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:ReferenceSystem ;
- cco:definition "y uses_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ;
+ skos:definition "y uses_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en ;
cco:is_curated_in_ontology ;
rdfs:label "uses reference system"@en .
@@ -2879,7 +2867,7 @@ mro:uses_time_zone_identifier rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:BFO_0000101 ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range cco:TimeZoneIdentifier ;
- cco:definition "x uses_time_zone_identifier y iff x is an instance of Information Bearing Entity and y is an instance of Time Zone Identifier, such that y designates the spatial region associated with the time zone mentioned in x."@en ;
+ skos:definition "x uses_time_zone_identifier y iff x is an instance of Information Bearing Entity and y is an instance of Time Zone Identifier, such that y designates the spatial region associated with the time zone mentioned in x."@en ;
cco:is_curated_in_ontology ;
rdfs:label "uses time zone identifier"@en .
@@ -2890,8 +2878,8 @@ mro:uses_time_zone_identifier rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/asWKT
mro:asWKT rdf:type owl:DatatypeProperty ;
- cco:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ;
- cco:example_of_usage "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" ;
+ skos:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ;
+ skos:example "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" ;
cco:is_curated_in_ontology ;
rdfs:comment "ISO 19162:2015"@en ;
rdfs:label "as WKT"@en .
@@ -2901,14 +2889,14 @@ mro:asWKT rdf:type owl:DatatypeProperty ;
mro:has_URI_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:anyURI ;
- cco:definition "A data property that has as its range a URI value."@en ;
+ skos:definition "A data property that has as its range a URI value."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has URI value"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_altitude_value
mro:has_altitude_value rdf:type owl:DatatypeProperty ;
- cco:elucidation "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en ;
+ skos:scopeNote "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en ;
cco:is_curated_in_ontology ;
rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."@en ;
rdfs:label "has altitude value"@en .
@@ -2918,7 +2906,7 @@ mro:has_altitude_value rdf:type owl:DatatypeProperty ;
mro:has_boolean_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:boolean ;
- cco:definition "A data property that has as its range a boolean value."@en ;
+ skos:definition "A data property that has as its range a boolean value."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has boolean value"@en .
@@ -2926,7 +2914,7 @@ mro:has_boolean_value rdf:type owl:DatatypeProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_date_value
mro:has_date_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
- cco:definition "A data property that has as its range a date value."@en ;
+ skos:definition "A data property that has as its range a date value."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has date value"@en .
@@ -2935,7 +2923,7 @@ mro:has_date_value rdf:type owl:DatatypeProperty ;
mro:has_datetime_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:dateTime ;
- cco:definition "A data property that has as its value a datetime value."@en ;
+ skos:definition "A data property that has as its value a datetime value."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has datetime value"@en .
@@ -2944,7 +2932,7 @@ mro:has_datetime_value rdf:type owl:DatatypeProperty ;
mro:has_decimal_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:decimal ;
- cco:definition "A data property that has as its range a decimal value."@en ;
+ skos:definition "A data property that has as its range a decimal value."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has decimal value"@en .
@@ -2953,7 +2941,7 @@ mro:has_decimal_value rdf:type owl:DatatypeProperty ;
mro:has_double_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:double ;
- cco:definition "A data property that has as its range a double value."@en ;
+ skos:definition "A data property that has as its range a double value."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has double value"@en .
@@ -2962,7 +2950,7 @@ mro:has_double_value rdf:type owl:DatatypeProperty ;
mro:has_integer_value rdf:type owl:DatatypeProperty ;
rdfs:domain cco:InformationBearingEntity ;
rdfs:range xsd:integer ;
- cco:definition "A data property that has as its range an integer value."@en ;
+ skos:definition "A data property that has as its range an integer value."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has integer value"@en .
@@ -2970,7 +2958,7 @@ mro:has_integer_value rdf:type owl:DatatypeProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_latitude_value
mro:has_latitude_value rdf:type owl:DatatypeProperty ;
rdfs:range xsd:decimal ;
- cco:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ;
+ skos:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has latitude value"@en .
@@ -2978,7 +2966,7 @@ mro:has_latitude_value rdf:type owl:DatatypeProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_longitude_value
mro:has_longitude_value rdf:type owl:DatatypeProperty ;
rdfs:range xsd:decimal ;
- cco:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ;
+ skos:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has longitude value"@en .
@@ -2991,7 +2979,7 @@ mro:has_text_value rdf:type owl:DatatypeProperty ;
xsd:string
)
] ;
- cco:definition "A data property that has as its range a string value."@en ;
+ skos:definition "A data property that has as its range a string value."@en ;
cco:is_curated_in_ontology ;
rdfs:label "has text value"@en .
diff --git a/src/cco-merged/CommonCoreOntologiesMerged.ttl b/src/cco-merged/CommonCoreOntologiesMerged.ttl
index 340173e..c5df45c 100644
--- a/src/cco-merged/CommonCoreOntologiesMerged.ttl
+++ b/src/cco-merged/CommonCoreOntologiesMerged.ttl
@@ -4,6 +4,7 @@
@prefix dcterms: .
@prefix owl: .
@prefix rdf: .
+@prefix skos: .
@prefix xml: .
@prefix xsd: .
@prefix rdfs: .
@@ -19,18 +20,19 @@
"Version 1.6"@en .
+
#################################################################
# Annotation properties
#################################################################
-### http://purl.obolibrary.org/obo/IAO_0000116
-obo:IAO_0000116 rdf:type owl:AnnotationProperty .
-
-
### http://purl.org/dc/elements/1.1/contributor
rdf:type owl:AnnotationProperty .
+### http://purl.org/dc/elements/1.1/date
+ rdf:type owl:AnnotationProperty .
+
+
### http://purl.org/dc/elements/1.1/identifier
rdf:type owl:AnnotationProperty .
@@ -39,6 +41,10 @@ obo:IAO_0000116 rdf:type owl:AnnotationProperty .
rdf:type owl:AnnotationProperty .
+### http://purl.org/dc/elements/1.1/rights
+ rdf:type owl:AnnotationProperty .
+
+
### http://purl.org/dc/terms/bibliographicCitation
rdf:type owl:AnnotationProperty .
@@ -48,19 +54,50 @@ obo:IAO_0000116 rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/created
- rdf:type owl:AnnotationProperty .
+ rdf:type owl:AnnotationProperty ;
+ rdfs:subPropertyOf ,
+ .
### http://purl.org/dc/terms/creator
rdf:type owl:AnnotationProperty .
+### http://purl.org/dc/terms/date
+ rdf:type owl:AnnotationProperty .
+
+
### http://purl.org/dc/terms/description
rdf:type owl:AnnotationProperty .
+### http://purl.org/dc/terms/hasVersion
+ rdf:type owl:AnnotationProperty .
+
+
+### http://purl.org/dc/terms/issued
+ rdf:type owl:AnnotationProperty .
+
+
### http://purl.org/dc/terms/license
- rdf:type owl:AnnotationProperty .
+ rdf:type owl:AnnotationProperty ;
+ ;
+ "2004-06-14"^^xsd:date ;
+ "2008-01-14"^^xsd:date ;
+ rdfs:comment "A legal document giving official permission to do something with the resource."@en ;
+ rdfs:isDefinedBy ;
+ rdfs:label "License"@en ;
+ rdfs:subPropertyOf ,
+ ;
+ rdfs:range .
+
+
+### http://purl.org/dc/terms/modified
+ rdf:type owl:AnnotationProperty .
+
+
+### http://purl.org/dc/terms/rights
+ rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/title
@@ -68,229 +105,246 @@ obo:IAO_0000116 rdf:type owl:AnnotationProperty .
### http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_label
-cco:SI_unit_label rdf:type owl:AnnotationProperty ;
- cco:definition "An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ;
- rdfs:label "SI unit label"@en ;
- rdfs:subPropertyOf cco:alternative_label .
+ rdf:type owl:AnnotationProperty ;
+ "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ;
+ rdfs:label "SI unit label"@en ;
+ "An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ;
+ rdfs:subPropertyOf .
### http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_symbol
-cco:SI_unit_symbol rdf:type owl:AnnotationProperty ;
- cco:definition "An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ;
- rdfs:label "SI unit symbol"@en ;
- rdfs:subPropertyOf cco:acronym .
+ rdf:type owl:AnnotationProperty ;
+ "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ;
+ rdfs:label "SI unit symbol"@en ;
+ "An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ;
+ rdfs:subPropertyOf .
### http://www.ontologyrepository.com/CommonCoreOntologies/acronym
-cco:acronym rdf:type owl:AnnotationProperty ;
- cco:definition "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
- rdfs:label "acronym"@en ;
- rdfs:subPropertyOf .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/alternative_label
-cco:alternative_label rdf:type owl:AnnotationProperty ;
- cco:definition "A term or phrase that may be used in place of the stated rdfs:label to denote the entity in question."@en ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
- rdfs:label "alternative label"@en .
+ rdf:type owl:AnnotationProperty ;
+ "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
+ rdfs:label "acronym"@en ;
+ "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en ;
+ rdfs:subPropertyOf .
### http://www.ontologyrepository.com/CommonCoreOntologies/code_license
-cco:code_license rdf:type owl:AnnotationProperty ;
- cco:definition "The name and description of the license under which the .owl file is released."@en ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
- rdfs:label "code license"@en .
+ rdf:type owl:AnnotationProperty ;
+ "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
+ rdfs:label "code license"@en ;
+ "The name and description of the license under which the .owl file is released."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/content_license
-cco:content_license rdf:type owl:AnnotationProperty ;
- cco:definition "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
- rdfs:label "content license"@en .
+ rdf:type owl:AnnotationProperty ;
+ "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
+ rdfs:label "content license"@en ;
+ "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/copyright
-cco:copyright rdf:type owl:AnnotationProperty ;
- cco:definition "An assertion of copyright"@en ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
- rdfs:label "copyright"@en .
-
-
-### http://www.ontologyrepository.com/CommonCoreOntologies/definition
-cco:definition rdf:type owl:AnnotationProperty ;
- cco:definition "A natural language explication of the meaning of the term."@en ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
- rdfs:label "definition"@en .
+ rdf:type owl:AnnotationProperty ;
+ "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
+ rdfs:label "copyright"@en ;
+ "An assertion of copyright"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/definition_source
-cco:definition_source rdf:type owl:AnnotationProperty ;
- cco:definition "A citation of where all or some of the information used to create the term's Definition was acquired from."@en ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
- rdfs:label "definition source"@en .
+ rdf:type owl:AnnotationProperty ;
+ "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
+ rdfs:label "definition source"@en ;
+ "A citation of where all or some of the information used to create the term's Definition was acquired from."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/designator_annotation
-cco:designator_annotation rdf:type owl:AnnotationProperty ;
- cco:definition "A name or other identifier that is used to designate an individual."@en ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
- rdfs:label "designator annotation"@en .
+ rdf:type owl:AnnotationProperty ;
+ "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
+ rdfs:label "designator annotation"@en ;
+ "A name or other identifier that is used to designate an individual."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_acronym
-cco:doctrinal_acronym rdf:type owl:AnnotationProperty ;
- cco:definition "An Acronym that is used by a Doctrinal Source to denote the entity."@en ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
- rdfs:label "doctrinal acronym"@en ;
- rdfs:subPropertyOf cco:acronym .
+ rdf:type owl:AnnotationProperty ;
+ "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
+ rdfs:label "doctrinal acronym"@en ;
+ "An Acronym that is used by a Doctrinal Source to denote the entity."@en ;
+ rdfs:subPropertyOf .
### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_definition
-cco:doctrinal_definition rdf:type owl:AnnotationProperty ;
- cco:definition "A Definition that is taken directly from a Doctrinal Source."@en ;
- cco:elucidation "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en ;
- cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
- rdfs:label "doctrinal definition"@en ;
- rdfs:subPropertyOf cco:definition .
+