sulo:atTime leaf node


URI

https://w3id.org/sulo/atTime

Label

at time

Description

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

Usage

DOMAINPROPERTYRANGE
owl:Thing sulo:atTime sulo:Time

Implementation

@prefix dcterms: <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 sulo: <https://w3id.org/sulo/> .

sulo:atTime a owl:ObjectProperty ;
    rdfs:label "at time"@en ;
    dcterms:alternative "existsAt"@en ;
    rdfs:comment "a relation between any thing and the time in which it occurs at."@en ;
    rdfs:domain owl:Thing ;
    rdfs:range sulo:Time ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    owl:inverseOf sulo:isTimeOf .