PREFIX core: PREFIX obo: CONSTRUCT { ?degree ?property ?object . } WHERE { PERSON_URI core:relatedBy ?advisingRelationship . ?advisingRelationship a core:AdvisingRelationship . ?advisingRelationship core:degreeCandidacy ?degree . ?degree ?property ?object . }