time:days leaf node


URI

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

Label

days

Usage

DOMAINPROPERTYRANGE
time:DurationDescription time:days xsd:decimal

Implementation

@prefix : <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#> .

:days a owl:DatatypeProperty ;
    rdfs:domain :DurationDescription ;
    rdfs:range xsd:decimal .