Skip to content

Commit

Permalink
Merge branch 'fix/lodstats-namespace' into 'development'
Browse files Browse the repository at this point in the history
fixed syntax error

See merge request ontology-restrictions/LOVCube/lovstats!2
  • Loading branch information
SvenLieber committed Aug 18, 2020
2 parents 1cc671e + 06eceb9 commit e0b27c0
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 e0b27c0

Please sign in to comment.