-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat(RDF): semantic ontologies #4623
base: master
Are you sure you want to change the base?
Conversation
Blocking on #4566 (might cause merge conflicts) |
Conflicts: backend/molgenis-emx2-rdf/src/main/java/org/molgenis/emx2/rdf/ColumnTypeRdfMapper.java backend/molgenis-emx2-rdf/src/test/java/org/molgenis/emx2/rdf/ColumnTypeRdfMapperTest.java
|
.getRefTable() | ||
.getTable() | ||
.query() | ||
.select(s("name"), s("ontologyTermURI")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oei, dat is erg duur om dat per stuk te doen. Komt dit vaak voor? Want dan zou je liever de originele query expanden?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wisselt, maar denk dat als het duur is dat het wel "te vaak" zal zijn.
Zal idd wel even kijken of ik ofwel de query kan uitbreiden met een subquery of ee andere oplossing kan vinden dan.
What are the main changes you did
ontologyTermURI
instead #4222ontologyTermURI
is found, semantics predicate will use local server-specific IRI instead (similar to old behaviour)How to test
Checklist