aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--schemas/xsd.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/xsd.ttl b/schemas/xsd.ttl
index a800e1d..1421c0c 100644
--- a/schemas/xsd.ttl
+++ b/schemas/xsd.ttl
@@ -49,7 +49,7 @@ xsd:byte
xsd:date
a rdfs:Datatype ;
- xsd:pattern "-?[0-9][0-9][0-9][0-9]([0-9]*)?-(0[1-9]|1[0-1])-([0-3][1-9])([+-][0-1][0-9]:[0-6][0-9])?$" .
+ xsd:pattern "-?[0-9][0-9][0-9][0-9]([0-9]*)?-(0[1-9]|1[0-1])-([0-3][1-9])([+-][0-1][0-9]:[0-6][0-9])?$" .
xsd:dateTime
a rdfs:Datatype .
@@ -60,7 +60,7 @@ xsd:decimal
xsd:double
a rdfs:Datatype ;
- xsd:pattern "[+-]?[0-9]*\\.?[0-9]*([eE][-+]?[0-9]+)$" .
+ xsd:pattern "[+-]?[0-9]*\\.?[0-9]*([eE][-+]?[0-9]+)$" .
xsd:duration
a rdfs:Datatype .