diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 23:21:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 23:21:46 +0000 |
commit | 9a582a3edcb9c6c0b2866920dc2b55e4178e3660 (patch) | |
tree | bfd225cb8b2bd4bb5cd7e9a03ed3b7c6ebb9a389 /lv2/lv2plug.in/ns/ext/host-info | |
parent | b7bd27b94932e10a85c0b781dae8a57402491b65 (diff) | |
download | lv2-9a582a3edcb9c6c0b2866920dc2b55e4178e3660.tar.xz |
Normalise syntax via serdi.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/host-info')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/host-info/host-info.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl b/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl index 92ba4f3..fa1c611 100644 --- a/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl +++ b/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl @@ -42,7 +42,7 @@ hi:Host owl:onProperty doap:name ; owl:someValuesFrom xsd:string ; owl:minCardinality 1 ; - rdfs:comment "A hi:Host MUST have at least one string doap:name" ; + rdfs:comment "A hi:Host MUST have at least one string doap:name" ] ; rdfs:comment """ An application that supports loading LV2 plugins, or performs other @@ -66,7 +66,7 @@ hi:ExtensionSupport owl:minCardinality 1 ; rdfs:comment """ A hi:ExtensionSupport MUST have at least one string hi:sinceVersion -""" ; +""" ] ; rdfs:comment "A description of the support for an extension by a Host" . |