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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cco-extensions/BarcodeOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@base <https://www.commoncoreontologies.org/BarcodeOntology> .

<https://www.commoncoreontologies.org/BarcodeOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-25-03/BarcodeOntology> ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-08-13/BarcodeOntology> ;
owl:imports <https://www.commoncoreontologies.org/ArtifactOntology> ;
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
dcterms:rights "CUBRC Inc., see full license."@en ;
Expand Down
2 changes: 1 addition & 1 deletion src/cco-extensions/FamilialRelationsOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@base <https://www.commoncoreontologies.org/FamilialRelationsOntology> .

<https://www.commoncoreontologies.org/FamilialRelationsOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-25-03/FamilialRelationsOntology> ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-08-13/FamilialRelationsOntology> ;
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
dcterms:rights "CUBRC Inc., see full license."@en ;
rdfs:comment "This ontology is designed to represent familial relationships."@en ;
Expand Down
476 changes: 476 additions & 0 deletions src/cco-iris/2026-08-13/BarcodeOntology.ttl

Large diffs are not rendered by default.

716 changes: 716 additions & 0 deletions src/cco-iris/2026-08-13/FamilialRelationsOntology.ttl

Large diffs are not rendered by default.

2,547 changes: 2,547 additions & 0 deletions src/cco-iris/2026-08-13/ModalRelationOntology.ttl

Large diffs are not rendered by default.

476 changes: 476 additions & 0 deletions src/cco-iris/BarcodeOntology.ttl

Large diffs are not rendered by default.

716 changes: 716 additions & 0 deletions src/cco-iris/FamilialRelationsOntology.ttl

Large diffs are not rendered by default.

2,547 changes: 2,547 additions & 0 deletions src/cco-iris/ModalRelationOntology.ttl

Large diffs are not rendered by default.

75 changes: 75 additions & 0 deletions src/cco-iris/ont00002015.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
@prefix : <https://www.commoncoreontologies.org/ont00002015.ttl#> .
@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/ont00002015.ttl> .

<https://www.commoncoreontologies.org/ont00002015.ttl> rdf:type owl:Ontology .

#################################################################
# Annotation properties
#################################################################

### http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


### https://www.commoncoreontologies.org/ont00001760
<https://www.commoncoreontologies.org/ont00001760> rdf:type owl:AnnotationProperty .


#################################################################
# Object Properties
#################################################################

### http://purl.obolibrary.org/obo/BFO_0000101
<http://purl.obolibrary.org/obo/BFO_0000101> rdf:type owl:ObjectProperty .


#################################################################
# Classes
#################################################################

### https://www.commoncoreontologies.org/ont00000241
<https://www.commoncoreontologies.org/ont00000241> rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000101> ;
owl:someValuesFrom <https://www.commoncoreontologies.org/ont00002015>
] .


### https://www.commoncoreontologies.org/ont00002014
<https://www.commoncoreontologies.org/ont00002014> rdf:type owl:Class .


### https://www.commoncoreontologies.org/ont00002015
<https://www.commoncoreontologies.org/ont00002015> rdf:type owl:Class ;
rdfs:subClassOf <https://www.commoncoreontologies.org/ont00002014> ;
rdfs:label "Two-Dimensional Barcode"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "A Barcode that represents lines of varying widths, spacing, height, and color that has, as part, some Prescriptive Information Content Entity."@en ;
<https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .


### https://www.commoncoreontologies.org/ont00002016
<https://www.commoncoreontologies.org/ont00002016> rdf:type owl:Class ;
rdfs:subClassOf <https://www.commoncoreontologies.org/ont00002015> .


### https://www.commoncoreontologies.org/ont00002017
<https://www.commoncoreontologies.org/ont00002017> rdf:type owl:Class ;
rdfs:subClassOf <https://www.commoncoreontologies.org/ont00002015> .


### https://www.commoncoreontologies.org/ont00002018
<https://www.commoncoreontologies.org/ont00002018> rdf:type owl:Class ;
rdfs:subClassOf <https://www.commoncoreontologies.org/ont00002015> .


### https://www.commoncoreontologies.org/ont00002019
<https://www.commoncoreontologies.org/ont00002019> rdf:type owl:Class ;
rdfs:subClassOf <https://www.commoncoreontologies.org/ont00002015> .


### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi
55 changes: 55 additions & 0 deletions src/cco-iris/ont00002016.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
@prefix : <https://www.commoncoreontologies.org/ont00002016.ttl#> .
@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/ont00002016.ttl> .

<https://www.commoncoreontologies.org/ont00002016.ttl> rdf:type owl:Ontology .

#################################################################
# Annotation properties
#################################################################

### http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


### https://www.commoncoreontologies.org/ont00001760
<https://www.commoncoreontologies.org/ont00001760> rdf:type owl:AnnotationProperty .


#################################################################
# Object Properties
#################################################################

### http://purl.obolibrary.org/obo/BFO_0000101
<http://purl.obolibrary.org/obo/BFO_0000101> rdf:type owl:ObjectProperty .


#################################################################
# Classes
#################################################################

### https://www.commoncoreontologies.org/ont00000014
<https://www.commoncoreontologies.org/ont00000014> rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000101> ;
owl:someValuesFrom <https://www.commoncoreontologies.org/ont00002016>
] .


