[tracker/reorder: 2/7] NFO: Remove nfo:fileUrl



commit 4924a1d3c095900bf7ca80199e7ad9ad7b75ebff
Author: Jürg Billeter <j bitron ch>
Date:   Tue Oct 12 16:52:00 2010 +0200

    NFO: Remove nfo:fileUrl
    
    The property was deprecated 13 months ago.

 data/ontologies/33-nfo.ontology |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)
---
diff --git a/data/ontologies/33-nfo.ontology b/data/ontologies/33-nfo.ontology
index 298980a..0a30af0 100644
--- a/data/ontologies/33-nfo.ontology
+++ b/data/ontologies/33-nfo.ontology
@@ -12,7 +12,7 @@
 
 nfo: a tracker:Namespace, tracker:Ontology ;
 	tracker:prefix "nfo" ;
-	nao:lastModified "2010-12-02T12:00:00Z" .
+	nao:lastModified "2011-01-25T13:30:00Z" .
 
 nfo:Document a rdfs:Class ;
 	rdfs:label "Document" ;
@@ -556,14 +556,6 @@ nfo:hasMediaStream a rdf:Property ;
 	rdfs:domain nfo:Media ;
 	rdfs:range nie:DataObject .
 
-nfo:fileUrl a rdf:Property ;
-	rdfs:label "fileUrl" ;
-	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." ;
-	nrl:maxCardinality 1 ;
-	nao:deprecated true ;
-	rdfs:domain nfo:FileDataObject ;
-	rdfs:range rdfs:Resource .
-
 nfo:width a rdf:Property ;
 	rdfs:label "width" ;
 	rdfs:comment "Visual content width in pixels." ;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]