next
previous
items

Data table via SPARQL

Luxury cars from DBpedia

Data table via SPARQL Published 24 Aug 2012 Last modified 21 Mar 2023
Sparql query example to query Wikipedia via DBpedia sparql endpoint http://wiki.dbpedia.org/OnlineAccess

Download this dataset

Dataset preview

(Live Query)

manufacturer name car
"Cadillac"@en "Cadillac DTS"@en <http://dbpedia.org/resource/Cadillac_DTS>
"Cadillac"@en "Cadillac Elmiraj"@en <http://dbpedia.org/resource/Cadillac_Elmiraj>
"Cadillac"@en "Cadillac Sixteen"@en <http://dbpedia.org/resource/Cadillac_Sixteen>
"Cadillac"@en "Cadillac XTS"@en <http://dbpedia.org/resource/Cadillac_XTS>
"Cadillac"@en "Cadillac Ciel"@en <http://dbpedia.org/resource/Cadillac_Ciel>
"Rolls-Royce plc"@en "Rolls-Royce Silver Dawn"@en <http://dbpedia.org/resource/Rolls-Royce_Silver_Dawn>
"Rolls-Royce Limited"@en "Rolls-Royce Silver Dawn"@en <http://dbpedia.org/resource/Rolls-Royce_Silver_Dawn>
"Rolls-Royce (1971) Limited"@en "Rolls-Royce Silver Dawn"@en <http://dbpedia.org/resource/Rolls-Royce_Silver_Dawn>
"Rolls-Royce plc"@en "Rolls-Royce Silver Wraith"@en <http://dbpedia.org/resource/Rolls-Royce_Silver_Wraith>
"Rolls-Royce Limited"@en "Rolls-Royce Silver Wraith"@en <http://dbpedia.org/resource/Rolls-Royce_Silver_Wraith>

Received 137 rows in 0.002 seconds.


https://www.eea.europa.eu/data-and-maps/daviz/eionet/data/local-sparql-queries/luxury-cars-from-dbpedia/daviz.json

For system integrators

The following info can be used by a system developer / database administrator in order to retrieve this dataset programmatically over the web using a SPARQL client.

Are you new to Linked Data technology? visit http://linkeddata.org



http://dbpedia.org/sparql

PREFIX dbo: <http://dbpedia.org/ontology/>

SELECT ?manufacturer ?name ?car
WHERE {
    ?car <http://purl.org/dc/terms/subject> <http://dbpedia.org/resource/Category:Luxury_vehicles> .
    ?car foaf:name ?name .
    ?car dbo:manufacturer ?man .
    ?man foaf:name ?manufacturer
}


Permalinks

Document Actions