We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To get DrOn to be fully compatible with RO, you should consider to migrate the following two relations:
Declaration(ObjectProperty(<http://www.obofoundry.org/ro/ro.owl#has_part>)) Declaration(ObjectProperty(<http://www.obofoundry.org/ro/ro.owl#has_proper_part>))
To their proper RO counterparts.
Originally, I thought that this needed changes to the DrOn builder pipeline:
dron/DrOn builder source code/dron-builder/src/main/scala/edu/uams/dbmi/redo/builder/DrOnBuilder.scala
but with a bit of luck, the DrOnBuilder.scala is generic enough to handle changes to DrOn as long as the rdfs:label has_proper_part is preserved:
DrOnBuilder.scala
rdfs:label
has_proper_part
Not 100% positive though, would need someone testing it.
The text was updated successfully, but these errors were encountered:
Team is investigating the source code.
Sorry, something went wrong.
@dillerm and @hoganwr will look at Scala code in BitBucket repo. @LightGrenadier will check on access with Erik Schmidt for the previous people.
Looks like the lookup of the object property IRI by its rdfs:label is calling the SQL database.
No branches or pull requests
To get DrOn to be fully compatible with RO, you should consider to migrate the following two relations:
To their proper RO counterparts.
Originally, I thought that this needed changes to the DrOn builder pipeline:
but with a bit of luck, the
DrOnBuilder.scala
is generic enough to handle changes to DrOn as long as therdfs:label
has_proper_part
is preserved:Not 100% positive though, would need someone testing it.
The text was updated successfully, but these errors were encountered: