summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Trueg <trueg@kde.org>2009-07-20 15:01:33 +0000
committerSebastian Trueg <trueg@kde.org>2009-07-20 15:01:33 +0000
commit676d931f9e9f277e917bf80bdc4bb8bab44c634a (patch)
tree52ca350dc167972479866244987229c94dc236b6
parent49bbb0d6261e4a4d1a33297d05efc5a72af034b5 (diff)
nfo:fileUrl is now nie:url
-rw-r--r--nfo/nfo.trig11
-rw-r--r--nie/nie.trig9
2 files changed, 10 insertions, 10 deletions
diff --git a/nfo/nfo.trig b/nfo/nfo.trig
index 4d14fd7..b54b59d 100644
--- a/nfo/nfo.trig
+++ b/nfo/nfo.trig
@@ -557,13 +557,6 @@ nfo: {nfo:horizontalResolution
rdfs:label "verticalResolution" ;
rdfs:range xsd:integer .
- nfo:fileUrl
- a rdf:Property ;
- rdfs:comment "URL of the file. It points at the location of the file. 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 nfo:FileDataObject ;
- rdfs:label "fileUrl" ;
- rdfs:range rdfs:Resource .
-
nfo:count
a rdf:Property ;
rdfs:comment "A common superproperty for all properties signifying the amount of atomic media data units. Examples of subproperties may include sampleCount and frameCount." ;
@@ -771,10 +764,10 @@ nfo: {nfo:horizontalResolution
"http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#" ;
nao:hasDefaultNamespaceAbbreviation
"nfo" ;
- nao:lastModified "2008-12-28T22:23:30.750Z" ;
+ nao:lastModified "2009-07-20T14:59:09.500Z" ;
nao:status "Unstable" ;
nao:updatable "0 " ;
- nao:version "Revision-8" .
+ nao:version "Revision-9" .
<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo_metadata#>
a nrl:GraphMetadata ;
diff --git a/nie/nie.trig b/nie/nie.trig
index c299e68..3f7d703 100644
--- a/nie/nie.trig
+++ b/nie/nie.trig
@@ -323,6 +323,13 @@ nie: {nie:characterSet
rdfs:range nie:InformationElement ;
rdfs:subPropertyOf dcterms:hasPart ;
nrl:inverseProperty nie:isLogicalPartOf .
+
+ nfo: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 ;
+ rdfs:label "url" ;
+ rdfs:range rdfs:Resource .
}
<http://www.semanticdesktop.org/ontologies/2007/01/19/nie_metadata#> {nie: a nrl:Ontology ;
@@ -334,7 +341,7 @@ nie: {nie:characterSet
nao:lastModified "2008-12-28T21:22:09.500Z" ;
nao:status "Unstable" ;
nao:updatable "0 " ;
- nao:version "Revision-8" .
+ nao:version "Revision-9" .
<http://www.semanticdesktop.org/ontologies/2007/01/19/nie_metadata#>
a nrl:GraphMetadata ;