diff options
Diffstat (limited to 'core.lv2')
-rw-r--r-- | core.lv2/lv2.ttl | 4 | ||||
-rw-r--r-- | core.lv2/manifest.ttl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl index d41a184..774af7c 100644 --- a/core.lv2/lv2.ttl +++ b/core.lv2/lv2.ttl @@ -21,12 +21,12 @@ # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. +@prefix doap: <http://usefulinc.com/ns/doap#> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . @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 xsd: <http://www.w3.org/2001/XMLSchema#> . -@prefix doap: <http://usefulinc.com/ns/doap#> . ########################### ## General LV2 Resources ## diff --git a/core.lv2/manifest.ttl b/core.lv2/manifest.ttl index 4a068c8..994bfa9 100644 --- a/core.lv2/manifest.ttl +++ b/core.lv2/manifest.ttl @@ -1,8 +1,8 @@ @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . <http://lv2plug.in/ns/lv2core> a doap:Project , lv2:Specification , owl:Ontology; |