SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

2022-01-18T15:24:59.124630
geoimpact AG
geoimpact AG
geoimpact AG
geoimpact AG
Nous captons l'idée et l'intention d'un changement et relions les personnes qui veulent faire bouger les choses. Une équipe motivée s'est donné pour mission de développer un logiciel innovant pour la planification systématique des énergies renouvelables dans toute la Suisse. Pour que nous soyons tous - citoyens, planificateurs et maîtres d'ouvrage - à un clic du prochain pas vers l'avenir.
We capture the thought and intention of change and connect the people who want to make a difference. A motivated team has made it their mission to develop innovative software for the systematic planning of renewable energies throughout Switzerland. So that all of us - citizens, planners and builders - are just one click away from the next step into the future.
Wir fangen den Gedanken und die Absicht einer Veränderung ein und verbinden die Menschen, die etwas bewegen wollen. Ein motiviertes Team hat es sich zur Aufgabe gemacht, innovative Software zur schweizweiten systematischen Planung von erneuerbaren Energien zu entwickeln. Damit wir alle - Bürger, Planer und Bauherren - nur einen Klick vom nächsten Schritt in die Zukunft entfernt sind.
Catturiamo il pensiero e l'intenzione del cambiamento e colleghiamo le persone che vogliono fare la differenza. Un team motivato ha fatto la sua missione di sviluppare un software innovativo per la pianificazione sistematica delle energie rinnovabili in tutta la Svizzera. In modo che tutti noi - cittadini, pianificatori e sviluppatori - siamo solo un click di distanza dal prossimo passo verso il futuro.
other
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
hasDefinedTerm The organisations of opendata.swiss
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.