-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to describe all Bio2RDF entities #7
Comments
bio2rdf.org now supporting every dataset that is part of the Bio2RDF release 2 or 3. Actually working on bio2rdf.org resolving any arbitrary entity. |
I have deployed a first version of Talend implementation of the queryAll service based on the statistics of the release 3. http://queryall.rest.bio2rdf.org/ The project in beta mode is here https://github.com/fbelleau/bio2rdf-queryall Michel infirm Vincent of the needed modification, then he will be possible to integrate the resolution of the 400 namespace URIs into Bio2RRDF main REST service. |
For Uniprot you were trying to resolve http://bio2rdf.org/uniprot_vocabulary:Resource I have begun to implement the "QueryAll" like service in beta.bio2rdf.org There might be some problems with some namespaces, feel free to point it out ! And note that when asking html through content-negociation it returns only the Virtuoso fct describe page for the entity (if it exists) |
Vincent, |
What's the status on this item? |
Update of the REST service : to resolve a bio2rdf URI the service send a federated query to every bio2rdf triplestore to describe this URI But now the service don't redirect to the virtuoso page when html is asked |
http://answers.semanticweb.com/questions/11990/what-html-templating-systems-exist-for-rdf ideas for the html rendering to be done |
Found a bug due to :
This error happens only when Jena try to write the RDF in the RDF/XML format. No problem when it's the n-triple or turtle format. |
The Jena error is triggered by this triple :
|
Found out where the problem comes from : |
It comes from uniprot endpoint
|
Currently there is no support for entity resolution for arbitrary entities that appear in Bio2RDF datasets. Consider the statistics page for affymetrix probesets
http://download.bio2rdf.org/release/3/html/affymetrix.html
The first type http://bio2rdf.org/wormbase_vocabulary:Resource does not resolve even though WormBase is part of the Bio2RDF distribution.
The second type http://bio2rdf.org/uniprot_vocabulary:Resource does not resolve.
the web application should send out a federated query to SPARQL endpoints to gather triples to describe these terms.
@vemonet
The text was updated successfully, but these errors were encountered: