mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-23 07:58:05 +02:00
88 lines
4.2 KiB
Plaintext
88 lines
4.2 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 "x" ;
|
|
rs:resultVariable "p1" ;
|
|
rs:resultVariable "v1" ;
|
|
rs:resultVariable "y" ;
|
|
rs:resultVariable "p2" ;
|
|
rs:resultVariable "v2" ;
|
|
rs:size "5" ;
|
|
rs:solution
|
|
[ rdf:type rs:ResultSolution ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "x" ; rs:value _:b1 ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "p1" ; rs:value <http://rdf.hp.com/p2> ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "v1" ; rs:value "v-a-2" ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "y" ; rs:value _:b1 ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "p2" ; rs:value <http://rdf.hp.com/p2> ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "v2" ; rs:value "v-a-2" ] ;
|
|
] ;
|
|
rs:solution
|
|
[ rdf:type rs:ResultSolution ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "x" ; rs:value _:b1 ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "p1" ; rs:value <http://rdf.hp.com/p2> ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "v1" ; rs:value "v-a-2" ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "y" ; rs:value _:b1 ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "p2" ; rs:value <http://rdf.hp.com/p1> ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "v2" ; rs:value "v-a-1" ] ;
|
|
] ;
|
|
rs:solution
|
|
[ rdf:type rs:ResultSolution ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "x" ; rs:value _:b1 ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "p1" ; rs:value <http://rdf.hp.com/p1> ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "v1" ; rs:value "v-a-1" ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "y" ; rs:value _:b1 ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "p2" ; rs:value <http://rdf.hp.com/p2> ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "v2" ; rs:value "v-a-2" ] ;
|
|
] ;
|
|
rs:solution
|
|
[ rdf:type rs:ResultSolution ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "x" ; rs:value _:b1 ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "p1" ; rs:value <http://rdf.hp.com/p1> ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "v1" ; rs:value "v-a-1" ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "y" ; rs:value _:b1 ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "p2" ; rs:value <http://rdf.hp.com/p1> ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "v2" ; rs:value "v-a-1" ] ;
|
|
] ;
|
|
rs:solution
|
|
[ rdf:type rs:ResultSolution ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "x" ; rs:value _:b2 ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "p1" ; rs:value <http://rdf.hp.com/p> ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "v1" ; rs:value _:b1 ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "y" ; rs:value _:b2 ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "p2" ; rs:value <http://rdf.hp.com/p> ] ;
|
|
rs:binding [ rdf:type rs:ResultBinding ;
|
|
rs:variable "v2" ; rs:value _:b1 ] ;
|
|
] ;
|
|
.
|