diff options
author | David Robillard <d@drobilla.net> | 2017-03-20 03:45:41 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-03-20 03:45:41 +0100 |
commit | 0713986dcd50195c81675d5819e1cf6658a38fee (patch) | |
tree | 9e54416abec4d9eed2161df080dc61f210814c1f /lv2/lv2plug.in/ns/ext/patch/patch.ttl | |
parent | 7d6c1c188417ddebefab360c8b0390dc354510cb (diff) | |
download | lv2-0713986dcd50195c81675d5819e1cf6658a38fee.tar.xz |
Add patch:context property
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch/patch.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/patch/patch.ttl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl index 79ada4e..71c51a3 100644 --- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl @@ -295,6 +295,23 @@ patch:body The details of this property's value depend on the type of message it is a part of.""" . +patch:context + a rdf:Property , + owl:ObjectProperty ; + rdfs:domain patch:Message ; + rdfs:comment """The context of properties in this message. + +For example, a plugin may have a special context for ephemeral properties which +are only relevant during the lifetime of the instance and should not be saved +in state. + +The specific uses for contexts are application specific. However, the context +MUST be a URI, and can be interpreted as the ID of a data model where +properties should be stored. Implementations MAY have special support for +contexts, for example by storing in a quad store or serializing to a format +that supports multiple RDF graphs such as TriG. +""" . + patch:destination a rdf:Property , owl:ObjectProperty , |