Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# The Common Core Ontologies (CCO)
# CCO PURLS

[![GitHub Actions](https://github.com/CommonCoreOntology/CommonCoreOntologies/actions/workflows/manage_release.yml/badge.svg)](https://github.com/CommonCoreOntology/CommonCoreOntologies/actions/workflows/manage_release.yml)
[![license](https://img.shields.io/static/v1?label=license&message=BSD%203.1&color=green&style=flat)](https://github.com/CommonCoreOntology/CommonCoreOntologies?tab=BSD-3-Clause-1-ov-file)
[![release](https://img.shields.io/static/v1?label=release&message=2.0&color=blue&style=flat)](https://github.com/CommonCoreOntology/CommonCoreOntologies/releases/tag/v2.0-2024-11-06)
This page is for testing the CCO PURL server.

The CCO home page is located [here](https://commoncoreontology.github.io/cco-webpage/).
The CCO GitHub repo is located [here](https://github.com/CommonCoreOntology/CommonCoreOntologies).
## RECENT NEWS
The modernization of repository artifacts, issues, and documentation is underway:
* Initial cleanup is expected to be completed by **June 30, 2026**.
* The first wave of major structural changes (3.0) is expected to be released by **December 31, 2026** and will incorporate GeoSPARQL, QUDT, and the refactoring of information.
* The second wave of major structural changes (4.0) is expected to be released **June 30, 2027**.

It is the recommendation of the CCO Governance Board that users wait to update following 4.0 release. In the meantime, users who would like to use versions of CCO with the up-to-date changes, are directed to pull from the 'develop' branch. For a high-level overview of planned updates, see the milestones displayed below. See here for an accompanying [slide deck](https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/develop/documentation/user-guides/Beverley%20-%20P%26G%20CCO%20Modernization%20Brief.pptx).

<img width="990" height="530" alt="image" src="https://github.com/user-attachments/assets/01ad7d63-26e4-4bbe-8a45-19fd5b2946ab" />

***IMPORTANT NOTE***
Starting with version 2.0, CCO IRIs are using a new namespace and have opaque local identifiers for all ontology elements.
See [here](https://github.com/CommonCoreOntology/CommonCoreOntologies/tree/develop/documentation/mapping-new-iris) for the mapping file.

## What is CCO?

Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions src/cco-iris/.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The CCO webpage can be found here: https://commoncoreontology.github.io/cco-webpage/board/
2,322 changes: 2,322 additions & 0 deletions src/cco-iris/AgentOntology.ttl

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions src/cco-iris/AllCoreOntology.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
@prefix : <https://www.commoncoreontologies.org/AllCoreOntology/> .
@prefix cco: <https://www.commoncoreontologies.org/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://www.commoncoreontologies.org/AllCoreOntology> .

<https://www.commoncoreontologies.org/AllCoreOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2024-11-06/AllCoreOntology> ;
owl:imports <https://www.commoncoreontologies.org/AgentOntology> ,
<https://www.commoncoreontologies.org/CurrencyUnitOntology> ,
<https://www.commoncoreontologies.org/EventOntology> ,
<https://www.commoncoreontologies.org/FacilityOntology> ,
<https://www.commoncoreontologies.org/QualityOntology> ,
<https://www.commoncoreontologies.org/UnitsOfMeasureOntology> ;
dcterms:rights "CUBRC Inc., see full license."@en ;
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 2.0"@en .

### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
Loading
Loading