Changes

Jump to navigation Jump to search
Created page with "{{SPARQL|state={{{state}}} |label=Uber systems |query=SELECT ?origin ?originLabel ?destination ?destinationLabel ?rgb ?edgeLabel WHERE { pdio:Q1070 pdiot:P129 ?origin...."
{{SPARQL|state={{{state}}}
|label=Uber systems
|query=SELECT ?origin ?originLabel ?destination ?destinationLabel ?rgb ?edgeLabel WHERE
{

pdio:Q1070 pdiot:P129 ?origin.
pdio:Q1070 pdiot:P129 ?destination.
pdio:Q1070 pdiop:P130 ?association_statement.
?association_statement pdiopq:P131 ?origin.
?association_statement pdiopq:P132 ?destination.
?association_statement pdiops:P130 ?edge.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
}}

Navigation menu