aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2/rdf.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-07 18:44:40 -0400
committerDavid Robillard <d@drobilla.net>2022-07-17 17:08:39 -0400
commit1c04550ba7db794fe23032143afeb07bee04ea08 (patch)
tree9392a5351241f3bbe151220a0fb75a447debcb1d /schemas.lv2/rdf.ttl
parentc473f47f21c84aaf03ec179dde57c7929867b1ec (diff)
downloadlv2-1c04550ba7db794fe23032143afeb07bee04ea08.tar.xz
Consistently use the prefix "dcterms" everywhere
Diffstat (limited to 'schemas.lv2/rdf.ttl')
-rw-r--r--schemas.lv2/rdf.ttl6
1 files changed, 3 insertions, 3 deletions
diff --git a/schemas.lv2/rdf.ttl b/schemas.lv2/rdf.ttl
index 63b5628..cb758cb 100644
--- a/schemas.lv2/rdf.ttl
+++ b/schemas.lv2/rdf.ttl
@@ -1,12 +1,12 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
-@prefix dct: <http://purl.org/dc/terms/> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
rdf:
a owl:Ontology ;
- dct:description "This is the RDF Schema for the RDF vocabulary defined in the RDF namespace." ;
- dct:title "The RDF Vocabulary (RDF)" ;
+ dcterms:description "This is the RDF Schema for the RDF vocabulary defined in the RDF namespace." ;
+ dcterms:title "The RDF Vocabulary (RDF)" ;
rdfs:seeAlso <http://www.w3.org/2000/01/rdf-schema-more> .
rdf:Alt