Find the "sameAs" property of a DBPEDIA ressource


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SELECT ?property ?hasValue ?isValueOf
  2. WHERE {
  3. { <http://dbpedia.org/resource/Google>
  4. owl:sameAs
  5. ?hasValue
  6. }
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.