Skip to content

Commit 90aa145

Browse files
authored
Correcting domains/ranges throughout modules (#800)
Catch me if you can
1 parent 87122a0 commit 90aa145

4 files changed

Lines changed: 340 additions & 340 deletions

File tree

src/cco-modules/AgentOntology.ttl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
<https://www.commoncoreontologies.org/AgentOntology> rdf:type owl:Ontology ;
1414
owl:versionIRI <https://www.commoncoreontologies.org/2024-11-05/AgentOntology> ;
1515
owl:imports <https://www.commoncoreontologies.org/InformationEntityOntology> ;
16+
owl:imports <https://www.commoncoreontologies.org/EventOntology> ;
1617
dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
1718
dcterms:rights "CUBRC Inc., see full license."@en ;
1819
rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."@en ;
19-
rdfs:label "Agent Ontology"@en ;
20+
rdfs:label "Agent Ontology"@en ;
2021
owl:versionInfo "Version 2.0"@en .
2122

2223
#################################################################

src/cco-modules/ExtendedRelationOntology.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,4 +581,4 @@ cco:ont00001986 rdf:type owl:ObjectProperty ;
581581
cco:ont00001760 "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI .
582582

583583

584-
### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi
584+
### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi

src/cco-modules/InformationEntityOntology.ttl

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
99
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
1010
@prefix dcterms: <http://purl.org/dc/terms/> .
11-
@base <https://www.commoncoreontologies.org/InformationEntityOntology/> .
11+
@base <https://www.commoncoreontologies.org/InformationEntityOntology> .
1212

1313
<https://www.commoncoreontologies.org/InformationEntityOntology> rdf:type owl:Ontology ;
1414
owl:versionIRI <https://www.commoncoreontologies.org/2024-11-06/InformationEntityOntology> ;
@@ -71,7 +71,7 @@ cco:ont00001811 rdf:type owl:ObjectProperty ;
7171
rdfs:domain cco:ont00001010 ;
7272
rdfs:range obo:BFO_0000001 ;
7373
rdfs:label "is an ordinal measurement of"@en ;
74-
skos:definition "x is_an_ordinal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity and y is_measured_by_ordinal x."@en ;
74+
skos:definition "x is_an_ordinal_measurement_of y iff x is an instance of Ordinal Measurement Information Content Entity and y is an instance of Entity and y is_measured_by_ordinal x."@en ;
7575
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .
7676

7777

@@ -113,14 +113,15 @@ cco:ont00001868 rdf:type owl:ObjectProperty ;
113113
rdfs:domain cco:ont00000293 ;
114114
rdfs:range obo:BFO_0000001 ;
115115
rdfs:label "is a nominal measurement of"@en ;
116-
skos:definition "x is_a_nominal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ;
116+
skos:definition "x is_a_nominal_measurement_of y iff x is an instance of Nominal Measurement Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en ;
117117
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .
118118

119119

120120
### https://www.commoncoreontologies.org/ont00001873
121121
cco:ont00001873 rdf:type owl:ObjectProperty ;
122122
rdfs:subPropertyOf cco:ont00001801 ;
123123
owl:inverseOf cco:ont00001938 ;
124+
rdfs:domain obo:BFO_0000001 ;
124125
rdfs:range cco:ont00001069 ;
125126
rdfs:comment "See notes for inverse property." ;
126127
rdfs:label "represented by"@en ;
@@ -135,7 +136,7 @@ cco:ont00001877 rdf:type owl:ObjectProperty ;
135136
rdfs:domain cco:ont00001364 ;
136137
rdfs:range obo:BFO_0000001 ;
137138
rdfs:label "is an interval measurement of"@en ;
138-
skos:definition "x is_an_interval_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity and y is_measured_by_interval x."@en ;
139+
skos:definition "x is_an_interval_measurement_of y iff x is an instance of Interval Measurement Information Content Entity and y is an instance of Entity and y is_measured_by_interval x."@en ;
139140
skos:example "a measurement of air temperature on the Celsius scale." ;
140141
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .
141142

@@ -297,11 +298,11 @@ cco:ont00001920 rdf:type owl:ObjectProperty ;
297298
### https://www.commoncoreontologies.org/ont00001938
298299
cco:ont00001938 rdf:type owl:ObjectProperty ;
299300
rdfs:subPropertyOf cco:ont00001808 ;
300-
rdfs:domain cco:ont00000958 ;
301+
rdfs:domain cco:ont00001069 ;
301302
rdfs:range obo:BFO_0000001 ;
302303
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 ;
303304
rdfs:label "represents"@en ;
304-
skos:definition "x represents y iff x is an instance of Information Content Entity, 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 ;
305+
skos:definition "x represents y iff x is an instance of Representational Information Content Entity, 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 ;
305306
skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ,
306307
"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 ;
307308
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .
@@ -368,7 +369,7 @@ cco:ont00001966 rdf:type owl:ObjectProperty ;
368369
rdfs:range obo:BFO_0000001 ;
369370
rdfs:comment "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z."@en ;
370371
rdfs:label "is a measurement of"@en ;
371-
skos:definition "x is_a_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ;
372+
skos:definition "x is_a_measurement_of y iff x is an instance of Measurement Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ;
372373
skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en ;
373374
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .
374375

@@ -1833,7 +1834,7 @@ cco:ont00002037 rdf:type owl:Class ;
18331834
### https://www.commoncoreontologies.org/ont00002038
18341835
cco:ont00002038 rdf:type owl:Class ;
18351836
rdfs:subClassOf cco:ont00002001 ,
1836-
[ rdf:type owl:Restriction ;
1837+
[ rdf:type owl:Restriction ;
18371838
owl:onProperty obo:BFO_0000176 ;
18381839
owl:someValuesFrom cco:ont00002039
18391840
] ;
@@ -2675,4 +2676,4 @@ cco:ont00001732 rdf:type owl:NamedIndividual ,
26752676
cco:ont00001760 "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI .
26762677

26772678

2678-
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
2679+
### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi

0 commit comments

Comments
 (0)