Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.7 2024-11-03 #538

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/cco-merged/AllCoreOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> .

<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-09-26/AllCoreOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-11-03/AllCoreOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> ,
Expand All @@ -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
Loading