Can't get this SPARQL query to work
- by Jason
Okay, I'm just learning to use SPARQL to query data from dbpedia.org and I'm using dbpedia's http://dbpedia.org/snorql/ to run my queries in. I am trying to get a list of MusicalArtists based on searching for the same string over three fields like so:
SELECT ?subject
?artistRdfsLabel
?artistFoafName
?artistDbpedia2Name…