diff options
author | Evgeny Egorochkin <phreedom.stdin@gmail.com> | 2009-07-20 18:17:11 +0000 |
---|---|---|
committer | Evgeny Egorochkin <phreedom.stdin@gmail.com> | 2009-07-20 18:17:11 +0000 |
commit | e7e0680d54df0c89406f2a3b56f425129e36be2f (patch) | |
tree | 371bfb9ccb620d25b57d639b10dbd86dcb1a0503 | |
parent | a1240bf1637064b66da835603f80051f4d09a980 (diff) |
A quick namespace fix for nie:url
-rw-r--r-- | nie/nie.trig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nie/nie.trig b/nie/nie.trig index 79d2a84..a3f67f4 100644 --- a/nie/nie.trig +++ b/nie/nie.trig @@ -332,7 +332,7 @@ nie: {nie:characterSet rdfs:subPropertyOf dcterms:hasPart ;
nrl:inverseProperty nie:isLogicalPartOf .
- nfo:url
+ nie:url
a rdf:Property ;
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 ;
|