1 2 3 4 5 6
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>. @prefix test: <http://example.org/>. test:Date test:date "2002-10-10T00:00:00+13"^^xsd:dateTime.