Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PREFIX osr: <http://dati.senato.it/osr/>
- PREFIX ocd: <http://dati.camera.it/ocd/>
- PREFIX foaf: <http://xmlns.com/foaf/0.1/>
- SELECT DISTINCT ?nome ?cognome ?carica ?gruppo ?dizioneGruppo ?inizioAdesione ?fineAdesione
- WHERE
- {
- <http://dati.senato.it/senatore/12836> a osr:Senatore.
- <http://dati.senato.it/senatore/12836> foaf:firstName ?nome.
- <http://dati.senato.it/senatore/12836> foaf:lastName ?cognome.
- <http://dati.senato.it/senatore/12836> ocd:aderisce ?adesione.
- ?adesione osr:carica ?carica.
- ?adesione osr:gruppo ?gruppo.
- ?adesione osr:inizio ?inizioAdesione.
- OPTIONAL { ?adesione osr:fine ?fineAdesione }
- ?gruppo a ocd:gruppoParlamentare.
- ?gruppo osr:titolo ?dizioneGruppo
- } ORDER BY ?inizioAdesione
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement