sulo:isLocationOf


URI

https://w3id.org/sulo/isLocationOf

Label

contains

Description

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

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:TransitiveProperty ;
    rdfs:label "contains"@en ;
    rdfs:comment "A binary relation where the subject entity includes the object entity within its spatial, temporal, structural, or conceptual extent."@en .