diff options
Diffstat (limited to 'schemas.lv2')
-rw-r--r-- | schemas.lv2/dcterms.ttl (renamed from schemas.lv2/dct.ttl) | 0 | ||||
-rw-r--r-- | schemas.lv2/doap.ttl | 4 | ||||
-rw-r--r-- | schemas.lv2/foaf.ttl | 10 | ||||
-rw-r--r-- | schemas.lv2/manifest.ttl | 2 | ||||
-rw-r--r-- | schemas.lv2/owl.ttl | 4 | ||||
-rw-r--r-- | schemas.lv2/rdf.ttl | 6 | ||||
-rw-r--r-- | schemas.lv2/rdfs.ttl | 4 |
7 files changed, 15 insertions, 15 deletions
diff --git a/schemas.lv2/dct.ttl b/schemas.lv2/dcterms.ttl index f6a5d06..f6a5d06 100644 --- a/schemas.lv2/dct.ttl +++ b/schemas.lv2/dcterms.ttl diff --git a/schemas.lv2/doap.ttl b/schemas.lv2/doap.ttl index c8daf59..b806d31 100644 --- a/schemas.lv2/doap.ttl +++ b/schemas.lv2/doap.ttl @@ -1,4 +1,4 @@ -@prefix dct: <http://purl.org/dc/terms/> . +@prefix dcterms: <http://purl.org/dc/terms/> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @@ -14,7 +14,7 @@ doap: décrit en utilisant RDF Schema du W3C et OWL."""@fr , "Slovník Description of a Project (DOAP, Popis projektu), popsaný použitím W3C RDF Schema a Web Ontology Language."@cs , "The Description of a Project (DOAP) vocabulary, described using W3C RDF Schema and the Web Ontology Language." ; - dct:title "Description of a Project (DOAP) vocabulary" ; + dcterms:title "Description of a Project (DOAP) vocabulary" ; owl:imports foaf: ; foaf:maker [ a foaf:Person ; 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 diff --git a/schemas.lv2/manifest.ttl b/schemas.lv2/manifest.ttl index ad142c1..ed11c1a 100644 --- a/schemas.lv2/manifest.ttl +++ b/schemas.lv2/manifest.ttl @@ -7,7 +7,7 @@ <http://purl.org/dc/terms/> a owl:Ontology ; - rdfs:seeAlso <dct.ttl> . + rdfs:seeAlso <dcterms.ttl> . <http://usefulinc.com/ns/doap#> a owl:Ontology ; 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 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 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 |