mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-23 07:58:05 +02:00
18 lines
838 B
Plaintext
18 lines
838 B
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>
|
|
"value"^^<http://rdf.hp.com/ns#someType> ;
|
|
<http://jena.hpl.hp.com/2003/03/result-set#variable>
|
|
"z" ] ] ;
|
|
<http://jena.hpl.hp.com/2003/03/result-set#resultVariable>
|
|
"z" ;
|
|
<http://jena.hpl.hp.com/2003/03/result-set#size>
|
|
"1" .
|