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
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 <https://www.commoncoreontologies.org/AllCoreOntology> .

<https://www.commoncoreontologies.org/AllCoreOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-04-04/AllCoreOntology> ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-07-15/AllCoreOntology> ;
owl:imports <https://www.commoncoreontologies.org/AgentOntology> ,
<https://www.commoncoreontologies.org/CurrencyUnitOntology> ,
<https://www.commoncoreontologies.org/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 2.1"@en .
owl:versionInfo "Version 2.2"@en .

### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
283 changes: 208 additions & 75 deletions src/cco-merged/CommonCoreOntologiesMerged.ttl

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions src/cco-modules/AgentOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,26 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@base <https://www.commoncoreontologies.org/AgentOntology> .

<https://www.commoncoreontologies.org/AgentOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-04-04/AgentOntology> ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-07-15/AgentOntology> ;
owl:imports <https://www.commoncoreontologies.org/InformationEntityOntology> ;
owl:imports <https://www.commoncoreontologies.org/EventOntology> ;
owl:imports <http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl> ;
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
dcterms:rights "CUBRC Inc., see full license."@en ;
dcterms:creator "CUBRC, Inc."@en ;
dcterms:subject "agents"@en ;
dcterms:source <https://github.com/CommonCoreOntology/CommonCoreOntologies> ;
prov:wasGeneratedBy "Common Core Ontologies development (CUBRC, Inc.)"@en ;
vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
vann:preferredNamespacePrefix "cco" ;
rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."@en ;
rdfs:label "Agent Ontology"@en ;
owl:versionInfo "Version 2.1"@en .
owl:versionInfo "Version 2.2"@en .

#################################################################
# Annotation properties
Expand Down
12 changes: 10 additions & 2 deletions src/cco-modules/ArtifactOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,25 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@base <https://www.commoncoreontologies.org/ArtifactOntology> .

<https://www.commoncoreontologies.org/ArtifactOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-04-04/ArtifactOntology> ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-07-15/ArtifactOntology> ;
owl:imports cco:InformationEntityOntology ;
owl:imports <http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl> ;
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
dcterms:rights "CUBRC Inc., see full license."@en ;
dcterms:creator "CUBRC, Inc."@en ;
dcterms:subject "artifacts"@en ;
dcterms:source <https://github.com/CommonCoreOntology/CommonCoreOntologies> ;
prov:wasGeneratedBy "Common Core Ontologies development (CUBRC, Inc.)"@en ;
vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
vann:preferredNamespacePrefix "cco" ;
rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."@en ;
rdfs:label "Artifact Ontology"@en ;
owl:versionInfo "Version 2.1"@en .
owl:versionInfo "Version 2.2"@en .

#################################################################
# Classes
Expand Down
12 changes: 10 additions & 2 deletions src/cco-modules/CurrencyUnitOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,25 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@base <https://www.commoncoreontologies.org/CurrencyUnitOntology> .

<https://www.commoncoreontologies.org/CurrencyUnitOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-04-04/CurrencyUnitOntology> ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-07-15/CurrencyUnitOntology> ;
owl:imports <https://www.commoncoreontologies.org/InformationEntityOntology> ;
owl:imports <http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl> ;
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
dcterms:rights "CUBRC Inc., see full license."@en ;
dcterms:creator "CUBRC, Inc."@en ;
dcterms:subject "currency units"@en ;
dcterms:source <https://github.com/CommonCoreOntology/CommonCoreOntologies> ;
prov:wasGeneratedBy "Common Core Ontologies development (CUBRC, Inc.)"@en ;
vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
vann:preferredNamespacePrefix "cco" ;
rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."@en ;
rdfs:label "Currency Unit Ontology"@en ;
owl:versionInfo "Version 2.1"@en .
owl:versionInfo "Version 2.2"@en .

#################################################################
# Annotation properties
Expand Down
14 changes: 11 additions & 3 deletions src/cco-modules/EventOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,25 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@base <https://www.commoncoreontologies.org/EventOntology> .

