http://www.w3.org/2006/time#inXSDDateTime
DOMAIN | PROPERTY | RANGE |
---|---|---|
time:Instant | time:inXSDDateTime | xsd:dateTime |
@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#> .
:inXSDDateTime a owl:DatatypeProperty ;
rdfs:domain :Instant ;
rdfs:range xsd:dateTime .