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/atom/atom.ttl | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'lv2/atom/atom.ttl') diff --git a/lv2/atom/atom.ttl b/lv2/atom/atom.ttl index 891cd1f..f02ce64 100644 --- a/lv2/atom/atom.ttl +++ b/lv2/atom/atom.ttl @@ -1,11 +1,11 @@ -@prefix atom: . -@prefix lv2: . -@prefix owl: . -@prefix rdf: . -@prefix rdfs: . -@prefix ui: . +@prefix atom: . +@prefix lv2: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix ui: . @prefix units: . -@prefix xsd: . +@prefix xsd: . a owl:Ontology ; @@ -65,7 +65,7 @@ atom:cType rdfs:label "C type" ; rdfs:domain rdfs:Class ; rdfs:range lv2:Symbol ; - rdfs:comment """The identifier for a C type describing the binary representation of an Atom of this type.""" . + rdfs:comment "The identifier for a C type describing the binary representation of an Atom of this type." . atom:Atom a rdfs:Class ; @@ -550,7 +550,7 @@ atom:childType a rdf:Property , owl:ObjectProperty ; rdfs:label "child type" ; - rdfs:comment "The type of a container's children." . + rdfs:comment """The type of a container's children.""" . atom:supports a rdf:Property ; @@ -600,3 +600,4 @@ atom:atomTransfer

This protocol applies to atom ports. The host must transfer the complete atom contained in the port, including header.

""" . + -- cgit v1.2.1