Skip to content

Commit 974d779

Browse files
committed
adding comments that this is a hack
1 parent 2678a9b commit 974d779

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nc2rdf/nc2rdf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ def baldgraph2schemaorg(graph):
2121
Transforms to a rdflib.Graph bald style
2222
Returns a new graph in schema.org profile
2323
"""
24+
# HACK: The following mappings ignore prefixes as well as prefixes in nc file
25+
# TODO: Fix references to prefixes/aliases proper
26+
2427
#load mappings
2528
mapping_idx = {}
2629
mapping_data = []

0 commit comments

Comments
 (0)