PREFIX swrc: PREFIX rdf: PREFIX swc: SELECT DISTINCT ?paper ?conference WHERE { ?paper swrc:author ?author ; swc:relatedToEvent ?event . ?event (swc:isSubEventOf)* ?conference . ?conference rdf:type swc:ConferenceEvent . ?author swrc:affiliation ?affiliation. } SELECT DISTINCT * WHERE { { ?x /()* ?type } } PREFIX swc: PREFIX swrc: SELECT ?paper ?conference WHERE { ?paper swrc:author ?author ; swc:relatedToEvent ?event . ?event (swc:isSubEvent)*/ swc:ConferenceEvent . } PREFIX swrc: PREFIX rdf: PREFIX swc: SELECT DISTINCT ?paper ?conference WHERE { ?paper swrc:author| ?author . ?paper swc:isPartOf ?proceedings . ?proceedings swc:relatedToEvent ?event . ?event (swc:isSubEventOf)* ?conference . ?conference rdf:type swc:ConferenceEvent . ?author swrc:affiliation ?affiliation . } PREFIX xsd: PREFIX rdfs: PREFIX swrc: PREFIX swc: SELECT ?paper ?conference WHERE { ?paper swrc:author ?author ; swc:relatedToEvent ?event . ?event (swc:isSubEventOf)*/ swc:ConferenceEvent . ?author swrc:affiliation ?affiliation . ?affiliation rdfs:label ?affiliation_label . } PREFIX xsd: PREFIX rdfs: PREFIX swrc: PREFIX swc: SELECT ?paper ?conference WHERE { ?paper swrc:author ?author ; swc:relatedToEvent ?event . ?event (swc:isSubEvent)*/ swc:ConferenceEvent . ?author swrc:affiliation ?affiliation . ?affiliation rdfs:label ?affiliation_label . } PREFIX swrc: PREFIX rdf: PREFIX swc: SELECT DISTINCT ?paper ?conference WHERE { ?paper swrc:author| ?author . ?paper swc:isPartOf ?proceedings . ?proceedings swc:relatedToEvent ?event . ?event (swc:isSubEventOf)* ?conference . ?conference rdf:type swc:ConferenceEvent . ?author swrc:affiliation ?affiliation } PREFIX swrc: PREFIX rdf: PREFIX swc: SELECT DISTINCT * WHERE { ?event (swc:isSubEventOf)* ?conference . ?conference rdf:type swc:ConferenceEvent . }