From 291d16e6709d88cb202acc042c9395c420fd580d Mon Sep 17 00:00:00 2001
From: David Robillard The class which represents an LV2 plugin.Tape Delay Unit
. Use doap:shortdesc or doap:description for more
detailed descriptions.
Similar to lv2:PluginBase, an abstract port-like resource that MAY not +actually be a fully specified LV2 port . For example, this is used for preset +"ports" which do not specify an index.
+""" . + lv2:Port a rdfs:Class , owl:Class ; rdfs:label "Port" ; - rdfs:subClassOf [ + rdfs:subClassOf lv2:PortBase , + [ a owl:Restriction ; owl:onProperty lv2:index ; owl:cardinality 1 ; rdfs:comment "A port MUST have exactly one lv2:index." ; - ] , [ - a owl:Restriction ; - owl:onProperty lv2:symbol ; - owl:cardinality 1 ; - rdfs:comment "A port MUST have exactly one lv2:symbol." ; ] , [ a owl:Restriction ; owl:onProperty lv2:name ; @@ -262,7 +279,7 @@ lv2:port a rdf:Property , owl:ObjectProperty ; rdfs:domain lv2:PluginBase ; - rdfs:range lv2:Port ; + rdfs:range lv2:PortBase ; rdfs:label "port" ; rdfs:comment "A port (input or output) on this plugin." . -- cgit v1.2.1