summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2009-07-20 21:10:02 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2009-07-20 21:10:02 +0000
commitb6621813e23809b0f8bc0aeca6c6b1eceabe04c1 (patch)
treecfa112ad574167645b1fc3c7af44482830047613
parente7e0680d54df0c89406f2a3b56f425129e36be2f (diff)
Fixed cardinality constraints: https://sourceforge.net/apps/trac/oscaf/ticket/3
-rw-r--r--nco/nco.trig9
-rw-r--r--nfo/nfo.trig1
2 files changed, 6 insertions, 4 deletions
diff --git a/nco/nco.trig b/nco/nco.trig
index 5f5ed3d..790cd7e 100644
--- a/nco/nco.trig
+++ b/nco/nco.trig
@@ -160,8 +160,8 @@ nco: {nco:region
nco:containsContact
a rdf:Property ;
- rdfs:comment """A property used to group contacts into contact groups. This
- property was NOT defined in the VCARD standard. See documentation for the
+ rdfs:comment """A property used to group contacts into contact groups. This
+ property was NOT defined in the VCARD standard. See documentation for the
'ContactList' class for details""" ;
rdfs:domain nco:ContactList ;
rdfs:label "containsContact" ;
@@ -237,6 +237,7 @@ nco: {nco:region
rdfs:domain nco:Contact ;
rdfs:label "fullname" ;
rdfs:range xsd:string ;
+ nrl:maxCardinality "1" ;
rdfs:subPropertyOf dc:title .
nco:ContactGroup
@@ -447,8 +448,8 @@ nco: {nco:region
nco:contactGroupName
a rdf:Property ;
- rdfs:comment """The name of the contact group. This property was NOT defined
- in the VCARD standard. See documentation of the 'ContactGroup' class for
+ rdfs:comment """The name of the contact group. This property was NOT defined
+ in the VCARD standard. See documentation of the 'ContactGroup' class for
details""" ;
rdfs:domain nco:ContactGroup ;
rdfs:label "contactGroupName" ;
diff --git a/nfo/nfo.trig b/nfo/nfo.trig
index 1df6583..68c7276 100644
--- a/nfo/nfo.trig
+++ b/nfo/nfo.trig
@@ -44,6 +44,7 @@ nfo: {nfo:horizontalResolution
rdfs:comment "Name of the file, together with the extension" ;
rdfs:domain nfo:FileDataObject ;
rdfs:label "fileName" ;
+ nrl:maxCardinality "1" ;
rdfs:range xsd:string .
nfo:MediaStream