From 8d4717aa39750cd893cf468c9ee8476aae3465c5 Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Sun, 29 Oct 2023 20:24:06 -0400 Subject: [PATCH 1/5] Update Readme.md --- imports/Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/imports/Readme.md b/imports/Readme.md index 265a2d7..69502da 100644 --- a/imports/Readme.md +++ b/imports/Readme.md @@ -1,2 +1,4 @@ ## Important Note -The RO slim used by CCO in v1.4 is derived from an old version of RO (2020-12-18). This is due to change introduced in the 2021-06-23 version of RO that changes the meaning of RO_0000052 & RO_0000053, such that it widens the range of entities that can bear (now \"characterize\") a SDC. This is inconsistent with BFO and therefore we do not accept the change. +The Relations Ontology is no longer used. See here (ADD LINK) + +TODO: Add brief summary From fbdff90e90c0bb827be14388b1b884aa59321341 Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Sun, 29 Oct 2023 22:44:05 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9004187..8ec34cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -## Staging for testing alignment with upcoming release of BFO2020. See [here](https://github.com/johnbeve/JB-Fork-BFO-2020/tree/master) # Aligning CCO to BFO2020 Core ## Summary of Changes 1. The subset of RO is no longer imported. Five properties from CCO are deprecated. Four RO properties have no replacement. From 8436f795834f7696fca51e08a42b28ba6806f534 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:58:57 -0500 Subject: [PATCH 3/5] fixed typo in generically depends on --- cco-merged/MergedAllCoreOntology-v1.4-2023-04-07.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cco-merged/MergedAllCoreOntology-v1.4-2023-04-07.ttl b/cco-merged/MergedAllCoreOntology-v1.4-2023-04-07.ttl index f49f405..0d32747 100644 --- a/cco-merged/MergedAllCoreOntology-v1.4-2023-04-07.ttl +++ b/cco-merged/MergedAllCoreOntology-v1.4-2023-04-07.ttl @@ -849,7 +849,7 @@ obo:RO_0010001 rdf:type owl:ObjectProperty ; "The pattern shared by chess boards generically depends on any chess board." , "The score of a symphony g-depends on a copy of the score." , "This pdf file generically depends on this server." ; - obo:IAO_0000115 "A generically dependent continuant *b* generically depends on an independent continuant *c* at time *t* means: there inheres in *c* a specifically deendent continuant which concretizes *b* at *t*." ; + obo:IAO_0000115 "A generically dependent continuant *b* generically depends on an independent continuant *c* at time *t* means: there inheres in *c* a specifically dependent continuant which concretizes *b* at *t*." ; obo:IAO_0000119 "[072-ISO]" ; "g-depends on" ; rdfs:label "generically depends on" . From 2a85b9b8622fe0efcc4e71cff0636a3789f3c90d Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:47:29 -0500 Subject: [PATCH 4/5] fixed typo in part list --- cco-merged/MergedAllCoreOntology-v1.4-2023-04-07.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cco-merged/MergedAllCoreOntology-v1.4-2023-04-07.ttl b/cco-merged/MergedAllCoreOntology-v1.4-2023-04-07.ttl index 0d32747..4e3f2e6 100644 --- a/cco-merged/MergedAllCoreOntology-v1.4-2023-04-07.ttl +++ b/cco-merged/MergedAllCoreOntology-v1.4-2023-04-07.ttl @@ -13079,7 +13079,7 @@ cco:PartRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PartsList cco:PartsList rdf:type owl:Class ; rdfs:subClassOf cco:QualitySpecification ; - cco:definition "A Quality Specification that prescribes the Amount of some type of Artifact that are part of or located on anotther Artifact."@en ; + cco:definition "A Quality Specification that prescribes the Amount of some type of Artifact that are part of or located on another Artifact."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Parts List"@en . From d6aee25d3e2ddd3a454eddfb82e03ac83d00acad Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:48:33 -0500 Subject: [PATCH 5/5] fixed typo in part list from 'anotther' to 'another' --- ArtifactOntology.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArtifactOntology.ttl b/ArtifactOntology.ttl index 1d64f22..a7ee5de 100644 --- a/ArtifactOntology.ttl +++ b/ArtifactOntology.ttl @@ -2924,7 +2924,7 @@ cco:PartRole rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PartsList cco:PartsList rdf:type owl:Class ; rdfs:subClassOf cco:QualitySpecification ; - cco:definition "A Quality Specification that prescribes the Amount of some type of Artifact that are part of or located on anotther Artifact."@en ; + cco:definition "A Quality Specification that prescribes the Amount of some type of Artifact that are part of or located on another Artifact."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Parts List"@en .