diff options
Diffstat (limited to 'schemas.lv2/owl.ttl')
-rw-r--r-- | schemas.lv2/owl.ttl | 4 |
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 |