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

90 lines
4.6 KiB
Plaintext

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rs: <http://jena.hpl.hp.com/2003/03/result-set#> .
[] rdf:type rs:ResultSet ;
rs:resultVariable "a" ;
rs:resultVariable "b" ;
rs:resultVariable "z" ;
rs:resultVariable "c" ;
rs:resultVariable "d" ;
rs:size "6" ;
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "a" ; rs:value <http://rdf.hp.com/s1> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "b" ; rs:value <http://rdf.hp.com/p> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "z" ; rs:value <http://rdf.hp.com/s2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "c" ; rs:value <http://rdf.hp.com/p> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "d" ; rs:value "Value" ] ;
] ;
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "a" ; rs:value <http://rdf.hp.com/r> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "b" ; rs:value <http://rdf.hp.com/p> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "z" ; rs:value <http://rdf.hp.com/r> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "c" ; rs:value <http://rdf.hp.com/p> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "d" ; rs:value <http://rdf.hp.com/r> ] ;
] ;
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "a" ; rs:value <http://rdf.hp.com/r-2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "b" ; rs:value <http://rdf.hp.com/p-r-2-1> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "z" ; rs:value <http://rdf.hp.com/r-1> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "c" ; rs:value <http://rdf.hp.com/p-r-1-2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "d" ; rs:value <http://rdf.hp.com/r-2> ] ;
] ;
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "a" ; rs:value <http://rdf.hp.com/r-1> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "b" ; rs:value <http://rdf.hp.com/p-r-1-2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "z" ; rs:value <http://rdf.hp.com/r-2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "c" ; rs:value <http://rdf.hp.com/p-r-2-1> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "d" ; rs:value <http://rdf.hp.com/r-1> ] ;
] ;
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "a" ; rs:value <http://rdf.hp.com/r-1> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "b" ; rs:value <http://rdf.hp.com/p-r-1-2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "z" ; rs:value <http://rdf.hp.com/r-2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "c" ; rs:value <http://rdf.hp.com/p-r-2-3> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "d" ; rs:value <http://rdf.hp.com/r-3a> ] ;
] ;
rs:solution
[ rdf:type rs:ResultSolution ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "a" ; rs:value <http://rdf.hp.com/r-1> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "b" ; rs:value <http://rdf.hp.com/p-r-1-2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "z" ; rs:value <http://rdf.hp.com/r-2> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "c" ; rs:value <http://rdf.hp.com/p-r-2-3> ] ;
rs:binding [ rdf:type rs:ResultBinding ;
rs:variable "d" ; rs:value <http://rdf.hp.com/r-3b> ] ;
] ;
.