Open GoogleCodeExporter opened 8 years ago
I just started trying RelFinder for browsing Bio2RDF data from PubMed, since it
seemed a natural choice for finding "publications that person1 and person2 both
were authors on", but RelFinder doesn't find any when using just the two
<http://bio2rdf.org/pubmed_vocabulary:Author> nodes as a query.
Here's a query that illustrates the problem:
http://www.visualdataweb.org/relfinder/demo.swf?obj1=aHR0cDovL2JpbzJyZGYub3JnL3B
1Ym1lZF9yZXNvdXJjZTphdXRob3I6ZGU3ZWJmZGUyZWY1MDc0Zjg3NTA3OTVkOTI0MWIyOWF8aHR0cDo
vL2JpbzJyZGYub3JnL3B1Ym1lZF9yZXNvdXJjZTphdXRob3I6ZGU3ZWJmZGUyZWY1MDc0Zjg3NTA3OTV
kOTI0MWIyOWE=&obj2=aHR0cDovL2JpbzJyZGYub3JnL3B1Ym1lZF9yZXNvdXJjZTphdXRob3I6YjUyN
jBmOGE3YzA5ZTk2NTJlYTU5NjliMGRiMjU3Njh8aHR0cDovL2JpbzJyZGYub3JnL3B1Ym1lZF9yZXNvd
XJjZTphdXRob3I6YjUyNjBmOGE3YzA5ZTk2NTJlYTU5NjliMGRiMjU3Njg=&obj3=aHR0cDovL2JpbzJ
yZGYub3JnL3B1Ym1lZDoxOTg2ODM3MnxodHRwOi8vYmlvMnJkZi5vcmcvcHVibWVkOjE5ODY4Mzcy&ob
j4=aHR0cDovL2JpbzJyZGYub3JnL3B1Ym1lZDoxOTg2ODQ1NXxodHRwOi8vYmlvMnJkZi5vcmcvcHVib
WVkOjE5ODY4NDU1&name=QmlvMlJERg==&endpointURI=aHR0cDovL3B1Ym1lZC5iaW8ycmRmLm9yZw
==&dontAppendSPARQL=ZmFsc2U=&isVirtuoso=ZmFsc2U=&useProxy=dHJ1ZQ==&method=UE9TVA
==&autocompleteLanguage=&autocompleteURIs=aHR0cDovL3d3dy53My5vcmcvMjAwMC8wMS9yZG
Ytc2NoZW1hI2xhYmVs&ignoredProperties=aHR0cDovL3B1Ym1lZF9yZXNvdXJjZS5iaW8ycmRmLm9
yZy9yZXNvdXJjZQ==&imageURIs=aHR0cDovL3htbG5zLmNvbS9mb2FmLzAuMS9kZXBpY3Rpb24=&lin
kURIs=aHR0cDovL3htbG5zLmNvbS9mb2FmLzAuMS9wYWdl&maxRelationLegth=Mg==
Author
<http://bio2rdf.org/pubmed_resource:author:de7ebfde2ef5074f8750795d9241b29a> "L
Pearce" and
<http://bio2rdf.org/pubmed_resource:author:b5260f8a7c09e9652ea5969b0db25768> "W
H Brown" are added as targets in the web, as well as two articles they both
authored: <http://bio2rdf.org/pubmed:19868372> and
<http://bio2rdf.org/pubmed:19868455>. There's several other articles they
authored together, which don't automatically show up.
The Author articles are linked to the Publication nodes via a Contributor
<http://bio2rdf.org/pubmed_vocabulary:Contributor> intermediary node, which
looks like it would work just fine for linking, so not quite sure why it isn't.
I did notice that the direction of the arrow for the Contributor to Publication
link seems to go the wrong way. The data set has:
@prefix v: <http://bio2rdf.org/pubmed_vocabulary:>
v:PubMedRecord dc:contributor v:Contributor .
v:Contributor v:author v:Author .
However when drawn in RelFinder, the arrows point from a Contributor to a
Publication, which seems wrong.
Original comment by Brooks.B...@gmail.com
on 17 Mar 2015 at 7:01
Original issue reported on code.google.com by
kur...@googlemail.com
on 27 Jun 2013 at 6:23