Skip to content

Commit

Permalink
Merge pull request #537 from CommonCoreOntology/fix-version-info
Browse files Browse the repository at this point in the history
one last bug
  • Loading branch information
mark-jensen authored Nov 4, 2024
2 parents e5dd337 + b73e669 commit 7cb2875
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
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

0 comments on commit 7cb2875

Please sign in to comment.