Return to Snippet

Revision: 46803
at May 25, 2011 18:49 by rccc


Initial Code
SELECT ?property ?hasValue ?isValueOf
WHERE {
  { <http://dbpedia.org/resource/Google> 
    owl:sameAs  
    ?hasValue 
  }
}

Initial URL

                                

Initial Description

                                

Initial Title
Find the "sameAs" property of a DBPEDIA ressource

Initial Tags

                                

Initial Language
SQL