Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed May 23, 2024
1 parent a18f583 commit ba3ad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter_entity_provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# We would appreciate acknowledgement if the software is used.

"""
This script takes as input the IRI of a prov:Entity, the IRI of a second prov:Entity, and a graph containing provenance that links the two. The graph is filtered to the history starting at the first Entity and ending at the second. A graph containinly only the linking PROV-O triples is returned as output. The graph resulting from this script is able to present a more focused illustration of the two entities' provenantial link.
This script takes as input the IRI of a prov:Entity, the IRI of a second prov:Entity, and a graph containing provenance that links the two. The graph is filtered to the history starting at the first Entity and ending at the second. A graph containining only the linking PROV-O triples is returned as output. The graph resulting from this script is able to present a more focused illustration of the two entities' provenantial link.
This script was written for a CASE-Corpora workflow, assuming a CASE graph would have a PROV-O graph derived from it using case_prov_rdf, and at least both of those graphs would be used as inputs to this script.
"""
Expand Down

0 comments on commit ba3ad00

Please sign in to comment.