is location of


URI

http://semanticscience.org/resource/isLocationOf

Label

is location of

Description

A is location of B iff the spatialtemporal region occupied by A has the spatialtemporal region occupied by B as a part. [T][R]

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is location of owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .

sio:isLocationOf a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "is location of"@en ;
    dct:description "A is location of B iff the spatialtemporal region occupied by A has the spatialtemporal region occupied by B as a part. [T][R]"@en ;
    sio:subset "nlp+" ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isSpatiotemporallyRelatedTo .