sulo:isLocatedIn


URI

https://w3id.org/sulo/isLocatedIn

Label

is in

Description

A binary relation where the object entity includes the subject entity within its spatial, temporal, structural, or conceptual extent.

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) sulo:isLocatedIn owl:Thing (inferred)

Implementation

@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 .