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

9 lines
137 B
SPARQL

PREFIX ex: <http://example.org/ex#>
INSERT
FROM <data.rdf>
WHERE {
$r a ex:Class ;
ex:numPred $number ;
ex:stringPred $name .
}