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-modules/TimeOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
@base <https://www.commoncoreontologies.org/TimeOntology> .

<https://www.commoncoreontologies.org/TimeOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2024-11-06/TimeOntology> ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-04-04/TimeOntology> ;
owl:imports cco:ExtendedRelationOntology ;
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.0"@en .
owl:versionInfo "Version 2.1"@en .

#################################################################
# Annotation properties
Expand Down
4 changes: 2 additions & 2 deletions src/cco-modules/UnitsOfMeasureOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
@base <https://www.commoncoreontologies.org/UnitsOfMeasureOntology> .

<https://www.commoncoreontologies.org/UnitsOfMeasureOntology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.commoncoreontologies.org/2024-11-06/UnitsOfMeasureOntology> ;
owl:versionIRI <https://www.commoncoreontologies.org/2026-04-04/UnitsOfMeasureOntology> ;
owl:imports <https://www.commoncoreontologies.org/InformationEntityOntology> ;
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.0"@en .
owl:versionInfo "Version 2.1"@en .

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