summaryrefslogtreecommitdiffstats
path: root/bundles/ingen.lv2/ingen.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-07 22:49:54 +0100
committerDavid Robillard <d@drobilla.net>2017-02-07 22:49:54 +0100
commit2ce49e31eaa10b1f230c18df330c584fc6a7477c (patch)
treecc0e86fe66f4de80222052e0a5037d220be57f00 /bundles/ingen.lv2/ingen.ttl
parent02ae3e9d8bf3f6a5e844706721aad8c0ac9f4340 (diff)
downloadingen-2ce49e31eaa10b1f230c18df330c584fc6a7477c.tar.gz
ingen-2ce49e31eaa10b1f230c18df330c584fc6a7477c.tar.bz2
ingen-2ce49e31eaa10b1f230c18df330c584fc6a7477c.zip
Fix ontology errors
Diffstat (limited to 'bundles/ingen.lv2/ingen.ttl')
-rw-r--r--bundles/ingen.lv2/ingen.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/ingen.lv2/ingen.ttl b/bundles/ingen.lv2/ingen.ttl
index 4d4ddf69..e0f52993 100644
--- a/bundles/ingen.lv2/ingen.ttl
+++ b/bundles/ingen.lv2/ingen.ttl
@@ -256,7 +256,7 @@ ingen:Option
ingen:shortSwitch
a rdf:Property ,
- owl:ObjectProperty ,
+ owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain ingen:Option ;
rdfs:range xsd:string ;
@@ -265,7 +265,7 @@ ingen:shortSwitch
ingen:longSwitch
a rdf:Property ,
- owl:ObjectProperty ,
+ owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain ingen:Option ;
rdfs:range xsd:string ;