From 55f8ee266cd705a5abfdaf80e96427dd84350240 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 Mar 2020 21:35:59 +0100 Subject: Add more specific property types --- lv2/port-props/port-props.ttl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lv2/port-props') 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" ; -- cgit v1.2.1