From 039f76cacd875fe8a68f131a3cfbef959a8cd40c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Mar 2012 04:08:21 +0000 Subject: Add skeleton definitions for undefined properties (fix broken links). --- lv2/lv2plug.in/ns/ext/message/message.ttl | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'lv2/lv2plug.in') diff --git a/lv2/lv2plug.in/ns/ext/message/message.ttl b/lv2/lv2plug.in/ns/ext/message/message.ttl index 6f0d971..70fa304 100644 --- a/lv2/lv2plug.in/ns/ext/message/message.ttl +++ b/lv2/lv2plug.in/ns/ext/message/message.ttl @@ -308,10 +308,25 @@ message is equivalent to:

""" . +msg:subject + a rdf:Property , + owl:ObjectProperty ; + rdfs:domain msg:Message . + msg:add a rdf:Property , owl:ObjectProperty ; - rdfs:domain msg:Method . + rdfs:domain msg:Message . + +msg:remove + a rdf:Property , + owl:ObjectProperty ; + rdfs:domain msg:Message . + +msg:destination + a rdf:Property , + owl:ObjectProperty ; + rdfs:domain msg:Message . msg:body a rdf:Property , -- cgit v1.2.1