# $Id: manifest.n3,v 1.1 2008-07-08 10:46:43 larsl Exp $ @prefix rdf: . @prefix rdfs: . @prefix dawgt: . @prefix mf: . @prefix qt: . <> rdf:type mf:Manifest ; rdfs:comment "Value Testing Tests" ; mf:entries ([ mf:name "extendedType-eq-pass" ; rdfs:comment "Only extended types with identical lexical and datatypes can be tested for = ." ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy ] [ mf:name "extendedType-ne-fail" ; rdfs:comment "Opaque types can not be tested for != ." ; rdfs:seeAlso ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy ] [ mf:name "extendedType-literal-eq" ; rdfs:comment "Test FILTER match on extended type." ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:NotApproved ] [ mf:name "extendedType-literal-ne" ; rdfs:comment "Test FILTER negative match on extended type." ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:NotApproved ] [ mf:name "extendedType-graph" ; rdfs:comment "Test graph match on extended type." ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:NotApproved ] [ mf:name "typePromotion-decimal-decimal-pass" ; rdfs:comment "Positive test: product of type promotion within the xsd:decimal type tree." ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:NotApproved ] [ rdf:type mf:TestBadSyntax ; mf:name "typePromotion-decimal-decimal-fail" ; rdfs:comment "Negative test: product of type promotion within the xsd:decimal type tree." ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:NotApproved ] [ mf:name "boolean-equiv-FALSE" ; rdfs:comment "FALSE = legal boolean values." ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:NotApproved ] [ mf:name "boolean-equiv-TRUE" ; rdfs:comment "TRUE = legal boolean values." ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:NotApproved ] [ mf:name "boolean-equiv-xsdType" ; rdfs:comment "Various lexical forms of xsd:boolean equal each other." ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:NotApproved ] [ mf:name "boolean-logical-OR" ; rdfs:comment "Various lexical forms of xsd:boolean equal an EBV." ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:NotApproved ] [ mf:name "boolean-false-canonical" ; rdfs:comment "Lexical form of FALSE" ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:NotApproved ] [ mf:name "boolean-true-canonical" ; rdfs:comment "Lexical form of TRUE" ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:NotApproved ] [ mf:name "boolean-EBV-canonical" ; rdfs:comment "Lexical form of EBV" ; mf:action [ qt:data ; qt:query ] ; mf:result ; dawgt:approval dawgt:NotApproved ] # End of tests ).