[tracker/reorder: 6/7] NIE: Move nie:url and nie:contentLastModified up in the ontology file
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/reorder: 6/7] NIE: Move nie:url and nie:contentLastModified up in the ontology file
- Date: Tue, 25 Jan 2011 15:41:54 +0000 (UTC)
commit 8b91dedf80ee684cfeb36485cbaf7c5f82610d22
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 | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/data/ontologies/30-nie.ontology b/data/ontologies/30-nie.ontology
index fc924fb..7b1e58a 100644
--- a/data/ontologies/30-nie.ontology
+++ b/data/ontologies/30-nie.ontology
@@ -39,6 +39,20 @@ 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: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" ;
@@ -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]