From b042d19364170e03db35b4c736d7d17c897d5203 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Feb 2020 11:59:39 +0100 Subject: Normalise syntax of all specification data with serdi --- lv2/worker/worker.ttl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lv2/worker/worker.ttl') diff --git a/lv2/worker/worker.ttl b/lv2/worker/worker.ttl index 6b32742..19c31d1 100644 --- a/lv2/worker/worker.ttl +++ b/lv2/worker/worker.ttl @@ -1,9 +1,9 @@ -@prefix lv2: . -@prefix owl: . -@prefix rdf: . +@prefix lv2: . +@prefix owl: . +@prefix rdf: . @prefix rdfs: . @prefix work: . -@prefix xsd: . +@prefix xsd: . a owl:Ontology ; @@ -51,3 +51,4 @@ other context. Hosts MAY pass this feature to other functions as well, in which case the plugin MAY use it to schedule work in the calling context. The plugin MUST NOT assume any relationship between different schedule features.

""" . + -- cgit v1.2.1