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
Vincent at 2016 developed a way to automatically extract ontology submission attributes from the parsed ontology. The development was done in two project
First, the owlapi_wrapper where he added a function called addOntologyIRIAndImports to add triples to save the ontology IRI and the omv:imports
Secondly he implemented a function in the ontologies_linked_data to extract automatically the ontology_submission attributes, see extract_ontology_metadata declaration for the details
Also a lot of work was done the project Goo, to enhance the DSL on describing attribues, so that was can have something like this:
attribute:description,namespace: :omv,enforce: [:concatenate],extractedMetadata: true,helpText: "Free text description of the ontology.",metadataMappings: ["dc:description","dct:description","doap:description","schema:description","oboInOwl:remark"]
Requirement
Vincent at 2016 developed a way to automatically extract ontology submission attributes from the parsed ontology. The development was done in two project
Where before it was like this
TODO
First
Then later rebundle and refactor the work of Vincent to small changes that we will share with upstream with pull request
The text was updated successfully, but these errors were encountered: