Updating versioning info

This commit is contained in:
Mark Jensen
2024-01-24 21:20:15 -05:00
parent 96457b7680
commit dfc2fb384b
12 changed files with 84 additions and 76 deletions

View File

@@ -11,12 +11,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/AgentOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-01-25/AgentOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
dcterms:license <https://opensource.org/licenses/BSD-3-Clause> ;
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 1.4"@en .
owl:versionInfo "Version 1.5"@en .
#################################################################
# Annotation properties

View File

@@ -9,16 +9,16 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/AllCoreOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> ,
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-01-25/AllCoreOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> ;
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
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 ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
owl:versionInfo "Version 1.4"@en .
owl:versionInfo "Version 1.5"@en .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi

View File

@@ -9,12 +9,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/ArtifactOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-01-25/ArtifactOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
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 1.4"@en .
owl:versionInfo "Version 1.5"@en .
#################################################################
# Annotation properties

View File

@@ -9,12 +9,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/CurrencyUnitOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-01-25/CurrencyUnitOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
owl:versionInfo "Version 1.4"@en ;
rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."@en ;
rdfs:label "Currency Unit Ontology"@en .
rdfs:label "Currency Unit Ontology"@en ;
owl:versionInfo "Version 1.5"@en .
#################################################################
# Classes
@@ -929,4 +929,4 @@ cco:ZambiaKwacha rdf:type owl:NamedIndividual ,
rdfs:label "Zambia Kwacha"@en .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi

View File

@@ -9,12 +9,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/EventOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-01-25/EventOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
rdfs:comment "This ontology is designed to represent processual entities, especially those performed by agents, that occur within multiple domains."@en ;
rdfs:label "Event Ontology"@en ;
owl:versionInfo "Version 1.4"@en .
owl:versionInfo "Version 1.5"@en .
#################################################################
# Classes

View File

@@ -11,12 +11,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/ExtendedRelationOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-01-25/ExtendedRelationOntology> ;
owl:imports obo:bfo ;
dcterms:license <https://opensource.org/licenses/BSD-3-Clause> ;
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 1.4"@en .
owl:versionInfo "Version 1.5"@en .
#################################################################
# Annotation properties

View File

@@ -9,12 +9,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/FacilityOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-01-25/FacilityOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
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 1.4"@en .
owl:versionInfo "Version 1.5"@en .
#################################################################
# Classes
@@ -842,4 +842,4 @@ cco:WindFarm rdf:type owl:Class ;
rdfs:label "Wind Farm"@en .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi

View File

@@ -11,12 +11,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/GeospatialOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-01-25/GeospatialOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> ;
dcterms:license <https://opensource.org/licenses/BSD-3-Clause> ;
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 1.4"@en .
owl:versionInfo "Version 1.5"@en .
#################################################################
# Annotation properties

View File

@@ -9,13 +9,13 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/InformationEntityOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-01-25/InformationEntityOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
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 1.4"@en .
owl:versionInfo "Version 1.5"@en .
#################################################################
# Object Properties

View File

@@ -5,18 +5,26 @@
@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#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/QualityOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-01-25/QualityOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
owl:versionInfo "Version 1.4"@en ;
dcterms:license <https://opensource.org/licenses/BSD-3-Clause> ;
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 .
rdfs:label "Quality Ontology"@en ;
owl:versionInfo "Version 1.5"@en .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/terms/bibliographicCitation
dcterms:bibliographicCitation rdf:type owl:AnnotationProperty .
#################################################################
# Classes
@@ -228,17 +236,6 @@ cco:Cyan rdf:type owl:Class ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
rdfs:label "Cyan"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/DisruptingDisposition
cco:DisruptingDisposition rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000016 ;
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A disposition the realization of which would disrupt a process some entity has an interest in."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
skos:editorialNote "This is a defined class. A Disrupting Disposition is indexed by the interest_in object property. A disposition can be a Disrupting Disposition according to one index and not a Disrupting Disposition according to another index." ;
rdfs:label "Disrupting Disposition"@en ;
skos:prefLabel "Threat"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Cylindrical
cco:Cylindrical rdf:type owl:Class ;
@@ -274,6 +271,18 @@ cco:Diameter rdf:type owl:Class ;
rdfs:label "Diameter"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/DisruptingDisposition
cco:DisruptingDisposition rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000016 ;
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A disposition the realization of which would disrupt a process some entity has an interest in."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
rdfs:label "Disrupting Disposition"@en ;
skos:editorialNote "This is a defined class. A Disrupting Disposition is indexed by the interest_in object property. A disposition can be a Disrupting Disposition according to one index and not a Disrupting Disposition according to another index." ;
skos:prefLabel "Threat"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Drooping
cco:Drooping rdf:type owl:Class ;
rdfs:subClassOf cco:ShapeQuality ;
@@ -875,17 +884,16 @@ cco:Violet rdf:type owl:Class ;
rdfs:label "Violet"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Vulnerability
cco:Vulnerability rdf:type owl:Class ;
rdfs:subClassOf cco:DisruptingDisposition ;
dcterms:bibliographicCitation "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. " ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
skos:editorialNote "This is defined class. A Vulnerability is indexed by the interest_in object property. A disposition can be a Vulnerability according to one index and not a Vulnerability according to another index." ;
cco:definition "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
rdfs:label "Vulnerability"@en ;
skos:prefLabel "Vulnerability"@en .
rdfs:subClassOf cco:DisruptingDisposition ;
dcterms:bibliographicCitation "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. " ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
rdfs:label "Vulnerability"@en ;
skos:editorialNote "This is defined class. A Vulnerability is indexed by the interest_in object property. A disposition can be a Vulnerability according to one index and not a Vulnerability according to another index." ;
skos:prefLabel "Vulnerability"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Wavy
@@ -957,4 +965,4 @@ cco:Yellow rdf:type owl:Class ;
rdfs:label "Yellow"@en .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi

