# $Id: dtP.n3,v 1.2 2003/01/26 13:55:55 jderoo Exp $

@prefix log: <http://www.w3.org/2000/10/swap/log#> .
@prefix math: <http://www.w3.org/2000/10/swap/math#> .
@prefix str: <http://www.w3.org/2000/10/swap/string#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <dt#> .

:road :repair "P1Y2M3DT10H30M"^^xsd:duration .
:testcase :made "2002-11-16T01:41:00+01:00"^^xsd:dateTime .
:john :birthday "1956-01-10"^^xsd:date .
:john :birthday "1956-01"^^xsd:gYearMonth .
:john :birthday "1956"^^xsd:gYear .
:john :birthday "--01-10"^^xsd:gMonthDay .
:john :birthday "---10"^^xsd:gDay .
:john :birthday "--01--"^^xsd:gMonth .
:jenny :age "10"^^xsd:integer .
:mary :ageS "11" .
:john :ageS "11"^^xsd:string .
<ex:a> <ex:b> "25"^^xsd:decimal .
<ex:b> rdfs:range xsd:string .
