https://w3id.org/sulo/isLocatedIn
A binary relation where the object entity includes the subject 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:isLocatedIn a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "is in"@en ;
rdfs:comment "A binary relation where the object entity includes the subject entity within its spatial, temporal, structural, or conceptual extent."@en ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:inverseOf sulo:isLocationOf .