time:inXSDgYearMonth leaf node


URI

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

Label

in XSD g-YearMonth

Description

Position of an instant, expressed using xsd:gYearMonth

Usage

DOMAINPROPERTYRANGE
time:Instant time:inXSDgYearMonth xsd:gYearMonth

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:inXSDgYearMonth a owl:DatatypeProperty ;
    rdfs:label "in XSD g-YearMonth"@en,
        "en año-mes gregoriano XSD"@es ;
    rdfs:comment "Position of an instant, expressed using xsd:gYearMonth"@en,
        "Posición de un instante, expresado utilizando xsd:gYearMonth."@es ;
    rdfs:domain time:Instant ;
    rdfs:range xsd:gYearMonth ;
    skos:definition "Position of an instant, expressed using xsd:gYearMonth"@en,
        "Posición de un instante, expresado utilizando xsd:gYearMonth."@es .