Automation

From solab
Jump to navigation Jump to search

{{#gu_gen: sparql | http://176.34.183.47: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://176.34.183.47/automation/index.php/Special:URIResolver/Property-3A>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT distinct ?subjecturi ?objecturi ?n ?sublabel WHERE {
?subjecturi property:Is_a ?objecturi .
?objecturi rdfs:label ?n.

?subjecturi rdfs:label ?sublabel.

} 
LIMIT 300

|yes |WIKITABLE }}


{{#gu_gen: sparql | http://176.34.183.47: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 xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT DISTINCT  ?result ?n ?m WHERE {
?result <http://localhost/automation/index.php/Special:URIResolver/Property-3AIs_a> ?v1 .
?v1 rdfs:label ?n.
?result rdfs:label ?m

} LIMIT 10 |yes |WIKITABLE }}