From 64314fe756234f96c83b4f1954a20127c18f4481 Mon Sep 17 00:00:00 2001 From: shanmukhkalasamudram Date: Tue, 30 Jun 2026 02:04:17 -0400 Subject: [PATCH 1/4] Fix skos:altLabel and skos:scopeNote typos; declare skos:changeNote --- src/cco-modules/EventOntology.ttl | 2 +- src/cco-modules/InformationEntityOntology.ttl | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/cco-modules/EventOntology.ttl b/src/cco-modules/EventOntology.ttl index 20f5d15c..32bfef1b 100644 --- a/src/cco-modules/EventOntology.ttl +++ b/src/cco-modules/EventOntology.ttl @@ -3241,7 +3241,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 . diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index 8219f84b..7ec38dfe 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -29,6 +29,10 @@ dcterms:rights rdf:type owl:AnnotationProperty . +### http://www.w3.org/2004/02/skos/core#changeNote +skos:changeNote rdf:type owl:AnnotationProperty . + + ### https://www.commoncoreontologies.org/ont00001753 cco:ont00001753 rdf:type owl:AnnotationProperty . @@ -1660,7 +1664,7 @@ cco:ont00002014 rdf:type owl:Class ; cco:ont00002070 rdf:type owl:Class ; rdfs:subClassOf cco:ont00000003 ; rdfs:label "Email Address"@en ; - rdfs:altLabel "Email Box Identifier"@en ; + skos:altLabel "Email Box Identifier"@en ; skos:definition "A Designative Name created in order to identify some Email Box as the destination of an email message for the purpose of Email Messaging."@en ; cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . From e596202734ba5b181b0ea4168d4e8b2580a8a6bc Mon Sep 17 00:00:00 2001 From: shanmukhkalasamudram Date: Tue, 30 Jun 2026 02:24:40 -0400 Subject: [PATCH 2/4] Stamp modules and AllCore to Version 2.2 (2026-07-15) --- src/cco-merged/AllCoreOntology.ttl | 4 ++-- src/cco-modules/AgentOntology.ttl | 4 ++-- src/cco-modules/ArtifactOntology.ttl | 4 ++-- src/cco-modules/CurrencyUnitOntology.ttl | 4 ++-- src/cco-modules/EventOntology.ttl | 4 ++-- src/cco-modules/ExtendedRelationOntology.ttl | 4 ++-- src/cco-modules/FacilityOntology.ttl | 4 ++-- src/cco-modules/GeospatialOntology.ttl | 4 ++-- src/cco-modules/InformationEntityOntology.ttl | 4 ++-- src/cco-modules/QualityOntology.ttl | 4 ++-- src/cco-modules/TimeOntology.ttl | 4 ++-- src/cco-modules/UnitsOfMeasureOntology.ttl | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/cco-merged/AllCoreOntology.ttl b/src/cco-merged/AllCoreOntology.ttl index 361d1362..53a698bf 100644 --- a/src/cco-merged/AllCoreOntology.ttl +++ b/src/cco-merged/AllCoreOntology.ttl @@ -10,7 +10,7 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports , , , @@ -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 diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index 36731c24..5a207852 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -11,7 +11,7 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; owl:imports ; owl:imports ; @@ -19,7 +19,7 @@ dcterms:rights "CUBRC Inc., see full license."@en ; 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 diff --git a/src/cco-modules/ArtifactOntology.ttl b/src/cco-modules/ArtifactOntology.ttl index 71a0603d..8cf807d3 100644 --- a/src/cco-modules/ArtifactOntology.ttl +++ b/src/cco-modules/ArtifactOntology.ttl @@ -11,14 +11,14 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports cco:InformationEntityOntology ; owl:imports ; 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 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 diff --git a/src/cco-modules/CurrencyUnitOntology.ttl b/src/cco-modules/CurrencyUnitOntology.ttl index e3db2d82..40eca1a0 100644 --- a/src/cco-modules/CurrencyUnitOntology.ttl +++ b/src/cco-modules/CurrencyUnitOntology.ttl @@ -11,14 +11,14 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; owl:imports ; 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 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 diff --git a/src/cco-modules/EventOntology.ttl b/src/cco-modules/EventOntology.ttl index 32bfef1b..0623033e 100644 --- a/src/cco-modules/EventOntology.ttl +++ b/src/cco-modules/EventOntology.ttl @@ -11,14 +11,14 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports cco:InformationEntityOntology ; owl:imports ; 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 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 diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index d6631fba..e77ed6cd 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -11,13 +11,13 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; 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 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 diff --git a/src/cco-modules/FacilityOntology.ttl b/src/cco-modules/FacilityOntology.ttl index 469fda39..edf1a11f 100644 --- a/src/cco-modules/FacilityOntology.ttl +++ b/src/cco-modules/FacilityOntology.ttl @@ -11,14 +11,14 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; owl:imports ; 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 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 diff --git a/src/cco-modules/GeospatialOntology.ttl b/src/cco-modules/GeospatialOntology.ttl index 91426d24..ae459e21 100644 --- a/src/cco-modules/GeospatialOntology.ttl +++ b/src/cco-modules/GeospatialOntology.ttl @@ -11,14 +11,14 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; owl:imports ; 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 sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."@en ; rdfs:label "Geospatial Ontology"@en ; - owl:versionInfo "Version 2.1"@en . + owl:versionInfo "Version 2.2"@en . ################################################################# # Annotation properties diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index 7ec38dfe..c68a7029 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -11,7 +11,7 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; owl:imports cco:GeospatialOntology , cco:TimeOntology ; @@ -19,7 +19,7 @@ dcterms:rights "CUBRC Inc., see full license."@en ; rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."@en ; rdfs:label "Information Entity Ontology"@en ; - owl:versionInfo "Version 2.1"@en . + owl:versionInfo "Version 2.2"@en . ################################################################# # Annotation properties diff --git a/src/cco-modules/QualityOntology.ttl b/src/cco-modules/QualityOntology.ttl index 6c893326..ef8ac89c 100644 --- a/src/cco-modules/QualityOntology.ttl +++ b/src/cco-modules/QualityOntology.ttl @@ -11,14 +11,14 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; owl:imports ; 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 a range of attributes of entities especially qualities, realizable entities, and process profiles."@en ; rdfs:label "Quality Ontology"@en ; - owl:versionInfo "Version 2.1"@en . + owl:versionInfo "Version 2.2"@en . ################################################################# # Annotation properties diff --git a/src/cco-modules/TimeOntology.ttl b/src/cco-modules/TimeOntology.ttl index a36399e1..7fda516c 100644 --- a/src/cco-modules/TimeOntology.ttl +++ b/src/cco-modules/TimeOntology.ttl @@ -11,14 +11,14 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports cco:ExtendedRelationOntology ; owl:imports ; 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 temporal regions and the relations that hold between them."@en ; rdfs:label "Time Ontology"@en ; - owl:versionInfo "Version 2.1"@en . + owl:versionInfo "Version 2.2"@en . ################################################################# # Annotation properties diff --git a/src/cco-modules/UnitsOfMeasureOntology.ttl b/src/cco-modules/UnitsOfMeasureOntology.ttl index 01c4bceb..83dd9903 100644 --- a/src/cco-modules/UnitsOfMeasureOntology.ttl +++ b/src/cco-modules/UnitsOfMeasureOntology.ttl @@ -12,14 +12,14 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; owl:imports ; 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 standard measurement units that are used when measuring various attributes of entities."@en ; rdfs:label "Units of Measure Ontology"@en ; - owl:versionInfo "Version 2.1"@en . + owl:versionInfo "Version 2.2"@en . ################################################################# # Annotation properties From 8332a7671e2874970b29885003d8a932e576fd79 Mon Sep 17 00:00:00 2001 From: shanmukhkalasamudram Date: Tue, 30 Jun 2026 02:24:54 -0400 Subject: [PATCH 3/4] Regenerate merged file from updated modules --- src/cco-merged/CommonCoreOntologiesMerged.ttl | 283 +++++++++++++----- 1 file changed, 208 insertions(+), 75 deletions(-) diff --git a/src/cco-merged/CommonCoreOntologiesMerged.ttl b/src/cco-merged/CommonCoreOntologiesMerged.ttl index 36b0f365..311ed9e1 100644 --- a/src/cco-merged/CommonCoreOntologiesMerged.ttl +++ b/src/cco-merged/CommonCoreOntologiesMerged.ttl @@ -7,13 +7,13 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; "CUBRC Inc., see full license."@en ; rdfs:comment "A stand-alone file containing the eleven mid-level Common Core Ontologies plus BFO. Provided for use-cases where one file representing a specific release of CCO and its imports is desirable."@en ; rdfs:label "Common Core Ontologies Merged"@en ; - owl:versionInfo "Depends on http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl, obtained 2026-04-04."@en , - "Version 2.1"@en . + owl:versionInfo "Depends on http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl, obtained 2026-07-15."@en , + "Version 2.2"@en . ################################################################# # Annotation properties @@ -63,14 +63,14 @@ rdf:type owl:AnnotationProperty . -### http://www.w3.org/2000/01/rdf-schema#altLabel -rdfs:altLabel rdf:type owl:AnnotationProperty . - - ### http://www.w3.org/2004/02/skos/core#altLabel rdf:type owl:AnnotationProperty . +### http://www.w3.org/2004/02/skos/core#changeNote + rdf:type owl:AnnotationProperty . + + ### http://www.w3.org/2004/02/skos/core#definition rdf:type owl:AnnotationProperty . @@ -226,7 +226,7 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . ### https://www.commoncoreontologies.org/ont00001756 rdf:type owl:AnnotationProperty ; rdfs:label "interval measurement annotation"@en ; - "A interval measurement value of an instance of a quality, realizable or process profile "@en ; + "A interval measurement value of an instance of a quality, realizable or process profile."@en ; "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:subPropertyOf . @@ -1054,7 +1054,7 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; "https://cubrc.org"^^xsd:anyURI ; rdfs:label "is disrupted by"@en ; - "x is disrupted by y =Def y disrupts x" ; + "x is disrupted by y =Def y disrupts x"@en ; "is disrupted by"@en ; "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . @@ -1144,7 +1144,7 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . rdfs:domain ; rdfs:range ; rdfs:label "is subsidiary of"@en ; - "x is_subsidiary_of y iff x and y are both instances of Organization and y controls x by having the capacity to determine the outcome of decisions about the financial and operating policies of x. "@en ; + "x is_subsidiary_of y iff x and y are both instances of Organization and y controls x by having the capacity to determine the outcome of decisions about the financial and operating policies of x."@en ; "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . @@ -1569,7 +1569,7 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; "https://cubrc.org"^^xsd:anyURI ; rdfs:label "is interest of"@en ; - "x is interest of y =Def y has interest in x" ; + "x is interest of y =Def y has interest in x"@en ; "is interest of"@en ; "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . @@ -2488,6 +2488,26 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . +### https://www.commoncoreontologies.org/ont00002080 + rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "process has first instant"@en ; + "x process_has_first_instant y Def= x is a Process, y is a Temporal Instant, and there is some Temporal Region z such that y is first_instant_of z, and x occupies_temporal_region z"@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002081 + rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain ; + rdfs:range ; + rdfs:label "process has last instant"@en ; + "x process_has_last_instant y Def= x is a Process, y is a Temporal Instant, and there is some Temporal Region z such that y is last_instant_of z, and x occupies_temporal_region z."@en ; + "https://www.commoncoreontologies.org/TimeOntology"^^xsd:anyURI . + + ################################################################# # Data properties ################################################################# @@ -2521,6 +2541,8 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:label "has text value"@en ; + owl:deprecated "true"^^xsd:boolean ; + "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of a string literal. Modelers should instead use a more specific datatype property whose meaning explains what the text records, names, describes, encodes, or otherwise represents."@en ; "A data property that has as its range a string value."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . @@ -2538,6 +2560,8 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . rdfs:domain ; rdfs:range xsd:dateTime ; rdfs:label "has datetime value"@en ; + owl:deprecated "true"^^xsd:boolean ; + "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:dateTime typed literal. Modelers should instead use a more specific datatype property whose meaning explains what date-time value is being recorded, specified, observed, issued, created, modified, or otherwise represented."@en ; "A data property that has as its value a datetime value."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . @@ -2547,6 +2571,8 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . rdfs:domain ; rdfs:range xsd:anyURI ; rdfs:label "has URI value"@en ; + owl:deprecated "true"^^xsd:boolean ; + "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:anyURI typed literal. Modelers should instead use a more specific datatype property whose meaning explains what the URI identifies, locates, references, resolves to, or otherwise represents."@en ; "A data property that has as its range a URI value."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . @@ -2556,6 +2582,8 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . rdfs:domain ; rdfs:range xsd:decimal ; rdfs:label "has decimal value"@en ; + owl:deprecated "true"^^xsd:boolean ; + "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:decimal typed literal. Modelers should instead use a more specific datatype property whose meaning explains what the decimal value measures, quantifies, estimates, rates, or otherwise represents."@en ; "A data property that has as its range a decimal value."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . @@ -2565,6 +2593,8 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . rdfs:domain ; rdfs:range xsd:double ; rdfs:label "has double value"@en ; + owl:deprecated "true"^^xsd:boolean ; + "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:double typed literal. Modelers should instead use a more specific datatype property whose meaning explains what the double value measures, quantifies, estimates, rates, or otherwise represents."@en ; "A data property that has as its range a double value."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . @@ -2582,6 +2612,8 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . rdfs:domain ; rdfs:range xsd:boolean ; rdfs:label "has boolean value"@en ; + owl:deprecated "true"^^xsd:boolean ; + "Deprecated without direct replacement because the property is overly generic and does not add semantic content beyond the use of an xsd:boolean typed literal. Modelers should instead use a more specific datatype property whose meaning explains what the boolean value affirms, denies, indicates, or otherwise represents."@en ; "A data property that has as its range a boolean value."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . @@ -2591,6 +2623,8 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . rdfs:domain ; rdfs:range xsd:integer ; rdfs:label "has integer value"@en ; + owl:deprecated "true"^^xsd:boolean ; + "Deprecated because the property does not add semantic content beyond the use of an xsd:integer typed literal. Use a domain-specific datatype property with range xsd:integer where an integer-valued measurement, count, ordinal, identifier component, or other value is intended."@en ; "A data property that has as its range an integer value."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . @@ -3031,7 +3065,7 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Process Profile"@en ; - "An occurrent that is an occurrent part of some process by virtue of the rate, or pattern, or amplitude of change in an attribute of one or more participants of said process."@en ; + "An occurrent that is an occurrent part of some process by virtue of the rate, or pattern, or magnitude of change in an attribute of one or more participants of said process."@en ; "On a somewhat higher level of complexity are what we shall call rate process profiles, which are the targets of selective abstraction focused not on determinate quality magnitudes plotted over time, but rather on certain ratios between these magnitudes and elapsed times. A speed process profile, for example, is represented by a graph plotting against time the ratio of distance covered per unit of time. Since rates may change, and since such changes, too, may have rates of change, we have to deal here with a hierarchy of process profile universals at successive levels; One important sub-family of rate process profiles is illustrated by the beat or frequency profiles of cyclical processes, illustrated by the 60 beats per minute beating process of John’s heart, or the 120 beats per minute drumming process involved in one of John’s performances in a rock band, and so on. Each such process includes what we shall call a beat process profile instance as part, a subtype of rate process profile in which the salient ratio is not distance covered but rather number of beat cycles per unit of time. Each beat process profile instance instantiates the determinable universal beat process profile. But it also instantiates multiple more specialized universals at lower levels of generality, selected from rate process profilebeat process profileregular beat process profile3 bpm beat process profile4 bpm beat process profileirregular beat process profileincreasing beat process profileand so on.In the case of a regular beat process profile, a rate can be assigned in the simplest possible fashion by dividing the number of cycles by the length of the temporal region occupied by the beating process profile as a whole. Irregular process profiles of this sort, for example as identified in the clinic, or in the readings on an aircraft instrument panel, are often of diagnostic significance.; The simplest type of process profiles are what we shall call ‘quality process profiles’, which are the process profiles which serve as the foci of the sort of selective abstraction that is involved when measurements are made of changes in single qualities, as illustrated, for example, by process profiles of mass, temperature, aortic pressure, and so on."@en ; "b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005])"@en ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -3358,7 +3392,7 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . rdfs:subClassOf ; rdfs:label "Mailing"@en ; "Act of Mailing"@en ; - "An Act of Communication by Media in which information and tangible objects, usually written documents, are delivered to destinations around the world."@en ; + "An Act of Communication by Media in which information concretized in tangible objects, usually written documents, are delivered to recipients."@en ; "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -4536,11 +4570,11 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . ### https://www.commoncoreontologies.org/ont00000149 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:label "Instant Messaging"@en ; "Act of IMing"@en , "Act of Instant Messaging"@en ; - "An Act of Communication by Media in which real-time direct text-based communication occurs between two or more people using personal computers or other devices, along with shared Instant Messaging Client Software conveyed over a network, such as the Internet."@en ; + "An Act of Communication Mediated by Artifact in which real-time direct text-based communication occurs between two or more Agents using personal computers or other devices, along with shared Instant Messaging Client Software conveyed over a computer network."@en ; "https://en.wikipedia.org/w/index.php?title=Instant_messaging&oldid=1062873579"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -4854,7 +4888,7 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . rdfs:subClassOf ; rdfs:label "Act of Thanking"@en ; "An Act of Expressive Communication performed by expressing gratitude."@en ; - " http://www.merriam-webster.com/dictionary/thanks" ; + "http://www.merriam-webster.com/dictionary/thanks" ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -5285,10 +5319,29 @@ rdfs:altLabel rdf:type owl:AnnotationProperty . ### https://www.commoncoreontologies.org/ont00000228 rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ; + owl:unionOf ( + + ) + ] + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; rdfs:subClassOf ; rdfs:label "Planned Act"@en ; "Intentional Act"@en ; - "An Act in which at least one Agent plays a causative role and which is prescribed by some Prescriptive Information Content Entity held by at least one of the Agents."@en ; + "An Act in which at least one Agent plays a causative role and which is prescribed by some Directive Information Content Entity held by at least one of the Agents."@en ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -6472,9 +6525,9 @@ https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_termin ### https://www.commoncoreontologies.org/ont00000356 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:label "Act of Publishing Mass Media Article"@en ; - "An Act of Mass Media Communication involving the preparation and public issuance of a non-fictional essay, especially one included with others in a newspaper, magazine, journal, etc."@en ; + "An Act of Publishing a non-fictional essay, especially one included with others in a newspaper, magazine, journal, etc."@en ; "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -6492,7 +6545,7 @@ https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_termin rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Geospatial Region Bounding Box"@en ; - "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en ; + "A Geospatial Polygon that is a boundary of some Geospatial Region that has another Geospatial Region as a non-tangential proper part."@en ; "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI . @@ -6695,7 +6748,7 @@ https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_termin rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Act of Representative Communication"@en ; - "An Act of Communication that commits a speaker to the truth of the expressed proposition."@en ; + "An Act of Communication that commits a speaker to the truth of the expressed content."@en ; "Examples: affirming, alleging, announcing, answering, attributing, claiming, classifying, concurring, confirming, conjecturing, denying, disagreeing, disclosing, disputing, identifying, informing, insisting, predicting, ranking, reporting, stating, stipulating"@en ; "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -6761,10 +6814,10 @@ https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_termin ### https://www.commoncoreontologies.org/ont00000386 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:label "Webcast"@en ; "Act of Webcasting"@en ; - "An Act of Communciation by Media transmitted to an audience over the Internet using streaming media technology to distribute a single content source that may be distributed live or on demand."@en ; + "An Act of Communication Mediated by Artifact in which communication with an audience occurs over the Internet using streaming media technology to distribute a single content source that may be distributed live or on demand."@en ; "Essentially, webcasting is “broadcasting” over the Internet."@en ; "https://en.wikipedia.org/w/index.php?title=Webcast&oldid=1062685084"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -6947,7 +7000,8 @@ https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_termin rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Act of Communication"@en ; - "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en ; + "A Planned Act in which the objective is to create a concretization of some Information Content Entity in one or more recipients."@en ; + "Act of Communication is not intended to be a success term - a term that only applies when the act it denotes is successful. While successful communication is the goal, it is important that instances of this class can include both better and worse communication acts as well attempted communications that fail altogether."@en ; "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -7077,9 +7131,9 @@ https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_termin ### https://www.commoncoreontologies.org/ont00000416 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:label "Act of Publishing Mass Media Press Release"@en ; - "An Act of Mass Media Communication involving the preparation and public issuance of an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en ; + "An Act of Publishing an official statement to one or more members of the media for the purpose of announcing newsworthy information."@en ; "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -7129,9 +7183,9 @@ https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_termin ### https://www.commoncoreontologies.org/ont00000422 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:label "Communication Reception Artifact Function"@en ; - "An Artifact Function that is realized during events in which a Material Artifact is used to receive information that has been transmitted for the purpose of communiction."@en ; + "A Communication Artifact Function that is realized in a process of receiving information."@en ; "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . @@ -7771,10 +7825,14 @@ MJD = JD - 2400000.5"""@en ; ### https://www.commoncoreontologies.org/ont00000492 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; rdfs:label "Email Messaging"@en ; "Act of Emailing"@en ; - "An Act of Communication by Media in which text-based communication occurs between two or more people using personal computers or other devices using some Email Client Software conveyed over the Internet."@en ; + "An Act of Communication Mediated by Artifact in which digital messages are transmitted and received via Internet Message Format-based communication, or an extension thereof, over a computer network."@en ; "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -7825,7 +7883,7 @@ MJD = JD - 2400000.5"""@en ; rdfs:subClassOf ; rdfs:label "Measurement Unit of Force"@en ; "A Measurement Unit that is used as a standard for measurement of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en ; - "newton, dyne, pound force " ; + "newton, dyne, pound force" ; "https://www.commoncoreontologies.org/UnitsOfMeasureOntology"^^xsd:anyURI . @@ -7992,8 +8050,9 @@ MJD = JD - 2400000.5"""@en ; ### https://www.commoncoreontologies.org/ont00000517 rdf:type owl:Class ; rdfs:subClassOf ; - rdfs:label "Act of Communication by Media"@en ; + rdfs:label "Act of Communication by Movement of Information Bearing Artifact"@en ; "An Act of Communication in which some Material Artifact is used to transfer an Information Bearing Entity from sender(s) to receiver(s)."@en ; + "An Act of Communication by Movement of Information Bearing Artifact is distinguished by the fact that the Information Content Entity is transferred in virtue of its Information Bearing Artifact being transferred; as opposed to a new copy of the Information Content Entity being created in another bearer. Additional examples include passing notes in class, going door-to-door distributing pamphlets, lending/borrowing your physical copy of a book, etc."@en ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -8311,7 +8370,7 @@ MJD = JD - 2400000.5"""@en ; ### https://www.commoncoreontologies.org/ont00000548 rdf:type owl:Class ; rdfs:subClassOf ; - "Vulnerability | Definition of Vulnerability by Oxford Dictionary on Lexico.Com Also Meaning of Vulnerability. https://web.archive.org/web/20210118111731/https://www.lexico.com/en/definition/vulnerability. Accessed 19 Dec. 2022. " ; + "Vulnerability | Definition of Vulnerability by Oxford Dictionary on Lexico.Com Also Meaning of Vulnerability. https://web.archive.org/web/20210118111731/https://www.lexico.com/en/definition/vulnerability. Accessed 19 Dec. 2022." ; "https://cubrc.org"^^xsd:anyURI ; rdfs:label "Vulnerability"@en ; "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ; @@ -8687,7 +8746,7 @@ MJD = JD - 2400000.5"""@en ; rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Act of Mass Media Communication"@en ; - "An Act of Communication intended to reach a large audience using a medium such as the internet, television, radio, newspaper, and magazine."@en ; + "An Act of Communication intended to reach a large audience using a medium such as the internet, television, radio, newspaper, or magazine."@en ; "https://en.wikipedia.org/w/index.php?title=Media&oldid=1062799283"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -9478,7 +9537,7 @@ MJD = JD - 2400000.5"""@en ; ] ; rdfs:subClassOf ; rdfs:label "Neutral Person"@en ; - "Unallied Person" ; + "Unallied Person"@en ; "A Person who is the bearer of some Neutral Role."@en ; "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . @@ -9655,7 +9714,7 @@ MJD = JD - 2400000.5"""@en ; rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Government Domain Border"@en ; - "A Geospatial Boundary that is a boundary of some Government Domain."@en ; + "A One-Dimensional Geospatial Boundary of some Government Domain."@en ; "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ; "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . @@ -10067,7 +10126,7 @@ MJD = JD - 2400000.5"""@en ; rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Communication Artifact Function"@en ; - "An Artifact Function that is realized in a process in which meaningful signs are conveyed from one entity to another."@en ; + "An Artifact Function that is realized in a process in which one or more Information Content Entities are conveyed from one entity to another."@en ; "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . @@ -10296,11 +10355,15 @@ MJD = JD - 2400000.5"""@en ; ### https://www.commoncoreontologies.org/ont00000750 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; rdfs:label "Text Messaging"@en ; "Act of Text Messaging"@en , "Act of Texting"@en ; - "An Act of Communication by Media involving the exchange of brief written messages between fixed-line phone or mobile phone and fixed or portable devices over a network."@en ; + "An Act of Communication Mediated by Artifact in which communication occurs through the exchange of brief written messages between fixed-line phone or mobile phone and fixed or portable devices over a network."@en ; "https://en.wikipedia.org/w/index.php?title=Text_messaging&oldid=1062261405"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -11016,7 +11079,7 @@ MJD = JD - 2400000.5"""@en ; rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Optical Communication Artifact Function"@en ; - "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of visible light."@en ; + "An Electromagnetic Communication Artifact Function that is realized in a process that conveys information by means of visible light."@en ; "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . @@ -11320,7 +11383,7 @@ W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , owl:disjointWith ; rdfs:label "Descriptive Information Content Entity"@en ; "Descriptive ICE"@en ; - "An Information Content Entity that consists of a set of propositions that describe some Entity."@en ; + "An Information Content Entity that describes some Entity."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . @@ -11376,10 +11439,10 @@ W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , ### https://www.commoncoreontologies.org/ont00000859 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:label "Television Broadcast"@en ; "Act of Television Broadcasting"@en ; - "An Act of Communciation by Media that is transmitted to an audience through a television network."@en ; + "An Act of Communication Mediated by Artifact in which communication with an audience occurs via transmissions through a television network."@en ; "https://en.wikipedia.org/w/index.php?title=Television_broadcasting&oldid=1063890047"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -11454,10 +11517,10 @@ W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , ### https://www.commoncoreontologies.org/ont00000866 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:label "Radio Broadcast"@en ; "Act of Radio Broadcasting"@en ; - "An Act of Communciation by Media that is transmitted to an audience through a radio network."@en ; + "An Act of Communication Mediated by Artifact in which communication with an audience is mediated through radio waves transmitted through a radio network."@en ; "https://en.wikipedia.org/w/index.php?title=Radio_network&oldid=1037183126"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -11541,7 +11604,8 @@ W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Act of Personal Communication"@en ; - "An Act of Communication having a small audience."@en ; + "An Act of Communication that the sender intends to be received by a small audience."@en ; + "An Act of Personal Communication is distinct from an Act of Mass Media Communication only in terms of the size of the intended audience. The use of media typically need not require that the communication have a large audience, e.g., a Radio Broadcast on an obscure frequency that you use to communicate with your best friend."@en ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -12376,7 +12440,7 @@ W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , rdfs:subClassOf ; rdfs:label "Prescriptive Information Content Entity"@en ; "Directive ICE"@en ; - "An Information Content Entity that consists of a set of propositions or images (as in the case of a blueprint) that prescribe some Entity."@en ; + "An Information Content Entity that prescribes some Entity."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . @@ -12465,9 +12529,9 @@ W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , ### https://www.commoncoreontologies.org/ont00000977 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:label "Act of Publishing Mass Media Documentary"@en ; - "An Act of Mass Media Communication involving the preparation and public issuance of information that provides a factual record or report."@en ; + "An Act of Publishing a factual record or report."@en ; "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -13233,9 +13297,9 @@ W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , ### https://www.commoncoreontologies.org/ont00001057 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:label "Act of Issuing Mass Media Press Release"@en ; - "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en ; + "An Act of Issuing an official statement to one or more members of the media for the purpose of announcing newsworthy information."@en ; "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -13289,6 +13353,7 @@ W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , rdfs:label "International Community"@en ; "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ; "International Community"@en ; + "Instances are context-dependent collectives of international actors, such as states, organizations, institutions, or peoples."@en ; "https://dictionary.cambridge.org/us/dictionary/english/international-community" ; "https://www.commoncoreontologies.org/AgentOntology"^^xsd:anyURI . @@ -13811,7 +13876,10 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Private Network Telephone Call"@en ; - "A Telephone Call transmitted over a network where a closed group of telephones are connected primarily to each other and use a gateway to reach the outside world, usually used inside companies and call centers (a.k.a. private branch exchange (PBX))."@en ; + "Private Branch Exchange Call"@en ; + "A Telephone Call transmitted over a network where a closed group of telephones are connected primarily to each other and use a gateway to reach the outside world."@en ; + "Private Network Telephone Calls are typically made within companies or call centers."@en ; + "PBX"@en ; "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -14059,11 +14127,15 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE ### https://www.commoncoreontologies.org/ont00001143 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; rdfs:label "Facsimile Transmission"@en ; "Act of Facsimile Transmission"@en , "Act of Faxing"@en ; - "An Act of Communication by Media in which the Information Content Entity that inheres in a Document is transmitted over a Telephone Network."@en ; + "An Act of Communication Mediated by Artifact in which a Document Content Entity is transmitted over a Telephone Network."@en ; "https://en.wikipedia.org/w/index.php?title=Fax&oldid=1054674158"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -14108,7 +14180,7 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Electromagnetic Communication Artifact Function"@en ; - "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of electromagnetic radiation."@en ; + "A Communication Artifact Function that is realized in a process that conveys information by means of electromagnetic radiation."@en ; "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . @@ -14322,9 +14394,17 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE ### https://www.commoncoreontologies.org/ont00001169 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] , + [ rdf:type owl:Restriction ; + owl:onProperty ; + owl:someValuesFrom + ] ; rdfs:label "Communication Relay Artifact Function"@en ; - "An Artifact Function that is realized during events in which a Material Artifact is used to first receive and then transmit information from one Material Artifact to another for the purpose of communiction."@en ; + "A Communication Artifact Function that is realized in processes of first receiving and then transmitting information."@en ; "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . @@ -14340,7 +14420,8 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Wireless Network Telephone Call"@en ; - "A Telephone Call transmitted over a network where the telephones are mobile and can move anywhere within the coverage area."@en ; + "Mobile Network Telephone Call"@en ; + "A Telephone Call transmitted over a network where the telephones are not dependent on a physical connection to the network such that they can continue to operate anywhere within the coverage area."@en ; "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -14509,10 +14590,10 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE ### https://www.commoncoreontologies.org/ont00001190 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:label "Telephone Call"@en ; "Act of Telephone Calling"@en ; - "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."@en ; + "An Act of Communication Mediated by Artifact in which sound is used to communicate over a telephone network to one or more recipients."@en ; "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -15009,7 +15090,7 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Radio Communication Artifact Function"@en ; - "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of radio waves."@en ; + "An Electromagnetic Communication Artifact Function that is realized in a process that conveys information by means of radio waves."@en ; "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . @@ -15048,9 +15129,9 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE ### https://www.commoncoreontologies.org/ont00001244 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:label "Act of Issuing Mass Media Article"@en ; - "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation a non-fictional essay, especially one included with others in a newspaper, magazine, or journal."@en ; + "An Act of Issuing a non-fictional essay, especially one included with others in a newspaper, magazine, or journal."@en ; "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -15208,9 +15289,9 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE ### https://www.commoncoreontologies.org/ont00001263 rdf:type owl:Class ; - rdfs:subClassOf ; + rdfs:subClassOf ; rdfs:label "Act of Issuing Mass Media Documentary"@en ; - "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation information that provides a factual record or report."@en ; + "An Act of Issuing information that provides a factual record or report."@en ; "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -15415,7 +15496,7 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE "Damaged"@en , "Injured"@en ; "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to a previous action or event such that the Independent Continuant is now of lesser value, usefulness, or functionality."@en ; - "This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occupies temporal region property. "@en ; + "This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person; the Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occupies temporal region property."@en ; "http://www.thefreedictionary.com/damaged" ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -16206,7 +16287,7 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE rdf:type owl:Class ; rdfs:subClassOf ; rdfs:label "Act of Declarative Communication"@en ; - "An Act of Communication that changes the reality in accord with the proposition of the declaration."@en ; + "An Act of Communication that changes the reality in accord with the content of the declaration."@en ; "Examples: Baptism, Sentencing a person to imprisonment, Pronouncing a couple husband and wife, Declaring war"@en ; "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . @@ -16326,7 +16407,7 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE ### https://www.commoncoreontologies.org/ont00002001 rdf:type owl:Class ; rdfs:subClassOf ; - rdfs:label "Media Content Entity" ; + rdfs:label "Media Content Entity"@en ; "An information content entity presented in a canonical media format."@en ; "By 'canonical', it is intended that the media format is of a commonly recognized format, such as mass media formats such as books, magazines, and journals, as well as digital media forms (e.g. ebooks), to include, too, file types, such as those recognized by the Internet Assigned Numbers Authority (IANA)'s Media Types standard [RFC2046]." ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . @@ -16585,8 +16666,8 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE ### https://www.commoncoreontologies.org/ont00002070 rdf:type owl:Class ; rdfs:subClassOf ; - rdfs:altLabel "Email Box Identifier"@en ; rdfs:label "Email Address"@en ; + "Email Box Identifier"@en ; "A Designative Name created in order to identify some Email Box as the destination of an email message for the purpose of Email Messaging."@en ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . @@ -16635,6 +16716,57 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . +### https://www.commoncoreontologies.org/ont00002076 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Communication Mediated by Artifact"@en ; + "An Act of Communication in which technology is used to create a new copy of the Information Content Entity in the recipient."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002077 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Publishing"@en ; + "An Act of Mass Media Communication involving the preparation and public issuance of information."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002078 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Issuing"@en ; + "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation some Information Content Entity."@en ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002079 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Communication Transmission Artifact Function"@en ; + "A Communication Artifact Function that is realized in a process of sending information."@en ; + "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002082 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Refrain"@en ; + "A Planned Act in which some Agent avoids or stops themselves from participating in some Planned Act."@en ; + "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 ; + "https://dictionary.cambridge.org/us/dictionary/english/refrain"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + +### https://www.commoncoreontologies.org/ont00002083 + rdf:type owl:Class ; + rdfs:subClassOf ; + rdfs:label "Act of Censuring"@en ; + "An Act of Expressive Communication performed by expressing strong disapproval or criticism."@en ; + "https://dictionary.cambridge.org/us/dictionary/english/censure"^^xsd:anyURI ; + "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI . + + ################################################################# # Individuals ################################################################# @@ -17594,11 +17726,11 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE "Donna Jones" , "Olivia Hobai" ; rdfs:label "Decibel Isotropic Measurement Unit"@en ; - "Decibels Over Isotropic" , - "Decibels Over Isotropic Antenna" , - "Decibels Relative to Isotrope" , - "Decibels Relative to Isotropic Radiator" , - "Decibels Relative to an Isotropic Reference Antenna" ; + "Decibels Over Isotropic"@en , + "Decibels Over Isotropic Antenna"@en , + "Decibels Relative to Isotrope"@en , + "Decibels Relative to Isotropic Radiator"@en , + "Decibels Relative to an Isotropic Reference Antenna"@en ; "dBi" ; "https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html"^^xsd:anyURI , "https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi"^^xsd:anyURI ; @@ -18898,7 +19030,8 @@ From: (http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf)"""@en ; ; rdfs:label "International Geomagnetic Reference Field"@en ; "This global main field model provides magnetic field values for any location on Earth, e.g. for navigational purposes (declination) or as a standard for core field subtraction for aeromagnetic surveys. An updated version is adopted by International Association of Geomagnetism and Aeronomy (IAGA) every 5 years)."@en ; - "Alken, P., Thébault, E., Beggan, C.D. et al. International Geomagnetic Reference Field: the thirteenth generation. Earth Planets Space 73, 49 (2021). https://doi.org/10.1186/s40623-020-01288-x , https://www.iaga-aiga.org/" . + "Alken, P., Thébault, E., Beggan, C.D. et al. International Geomagnetic Reference Field: the thirteenth generation. Earth Planets Space 73, 49 (2021). https://doi.org/10.1186/s40623-020-01288-x , https://www.iaga-aiga.org/" ; + "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00001661 From 0f068b10a975a2c0b593875923e8986dfb9fa39d Mon Sep 17 00:00:00 2001 From: shanmukhkalasamudram Date: Tue, 7 Jul 2026 18:39:15 -0400 Subject: [PATCH 4/4] Add FAIR ontology-header metadata to 11 CCO modules --- src/cco-modules/AgentOntology.ttl | 8 ++++++++ src/cco-modules/ArtifactOntology.ttl | 8 ++++++++ src/cco-modules/CurrencyUnitOntology.ttl | 8 ++++++++ src/cco-modules/EventOntology.ttl | 8 ++++++++ src/cco-modules/ExtendedRelationOntology.ttl | 8 ++++++++ src/cco-modules/FacilityOntology.ttl | 8 ++++++++ src/cco-modules/GeospatialOntology.ttl | 8 ++++++++ src/cco-modules/InformationEntityOntology.ttl | 8 ++++++++ src/cco-modules/QualityOntology.ttl | 8 ++++++++ src/cco-modules/TimeOntology.ttl | 8 ++++++++ src/cco-modules/UnitsOfMeasureOntology.ttl | 8 ++++++++ 11 files changed, 88 insertions(+) diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index 5a207852..03df882c 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -8,6 +8,8 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . +@prefix prov: . +@prefix vann: . @base . rdf:type owl:Ontology ; @@ -17,6 +19,12 @@ owl:imports ; 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 ; + 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.2"@en . diff --git a/src/cco-modules/ArtifactOntology.ttl b/src/cco-modules/ArtifactOntology.ttl index 8cf807d3..68276031 100644 --- a/src/cco-modules/ArtifactOntology.ttl +++ b/src/cco-modules/ArtifactOntology.ttl @@ -8,6 +8,8 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . +@prefix prov: . +@prefix vann: . @base . rdf:type owl:Ontology ; @@ -16,6 +18,12 @@ owl:imports ; 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 ; + 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.2"@en . diff --git a/src/cco-modules/CurrencyUnitOntology.ttl b/src/cco-modules/CurrencyUnitOntology.ttl index 40eca1a0..4657a554 100644 --- a/src/cco-modules/CurrencyUnitOntology.ttl +++ b/src/cco-modules/CurrencyUnitOntology.ttl @@ -8,6 +8,8 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . +@prefix prov: . +@prefix vann: . @base . rdf:type owl:Ontology ; @@ -16,6 +18,12 @@ owl:imports ; 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 ; + 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.2"@en . diff --git a/src/cco-modules/EventOntology.ttl b/src/cco-modules/EventOntology.ttl index 0623033e..9ab96da2 100644 --- a/src/cco-modules/EventOntology.ttl +++ b/src/cco-modules/EventOntology.ttl @@ -8,6 +8,8 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . +@prefix prov: . +@prefix vann: . @base . rdf:type owl:Ontology ; @@ -16,6 +18,12 @@ owl:imports ; 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 ; + 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.2"@en . diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index e77ed6cd..332492dd 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -8,6 +8,8 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . +@prefix prov: . +@prefix vann: . @base . rdf:type owl:Ontology ; @@ -15,6 +17,12 @@ owl:imports ; 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 ; + 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.2"@en . diff --git a/src/cco-modules/FacilityOntology.ttl b/src/cco-modules/FacilityOntology.ttl index edf1a11f..0bfee605 100644 --- a/src/cco-modules/FacilityOntology.ttl +++ b/src/cco-modules/FacilityOntology.ttl @@ -8,6 +8,8 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . +@prefix prov: . +@prefix vann: . @base . rdf:type owl:Ontology ; @@ -16,6 +18,12 @@ owl:imports ; 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 ; + 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.2"@en . diff --git a/src/cco-modules/GeospatialOntology.ttl b/src/cco-modules/GeospatialOntology.ttl index ae459e21..0f2013f9 100644 --- a/src/cco-modules/GeospatialOntology.ttl +++ b/src/cco-modules/GeospatialOntology.ttl @@ -8,6 +8,8 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . +@prefix prov: . +@prefix vann: . @base . rdf:type owl:Ontology ; @@ -16,6 +18,12 @@ owl:imports ; 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 "geospatial regions"@en ; + dcterms:source ; + 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 sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."@en ; rdfs:label "Geospatial Ontology"@en ; owl:versionInfo "Version 2.2"@en . diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index c68a7029..704f8ef0 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -8,6 +8,8 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . +@prefix prov: . +@prefix vann: . @base . rdf:type owl:Ontology ; @@ -17,6 +19,12 @@ cco:TimeOntology ; 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 "information entities"@en ; + dcterms:source ; + 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 generic types of information as well as the relationships between information and other entities."@en ; rdfs:label "Information Entity Ontology"@en ; owl:versionInfo "Version 2.2"@en . diff --git a/src/cco-modules/QualityOntology.ttl b/src/cco-modules/QualityOntology.ttl index ef8ac89c..1a199b13 100644 --- a/src/cco-modules/QualityOntology.ttl +++ b/src/cco-modules/QualityOntology.ttl @@ -8,6 +8,8 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . +@prefix prov: . +@prefix vann: . @base . rdf:type owl:Ontology ; @@ -16,6 +18,12 @@ owl:imports ; 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 "qualities"@en ; + dcterms:source ; + 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 a range of attributes of entities especially qualities, realizable entities, and process profiles."@en ; rdfs:label "Quality Ontology"@en ; owl:versionInfo "Version 2.2"@en . diff --git a/src/cco-modules/TimeOntology.ttl b/src/cco-modules/TimeOntology.ttl index 7fda516c..89b7aa9c 100644 --- a/src/cco-modules/TimeOntology.ttl +++ b/src/cco-modules/TimeOntology.ttl @@ -8,6 +8,8 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . +@prefix prov: . +@prefix vann: . @base . rdf:type owl:Ontology ; @@ -16,6 +18,12 @@ owl:imports ; 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 "time"@en ; + dcterms:source ; + 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 temporal regions and the relations that hold between them."@en ; rdfs:label "Time Ontology"@en ; owl:versionInfo "Version 2.2"@en . diff --git a/src/cco-modules/UnitsOfMeasureOntology.ttl b/src/cco-modules/UnitsOfMeasureOntology.ttl index 83dd9903..77d84dc4 100644 --- a/src/cco-modules/UnitsOfMeasureOntology.ttl +++ b/src/cco-modules/UnitsOfMeasureOntology.ttl @@ -9,6 +9,8 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . +@prefix prov: . +@prefix vann: . @base . rdf:type owl:Ontology ; @@ -17,6 +19,12 @@ owl:imports ; 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 "units of measure"@en ; + dcterms:source ; + 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 standard measurement units that are used when measuring various attributes of entities."@en ; rdfs:label "Units of Measure Ontology"@en ; owl:versionInfo "Version 2.2"@en .