Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Aug 11, 2023
1 parent 6312775 commit e46a216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion askomics/libaskomics/GffFile.py
Expand Up @@ -414,7 +414,7 @@ def generate_rdf_content(self):
self.graph_chunk.add((end, rdflib.RDF.type, faldo_strand))

# Shortcut triple for faldo queries
self.graph_chunk.add((entity, self.namespace_internal["faldobegin"], faldo_start))
self.graph_chunk.add((entity, self.namespace_internal["faldoBegin"], faldo_start))
self.graph_chunk.add((entity, self.namespace_internal["faldoEnd"], faldo_end))
self.graph_chunk.add((entity, self.namespace_internal["faldoReference"], faldo_reference))

Expand Down

0 comments on commit e46a216

Please sign in to comment.