From 07d118c6cd23225000f2ff26d27a21bb39892d5d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Mar 2015 21:38:53 -0400 Subject: Add range for atom:supports and atom:bufferType. --- lv2/lv2plug.in/ns/ext/atom/atom.ttl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lv2') diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl index a336fdf..e854bed 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl +++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl @@ -527,6 +527,7 @@ atom:bufferType a rdf:Property , owl:ObjectProperty ; rdfs:domain atom:AtomPort ; + rdfs:range rdfs:Class ; rdfs:label "buffer type" ; lv2:documentation """

Indicates that an AtomPort may be connected to a certain Atom type. A port @@ -557,6 +558,7 @@ atom:childType atom:supports a rdf:Property ; rdfs:label "supports" ; + rdfs:range rdfs:Class ; lv2:documentation """

Indicates that a particular Atom type is supported.

-- cgit v1.2.1