From 55f8ee266cd705a5abfdaf80e96427dd84350240 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 Mar 2020 21:35:59 +0100 Subject: Add more specific property types --- lv2/atom/atom.ttl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lv2/atom/atom.ttl') 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 . -- cgit v1.2.1