From 92ad89abd2a1427cb2b7016a4b0b0a652a7321a6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Apr 2012 21:33:03 +0000 Subject: Remove comment headers from Turtle files and ensure the same information is available in machine readable form. --- lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl | 25 ++++------------------- 1 file changed, 4 insertions(+), 21 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/port-groups') diff --git a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl index af044ed..311dd33 100644 --- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl +++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl @@ -1,28 +1,10 @@ -# LV2 Port Groups Extension -# Copyright 2009-2012 David Robillard -# Copyright 2008-2009 Lars Luthman -# -# Permission to use, copy, modify, and/or distribute this software for any -# purpose with or without fee is hereby granted, provided that the above -# copyright notice and this permission notice appear in all copies. -# -# THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - @prefix amb: . @prefix doap: . -@prefix foaf: . @prefix lv2: . @prefix owl: . @prefix pg: . @prefix rdf: . @prefix rdfs: . -@prefix xsd: . a lv2:Specification ; @@ -30,9 +12,11 @@ doap:license ; doap:name "LV2 Port Groups" ; doap:shortdesc "Multi-channel groups of LV2 ports." ; - rdfs:comment "Defines semantic groupings of LV2 ports" ; + doap:created "2008-00-00" ; doap:developer , - . + ; + rdfs:comment "Defines semantic groupings of LV2 ports" . + pg:Group a rdfs:Class ; @@ -40,7 +24,6 @@ pg:Group rdfs:subClassOf [ a owl:Restriction ; owl:onProperty lv2:symbol ; - owl:someValuesFrom xsd:string ; owl:cardinality 1 ; rdfs:comment """ A pg:Group MUST have exactly one string lv2:symbol. This symbol must be -- cgit v1.2.1