6 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
108
views
How to relate "equivalent" concepts that are not both classes?
I have two ontologies. The concept of "Level" is defined in different ways, but they are "equivalent". In ont1, "Level" is an owl:Class, while in ont2 it is defined as a ...
2
votes
1
answer
596
views
YARRRML: How to link two entities by matching against specific value from JSON
I have a JSON of the following form:
[
{
"crew":[
{
"id":123,
"job":"Director",
"name":"Director Testname&...
0
votes
1
answer
274
views
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
votes
1
answer
403
views
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 ...
1
vote
1
answer
199
views
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 ...
3
votes
1
answer
104
views
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 ...