For my current project I need to extract information from dbpedia. The only information I have is the label of the resource.
To give you an example:
I have the resource "car". Now I would like to get e.g. the abstract. Is there a way to solve this with SPARQL?
That other answer doesn't get you results from DBpedia, which is what you said you wanted. It's also not clear whether you want results for resources which label includes your known string, or is your known string.
A couple of examples, directly linked to query forms and results, presuming you only care about English abstracts and labels...
Label case-insensitively includes
car
(live results)Label is exactly
"Car"@en
(live results)