Skip to content

Commit

Permalink
Add range for atom:supports and atom:bufferType.
Browse files Browse the repository at this point in the history
  • Loading branch information
drobilla committed Mar 28, 2015
1 parent 4666e1c commit 07d118c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lv2/lv2plug.in/ns/ext/atom/atom.ttl
Expand Up @@ -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 """
<p>Indicates that an AtomPort may be connected to a certain Atom type. A port
Expand Down Expand Up @@ -557,6 +558,7 @@ atom:childType
atom:supports
a rdf:Property ;
rdfs:label "supports" ;
rdfs:range rdfs:Class ;
lv2:documentation """
<p>Indicates that a particular Atom type is supported.</p>
Expand Down

0 comments on commit 07d118c

Please sign in to comment.