Cell types

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 ?Cell_type  WHERE {
property:Cell_type  swivt:specialProperty_PVAL ?Cell_type .
} ORDER BY ?Cell_type
LIMIT 100

|yes |WIKITABLE }}