{
    "head": {
        "vars": []
    },
    "results": {
        "bindings": []
    },
    "note": "Provide a SPARQL-like SELECT or CONSTRUCT query.",
    "example": "SELECT ?title ?issued WHERE { ?s a dcat:Dataset . ?s dct:title ?title . ?s dct:issued ?issued . } LIMIT 10",
    "example_construct": "CONSTRUCT { ?s dct:title ?title . } WHERE { ?s a dcat:Dataset . ?s dct:title ?title . } LIMIT 10"
}