time:inXSDgYear leaf node


URI

http://www.w3.org/2006/time#inXSDgYear

Label

in XSD g-Year

Description

Position of an instant, expressed using xsd:gYear

Usage

DOMAINPROPERTYRANGE
time:Instant time:inXSDgYear xsd:gYear

Implementation

@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

time:inXSDgYear a owl:DatatypeProperty ;
    rdfs:label "in XSD g-Year"@en,
        "en año gregoriano XSD"@es ;
    rdfs:comment "Position of an instant, expressed using xsd:gYear"@en,
        "Posición de un instante, expresado utilizando xsd:gYear."@es ;
    rdfs:domain time:Instant ;
    rdfs:range xsd:gYear ;
    skos:definition "Position of an instant, expressed using xsd:gYear"@en,
        "Posición de un instante, expresado utilizando xsd:gYear."@es .