aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/atom
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-22 21:35:59 +0100
committerDavid Robillard <d@drobilla.net>2020-04-10 19:46:04 +0200
commit55f8ee266cd705a5abfdaf80e96427dd84350240 (patch)
treea6feb57229c459402cc2800b531107149dbf9430 /lv2/atom
parentadbb099856fd80445d7a6627460ce239c4bc902a (diff)
downloadlv2-55f8ee266cd705a5abfdaf80e96427dd84350240.tar.xz
Add more specific property types
Diffstat (limited to 'lv2/atom')
-rw-r--r--lv2/atom/atom.ttl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lv2/atom/atom.ttl b/lv2/atom/atom.ttl
index 2f656d5..b0b7e0c 100644
--- a/lv2/atom/atom.ttl
+++ b/lv2/atom/atom.ttl
@@ -229,7 +229,8 @@ atom:childType
rdfs:comment "The type of children in a container." .
atom:supports
- a rdf:Property ;
+ a rdf:Property ,
+ owl:ObjectProperty ;
rdfs:label "supports" ;
rdfs:comment "A supported atom type." ;
rdfs:range rdfs:Class .