mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-13 23:27:43 +02:00
9 lines
286 B
SPARQL
9 lines
286 B
SPARQL
# FALSE = legal boolean values
|
|
# $Id: boolean-equiv-FALSE.rq,v 1.1 2008-07-08 10:46:40 larsl Exp $
|
|
|
|
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
|
SELECT ?one
|
|
WHERE { ?one rdf:value ?oneL .
|
|
FILTER ( ?oneL = FALSE ) }
|