Skip to content

Commit

Permalink
Add rdfs:subclassof to list of refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
nanglo123 committed Oct 3, 2024
1 parent 7a9b2e4 commit 3b3a043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mira/dkg/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class MiraState:
]

#: A list of all relation types that are considered refinement relations
DKG_REFINER_RELS = ["subclassof", "part_of"]
DKG_REFINER_RELS = ["rdfs:subclassof", "subclassof", "part_of"]

#: The root path of the MIRA app when running in a container
DOCKER_FILES_ROOT = Path("/sw")

0 comments on commit 3b3a043

Please sign in to comment.