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

Attributes

sfarfallio
Interrogazione Rytz (18.1028), Per una luce sana. Quali misure intende adottare il Consiglio federale per limitare i rischi legati allo sfarfallio dei LED?, 2018-06-06 ([Internet, 2023-01-26](https://www.parlament.ch/it/ratsbetrieb/suche-curia-vista/geschaeft?AffairId=20181028))
La causa del cosiddetto sfarfallio risiede nella corrente alternata della rete di distribuzione, che a 50 Hertz cambia direzione 50 volte al secondo e quindi ampiezza 100 volte al secondo. Se i trasformatori elettronici delle lampadine a LED non equilibrano questi cambiamenti, anche la luce prodotta dal chip non è costante. Lo sfarfallio può però insorgere anche con il ricorso ai dimmer.
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 flicker
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.