fixed bad iri in axiom for Facility

This commit is contained in:
Mark Jensen
2023-03-08 12:31:45 -05:00
parent d01a4f3294
commit 79c84dcf06

View File

@@ -1493,7 +1493,7 @@ cco:Facility rdf:type owl:Class ;
rdfs:subClassOf cco:Artifact ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:RO_0001025 ;
owl:someValuesFrom <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology#PortionOfGeosphere>
owl:someValuesFrom cco:PortionOfGeosphere
] ;
cco:definition "A Material Artifact that is designed as a building or campus dedicated to some specific purpose."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ;