Name

From solab
Jump to navigation Jump to search
Do you think that items on this page are out of date? You can clean its cache to manually update all dynamic parts to the latest data from the wiki.


{{#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 ?s   ?Name ?p ?pro WHERE {
?s property:Name   ?n .
?n rdfs:label ?Name .
?n property:Product ?p .
?p rdfs:label ?pro .
}
LIMIT 120|yes|WIKITABLE||}}


{{#gu_gen: sparql |http://localhost:8890/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 ?s   ?Name ?p ?pro WHERE {
?s property:Name   ?n .
?n rdfs:label ?Name .
?n property:Product ?p .
?p rdfs:label ?pro .
}
LIMIT 120

|yes |WIKITABLE

}}

<swivt:Subject rdf:about="http://localhost/solab/index.php/Special:URIResolver/Leonardo-2Denergy">

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

|yes |WIKITABLE }}