### https://www.commoncoreontologies.org/ont00002015
<https://www.commoncoreontologies.org/ont00002015> rdf:type owl:Class .


### https://www.commoncoreontologies.org/ont00002016
<https://www.commoncoreontologies.org/ont00002016> rdf:type owl:Class ;
rdfs:subClassOf <https://www.commoncoreontologies.org/ont00002015> ;
rdfs:label "Aztec Code"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en ;
<https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .


### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi
55 changes: 55 additions & 0 deletions src/cco-iris/ont00002017.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
@prefix : <https://www.commoncoreontologies.org/ont00002017.ttl#> .
@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/ont00002017.ttl> .

<https://www.commoncoreontologies.org/ont00002017.ttl> rdf:type owl:Ontology .

#################################################################
# Annotation properties
#################################################################

### http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


### https://www.commoncoreontologies.org/ont00001760
<https://www.commoncoreontologies.org/ont00001760> rdf:type owl:AnnotationProperty .


#################################################################
# Object Properties
#################################################################

### http://purl.obolibrary.org/obo/BFO_0000101
<http://purl.obolibrary.org/obo/BFO_0000101> rdf:type owl:ObjectProperty .


#################################################################
# Classes
#################################################################

### https://www.commoncoreontologies.org/ont00000242
<https://www.commoncoreontologies.org/ont00000242> rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000101> ;
owl:someValuesFrom <https://www.commoncoreontologies.org/ont00002017>
] .


### https://www.commoncoreontologies.org/ont00002015
<https://www.commoncoreontologies.org/ont00002015> rdf:type owl:Class .


### https://www.commoncoreontologies.org/ont00002017
<https://www.commoncoreontologies.org/ont00002017> rdf:type owl:Class ;
rdfs:subClassOf <https://www.commoncoreontologies.org/ont00002015> ;
rdfs:label "Data Matrix Code"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "A Two-Dimensional Barcode that represents cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en ;
<https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .


### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi
55 changes: 55 additions & 0 deletions src/cco-iris/ont00002018.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
@prefix : <https://www.commoncoreontologies.org/ont00002018.ttl#> .
@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/ont00002018.ttl> .

<https://www.commoncoreontologies.org/ont00002018.ttl> rdf:type owl:Ontology .

#################################################################
# Annotation properties
#################################################################

### http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


### https://www.commoncoreontologies.org/ont00001760
<https://www.commoncoreontologies.org/ont00001760> rdf:type owl:AnnotationProperty .


#################################################################
# Object Properties
#################################################################

### http://purl.obolibrary.org/obo/BFO_0000101
<http://purl.obolibrary.org/obo/BFO_0000101> rdf:type owl:ObjectProperty .


#################################################################
# Classes
#################################################################

### https://www.commoncoreontologies.org/ont00000559
<https://www.commoncoreontologies.org/ont00000559> rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000101> ;
owl:someValuesFrom <https://www.commoncoreontologies.org/ont00002018>
] .


### https://www.commoncoreontologies.org/ont00002015
<https://www.commoncoreontologies.org/ont00002015> rdf:type owl:Class .


### https://www.commoncoreontologies.org/ont00002018
<https://www.commoncoreontologies.org/ont00002018> rdf:type owl:Class ;
rdfs:subClassOf <https://www.commoncoreontologies.org/ont00002015> ;
rdfs:label "QR Code"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "A Two-Dimensional Barcode that represents numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en ;
<https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .


### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi
55 changes: 55 additions & 0 deletions src/cco-iris/ont00002019.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
@prefix : <https://www.commoncoreontologies.org/ont00002019.ttl#> .
@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/ont00002019.ttl> .

<https://www.commoncoreontologies.org/ont00002019.ttl> rdf:type owl:Ontology .

#################################################################
# Annotation properties
#################################################################

### http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


### https://www.commoncoreontologies.org/ont00001760
<https://www.commoncoreontologies.org/ont00001760> rdf:type owl:AnnotationProperty .


#################################################################
# Object Properties
#################################################################

### http://purl.obolibrary.org/obo/BFO_0000101
<http://purl.obolibrary.org/obo/BFO_0000101> rdf:type owl:ObjectProperty .


#################################################################
# Classes
#################################################################

### https://www.commoncoreontologies.org/ont00001245
<https://www.commoncoreontologies.org/ont00001245> rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000101> ;
owl:someValuesFrom <https://www.commoncoreontologies.org/ont00002019>
] .


### https://www.commoncoreontologies.org/ont00002015
<https://www.commoncoreontologies.org/ont00002015> rdf:type owl:Class .


### https://www.commoncoreontologies.org/ont00002019
<https://www.commoncoreontologies.org/ont00002019> rdf:type owl:Class ;
rdfs:subClassOf <https://www.commoncoreontologies.org/ont00002015> ;
rdfs:label "PDF417 Code"@en ;
<http://www.w3.org/2004/02/skos/core#definition> "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en ;
<https://www.commoncoreontologies.org/ont00001760> "https://www.commoncoreontologies.org/BarcodeOntology"^^xsd:anyURI .


### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi
Loading