View File

@@ -9,12 +9,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/TimeOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-01-25/TimeOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
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 1.4"@en .
owl:versionInfo "Version 1.5"@en .
#################################################################
# Object Properties
@@ -429,12 +429,12 @@ cco:Morning rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiDayTemporalInterval
cco:MultiDayTemporalInterval rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000202 ,
rdfs:subClassOf obo:BFO_0000038 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Day
] ;
cco:definition "A Temporal Interval that is measured in Days and spans at least one Day."@en ;
cco:definition "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:comment "This is a defined class."@en ;
rdfs:label "Multi-Day Temporal Interval"@en .
@@ -442,12 +442,12 @@ cco:MultiDayTemporalInterval rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiHourTemporalInterval
cco:MultiHourTemporalInterval rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000202 ,
rdfs:subClassOf obo:BFO_0000038 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Hour
] ;
cco:definition "A Temporal Interval that is measured in Hours and spans at least one Hour."@en ;
cco:definition "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:comment "This is a defined class."@en ;
rdfs:label "Multi-Hour Temporal Interval"@en .
@@ -455,12 +455,12 @@ cco:MultiHourTemporalInterval rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiMinuteTemporalInterval
cco:MultiMinuteTemporalInterval rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000202 ,
rdfs:subClassOf obo:BFO_0000038 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Minute
] ;
cco:definition "A Temporal Interval that is measured in Minutes and spans at least one Minute."@en ;
cco:definition "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:comment "This is a defined class."@en ;
rdfs:label "Multi-Minute Temporal Interval"@en .
@@ -468,12 +468,12 @@ cco:MultiMinuteTemporalInterval rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiMonthTemporalInterval
cco:MultiMonthTemporalInterval rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000202 ,
rdfs:subClassOf obo:BFO_0000038 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Month
] ;
cco:definition "A Temporal Interval that is measured in Months and spans at least one Month."@en ;
cco:definition "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:comment "This is a defined class."@en ;
rdfs:label "Multi-Month Temporal Interval"@en .
@@ -481,12 +481,12 @@ cco:MultiMonthTemporalInterval rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiSecondTemporalInterval
cco:MultiSecondTemporalInterval rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000202 ,
rdfs:subClassOf obo:BFO_0000038 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Second
] ;
cco:definition "A Temporal Interval that is measured in Seconds and spans at least one Second."@en ;
cco:definition "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:comment "This is a defined class."@en ;
rdfs:label "Multi-Second Temporal Interval"@en .
@@ -494,12 +494,12 @@ cco:MultiSecondTemporalInterval rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiWeekTemporalInterval
cco:MultiWeekTemporalInterval rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000202 ,
rdfs:subClassOf obo:BFO_0000038 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Week
] ;
cco:definition "A Temporal Interval that is measured in Weeks and spans at least one Week."@en ;
cco:definition "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:comment "This is a defined class."@en ;
rdfs:label "Multi-Week Temporal Interval"@en .
@@ -507,12 +507,12 @@ cco:MultiWeekTemporalInterval rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiYearTemporalInterval
cco:MultiYearTemporalInterval rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000202 ,
rdfs:subClassOf obo:BFO_0000038 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Year
] ;
cco:definition "A Temporal Interval that is measured in Years and spans at least one Year."@en ;
cco:definition "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:comment "This is a defined class."@en ;
rdfs:label "Multi-Year Temporal Interval"@en .
@@ -532,7 +532,7 @@ cco:ReferenceTime rdf:type owl:Class ;
cco:alternative_label "Epoch"@en ,
"Epoch Time"@en ,
"Reference Date"@en ;
cco:definition "A Temporal Instant that is an approximate Temporal Instant in relation to which other Temporal Regions are measured or identified."@en ;
cco:definition "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Epoch_(reference_date)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "Reference Time"@en .
@@ -559,7 +559,7 @@ cco:TimeOfDay rdf:type owl:Class ;
owl:onProperty obo:BFO_0000132 ;
owl:someValuesFrom cco:Day
] ;
cco:definition "A Temporal Instant that is an approximate Temporal Instant that is part of a Day."@en ;
cco:definition "A Temporal Instant that is part of a Day."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "Time of Day"@en .
@@ -567,7 +567,7 @@ cco:TimeOfDay rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/UnixTemporalInstant
cco:UnixTemporalInstant rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000203 ;
cco:definition "A Temporal Instant that is an approximate Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en ;
cco:definition "A Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "Unix Temporal Instant"@en .

View File

@@ -9,12 +9,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/UnitsOfMeasureOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-01-25/UnitsOfMeasureOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
owl:versionInfo "Version 1.4"@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 ;
rdfs:comment "This ontology is designed to represent standard measurement units that are used when measuring various attributes of entities."@en .
owl:versionInfo "Version 1.5"@en .
#################################################################
# Annotation properties
@@ -1483,4 +1483,4 @@ cco:YearMeasurementUnit rdf:type owl:NamedIndividual ,
rdfs:label "Year Measurement Unit"@en .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi