PREFIX core: PREFIX rdf: PREFIX bibo: CONSTRUCT { ?person ?property ?object . } WHERE { PERSON_URI core:authorInAuthorship ?authorship . ?authorship core:linkedInformationResource ?patent . ?patent rdf:type bibo:Patent . ?authorship core:linkedAuthor ?person . ?person ?property ?object . }