From b75c914fc9a2fd99b7082e76e968f214b184c993 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 30 Mar 2012 18:12:43 +0000 Subject: Add missing ui:ui and ui:binary property definitions. Mark up properties more precisely for validation. --- lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/resize-port') diff --git a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl index 6b10a4d..72f81a2 100644 --- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl +++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl @@ -16,6 +16,7 @@ @prefix doap: . @prefix foaf: . @prefix lv2: . +@prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix rsz: . @@ -44,7 +45,8 @@ amount of space required for a particular port buffer.

""" . rsz:asLargeAs - a rdf:Property ; + a rdf:Property , + owl:DatatypeProperty ; rdfs:domain lv2:Port ; rdfs:range lv2:Symbol ; rdfs:label "as large as" ; @@ -62,9 +64,11 @@ enough to copy I, or NULL if the port is lv2:connectionOptional. """ . rsz:minimumSize - a rdf:Property ; + a rdf:Property , + owl:DatatypeProperty , + owl:FunctionalProperty ; rdfs:domain lv2:Port ; - rdfs:range lv2:Symbol ; + rdfs:range xsd:nonNegativeInteger ; rdfs:label "minimum size" ; rdfs:comment """ Indicates that a port requires a buffer at least this large, in bytes. -- cgit v1.2.1