Skip to content

Commit 130c371

Browse files
authored
Update README.md
1 parent 661a577 commit 130c371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rdf
22

33
#### [addTriplesToRdfFile.py](addTriplesToRdfFile.py)
4-
Based on user input, adds triples to a specified RDF file from a specified CSV file. The script also produces a CSV of all prefLabels in the RDF file and a CSV crosswalk of altLabels to prefLabels for potential find and replace operations.
4+
Based on user input, adds triples to a specified RDF file from a specified CSV file. The script also produces CSV files of all triples in the RDF file, all skos:prefLabels in the RDF file, and a CSV crosswalk of altLabels to prefLabels for potential find and replace operations.
55

66
#### [buildRdfFile.py](buildRdfFile.py)
77
Based on user input, builds an RDF file from a specified CSV file.

0 commit comments

Comments
 (0)