From 8817d4c13380da4e06fe9497c41a251038eaf5d4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 12 Mar 2021 23:36:23 -0500 Subject: Fix type and range of patch:value This was obviously wrong. I'm not sure how this happened, probably a copy/paste mistake. --- lv2/patch/patch.ttl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lv2') diff --git a/lv2/patch/patch.ttl b/lv2/patch/patch.ttl index 7804009..0fb2012 100644 --- a/lv2/patch/patch.ttl +++ b/lv2/patch/patch.ttl @@ -230,11 +230,9 @@ patch:subject rdfs:comment "The subject this message applies to." . patch:value - a rdf:Property , - owl:DatatypeProperty ; + a rdf:Property ; rdfs:label "value" ; rdfs:domain patch:Set ; - rdfs:range rdf:Property ; rdfs:comment "The value of a property in a patch:Set message." . patch:wildcard -- cgit v1.2.1