diff options
author | Evgeny Egorochkin <phreedom.stdin@gmail.com> | 2009-07-20 21:10:02 +0000 |
---|---|---|
committer | Evgeny Egorochkin <phreedom.stdin@gmail.com> | 2009-07-20 21:10:02 +0000 |
commit | b6621813e23809b0f8bc0aeca6c6b1eceabe04c1 (patch) | |
tree | cfa112ad574167645b1fc3c7af44482830047613 /nfo | |
parent | e7e0680d54df0c89406f2a3b56f425129e36be2f (diff) |
Fixed cardinality constraints: https://sourceforge.net/apps/trac/oscaf/ticket/3
Diffstat (limited to 'nfo')
-rw-r--r-- | nfo/nfo.trig | 1 |
1 files changed, 1 insertions, 0 deletions
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
|