aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/port-props/port-props.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/port-props/port-props.ttl')
-rw-r--r--lv2/port-props/port-props.ttl6
1 files changed, 4 insertions, 2 deletions
diff --git a/lv2/port-props/port-props.ttl b/lv2/port-props/port-props.ttl
index 6dc62d0..1ddeed0 100644
--- a/lv2/port-props/port-props.ttl
+++ b/lv2/port-props/port-props.ttl
@@ -62,14 +62,16 @@ pprops:notOnGUI
rdfs:comment "Port that should not be displayed on a GUI." .
pprops:displayPriority
- a rdf:Property ;
+ a rdf:Property ,
+ owl:DatatypeProperty ;
rdfs:domain lv2:Port ;
rdfs:range xsd:nonNegativeInteger ;
rdfs:label "display priority" ;
rdfs:comment "A priority ranking this port in importance to its plugin." .
pprops:rangeSteps
- a rdf:Property ;
+ a rdf:Property ,
+ owl:DatatypeProperty ;
rdfs:domain lv2:Port ;
rdfs:range xsd:nonNegativeInteger ;
rdfs:label "range steps" ;