Skip to content

Commit

Permalink
a TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed May 24, 2024
1 parent 2f5077b commit 90df5d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions workflowhub_graph/absolutize.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ def is_all_absolute(G: rdflib.Graph) -> bool:
return True


# TODO: RO-Crate profile validation
# get information like schema.org domain and check if the graph is compliant with the schema
# normative schema.org dev docs: https://schema.org/docs/developers.html
# TODO: make a note for validation of the graph

def make_paths_absolute(
json_data: dict, workflowhub_url: str, workflow_id: int
) -> dict:
Expand Down

0 comments on commit 90df5d9

Please sign in to comment.