<https://www.commoncoreontologies.org/EventOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-04-04/EventOntology> ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-07-15/EventOntology> ;
owl:imports cco:InformationEntityOntology ;
owl:imports <http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl> ;
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
dcterms:rights "CUBRC Inc., see full license."@en ;
dcterms:creator "CUBRC, Inc."@en ;
dcterms:subject "events"@en ;
dcterms:source <https://github.com/CommonCoreOntology/CommonCoreOntologies> ;
prov:wasGeneratedBy "Common Core Ontologies development (CUBRC, Inc.)"@en ;
vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
vann:preferredNamespacePrefix "cco" ;
rdfs:comment "This ontology is designed to represent processes, especially those performed by agents, that occur within multiple domains."@en ;
rdfs:label "Event Ontology"@en ;
owl:versionInfo "Version 2.1"@en .
owl:versionInfo "Version 2.2"@en .

#################################################################
# Classes
Expand Down Expand Up @@ -3241,7 +3249,7 @@ cco:ont00002082 rdf:type owl:Class ;
rdfs:subClassOf cco:ont00000228 ;
rdfs:label "Act of Refrain"@en ;
skos:definition "A Planned Act in which some Agent avoids or stops themselves from participating in some Planned Act."@en ;
skos:scopeNote: "This class is not intended to be further subtyped (e.g. do not add subclasses such as Act of Refrain from Act of Violence)."@en ;
skos:scopeNote "This class is not intended to be further subtyped (e.g. do not add subclasses such as Act of Refrain from Act of Violence)."@en ;
cco:ont00001754 "https://dictionary.cambridge.org/us/dictionary/english/refrain"^^xsd:anyURI ;
cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI .

Expand Down
12 changes: 10 additions & 2 deletions src/cco-modules/ExtendedRelationOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,24 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@base <https://www.commoncoreontologies.org/ExtendedRelationOntology> .

<https://www.commoncoreontologies.org/ExtendedRelationOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-04-04/ExtendedRelationOntology> ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-07-15/ExtendedRelationOntology> ;
owl:imports <http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl> ;
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
dcterms:rights "CUBRC Inc., see full license."@en ;
dcterms:creator "CUBRC, Inc."@en ;
dcterms:subject "relations"@en ;
dcterms:source <https://github.com/CommonCoreOntology/CommonCoreOntologies> ;
prov:wasGeneratedBy "Common Core Ontologies development (CUBRC, Inc.)"@en ;
vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
vann:preferredNamespacePrefix "cco" ;
rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."@en ;
rdfs:label "Extended Relation Ontology"@en ;
owl:versionInfo "Version 2.1"@en .
owl:versionInfo "Version 2.2"@en .

#################################################################
# Annotation properties
Expand Down
12 changes: 10 additions & 2 deletions src/cco-modules/FacilityOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,25 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@base <https://www.commoncoreontologies.org/FacilityOntology> .

<https://www.commoncoreontologies.org/FacilityOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-04-04/FacilityOntology> ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-07-15/FacilityOntology> ;
owl:imports <https://www.commoncoreontologies.org/ArtifactOntology> ;
owl:imports <http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl> ;
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
dcterms:rights "CUBRC Inc., see full license."@en ;
dcterms:creator "CUBRC, Inc."@en ;
dcterms:subject "facilities"@en ;
dcterms:source <https://github.com/CommonCoreOntology/CommonCoreOntologies> ;
prov:wasGeneratedBy "Common Core Ontologies development (CUBRC, Inc.)"@en ;
vann:preferredNamespaceUri "https://www.commoncoreontologies.org/" ;
vann:preferredNamespacePrefix "cco" ;
rdfs:comment "This ontology is designed to represent buildings and campuses that are designed to serve some specific purpose and which are common to multiple domains."@en ;
rdfs:label "Facility Ontology"@en ;
owl:versionInfo "Version 2.1"@en .
owl:versionInfo "Version 2.2"@en .

#################################################################
# Annotation properties
Expand Down
Loading