From b73e6694b53a14dfa61a386279574a8ff3cf6625 Mon Sep 17 00:00:00 2001 From: Mark Jensen Date: Sun, 3 Nov 2024 22:45:11 -0500 Subject: [PATCH] one last bug squashed --- .../v1.7-release-summary.md | 17 +++++++++-------- src/cco-merged/AllCoreOntology.ttl | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/documentation/diff-reports-previous-version/v1.7-release-summary.md b/documentation/diff-reports-previous-version/v1.7-release-summary.md index d5e0f9d..67741d0 100644 --- a/documentation/diff-reports-previous-version/v1.7-release-summary.md +++ b/documentation/diff-reports-previous-version/v1.7-release-summary.md @@ -1,24 +1,25 @@ -# Version 1.7 2024-11-03 - -### Summary +# Summary - Numerous iterative improvements to metadata, especially definitions and sources - One new class - A few axiom changes - Four annotation properties deprecated and replaced with ones from SKOS -### New Terms +## New Terms - cco:FilterFunction -### Axiom changes -- Equivalency axiom for cco:Agent changed from: 'material entity' and 'agent in' some 'process' to: 'material entity' and 'bearer of' some cco:AgentCapability +## Axiom changes +- Equivalency axiom for cco:Agent changed +-- old: `'material entity' and 'agent in' some 'process'` +-- new: `'material entity' and 'bearer of' some cco:AgentCapability` - cco:Filter now equivalent to 'bearer of' some cco:FilterFunction - cco:FiltrationArtifactFunction now a subclass of cco:FilterFunction - Ranges for cco:has_member_of_located_in & cco:has_some_member_of_located_in changed to align with BFO -- - From: 'material entity' to: 'independent continuant' and not 'spatial region' +-- old: `'material entity'` +-- new: `'independent continuant' and not 'spatial region'` - cco:condition_described_by & cco:describes_condition are now subproperties of cco:is_subject_of & cco:is_about respectively. - The range for cco:has_text_value was removed -### Deprecated Annotation Properties +## Deprecated Annotation Properties - cco:defintion replaced with skos:defintion - cco:alternative_label replaced with skos:altLabel - cco:elucidation replaced with skos:scopeNote diff --git a/src/cco-merged/AllCoreOntology.ttl b/src/cco-merged/AllCoreOntology.ttl index 08e93cc..8ff3c70 100644 --- a/src/cco-merged/AllCoreOntology.ttl +++ b/src/cco-merged/AllCoreOntology.ttl @@ -10,7 +10,7 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports , , , @@ -21,6 +21,6 @@ dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; rdfs:comment "An import of all the Common Core mid-level ontologies into a single file so that content is easy to view. The All Core Ontology is not an ontology in the sense it contains no unique content. As such it should not be added to, but can be extended from."@en ; rdfs:label "All Core Ontology"@en ; - owl:versionInfo "Version 1.6"@en . + owl:versionInfo "Version 1.7"@en . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi