diff --git a/src/edu/cornell/mannlib/vitro/webapp/visualization/coauthorship/CoAuthorshipQueryRunner.java b/src/edu/cornell/mannlib/vitro/webapp/visualization/coauthorship/CoAuthorshipQueryRunner.java index 131fbb2f..3b1381fa 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/visualization/coauthorship/CoAuthorshipQueryRunner.java +++ b/src/edu/cornell/mannlib/vitro/webapp/visualization/coauthorship/CoAuthorshipQueryRunner.java @@ -445,7 +445,6 @@ public class CoAuthorshipQueryRunner implements QueryRunner { + " core:authorInAuthorship ?authorshipNode . " + "?authorshipNode rdf:type core:Authorship ;" + " core:linkedInformationResource ?document . " - + "?document rdf:type bibo:Document . " + "?document rdfs:label ?documentLabel . " + "?document core:informationResourceInAuthorship ?coAuthorshipNode . " + "?coAuthorshipNode core:linkedAuthor ?coAuthorPerson . " diff --git a/src/edu/cornell/mannlib/vitro/webapp/visualization/collegepubcount/CollegePublicationCountQueryRunner.java b/src/edu/cornell/mannlib/vitro/webapp/visualization/collegepubcount/CollegePublicationCountQueryRunner.java index c2654b7a..a83660a0 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/visualization/collegepubcount/CollegePublicationCountQueryRunner.java +++ b/src/edu/cornell/mannlib/vitro/webapp/visualization/collegepubcount/CollegePublicationCountQueryRunner.java @@ -282,7 +282,6 @@ public class CollegePublicationCountQueryRunner implements QueryRunner