SELECT * WHERE { ?hcalendar . OPTIONAL{ ?hcalendar ?comp . } OPTIONAL{ ?comp ?uid . } OPTIONAL{ ?comp ?url . } OPTIONAL{ ?comp ?category . } OPTIONAL{ ?comp ?rrule . ?rrule ?freq . } OPTIONAL{ ?comp ?organizer . ?organizer ?organizerAdress . } OPTIONAL{ ?comp ?summary . } OPTIONAL{ ?comp ?class . } OPTIONAL{ ?comp ?transp . } OPTIONAL{ ?comp ?description . } OPTIONAL{ ?comp ?status . } OPTIONAL{ ?comp ?location . } OPTIONAL{ ?comp ?dtstart . } OPTIONAL{ ?comp ?dtstamp . } OPTIONAL{ ?comp ?dtend . } }