sulo:occursIn leaf node


URI

https://w3id.org/sulo/occursIn

Label

occurs in

Description

a relation between any thing and the time in which it occurs in.

Usage

DOMAINPROPERTYRANGE
owl:Thing sulo:occursIn sulo:Time

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:occursIn a owl:ObjectProperty ;
    rdfs:label "occurs in"@en ;
    rdfs:comment "a relation between any thing and the time in which it occurs in."@en ;
    rdfs:domain owl:Thing ;
    rdfs:range sulo:Time ;
    rdfs:subPropertyOf owl:topObjectProperty .