Merge branch 'IEO-fixes' into make-v20230308

This commit is contained in:
Mark Jensen
2023-03-07 20:27:37 -05:00

View File

@@ -308,23 +308,25 @@ cco:prescribes rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/represented_by
cco:represented_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:described_by ;
rdfs:subPropertyOf cco:is_subject_of ;
owl:inverseOf cco:represents ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:RepresentationalInformationContentEntity ;
cco:definition "x represented_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y presents the characteristics by which x can be recognized or visualized, and there exists a one-to-one correspondence between the components of x and y."@en ;
cco:definition "y represented_by x iff x is an instance of Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:comment "See notes for inverse property." ;
rdfs:label "represented by"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/represents
cco:represents rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:describes ;
rdfs:subPropertyOf cco:is_about ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:RepresentationalInformationContentEntity ;
cco:definition "x represents y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x presents the characteristics by which y can be recognized or visualized, and there exists a one-to-one correspondence between the components of x and y."@en ;
cco:definition "x represents y iff x is an instance of Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ;
cco:elucidation "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en ;
rdfs:label "represents"@en .
@@ -608,18 +610,6 @@ cco:DateIdentifier rdf:type owl:Class ;
rdfs:label "Date Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/DecadeIdentifier
cco:DecadeIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Decade
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Decade."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Decade Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/DecimalDateIdentifier
cco:DecimalDateIdentifier rdf:type owl:Class ;
rdfs:subClassOf cco:DateIdentifier ;
@@ -777,18 +767,6 @@ cco:GreenwichMeanTimeZoneIdentifier rdf:type owl:Class ;
rdfs:label "Greenwich Mean Time Zone Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/HourIdentifier
cco:HourIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Hour
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Hour."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Hour Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/InformationBearingEntity
cco:InformationBearingEntity rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000030
@@ -1035,18 +1013,6 @@ cco:MinimumOrdinalMeasurementInformationContentEntity rdf:type owl:Class ;
rdfs:label "Minimum Ordinal Measurement Information Content Entity"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MinuteIdentifier
cco:MinuteIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Minute
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Minute."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Minute Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModePointEstimateInformationContentEntity
cco:ModePointEstimateInformationContentEntity rdf:type owl:Class ;
rdfs:subClassOf cco:PointEstimateInformationContentEntity ;
@@ -1058,102 +1024,6 @@ cco:ModePointEstimateInformationContentEntity rdf:type owl:Class ;
rdfs:label "Mode Point Estimate Information Content Entity"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MonthIdentifier
cco:MonthIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Month
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Month."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Month Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiDayTemporalIntervalIdentifier
cco:MultiDayTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiDayTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Day Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Day Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiHourTemporalIntervalIdentifier
cco:MultiHourTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiHourTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Hour Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Hour Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiMinuteTemporalIntervalIdentifier
cco:MultiMinuteTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiMinuteTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Minute Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Minute Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiMonthTemporalIntervalIdentifier
cco:MultiMonthTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiMonthTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Month Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Month Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiSecondTemporalIntervalIdentifier
cco:MultiSecondTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiSecondTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Second Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Second Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiWeekTemporalIntervalIdentifier
cco:MultiWeekTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiWeekTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Week Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Week Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiYearTemporalIntervalIdentifier
cco:MultiYearTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiYearTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Year Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Year Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/NautralLanguage
cco:NautralLanguage rdf:type owl:Class ;
rdfs:subClassOf cco:Language ;
@@ -1377,7 +1247,7 @@ cco:ReliabilityMeasurementInformationContentEntity rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/RepresentationalInformationContentEntity
cco:RepresentationalInformationContentEntity rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:DescriptiveInformationContentEntity
owl:equivalentClass [ owl:intersectionOf ( cco:InformationContentEntity
[ rdf:type owl:Restriction ;
owl:onProperty cco:represents ;
owl:someValuesFrom obo:BFO_0000001
@@ -1385,8 +1255,8 @@ cco:RepresentationalInformationContentEntity rdf:type owl:Class ;
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:DescriptiveInformationContentEntity ;
cco:definition "A Descriptive Information Content Entity that consists of a set of propositions or the content of an image that represents some Entity."@en ;
rdfs:subClassOf cco:InformationContentEntity ;
cco:definition "An Information Content Entity that represents some Entity."@en ;
cco:example_of_usage "the content of a court transcript represents a courtroom proceeding" ,
"the content of a photograph of the Statue of Liberty represents the Statue of Liberty" ,
"the content of a video of a sporting event represents that sporting event" ;
@@ -1394,18 +1264,6 @@ cco:RepresentationalInformationContentEntity rdf:type owl:Class ;
rdfs:label "Representational Information Content Entity"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SecondIdentifier
cco:SecondIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Second
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Second."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Second Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SequencePositionOrdinality
cco:SequencePositionOrdinality rdf:type owl:Class ;
rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ;
@@ -1597,30 +1455,6 @@ cco:VeracityMeasurementInformationContentEntity rdf:type owl:Class ;
rdfs:label "Veracity Measurement Information Content Entity"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/WeekIdentifier
cco:WeekIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Week
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Week."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Week Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/YearIdentifier
cco:YearIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Year
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Year."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Year Identifier"@en .
#################################################################
# Individuals
#################################################################