new superclasses for temporal intervals

This commit is contained in:
Mark Jensen
2024-01-15 16:23:55 -05:00
parent 4bc2ac31c0
commit 010c9a2bc0

View File

@@ -237,16 +237,16 @@ cco:is_inside_instant_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Afternoon
cco:Afternoon rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ;
cco:definition "A One-Dimensional Temporal Region that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en ;
rdfs:subClassOf obo:BFO_0000202 ;
cco:definition "A Temporal Interval that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "Afternoon"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/AxialRotationPeriod
cco:AxialRotationPeriod rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ;
cco:definition "A One-Dimensional Temporal Region that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en ;
rdfs:subClassOf obo:BFO_0000202 ;
cco:definition "A Temporal Interval that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "Axial Rotation Period"@en .
@@ -287,12 +287,12 @@ cco:CalendarYear rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Day
cco:Day rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_during ;
owl:someValuesFrom cco:Week
] ;
cco:definition "A One-Dimensional Temporal Region that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en ;
cco:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en ;
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=day" ;
cco:elucidation "Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
@@ -301,8 +301,8 @@ cco:Day rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Decade
cco:Decade rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ;
cco:definition "A One-Dimensional Temporal Region that is equal to a period of ten consecutive Years."@en ;
rdfs:subClassOf obo:BFO_0000202 ;
cco:definition "A Temporal Interval that is equal to a period of ten consecutive Years."@en ;
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=decade" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "Decade"@en .
@@ -310,8 +310,8 @@ cco:Decade rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Evening
cco:Evening rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ;
cco:definition "A One-Dimensional Temporal Region that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en ;
rdfs:subClassOf obo:BFO_0000202 ;
cco:definition "A Temporal Interval that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "Evening"@en .
@@ -336,12 +336,12 @@ cco:GregorianYear rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Hour
cco:Hour rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_during ;
owl:someValuesFrom cco:Day
] ;
cco:definition "A One-Dimensional Temporal Region that is equal to sixty consecutive Minutes."@en ;
cco:definition "A Temporal Interval that is equal to sixty consecutive Minutes."@en ;
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=hour" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "Hour"@en .
@@ -382,12 +382,12 @@ cco:JulianYear rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Minute
cco:Minute rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_during ;
owl:someValuesFrom cco:Hour
] ;
cco:definition "A One-Dimensional Temporal Region that is equal to sixty consecutive Seconds."@en ;
cco:definition "A Temporal Interval that is equal to sixty consecutive Seconds."@en ;
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=minute" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "Minute"@en .
@@ -407,12 +407,12 @@ MJD = JD - 2400000.5"""@en ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Month
cco:Month rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_during ;
owl:someValuesFrom cco:Year
] ;
cco:definition "A One-Dimensional Temporal Region that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en ;
cco:definition "A Temporal Interval that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en ;
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=month" ;
cco:elucidation "Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
@@ -421,20 +421,20 @@ cco:Month rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Morning
cco:Morning rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ;
cco:definition "A One-Dimensional Temporal Region that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en ;
rdfs:subClassOf obo:BFO_0000202 ;
cco:definition "A Temporal Interval that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "Morning"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiDayTemporalInterval
cco:MultiDayTemporalInterval rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Day
] ;
cco:definition "A One-Dimensional Temporal Region that is measured in Days and spans at least one Day."@en ;
cco:definition "A Temporal Interval 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_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Hour
] ;
cco:definition "A One-Dimensional Temporal Region that is measured in Hours and spans at least one Hour."@en ;
cco:definition "A Temporal Interval 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_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Minute
] ;
cco:definition "A One-Dimensional Temporal Region that is measured in Minutes and spans at least one Minute."@en ;
cco:definition "A Temporal Interval 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_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Month
] ;
cco:definition "A One-Dimensional Temporal Region that is measured in Months and spans at least one Month."@en ;
cco:definition "A Temporal Interval 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_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Second
] ;
cco:definition "A One-Dimensional Temporal Region that is measured in Seconds and spans at least one Second."@en ;
cco:definition "A Temporal Interval 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_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Week
] ;
cco:definition "A One-Dimensional Temporal Region that is measured in Weeks and spans at least one Week."@en ;
cco:definition "A Temporal Interval 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_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_contains ;
owl:someValuesFrom cco:Year
] ;
cco:definition "A One-Dimensional Temporal Region that is measured in Years and spans at least one Year."@en ;
cco:definition "A Temporal Interval 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 .
@@ -520,8 +520,8 @@ cco:MultiYearTemporalInterval rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Night
cco:Night rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ;
cco:definition "A One-Dimensional Temporal Region that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en ;
rdfs:subClassOf obo:BFO_0000202 ;
cco:definition "A Temporal Interval that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "Night"@en .
@@ -540,12 +540,12 @@ cco:ReferenceTime rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Second
cco:Second rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_during ;
owl:someValuesFrom cco:Minute
] ;
cco:definition "A One-Dimensional Temporal Region that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ;
cco:definition "A Temporal Interval that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en ;
cco:definition_source "https://physics.nist.gov/cuu/Units/second.html" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:comment "The Second is used as the basic SI unit of time."@en ;
@@ -574,12 +574,12 @@ cco:UnixTemporalInstant rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Week
cco:Week rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_during ;
owl:someValuesFrom cco:Month
] ;
cco:definition "A One-Dimensional Temporal Region that is equal to seven consecutive Days."@en ;
cco:definition "A Temporal Interval that is equal to seven consecutive Days."@en ;
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=week" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;
rdfs:label "Week"@en .
@@ -587,12 +587,12 @@ cco:Week rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Year
cco:Year rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000038 ,
rdfs:subClassOf obo:BFO_0000202 ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:interval_during ;
owl:someValuesFrom cco:Decade
] ;
cco:definition "A One-Dimensional Temporal Region that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en ;
cco:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en ;
cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=year" ;
cco:elucidation "Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ;