From b86c039bb32a28525df9afe26154d0e90698cb31 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 19 Mar 2020 16:38:55 +0100 Subject: Add missing labels and a test to prevent this in the future --- lv2/patch/patch.ttl | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'lv2/patch') diff --git a/lv2/patch/patch.ttl b/lv2/patch/patch.ttl index 9f2ef69..3ccd840 100644 --- a/lv2/patch/patch.ttl +++ b/lv2/patch/patch.ttl @@ -284,13 +284,16 @@ patch:add a rdf:Property , owl:ObjectProperty , owl:FunctionalProperty ; - rdfs:domain patch:Message . + rdfs:domain patch:Message ; + rdfs:label "add" ; + rdfs:comment "The properties to add to the subject." . patch:body a rdf:Property , owl:ObjectProperty , owl:FunctionalProperty ; rdfs:domain patch:Message ; + rdfs:label "body" ; rdfs:comment """The body of a message. The details of this property's value depend on the type of message it is a @@ -300,6 +303,7 @@ patch:context a rdf:Property , owl:ObjectProperty ; rdfs:domain patch:Message ; + rdfs:label "context" ; rdfs:comment """The context of properties in this message. For example, a plugin may have a special context for ephemeral properties which @@ -317,7 +321,8 @@ patch:destination a rdf:Property , owl:ObjectProperty , owl:FunctionalProperty ; - rdfs:domain patch:Message . + rdfs:domain patch:Message ; + rdfs:label "destination" . patch:property a rdf:Property ; @@ -338,7 +343,8 @@ patch:remove owl:ObjectProperty , owl:FunctionalProperty ; rdfs:label "remove" ; - rdfs:domain patch:Message . + rdfs:domain patch:Message ; + rdfs:comment "The properties to remove from the subject." . patch:request a rdf:Property , @@ -365,6 +371,7 @@ patch:subject owl:ObjectProperty , owl:FunctionalProperty ; rdfs:domain patch:Message ; + rdfs:label "subject" ; rdfs:comment "The subject this message applies to." . patch:value -- cgit v1.2.1