aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2/owl.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/owl.ttl
parentc473f47f21c84aaf03ec179dde57c7929867b1ec (diff)
downloadlv2-1c04550ba7db794fe23032143afeb07bee04ea08.tar.xz
Consistently use the prefix "dcterms" everywhere
Diffstat (limited to 'schemas.lv2/owl.ttl')
-rw-r--r--schemas.lv2/owl.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas.lv2/owl.ttl b/schemas.lv2/owl.ttl
index 6392774..26bd0e8 100644
--- a/schemas.lv2/owl.ttl
+++ b/schemas.lv2/owl.ttl
@@ -2,10 +2,10 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
-@prefix dct: <http://purl.org/dc/terms/> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
<http://www.w3.org/2002/07/owl>
- dct:title "The OWL 2 Schema vocabulary (OWL 2)" ;
+ dcterms:title "The OWL 2 Schema vocabulary (OWL 2)" ;
a owl:Ontology ;
rdfs:comment """
This ontology partially describes the built-in classes and