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

ns0:seconds
    a owl:DatatypeProperty ;
    rdfs:comment "Longitud de, o elemento de la longitud de, una extensión temporal expresada en segundos."@es, "length of, or element of the length of, a temporal extent expressed in seconds"@en ;
    rdfs:domain ns0:GeneralDurationDescription ;
    rdfs:label "duración en segundos"@es, "seconds duration"@en ;
    rdfs:range xsd:decimal ;
    rdfs:seeAlso <http://www.bipm.org/en/publications/si-brochure/second.html> .