query-71308b8f312893c7de95af4ff695e0fa

rq turtle/ttl

Federation over SSL trows errorTask T202785PhabricatorTracked in for query federation. Unfortunately it does currently not work: we receive a protocol_version error when executing the following query: https://ld.stadt-zuerich.ch/queryThank you very much for accepting the endpoint of the City of Zurich

Use at

SELECT *
WHERE 
{
  SERVICE <https://ld.stadt-zuerich.ch/query> {
    SELECT * WHERE {
      ?Kennzahl a <http://purl.org/linked-data/cube#AttributeProperty> ;
      <http://www.w3.org/2000/01/rdf-schema#label> ?KennzahlLabel .
    } 
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?Kennzahl"):::projected v2("?KennzahlLabel"):::projected c3([http://purl.org/linked-data/cube#AttributeProperty]):::iri subgraph s1["https://ld.stadt-zuerich.ch/query"] style s1 stroke-width:4px; v1 --"a"--> c3 v1 --http://www.w3.org/2000/01/rdf-schema#label--> v2 end