From f1c793f7e2148b10610a09a459d9e89b39d2d87b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Mar 2017 13:26:38 +0100 Subject: Fix round-trip preservation of property contexts --- bundles/ingen.lv2/ingen.ttl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bundles/ingen.lv2') diff --git a/bundles/ingen.lv2/ingen.ttl b/bundles/ingen.lv2/ingen.ttl index 90c47c82..9cf5e8c2 100644 --- a/bundles/ingen.lv2/ingen.ttl +++ b/bundles/ingen.lv2/ingen.ttl @@ -272,3 +272,13 @@ ingen:numThreads rdfs:label "number of threads" ; ingen:shortSwitch "p" ; ingen:longSwitch "threads" . + +ingen:externalContext + a rdfs:Resource ; + rdfs:label "external context" ; + rdfs:comment """The context for externally visible Graph properties, that is, properties which apply to the Graph when viewed as a Block within its parent Graph and should be saved in the parent's description.""" . + +ingen:internalContext + a rdfs:Resource ; + rdfs:label "internal context" ; + rdfs:comment """The context for internally visible Graph properties, that is, properties which are only relevant inside the graph and should be saved in the Graph's description.""" . -- cgit v1.2.1