Categories

From solab
Jump to navigation Jump to search

{{#gu_gen: sparql | http://localhost:8000/sparql/ | root |

PREFIX wiki: <http://localhost/solab/index.php/Special:URIResolver/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX swivt: <http://semantic-mediawiki.org/swivt/1.0#>
PREFIX property: <http://localhost/solab/index.php/Special:URIResolver/Property-3A>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT distinct ?Cat  WHERE {
property:Cat  swivt:specialProperty_PVAL ?Cat .
} ORDER BY ?Cat LIMIT 300

|yes |WIKITABLE }}