From 51269ff09934799812159d02937372419ae3c539 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Nov 2011 00:28:26 +0000 Subject: Fix broken links. --- ns/ext/atom/atom.ttl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'ns/ext') diff --git a/ns/ext/atom/atom.ttl b/ns/ext/atom/atom.ttl index 0ef3b34..1b2e265 100644 --- a/ns/ext/atom/atom.ttl +++ b/ns/ext/atom/atom.ttl @@ -234,10 +234,9 @@ atom:Thing rdfs:label "Thing" ; atom:cType "LV2_Thing" ; lv2:documentation """ -

Abstract base class for a "Thing", i.e. an atom:Atom with a -number of properties. An LV2_Object is an unsigned -32-bit integer context and id followed by a sequence -of LV2_Atom_Property .

+

Abstract base class for a "Thing", i.e. an atom:Atom with a number of +properties. An LV2_Object is an unsigned 32-bit integer context +and id followed by a sequence of LV2_Atom_Property .

The context is mapped using the URI Map extension's @@ -268,7 +267,7 @@ atom:Blank

An atom:Thing where id is the blank node ID of the object, which is only meaningful within a certain limited scope (e.g. the container of the Blank) and MUST NOT be used as a global ID. In particular, id -is NOT an ID.

+is NOT a URID.

""" . atom:Message -- cgit v1.2.1