http://www.w3.org/2006/time#hasBeginning
Beginning of a temporal entity
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:TemporalEntity | time:hasBeginning | time:Instant |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time: <http://www.w3.org/2006/time#> .
time:hasBeginning a owl:ObjectProperty ;
rdfs:label "has beginning"@en,
"tiene principio"@es ;
rdfs:comment "Beginning of a temporal entity"@en,
"Comienzo de una entidad temporal."@es ;
rdfs:domain time:TemporalEntity ;
rdfs:range time:Instant ;
rdfs:subPropertyOf time:hasTime ;
skos:definition "Beginning of a temporal entity."@en,
"Comienzo de una entidad temporal."@es .