You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create_umls_submissions.rb script should be optimized:
script runs owlapi-wrapper when creating new UMLS submissions; however, that step is not needed. ttl file gets loaded directly into the triple store and owlapi.xrdf is not used in any way.
script uses pull mechanism to add new submissions, perhaps it would be easier to create new submissions directly. generate_rdf method skips owlapi for UMLS type ontologies but pull mechanism runs owlapi to validate ontology before creating a new submission
The text was updated successfully, but these errors were encountered:
alexskr
changed the title
create_umls_submissions.rb script should not run owlapi-wrapper
optimize create_umls_submissions.rb script
Dec 6, 2021
create_umls_submissions.rb script should be optimized:
generate_rdf
method skips owlapi for UMLS type ontologies but pull mechanism runs owlapi to validate ontology before creating a new submissionThe text was updated successfully, but these errors were encountered: