| part | subject | predicate | object | published by | date | |
|---|---|---|---|---|---|---|
|
Assertion
|
|
|||||
|
Assertion
|
test query
|
|
||||
|
Assertion
|
|
|||||
|
Assertion
|
for testing
|
|
||||
|
Assertion
|
|
|||||
|
Assertion
|
prefix dbo: <http://dbpedia.org/ontology/>
prefix dbp: <http://dbpedia.org/property/>
prefix schema: <http://schema.org/>
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
select ?band ?album where {
?band rdf:type dbo:Band .
?album rdf:type schema:MusicAlbum .
?band dbo:genre ?__genre_iri .
?album dbp:artist ?band .
} limit 100
|
|
||||
|
PublicationInfo
|
|