From b8ebd4277f914ab3cf37038971801d8d11449c42 Mon Sep 17 00:00:00 2001 From: Sebastian Trueg Date: Wed, 24 Mar 2010 11:22:22 +0000 Subject: Applied typo corrections from ticket #71. --- nco/nco.trig | 6 +++--- nfo/nfo.trig | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nco/nco.trig b/nco/nco.trig index 110a9ac..d8ddfee 100644 --- a/nco/nco.trig +++ b/nco/nco.trig @@ -184,7 +184,7 @@ nco: {nco:region nco:nickname a rdf:Property ; - rdfs:comment "A nickname of the Object represented by this Contact. This is an equivalen of the 'NICKNAME' property as defined in RFC 2426 Sec. 3.1.3." ; + rdfs:comment "A nickname of the Object represented by this Contact. This is an equivalent of the 'NICKNAME' property as defined in RFC 2426 Sec. 3.1.3." ; rdfs:domain nco:Contact ; rdfs:label "nickname" ; rdfs:range xsd:string . @@ -350,7 +350,7 @@ nco: {nco:region nco:photo a rdf:Property ; - rdfs:comment "Photograph attached to a Contact. The DataObject refered to by this property is usually interpreted as an nfo:Image. Inspired by the PHOTO property defined in RFC 2426 sec. 3.1.4" ; + rdfs:comment "Photograph attached to a Contact. The DataObject referred to by this property is usually interpreted as an nfo:Image. Inspired by the PHOTO property defined in RFC 2426 sec. 3.1.4" ; rdfs:domain nco:Contact ; rdfs:label "photo" ; rdfs:range nie:DataObject ; @@ -560,7 +560,7 @@ nco: {nco:region nco:sound a rdf:Property ; - rdfs:comment "Sound clip attached to a Contact. The DataObject refered to by this property is usually interpreted as an nfo:Audio. Inspired by the SOUND property defined in RFC 2425 sec. 3.6.6." ; + rdfs:comment "Sound clip attached to a Contact. The DataObject referred to by this property is usually interpreted as an nfo:Audio. Inspired by the SOUND property defined in RFC 2425 sec. 3.6.6." ; rdfs:domain nco:Contact ; rdfs:label "sound" ; rdfs:range nie:DataObject ; diff --git a/nfo/nfo.trig b/nfo/nfo.trig index a7fb8ff..528c8f3 100644 --- a/nfo/nfo.trig +++ b/nfo/nfo.trig @@ -520,7 +520,7 @@ nfo: {nfo:horizontalResolution nfo:SoftwareService a rdfs:Class ; - rdfs:comment "A service published by a piece of software, either by an operating system or an application. Examples of such services may include calendar, addresbook and mailbox managed by a PIM application. This category is introduced to distinguish between data available directly from the applications (Via some Interprocess Communication Mechanisms) and data available from files on a disk. In either case both DataObjects would receive a similar interpretation (e.g. a Mailbox) and wouldn't differ on the content level." ; + rdfs:comment "A service published by a piece of software, either by an operating system or an application. Examples of such services may include calendar, addressbook and mailbox managed by a PIM application. This category is introduced to distinguish between data available directly from the applications (Via some Interprocess Communication Mechanisms) and data available from files on a disk. In either case both DataObjects would receive a similar interpretation (e.g. a Mailbox) and wouldn't differ on the content level." ; rdfs:label "SoftwareService" ; rdfs:subClassOf nie:DataObject . -- cgit v1.2.3