-
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
Add MOSAIC, ARCRC, SENSO, ADCAD, SALMON expand query expansion rules #33
Conversation
Ref #31 Also adds tests for previously added MOSAiC and ARCRC ontologies
This adds support for transitive and symmetric skos:exactMatch and non-transitive but symmetric skos:closeMatch
9cbcdbe
to
f7ef529
Compare
This PR now includes support for all ontologies we've been developing for the last while and is ready to get merged @taojing2002. This closes #29. Before or after merge, these changes need to get cherry-picked onto https://github.com/DataONEorg/dataone-indexer and also ported to https://github.com/NCEAS/metacat. All content in CN and MN Solr instances matching the query |
Hey @taojing2002, this adds indexing support for two new ontologies we've developed over on https://github.com/DataONEorg/sem-prov-ontologies for #29 and also tweaks some of the indexing logic described in DataONEorg/dataone-indexer#3.
The PR includes automated tests and I've done a fair bit of manual testing so this doesn't need an in-depth review, though I'd appreciate you taking a quick look.
Closes #29 and DataONEorg/dataone-indexer#3.