is located in


URI

http://semanticscience.org/resource/isLocatedIn

Label

is located in

Description

A is located in B iff the spatialtemporial region occupied by A is part of the spatialtemporal region occupied by B. [T][R]

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is located in 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/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

sio:isLocatedIn a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "is located in"@en ;
    dct:description "A is located in B iff the spatialtemporial region occupied by A is part of the spatialtemporal region occupied by B. [T][R]"@en ;
    sio:equivalentTo "OBO_REL:located_in" ;
    sio:subset "core" ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isSpatiotemporallyRelatedTo ;
    owl:inverseOf sio:isLocationOf ;
    skos:example "A parasite in the interior of a person's intestine is located in their intestinal lumen."@en .