summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Trueg <trueg@kde.org>2011-03-15 13:37:17 +0100
committerSebastian Trueg <trueg@kde.org>2011-03-15 13:37:17 +0100
commit7be47fdc502c08c2941b4013fa7d678aaf64ad8f (patch)
treee7628f32bfc198ede3be955ad559ae160fee9eb4
parent7255604855f332abaae22969b42e7ef01194f3d7 (diff)
Added nrl:maxCardinality to nie:url as per ticket #81.
-rw-r--r--ChangeLog2
-rw-r--r--nie/nie.trig.in7
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 401a383..df0c0a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
0.7
02/22/2011 - trueg
Added new class nao:Agent and new property nao:maintainedBy
+ 03/15/2011 - trueg
+ Set nrl:maxCardinality of nie:url to 1 as per ticket #81.
0.6
12/13/2010 - trueg
diff --git a/nie/nie.trig.in b/nie/nie.trig.in
index 8735b39..6c08248 100644
--- a/nie/nie.trig.in
+++ b/nie/nie.trig.in
@@ -1,6 +1,6 @@
#
# Copyright (c) 2007 NEPOMUK Consortium
-# Copyright (c) 2010 Sebastian Trueg <trueg@kde.org>
+# Copyright (c) 2010-2011 Sebastian Trueg <trueg@kde.org>
# All rights reserved, licensed under either CC-BY or BSD.
#
# You are free:
@@ -381,7 +381,8 @@ nie: {nie:characterSet
rdfs:comment "URL of a DataObject. It points to the location of the object. A typial usage is FileDataObject. In cases where creating a simple file:// or http:// URL for a file is difficult (e.g. for files inside compressed archives) the applications are encouraged to use conventions defined by Apache Commons VFS Project at http://jakarta.apache.org/ commons/ vfs/ filesystems.html." ;
rdfs:domain nie:DataObject ;
rdfs:label "url" ;
- rdfs:range rdfs:Resource .
+ rdfs:range rdfs:Resource ;
+ nrl:maxCardinality "1" .
}
<http://www.semanticdesktop.org/ontologies/2007/01/19/nie_metadata#> {nie: a nrl:Ontology ;
@@ -390,7 +391,7 @@ nie: {nie:characterSet
"http://www.semanticdesktop.org/ontologies/2007/01/19/nie#" ;
nao:hasDefaultNamespaceAbbreviation
"nie" ;
- nao:lastModified "2010-12-13T18:45:58Z" ;
+ nao:lastModified "2011-03-15T12:35:58Z" ;
nao:status "Unstable" ;
nao:updatable "0 " ;
nao:version "${SHAREDDESKTOPONTOLOGIES_VERSION}" .