# $Id: manifest.ttl,v 1.6 2006/10/18 13:42:46 eric Exp $ @prefix rdf: . @prefix rdfs: . @prefix dawgt: . @prefix mf: . @prefix mfx: . @prefix qt: . @prefix xsd: . <> rdf:type mf:Manifest ; rdfs:label "LABEL" ; mf:entries ( [ 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 ] [ 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 ] [ mf:name "open-eq-03" ; rdfs:comment "Filter(?v=1)" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy ] [ mf:name "open-eq-04" ; rdfs:comment "Filter(?v!=1)" ; mf:action [ qt:query ; qt:data ] ; mf:result ; dawgt:approval dawgt:Approved ; dawgt:approvedBy ] [ 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 ] [ 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 ] [ mf:name "open-eq-07" ; rdfs:comment "Test of '=' " ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mfx:StringSimpleLiteralCmp , mfx:LangCaseInsensitivity ] [ mf:name "open-eq-08" ; rdfs:comment "Test of '!='" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mfx:StringSimpleLiteralCmp , mfx:LangCaseInsensitivity , mfx:KnownTypesDefault2Neq ] [ mf:name "open-eq-09" ; rdfs:comment "Test of '='" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "open-eq-10" ; rdfs:comment "Test of '!='" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mfx:KnownTypesDefault2Neq ] [ mf:name "open-eq-11" ; rdfs:comment "test of '=' || '!='" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mfx:KnownTypesDefault2Neq ] [ mf:name "open-eq-12" ; rdfs:comment "find pairs that don't value-compare" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mfx:KnownTypesDefault2Neq ] # xsd:date [ mf:name "date-1" ; rdfs:comment "Added type : xsd:date '='" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires xsd:date ] [ mf:name "date-2" ; rdfs:comment "Added type : xsd:date '!='" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mfx:xsd-date-eq-xsd-dateTime ] [ mf:name "date-3" ; rdfs:comment "Added type : xsd:date '>'" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires xsd:date ] [ mf:name "date-4" ; rdfs:comment "xsd:date ORDER BY" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "open-cmp-01" ; rdfs:comment "Find things that compare with < or >" ; mf:action [ qt:query ; qt:data ] ; mf:result ] [ mf:name "open-cmp-02" ; rdfs:comment "Find things that compare with <= and >" ; mf:action [ qt:query ; qt:data ] ; mf:result ; mf:requires mfx:LeGeIncludeEq ] ).