contains


URI

http://semanticscience.org/resource/contains

Label

contains

Description

A contains B iff the spatial region occupied by A has the spatial region occupied by B as a part, and B is not part of A. [T]

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) contains 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:contains a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "contains"@en ;
    dct:description "A contains B iff the spatial region occupied by A has the spatial region occupied by B as a part, and B is not part of A. [T]"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isLocationOf .