[tracker] MTP: Let mtp:ScanType subclass nie:InformationElement



commit be54e723a6e728493a2ac1ceb0d5bfddd3c057f7
Author: Jürg Billeter <j bitron ch>
Date:   Thu Oct 8 11:57:25 2009 +0200

    MTP: Let mtp:ScanType subclass nie:InformationElement
    
    Allows nie:description on instances.

 data/ontologies/89-mtp.ontology |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/ontologies/89-mtp.ontology b/data/ontologies/89-mtp.ontology
index b0f8088..1df8adb 100644
--- a/data/ontologies/89-mtp.ontology
+++ b/data/ontologies/89-mtp.ontology
@@ -21,7 +21,7 @@ mtp: a tracker:Namespace ;
 mtp:ScanType a rdfs:Class ;
 	rdfs:label "Scan types" ;
 	rdfs:comment "pre-defined set of scan types instances" ;
-	rdfs:subClassOf rdfs:Resource .
+	rdfs:subClassOf nie:InformationElement .
 
 mtp:scantype-FieldInterleavedUpperFirst a mtp:ScanType ;
 	nie:description "Line interleaved Frames with the Upper field on the first line." .



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