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

Attributes

Minderung von CO2-Emissionen
UVEK/BAV, Umsetzung der Energiestrategie 2050 im öffentlichen Verkehr (ESöV 2050). Forschungsprogramm für die Förderperiode 2021-2024, S. 12, Abs. 3.1 ([Internet, 2023-01-10](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwj16NH41Lz8AhVK7LsIHaZ6CeQQFnoECAkQAQ&url=https%3A%2F%2Fwww.bav.admin.ch%2Fdam%2Fbav%2Fde%2Fdokumente%2Fthemen%2Fumwelt%2Fenergiestrategie-projekte%2Faktivitaetenbericht%2Fforschungsprogramm-2021-2024.pdf.download.pdf%2FUmsetzung%2520der%2520Energiestrategie%25202050%2520im%2520%25C3%25B6ffentlichen%2520Verkehr%2520%28ES%25C3%25B6V%25202050%29.pdf&usg=AOvVaw2wDJ5okLzZf-APyBShfa8c))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part reduction of CO2 emissions
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.