Property:Data Sheet
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 ?s ?ls ?sd ?o ?lo ?oc WHERE { ?s property:Produced_by ?o . ?s rdfs:label ?ls . ?o rdfs:label ?lo . OPTIONAL {?o property:Cat ?oc .}. OPTIONAL {?s property:Data_Sheet ?sd .}. } LIMIT 200
|yes |WIKITABLE }}