mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-29 15:09:30 +02:00
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
@prefix log: <http://www.w3.org/2000/10/swap/log#> .
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
@prefix rs: <http://jena.hpl.hp.com/2003/03/queryResults#> .
|
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
@prefix : <#> .
|
|
|
|
[] a <http://jena.hpl.hp.com/2003/03/result-set#ResultSet> ;
|
|
<http://jena.hpl.hp.com/2003/03/result-set#solution>
|
|
[ <http://jena.hpl.hp.com/2003/03/result-set#binding>
|
|
[ <http://jena.hpl.hp.com/2003/03/result-set#value>
|
|
<http://rdf.hp.com/r> ;
|
|
<http://jena.hpl.hp.com/2003/03/result-set#variable>
|
|
"x" ] ;
|
|
<http://jena.hpl.hp.com/2003/03/result-set#binding>
|
|
[ <http://jena.hpl.hp.com/2003/03/result-set#value>
|
|
<http://rdf.hp.com/p2> ;
|
|
<http://jena.hpl.hp.com/2003/03/result-set#variable>
|
|
"y" ] ] ;
|
|
<http://jena.hpl.hp.com/2003/03/result-set#resultVariable>
|
|
"x" ;
|
|
<http://jena.hpl.hp.com/2003/03/result-set#resultVariable>
|
|
"y" ;
|
|
<http://jena.hpl.hp.com/2003/03/result-set#size>
|
|
"1" .
|