Virtuoso

From solab
Revision as of 18:59, 1 June 2015 by imported>Gio
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{#gu_gen: sparql | http://trino:8890/sparql | root |

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX property: <http://llg.local/biwiki/index.php/Special:URIResolver/Property-3A>
PREFIX swivt: <http://semantic-mediawiki.org/swivt/1.0#>
SELECT distinct ?r ?s ?l ?p WHERE {
?r property:Product   ?s.
?r rdfs:label ?l.
?r property:Product ?p.
} LIMIT 20

|yes |WIKITABLE

}}