PREFIX rdf: PREFIX aa: SELECT ?fn ?ln ?t ?s WHERE { ?student rdf:type aa:Estudiante . ?student aa:firstname ?fn . ?student aa:lastname ?ln . OPTIONAL { ?student aa:affiliation ?t . } OPTIONAL { ?student aa:supervisor ?s . } }