Template:Sparql get dbpedia r1: Difference between revisions

From solab
Jump to navigation Jump to search
imported>WikiSysop
Created page with '{{sparql_get_dbpedia_r|page=http://dbpedia.org/resource/{{#explode:{{{path}}}|=>|0}}|dbpprop={{#explode:{{{path}}}|=>|1}}|notrace=yes|format=GetValue|x=1|y=1}}'
 
(No difference)

Latest revision as of 12:20, 9 January 2010

{{#gu_gen: sparql | http://dbpedia.org/sparql | root |

PREFIX dbpprop: <http://dbpedia.org/property/>
PREFIX dbpedia-owl: <http://dbpedia.org/ontology/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/> 
PREFIX geo:  <http://www.w3.org/2003/01/geo/wgs84_pos#>  
SELECT ?val
WHERE

{

<http://dbpedia.org/resource/{{{path}}}>   ?val . 

} |yes |GetValue |1 |1 }}