http://www.w3.org/2006/time#seconds
length of, or element of the length of, a temporal extent expressed in seconds
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:GeneralDurationDescription | time:seconds | xsd:decimal |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
time:seconds a owl:DatatypeProperty ;
rdfs:label "seconds duration"@en,
"duración en segundos"@es ;
rdfs:comment "length of, or element of the length of, a temporal extent expressed in seconds"@en,
"Longitud de, o elemento de la longitud de, una extensión temporal expresada en segundos."@es ;
rdfs:domain time:GeneralDurationDescription ;
rdfs:range xsd:decimal ;
rdfs:seeAlso <http://www.bipm.org/en/publications/si-brochure/second.html> .