aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/patch
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-03-12 23:36:30 -0500
committerDavid Robillard <d@drobilla.net>2021-03-15 14:39:11 -0400
commit3f6e7285f93ec2304553dfc8c6bbbfbe05566b04 (patch)
tree4eb376094b1fe75f57b6804be774ed61c16d2f25 /lv2/patch
parent8817d4c13380da4e06fe9497c41a251038eaf5d4 (diff)
downloadlv2-3f6e7285f93ec2304553dfc8c6bbbfbe05566b04.tar.xz
Make the type of patch:wildcard more precise
It is more or less meaningless to have an explicit type of rdfs:Resource, and some tools don't like it, since everything (including classes and properties) is a Resource. Since this is an individual, owl:Thing is a better type.
Diffstat (limited to 'lv2/patch')
-rw-r--r--lv2/patch/patch.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/patch/patch.ttl b/lv2/patch/patch.ttl
index 0fb2012..c7f6d76 100644
--- a/lv2/patch/patch.ttl
+++ b/lv2/patch/patch.ttl
@@ -236,7 +236,7 @@ patch:value
rdfs:comment "The value of a property in a patch:Set message." .
patch:wildcard
- a rdfs:Resource ;
+ a owl:Thing ;
rdfs:label "wildcard" ;
rdfs:comment "A wildcard that matches any resource." .