PREFIX id: PREFIX rdf: PREFIX rdfs: PREFIX owl: PREFIX foaf: PREFIX jisc: SELECT ?Title ?Start ?End ?Link ?Description WHERE { ?Link rdf:type jisc:Project ; jisc:governance ?ctee ; jisc:short-name ?Title ; jisc:start-date ?Start ; jisc:end-date ?End ; jisc:name ?Description . FILTER (?ctee = || ) . }