sulo:isLocationOf


URI

https://w3id.org/sulo/isLocationOf

Label

is location of

Description

A is location of B iff the spatialtemporal region occupied by A is the spatialtemporal region occupied by B.

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) sulo:isLocationOf 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:isLocationOf a owl:ObjectProperty,
        owl:ReflexiveProperty,
        owl:TransitiveProperty ;
    rdfs:label "is location of"@en ;
    rdfs:comment "A is location of B iff the spatialtemporal region occupied by A is the spatialtemporal region occupied by B."@en .