Skip to content

Commit d9b266a

Browse files
johnbeveMark Jensen
andauthored
Cco purls (#873)
* Update README.md * purl testing continued * Rename index.html to index.html * Update index.html * Update README.md * Update README.md * purl'ish testing * temp * rename trickery * renaming * Create readme.md * Add files via upload * deleted first try html index * added ttls * Create ont00000958.ttl * Create c.ttl * Rename c.ttl to .ttl * Rename .ttl to index.html * Rename src/cco-iris/index.html to src/cco-iris/.ttl/index.html * Update and rename src/cco-iris/.ttl/index.html to src/cco-iris/w.ttl * Rename w.ttl to .ttl * testing new iris * All the IRIs --------- Co-authored-by: Mark Jensen <mpjensen@buffalo.edu>
1 parent 48827b4 commit d9b266a

2,012 files changed

Lines changed: 149368 additions & 9 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# The Common Core Ontologies (CCO)
1+
# CCO PURLS
22

3-
[![GitHub Actions](https://github.com/CommonCoreOntology/CommonCoreOntologies/actions/workflows/manage_release.yml/badge.svg)](https://github.com/CommonCoreOntology/CommonCoreOntologies/actions/workflows/manage_release.yml)
4-
[![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)
5-
[![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)
3+
This page is for testing the CCO PURL server.
64

5+
The CCO home page is located [here](https://commoncoreontology.github.io/cco-webpage/).
6+
The CCO GitHub repo is located [here](https://github.com/CommonCoreOntology/CommonCoreOntologies).
77
## RECENT NEWS
88
The modernization of repository artifacts, issues, and documentation is underway:
99
* Initial cleanup is expected to be completed by **June 30, 2026**.

src/cco-iris/.ttl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The CCO webpage can be found here: https://commoncoreontology.github.io/cco-webpage/board/

src/cco-iris/AgentOntology.ttl

Lines changed: 2322 additions & 0 deletions
Large diffs are not rendered by default.

src/cco-iris/AllCoreOntology.ttl

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
@prefix : <https://www.commoncoreontologies.org/AllCoreOntology/> .
2+
@prefix cco: <https://www.commoncoreontologies.org/> .
3+
@prefix obo: <http://purl.obolibrary.org/obo/> .
4+
@prefix dcterms: <http://purl.org/dc/terms/> .
5+
@prefix owl: <http://www.w3.org/2002/07/owl#> .
6+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7+
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
8+
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9+
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10+
@base <https://www.commoncoreontologies.org/AllCoreOntology> .
11+
12+
<https://www.commoncoreontologies.org/AllCoreOntology> rdf:type owl:Ontology ;
13+
owl:versionIRI <https://www.commoncoreontologies.org/2024-11-06/AllCoreOntology> ;
14+
owl:imports <https://www.commoncoreontologies.org/AgentOntology> ,
15+
<https://www.commoncoreontologies.org/CurrencyUnitOntology> ,
16+
<https://www.commoncoreontologies.org/EventOntology> ,
17+
<https://www.commoncoreontologies.org/FacilityOntology> ,
18+
<https://www.commoncoreontologies.org/QualityOntology> ,
19+
<https://www.commoncoreontologies.org/UnitsOfMeasureOntology> ;
20+
dcterms:rights "CUBRC Inc., see full license."@en ;
21+
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
22+
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 ;
23+
rdfs:label "All Core Ontology"@en ;
24+
owl:versionInfo "Version 2.0"@en .
25+
26+
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi

src/cco-iris/ArtifactOntology.ttl

Lines changed: 5159 additions & 0 deletions
Large diffs are not rendered by default.

src/cco-iris/CommonCoreOntologiesMerged.ttl

Lines changed: 19756 additions & 0 deletions
Large diffs are not rendered by default.

src/cco-iris/CurrencyUnitOntology.ttl

Lines changed: 951 additions & 0 deletions
Large diffs are not rendered by default.

src/cco-iris/EventOntology.ttl

Lines changed: 3184 additions & 0 deletions
Large diffs are not rendered by default.

src/cco-iris/ExtendedRelationOntology.ttl

Lines changed: 644 additions & 0 deletions
Large diffs are not rendered by default.

src/cco-iris/FacilityOntology.ttl

Lines changed: 872 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)