Questions tagged [ontology-mapping]

4 questions
3
votes
1 answer

Ontology where the same word has different meaning in different contexts?

Are there any example ontologies where the same word has different meaning in different contexts? For example, when building an ontology for a large company, it is not uncommon for different departments and systems to have a different definition and…
Alex R
  • 11,364
  • 15
  • 100
  • 180
1
vote
1 answer

Retrieving Gene Ontology Hierarchy Using Python

I'm trying parsing and hierarchical display of Gene Ontology (GO) terms from an OBO file using Python. While I have made progress, I'm encountering an issue with properly handling multiple is_a relationships within the same term. My goal is to…
1
vote
1 answer

Mapping DMN table to an OWL ontology

As part of my research, I have been working on a DMN table and OWL ontology. I must map rules from the DMN table into an OCQA web ontology file and work later with SHACL to infer some rules. In this process, as an initial step recently, my…
Kuladeep
  • 15
  • 4
0
votes
1 answer

Extracting at perticular Level of GO ID such as level 2 GO ID from Hierarchy and Matching with annotated GO ID

I'm working on a Python script to match the annotated GO IDs from a file, and than extract Level 2 Gene Ontology (GO) IDs from a hierarchy. However, I'm facing issues with extracting the correct Level 2 GO IDs and displaying the corresponding…
Umar
  • 117
  • 7