[tracker] NIE: Move nie:url and nie:contentLastModified up in the ontology file



commit fd554f56b3abe9a794fbaa34a7b4147ca0a830d5
Author: Jürg Billeter <j bitron ch>
Date:   Tue Jan 25 15:26:20 2011 +0100

    NIE: Move nie:url and nie:contentLastModified up in the ontology file
    
    Property order has an influence on property access time.

 data/ontologies/30-nie.ontology |   38 +++++++++++++++++++-------------------
 1 files changed, 19 insertions(+), 19 deletions(-)
---
diff --git a/data/ontologies/30-nie.ontology b/data/ontologies/30-nie.ontology
index fc924fb..36caef5 100644
--- a/data/ontologies/30-nie.ontology
+++ b/data/ontologies/30-nie.ontology
@@ -39,6 +39,25 @@ nie:title a rdf:Property ;
 	tracker:weight 10 ;
 	tracker:writeback true .
 
+nie:url a rdf:Property ;
+	rdfs:label "URL" ;
+	rdfs:comment "URL pointing at the location of the resource. 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 ;
+	rdfs:domain nie:DataObject ;
+	rdfs:range xsd:string ;
+	tracker:indexed true .
+
+nie:informationElementDate a rdf:Property ;
+	rdfs:subPropertyOf dc:date ;
+	rdfs:domain nie:InformationElement ;
+	rdfs:range xsd:dateTime .
+
+nie:contentLastModified a rdf:Property ;
+	rdfs:subPropertyOf nie:informationElementDate ;
+	nrl:maxCardinality 1 ;
+	rdfs:domain nie:InformationElement ;
+	rdfs:range xsd:dateTime .
+
 nie:subject a rdf:Property ;
 	rdfs:label "Subject" ;
 	rdfs:comment "The subject or topic of the document" ;
@@ -80,11 +99,6 @@ nie:plainTextContent a rdf:Property ;
 	tracker:fulltextIndexed true ;
 	tracker:weight 2 .
 
-nie:informationElementDate a rdf:Property ;
-	rdfs:subPropertyOf dc:date ;
-	rdfs:domain nie:InformationElement ;
-	rdfs:range xsd:dateTime .
-
 nie:legal a rdf:Property ;
 	rdfs:comment "A common superproperty for all properties that point at legal information about an Information Element";
 	rdfs:subPropertyOf dc:rights ;
@@ -164,12 +178,6 @@ nie:isStoredAs a rdf:Property ;
 	rdfs:domain nie:InformationElement ;
 	rdfs:range nie:DataObject .
 
-nie:contentLastModified a rdf:Property ;
-	rdfs:subPropertyOf nie:informationElementDate ;
-	nrl:maxCardinality 1 ;
-	rdfs:domain nie:InformationElement ;
-	rdfs:range xsd:dateTime .
-
 nie:version a rdf:Property ;
 	nrl:maxCardinality 1 ;
 	rdfs:domain nie:InformationElement ;
@@ -269,11 +277,3 @@ nie:usageCounter a rdf:Property ;
 	rdfs:domain nie:InformationElement ;
 	rdfs:range xsd:integer ;
 	tracker:weight 3 .
-
-nie:url a rdf:Property ;
-	rdfs:label "URL" ;
-	rdfs:comment "URL pointing at the location of the resource. 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 ;
-	rdfs:domain nie:DataObject ;
-	rdfs:range xsd:string ;
-	tracker:indexed true .



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