Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenLieber committed Aug 18, 2020
1 parent 1cc671e commit 06eceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lodstats.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def create_dataset(measure_name, datasets, graph, provGeneration, provGeneration
if options.ontology_uri:
g.add((observ, rls['ontologyVersionDimension'], rdflib.URIRef(options.ontology_uri)))
else:
g.add((observ, rln['ontologyVersionDimension'], rdflib.Literal("")))
g.add((observ, rls['ontologyVersionDimension'], rdflib.Literal("")))
# link observations to generation activity
g.add((observ, prov.qualifiedGeneration, provGeneration))

Expand Down

0 comments on commit 06eceb9

Please sign in to comment.