UNDER DEVELOPMENT FEATURES

From solab
Jump to navigation Jump to search

OK

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

PREFIX wiki: <http://llg.local/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  ?n ?m WHERE {
?result property:Product ?v1 .
?v1 rdfs:label ?n.
?result rdfs:label ?m

} LIMIT 10 |yes |WIKITABLE }}



Broken

{{#gu_gen: sparql | http://localhost: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 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 ?Product  WHERE {
property:Product property:Allows_value-23aux ?Product .
} ORDER BY ?Product
LIMIT 300

|yes |WIKITABLE }}

Known Products

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

|yes |WIKITABLE }}

{{#gu_gen: sparql|http://localhost:8890/sparql/%7C |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 ?Product  WHERE {
property:Product  swivt:specialProperty_PVAL ?Product .
} ORDER BY ?Product
LIMIT 3|yes|WIKITABLE||}}

~http://*query=* "~http" has not been listed as valid URI scheme.

OK

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

PREFIX wiki: <http://llg.local/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  ?n ?m WHERE {
?result property:Product ?v1 .
?v1 rdfs:label ?n.
?result rdfs:label ?m

} LIMIT 10 |yes |WIKITABLE }}