aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/atom
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-30 18:12:43 +0000
committerDavid Robillard <d@drobilla.net>2012-03-30 18:12:43 +0000
commitb75c914fc9a2fd99b7082e76e968f214b184c993 (patch)
treea5fa63fbb71c4fcc10a49b2f5091710fe7496de4 /lv2/lv2plug.in/ns/ext/atom
parentaae93ebd722e93200a7218debb515c2cad6a8ae2 (diff)
downloadlv2-b75c914fc9a2fd99b7082e76e968f214b184c993.tar.xz
Add missing ui:ui and ui:binary property definitions.
Mark up properties more precisely for validation.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.ttl17
1 files changed, 12 insertions, 5 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
index bda776d..1a27389 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
@@ -71,7 +71,8 @@ extension.</p>
atom:cType
a rdf:Property ,
- owl:DatatypeProperty ;
+ owl:DatatypeProperty ,
+ owl:FunctionalProperty ;
rdfs:label "C type" ;
rdfs:domain rdfs:Class ;
rdfs:range xsd:string ;
@@ -370,7 +371,9 @@ atom:TimeUnit
lv2:documentation "<p>A unit for atom:Event time stamps.</p>" .
atom:frameTime
- a rdf:Property ;
+ a rdf:Property ,
+ owl:DatatypeProperty ,
+ owl:FunctionalProperty ;
rdfs:range xsd:decimal ;
rdfs:label "Frame time" ;
lv2:documentation """
@@ -378,7 +381,9 @@ atom:frameTime
""" .
atom:beatTime
- a rdf:Property ;
+ a rdf:Property ,
+ owl:DatatypeProperty ,
+ owl:FunctionalProperty ;
rdfs:range xsd:decimal ;
rdfs:label "Beat time" ;
lv2:documentation """
@@ -439,7 +444,8 @@ However, to be robust, hosts SHOULD initialise output ports to a safe sentinel
""" .
atom:bufferType
- a rdf:Property ;
+ a rdf:Property ,
+ owl:ObjectProperty ;
rdfs:domain atom:AtomPort ;
rdfs:label "Buffer type" ;
lv2:documentation """
@@ -463,7 +469,8 @@ that, use atom:supports.</p>
""" .
atom:childType
- a rdf:Property ;
+ a rdf:Property ,
+ owl:ObjectProperty ;
rdfs:label "Child type" ;
rdfs:comment "The type of a container's children." .