diff options
Diffstat (limited to 'schemas.lv2/rdfs.ttl')
-rw-r--r-- | schemas.lv2/rdfs.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas.lv2/rdfs.ttl b/schemas.lv2/rdfs.ttl index 5dc1bf3..10cfbb7 100644 --- a/schemas.lv2/rdfs.ttl +++ b/schemas.lv2/rdfs.ttl @@ -1,11 +1,11 @@ @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/> . rdfs: a owl:Ontology ; - dct:title "The RDF Schema vocabulary (RDFS)" ; + dcterms:title "The RDF Schema vocabulary (RDFS)" ; rdfs:seeAlso <http://www.w3.org/2000/01/rdf-schema-more> . rdfs:Class |