diff options
author | David Robillard <d@drobilla.net> | 2017-02-07 22:49:54 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-02-07 22:49:54 +0100 |
commit | 2ce49e31eaa10b1f230c18df330c584fc6a7477c (patch) | |
tree | cc0e86fe66f4de80222052e0a5037d220be57f00 /bundles/ingen.lv2 | |
parent | 02ae3e9d8bf3f6a5e844706721aad8c0ac9f4340 (diff) | |
download | ingen-2ce49e31eaa10b1f230c18df330c584fc6a7477c.tar.gz ingen-2ce49e31eaa10b1f230c18df330c584fc6a7477c.tar.bz2 ingen-2ce49e31eaa10b1f230c18df330c584fc6a7477c.zip |
Fix ontology errors
Diffstat (limited to 'bundles/ingen.lv2')
-rw-r--r-- | bundles/ingen.lv2/ingen.ttl | 4 |
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 ; |