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
Consider the following example (adapted from UBERON), in which an existential restriction is assigned rdf:nodeID="genid3" that gets referenced three times in the class description of obo:UBERON_0037447:
Executing ldtab import results in JSON objects where the values associated with the blank node with rdf:nodeID="genid3" are repeated the same number of times the blank node is referenced. For example, the object of the LDTab triple representing <rdfs:subClassOf rdf:nodeID="genid3"/> looks as follows:
Consider the following example (adapted from UBERON), in which an existential restriction is assigned
rdf:nodeID="genid3"
that gets referenced three times in the class description ofobo:UBERON_0037447
:XML example
Executing
ldtab import
results in JSON objects where the values associated with the blank node withrdf:nodeID="genid3"
are repeated the same number of times the blank node is referenced. For example, the object of the LDTab triple representing<rdfs:subClassOf rdf:nodeID="genid3"/>
looks as follows:JSON representation in LDTab
This bug does not seem to be present when using
ldtab import -s
.The bug is also not present when removing
rdf:nodeID="genid3"
.I suspect the bug to be located in one of these functions:
The text was updated successfully, but these errors were encountered: