Skip to content

Commit

Permalink
refactor(validate-data): rename cardinality turtle file (#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora-Olivia-Ammann authored Dec 16, 2024
1 parent d8867cd commit acfd1f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsp_tools/commands/validate_data/validate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _create_graphs(onto_client: OntologyClient, list_client: ListClient, data_rd
api_shapes.parse(str(api_shapes_path))
file_shapes = Graph()
file_shapes_path = importlib.resources.files("dsp_tools").joinpath(
"resources/validate_data/file_value_cardinalities.ttl"
"resources/validate_data/api-shapes-with-cardinalities.ttl"
)
file_shapes.parse(str(file_shapes_path))
content_shapes = shapes.content + api_shapes
Expand Down

0 comments on commit acfd1f1

Please sign in to comment.