aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/patch/patch.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-22 21:52:34 +0100
committerDavid Robillard <d@drobilla.net>2020-04-10 19:46:04 +0200
commit0eae1e9ec862b84f74ed3c54bad3e75219ad3584 (patch)
treee0098614068b818ae45f2983b53756be214a2f0e /lv2/patch/patch.ttl
parent55f8ee266cd705a5abfdaf80e96427dd84350240 (diff)
downloadlv2-0eae1e9ec862b84f74ed3c54bad3e75219ad3584.tar.xz
Fix incorrect type of patch:sequenceNumber
Diffstat (limited to 'lv2/patch/patch.ttl')
-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 e8fe8c6..7804009 100644
--- a/lv2/patch/patch.ttl
+++ b/lv2/patch/patch.ttl
@@ -214,7 +214,7 @@ patch:request
patch:sequenceNumber
a rdf:Property ,
- owl:ObjectProperty ,
+ owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:label "sequence number" ;
rdfs:domain patch:Message ;