diff options
author | David Robillard <d@drobilla.net> | 2012-04-17 21:56:06 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-17 21:56:06 +0000 |
commit | b158aa9e8f2890fefecf8c43588ad49eb182a13a (patch) | |
tree | 05914bfdcd1e918d2d07faf49f22c6748862db23 /schemas/xsd.ttl | |
parent | fba2266a76595c9b2e9f7d25953c95de88367498 (diff) | |
download | lv2-b158aa9e8f2890fefecf8c43588ad49eb182a13a.tar.xz |
Fix whitespace.
Diffstat (limited to 'schemas/xsd.ttl')
-rw-r--r-- | schemas/xsd.ttl | 4 |
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 . |