aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2/foaf.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/foaf.ttl
parentc473f47f21c84aaf03ec179dde57c7929867b1ec (diff)
downloadlv2-1c04550ba7db794fe23032143afeb07bee04ea08.tar.xz
Consistently use the prefix "dcterms" everywhere
Diffstat (limited to 'schemas.lv2/foaf.ttl')
-rw-r--r--schemas.lv2/foaf.ttl10
1 files changed, 5 insertions, 5 deletions
diff --git a/schemas.lv2/foaf.ttl b/schemas.lv2/foaf.ttl
index e8379ac..17dcc13 100644
--- a/schemas.lv2/foaf.ttl
+++ b/schemas.lv2/foaf.ttl
@@ -2,12 +2,12 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix dct: <http://purl.org/dc/terms/> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
foaf:
a owl:Ontology ;
- dct:description "The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language." ;
- dct:title "Friend of a Friend (FOAF) vocabulary" ;
+ dcterms:description "The Friend of a Friend (FOAF) RDF vocabulary, described using W3C RDF Schema and the Web Ontology Language." ;
+ dcterms:title "Friend of a Friend (FOAF) vocabulary" ;
rdfs:comment "This version of the FOAF vocabulary has been slightly trimmed for LV2." .
foaf:Agent
@@ -15,7 +15,7 @@ foaf:Agent
owl:Class ;
rdfs:comment "An agent (eg. person, group, software or physical artifact)." ;
rdfs:label "Agent" ;
- owl:equivalentClass dct:Agent .
+ owl:equivalentClass dcterms:Agent .
foaf:Document
a rdfs:Class ,
@@ -347,7 +347,7 @@ foaf:maker
rdfs:isDefinedBy foaf: ;
rdfs:label "maker" ;
rdfs:range foaf:Agent ;
- owl:equivalentProperty dct:creator ;
+ owl:equivalentProperty dcterms:creator ;
owl:inverseOf foaf:made .
foaf:mbox