Skip to content

Commit 6dbb341

Browse files
authored
Merge pull request #742 from CommonCoreOntology/geospatial-location-definition-clarification
corrected definition and updated eq axiom per #590
2 parents 47a9d9d + 75e71ae commit 6dbb341

1 file changed

Lines changed: 25 additions & 8 deletions

File tree

src/cco-modules/GeospatialOntology.ttl

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -458,14 +458,31 @@ cco:ont00000472 rdf:type owl:Class ;
458458

459459
### https://www.commoncoreontologies.org/ont00000487
460460
cco:ont00000487 rdf:type owl:Class ;
461-
rdfs:subClassOf cco:ont00000472 ,
462-
[ rdf:type owl:Restriction ;
463-
owl:onProperty obo:BFO_0000124 ;
464-
owl:someValuesFrom obo:BFO_0000001
465-
] ;
466-
rdfs:label "Geospatial Location"@en ;
467-
skos:definition "A Geospatial Region that is at which an Entity or Event is located."@en ;
468-
cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI .
461+
owl:equivalentClass [ owl:intersectionOf ( cco:ont00000472
462+
[ rdf:type owl:Class ;
463+
owl:unionOf ( [ rdf:type owl:Restriction ;
464+
owl:onProperty obo:BFO_0000124 ;
465+
owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004
466+
[ rdf:type owl:Class ;
467+
owl:complementOf obo:BFO_0000006
468+
]
469+
) ;
470+
rdf:type owl:Class
471+
]
472+
]
473+
[ rdf:type owl:Restriction ;
474+
owl:onProperty obo:BFO_0000183 ;
475+
owl:someValuesFrom obo:BFO_0000015
476+
]
477+
)
478+
]
479+
) ;
480+
rdf:type owl:Class
481+
] ;
482+
rdfs:subClassOf cco:ont00000472 ;
483+
rdfs:label "Geospatial Location"@en ;
484+
skos:definition "A Geospatial Region that is the location of an Independent Continuant (that is not a Spatial Region) or that environs some Process."@en ;
485+
cco:ont00001760 "https://www.commoncoreontologies.org/GeospatialOntology"^^xsd:anyURI .
469486

470487

471488
### https://www.commoncoreontologies.org/ont00000489

0 commit comments

Comments
 (0)