PREFIX core: CONSTRUCT { ?degree ?property ?object . } WHERE { PERSON_URI core:educationalTraining ?educationalTraining . ?educationalTraining core:degreeEarned ?degree . ?degree ?property ?object . }