# $Id: manifest.ttl,v 1.3 2007/06/25 09:10:44 jbroekst Exp $ @prefix rdf: . @prefix rdfs: . @prefix dawgt: . @prefix mf: . @prefix qt: . <> rdf:type mf:Manifest ; rdfs:label "open world value testing tests" ; mf:entries ( <#open-eq-01> <#open-eq-02> <#open-eq-03> <#open-eq-04> <#open-eq-05> <#open-eq-06> <#open-eq-07> <#open-eq-08> <#open-eq-09> <#open-eq-10> <#open-eq-11> <#open-eq-12> <#date-1> <#date-2> <#date-3> <#date-4> <#open-cmp-01> <#open-cmp-02> ) . <#open-eq-01> a mf:QueryEvaluationTest ; mf:name "open-eq-01" ; rdfs:comment "graph match - no lexical form in data (assumes no value matching)" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-eq-02> a mf:QueryEvaluationTest ; mf:name "open-eq-02" ; rdfs:comment "graph match - unknown type" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-eq-03> a mf:QueryEvaluationTest ; mf:name "open-eq-03" ; rdfs:comment "Filter(?v=1)" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-eq-04> a mf:QueryEvaluationTest ; mf:name "open-eq-04" ; rdfs:comment "Filter(?v!=1)" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-eq-05> a mf:QueryEvaluationTest ; mf:name "open-eq-05" ; rdfs:comment "FILTER(?v = unknown type)" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-eq-06> a mf:QueryEvaluationTest ; mf:name "open-eq-06" ; rdfs:comment "FILTER(?v != unknown type)" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-eq-07> a mf:QueryEvaluationTest ; mf:name "open-eq-07" ; rdfs:comment "Test of '=' " ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mf:LangCaseInsensitivity ; mf:requires mf:StringSimpleLiteralCmp ; mf:requires mf:IllFormedLiteral ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-eq-08> a mf:QueryEvaluationTest ; mf:name "open-eq-08" ; rdfs:comment "Test of '!='" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mf:StringSimpleLiteralCmp ; mf:requires mf:LangCaseInsensitivity ; mf:requires mf:KnownTypesDefault2Neq ; mf:requires mf:IllFormedLiteral ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-eq-09> a mf:QueryEvaluationTest ; mf:name "open-eq-09" ; rdfs:comment "Test of '='" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mf:IllFormedLiteral ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-eq-10> a mf:QueryEvaluationTest ; mf:name "open-eq-10" ; rdfs:comment "Test of '!='" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mf:IllFormedLiteral ; mf:requires mf:KnownTypesDefault2Neq ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-eq-11> a mf:QueryEvaluationTest ; mf:name "open-eq-11" ; rdfs:comment "test of '=' || '!='" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mf:IllFormedLiteral ; mf:requires mf:KnownTypesDefault2Neq ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-eq-12> a mf:QueryEvaluationTest ; mf:name "open-eq-12" ; rdfs:comment "find pairs that don't value-compare" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mf:IllFormedLiteral ; mf:requires mf:KnownTypesDefault2Neq ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#date-1> a mf:QueryEvaluationTest ; # xsd:date # xsd:date mf:name "date-1" ; rdfs:comment "Added type : xsd:date '='" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#date-2> a mf:QueryEvaluationTest ; mf:name "date-2" ; rdfs:comment "Added type : xsd:date '!='" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires ; mf:requires mf:xsd-date-eq-xsd-dateTime ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#date-3> a mf:QueryEvaluationTest ; mf:name "date-3" ; rdfs:comment "Added type : xsd:date '>'" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#date-4> a mf:QueryEvaluationTest ; mf:name "date-4" ; rdfs:comment "xsd:date ORDER BY" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-cmp-01> a mf:QueryEvaluationTest ; mf:name "open-cmp-01" ; rdfs:comment "Find things that compare with < or >" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy . <#open-cmp-02> a mf:QueryEvaluationTest ; mf:name "open-cmp-02" ; rdfs:comment "Find things that compare with <= and >" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy .