https://w3id.org/sulo/isLocationOf
A binary relation where the subject entity includes the object entity within its spatial, temporal, structural, or conceptual extent.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sulo: <https://w3id.org/sulo/> .
sulo:isLocationOf a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "contains"@en ;
rdfs:comment "A binary relation where the subject entity includes the object entity within its spatial, temporal, structural, or conceptual extent."@en .