@prefix test: <http://example.org/test-fixtures#> .
@prefix deps: <http://ontologi.es/doap-deps#>.
@prefix dc:   <http://purl.org/dc/terms/> .
@prefix my:   <http://example.org/my-parameters#> .


<#test-list> a test:FixtureTable ;
    test:fixtures <#test1> . 

<#test1> a test:Test ;
    test:handler "Internal::Fixture::Simple"^^deps:CpanId ;
    test:param_base <http://example.org/my-parameters#> ;
    dc:identifier "multi_vocabs" ;
    test:params [
        my:all "counter-clockwise dahut" ;
        <http://example.org/other-vocab#foo> 42 
        ] .