[LV2] [PATCH 2/5] add missing datatype range RDF to atom-child

Robin Gareus robin at gareus.org
Mon Dec 9 11:41:12 PST 2013


Signed-off-by: Robin Gareus <robin at gareus.org>
---
 lv2/lv2plug.in/ns/ext/atom/atom.ttl |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
index c222ebf..f6f9201 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
@@ -555,6 +555,7 @@ atom:childType
 atom:supports
 	a rdf:Property ;
 	rdfs:label "supports" ;
+	rdfs:range rdfs:Datatype ;
 	lv2:documentation """
 <p>Indicates that a particular Atom type is supported.</p>
 
-- 
1.7.10.4




More information about the Devel mailing list