1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 00:58:37 +02:00
2010-01-24 09:19:39 +00:00

159 lines
5.6 KiB
Plaintext

# $Id: manifest.n3,v 1.1 2008-07-08 10:46:43 larsl Exp $
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dawgt: <http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#> .
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
@prefix qt: <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
<> 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 <extendedType-0.n3> ;
qt:query <extendedType-eq-pass.rq> ] ;
mf:result <extendedType-eq-pass-result.n3> ;
dawgt:approval dawgt:Approved ;
dawgt:approvedBy <http://lists.w3.org/Archives/Public/public-rdf-dawg/2005JulSep/0175>
]
[ mf:name "extendedType-ne-fail" ;
rdfs:comment
"Opaque types can not be tested for != ." ;
rdfs:seeAlso
<http://www.w3.org/2005/04/26-dawg-irc#T15-21-30> ;
mf:action
[ qt:data <extendedType-0.n3> ;
qt:query <extendedType-ne-fail.rq> ] ;
mf:result <extendedType-ne-fail-result.n3> ;
dawgt:approval dawgt:Approved ;
dawgt:approvedBy <http://lists.w3.org/Archives/Public/public-rdf-dawg/2005JulSep/0175>
]
[ mf:name "extendedType-literal-eq" ;
rdfs:comment
"Test FILTER match on extended type." ;
mf:action
[ qt:data <extendedType-0.n3> ;
qt:query <extendedType-literal-eq.rq> ] ;
mf:result <extendedType-literal-eq-result.n3> ;
dawgt:approval dawgt:NotApproved
]
[ mf:name "extendedType-literal-ne" ;
rdfs:comment
"Test FILTER negative match on extended type." ;
mf:action
[ qt:data <extendedType-0.n3> ;
qt:query <extendedType-literal-ne.rq> ] ;
mf:result <extendedType-literal-ne-result.n3> ;
dawgt:approval dawgt:NotApproved
]
[ mf:name "extendedType-graph" ;
rdfs:comment
"Test graph match on extended type." ;
mf:action
[ qt:data <extendedType-0.n3> ;
qt:query <extendedType-graph.rq> ] ;
mf:result <extendedType-graph-result.n3> ;
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 <typePromotion-0.n3> ;
qt:query <typePromotion-decimal-decimal-pass.rq> ] ;
mf:result <typePromotion-decimal-decimal-pass-result.n3> ;
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 <typePromotion-0.n3> ;
qt:query <typePromotion-decimal-decimal-fail.rq> ] ;
mf:result <typePromotion-decimal-decimal-fail-result.n3> ;
dawgt:approval dawgt:NotApproved
]
[ mf:name "boolean-equiv-FALSE" ;
rdfs:comment
"FALSE = legal boolean values." ;
mf:action
[ qt:data <boolean-0.n3> ;
qt:query <boolean-equiv-FALSE.rq> ] ;
mf:result <boolean-equiv-FALSE-result.n3> ;
dawgt:approval dawgt:NotApproved
]
[ mf:name "boolean-equiv-TRUE" ;
rdfs:comment
"TRUE = legal boolean values." ;
mf:action
[ qt:data <boolean-0.n3> ;
qt:query <boolean-equiv-TRUE.rq> ] ;
mf:result <boolean-equiv-TRUE-result.n3> ;
dawgt:approval dawgt:NotApproved
]
[ mf:name "boolean-equiv-xsdType" ;
rdfs:comment
"Various lexical forms of xsd:boolean equal each other." ;
mf:action
[ qt:data <boolean-0.n3> ;
qt:query <boolean-equiv-xsdType.rq> ] ;
mf:result <boolean-equiv-xsdType-result.n3> ;
dawgt:approval dawgt:NotApproved
]
[ mf:name "boolean-logical-OR" ;
rdfs:comment
"Various lexical forms of xsd:boolean equal an EBV." ;
mf:action
[ qt:data <boolean-0.n3> ;
qt:query <boolean-logical-OR.rq> ] ;
mf:result <boolean-logical-OR-result.n3> ;
dawgt:approval dawgt:NotApproved
]
[ mf:name "boolean-false-canonical" ;
rdfs:comment
"Lexical form of FALSE" ;
mf:action
[ qt:data <boolean-0.n3> ;
qt:query <boolean-false-canonical.rq> ] ;
mf:result <boolean-false-canonical-result.n3> ;
dawgt:approval dawgt:NotApproved
]
[ mf:name "boolean-true-canonical" ;
rdfs:comment
"Lexical form of TRUE" ;
mf:action
[ qt:data <boolean-0.n3> ;
qt:query <boolean-true-canonical.rq> ] ;
mf:result <boolean-true-canonical-result.n3> ;
dawgt:approval dawgt:NotApproved
]
[ mf:name "boolean-EBV-canonical" ;
rdfs:comment
"Lexical form of EBV" ;
mf:action
[ qt:data <boolean-0.n3> ;
qt:query <boolean-EBV-canonical.rq> ] ;
mf:result <boolean-EBV-canonical-result.n3> ;
dawgt:approval dawgt:NotApproved
]
# End of tests
).