diff options
author | David Robillard <d@drobilla.net> | 2012-08-05 22:11:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-05 22:11:39 +0000 |
commit | 105206c8cd1ce84d31f10880fd52f7feb8e09231 (patch) | |
tree | d11ae972f0bc6326373e0c9cedfd1c8594d7f5b3 | |
parent | 1d77dfca88b798ad190b93ea82ed9784e517bef9 (diff) | |
download | lv2-105206c8cd1ce84d31f10880fd52f7feb8e09231.tar.xz |
Add missing namespace prefix.
-rw-r--r-- | schemas/xsd.ttl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/xsd.ttl b/schemas/xsd.ttl index 1421c0c..27f6d4b 100644 --- a/schemas/xsd.ttl +++ b/schemas/xsd.ttl @@ -1,5 +1,6 @@ @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#> . xsd:ID a rdfs:Datatype ; |