SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . }
ConceptScheme
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . }
Levels in the Swiss transmission grid. Stages 2, 4 and 6 are referred to as transformer levels. They transform the electricity to the next level down (or up, if necessary).
SELECT ?property ?value WHERE {
BIND (?? AS ?s)
?s ?property ?value .
FILTER (isLiteral(?value))
} LIMIT 1000
Levels in the Swiss transmission grid. Stages 2, 4 and 6 are referred to as transformer levels. They transform the electricity to the next level down (or up, if necessary).