mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-05 06:39:26 +02:00
9 lines
137 B
SPARQL
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 .
|
|
}
|