diff options
author | David Robillard <d@drobilla.net> | 2018-06-03 10:56:56 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-06-03 10:56:56 +0200 |
commit | 27c0cf6366ab89d446c2d2b38f9bcaef3f5739cc (patch) | |
tree | 868ffb8b14d1486bcde8d0c47af82fb8a8faab05 | |
parent | 87f396e32ea59f31a0ea0d10303dd6de88c923db (diff) | |
download | lv2-27c0cf6366ab89d446c2d2b38f9bcaef3f5739cc.tar.xz |
Remove invalid statement from doap ontology
-rw-r--r-- | schemas.lv2/doap.ttl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/schemas.lv2/doap.ttl b/schemas.lv2/doap.ttl index 8fb3618..9067da5 100644 --- a/schemas.lv2/doap.ttl +++ b/schemas.lv2/doap.ttl @@ -6,6 +6,8 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix dct: <http://purl.org/dc/terms/> . +# dct:rights "Copyright © 2004-2009 Edd Dumbill" + doap: a owl:Ontology ; dct:description "Das Vokabular \"Description of a Project (DOAP)\", beschrieben durch W3C RDF Schema and the Web Ontology Language."@de , @@ -15,7 +17,6 @@ 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:rights "Copyright © 2004-2009 Edd Dumbill" ; dct:title "Description of a Project (DOAP) vocabulary" ; owl:imports foaf: ; foaf:maker [ |