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

Attributes

one-person-one-vote principle
Grundsatz, dass jede stimmberechtigte Person pro Abstimmung über eine einzige Stimme verfügt und lediglich einmal stimmen kann.
Principe que lors d'un scrutin tout électeur dispose d'un seul suffrage et ne vote qu'une fois.
Principio secondo il quale ciascun avente diritto di voto dispone di un solo voto e può votare soltanto una volta.
FCh, Terminology Section, 2019
nach V Politische Rechte, Art. 27b Bst. a Ziff. 2 (SR 161.11, Stand 2014-01)
d'après O Droits politiques, art. 27b let. a ch. 2 (RS 161.11, état 2014-01)
secondo O Diritti politici, art. 27b lett. a n. 2 (RS 161.11, stato 2014-01)
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 Einmaligkeit der Stimmabgabe
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.