Coder Social home page Coder Social logo

unaddressable URLs about bao HOT 4 OPEN

leonqli avatar leonqli commented on July 23, 2024
unaddressable URLs

from bao.

Comments (4)

sschurer avatar sschurer commented on July 23, 2024

from bao.

sschurer avatar sschurer commented on July 23, 2024

Leon, We discussed this internally some more. Can you share your use case where you are getting a problem. Briefly, bao_complete imports various other files and some of these import others; we opted for that modular design to streamline development and maintenance. If you use bao in a triple store or Protege or another tool that works with ontologies, you should be able to answer requests for all URIs. You would need to do that anyway to use the ontology for example for reasoning (typically only the asserted ontology would not be distributed). Would be helpful to understand your use case to determine if we need to change anything.

from bao.

leonqli avatar leonqli commented on July 23, 2024

Dear Stephan,

Thanks for your reply! Our use case is PubChem RDF (https://pubchemdocs.ncbi.nlm.nih.gov/rdf). We have those links in our RDF project. When clicking those links, it will be directed to bao_complete.owl as default, which has no those terms in the file. For example, BAO_0001094, http://www.bioassayontology.org/bao/bao_complete.owl#BAO_0001094

Thanks for your help! Look forward to hearing from you.

Best,
Leon

from bao.

sschurer avatar sschurer commented on July 23, 2024

The URI would be http://www.bioassayontology.org/bao#BAO_0001094. The reason that resolves to bao_complete is because BAO complete is the upper level file that directly or indirectly imports various other files with classes and relations. In order to answer a semantic query you need a system that can interpret the request such as protege or some other system that uses the OWL API. Typically to integrate and query semantic data you would use a RDF store, such as Virtuoso? That should resolve any query. It would also give you answers using inferred axioms, which you could not get from the asserted hierarchy, even if they were all one file.
We don't have PURL like resolution system at the moment. But again it should be no problem if BAO is loaded in a triple store or protege for example.

from bao.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.