Skip to content
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

Extract Climate Information from the EIFFEL Ontology to be added to the DKG #262

Merged
merged 27 commits into from
Dec 5, 2023

Conversation

nanglo123
Copy link
Contributor

@nanglo123 nanglo123 commented Nov 29, 2023

  • Extract information and relationships from four of the nine turtle files listed in the EIFFEL Ontology
  • Create a list of terms from each result in a query
  • Preprocess queried label and description strings
  • Add the information to the DKG

Demo after running:

http://0.0.0.0:8771/api/entity/eotaxonomy:BioDiversityAndLandEcosystemArea gives the following:

{
  "id": "eotaxonomy:BioDiversityAndLandEcosystemArea",
  "name": "BioDiversity and Land Ecosystem",
  "type": "class",
  "obsolete": false,
  "description": "…data assimilation techniques to combine satellite observations of the land surface with radiative transfer and other physical models to provide best estimates of biophysical parameters, improving understanding of ecosystems and ecosystems and assessing vulnerability, etc.",
  "synonyms": [],
  "xrefs": [],
  "labels": [
    "eotaxonomy"
  ],
  "properties": {}
}

nanglo123 and others added 25 commits December 5, 2023 13:19
… files already being present in project directory
… output, remove non uri references from ecv-kb relationspreadsheet
@cthoyt cthoyt force-pushed the extract_eiffel_ontology branch from 3f8f27e to 3821f47 Compare December 5, 2023 12:19
Copy link
Member

@cthoyt cthoyt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, great work @nanglo123

@bgyori bgyori merged commit 7acbee4 into gyorilab:main Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants