Skip to content

Commit

Permalink
Revised rdf_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
vadyushkins committed Apr 21, 2021
1 parent cb9a6a1 commit 009d3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfpq_data/graphs/creators/rdf_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@


def rdf_graph(source: Union[Path, str]) -> MultiDiGraph:
"""Returns a graph from CFPQ_Data dataset.
"""Returns a graph from CFPQ_Data dataset or RDF file.
Parameters
----------
source : Union[Path, str]
If source is a str, then the graph will be searched by name among the graphs in the dataset.
If source is a Path, then the graph will be loaded from a file.
If source is a Path, then the graph will be loaded from a RDF file.
Examples
--------
Expand Down

0 comments on commit 009d3e6

Please sign in to comment.