[tracker/on-extractor-error: 2/3] NIE: Domain of nie:mimeType should be nie:DataObject, not IE



commit 4e003433226937b2bf894e08e4d19364ac77c04c
Author: Philip Van Hoof <philip codeminded be>
Date:   Tue May 3 16:49:19 2011 +0200

    NIE: Domain of nie:mimeType should be nie:DataObject, not IE
    
    This commit doesn't have to be ported to tracker-0.10

 data/ontologies/30-nie.ontology |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ontologies/30-nie.ontology b/data/ontologies/30-nie.ontology
index 32e39af..6732c38 100644
--- a/data/ontologies/30-nie.ontology
+++ b/data/ontologies/30-nie.ontology
@@ -10,7 +10,7 @@
 
 nie: a tracker:Namespace, tracker:Ontology ;
 	tracker:prefix "nie" ;
-	nao:lastModified "2011-02-08T16:00:00Z" .
+	nao:lastModified "2011-05-03T16:48:00Z" .
 
 nie:DataObject a rdfs:Class ;
 	rdfs:label "Data Object" ;
@@ -74,7 +74,7 @@ nie:mimeType a rdf:Property ;
 	rdfs:label "Mime Type" ;
 	rdfs:comment "File Mime Type" ;
 	nrl:maxCardinality 1 ;
-	rdfs:domain nie:InformationElement ;
+	rdfs:domain nie:DataObject ;
 	rdfs:range xsd:string .
 
 nie:byteSize a rdf:Property ;



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