You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
5
5
6
6
#### [buildRdfFile.py](buildRdfFile.py)
7
7
Based on user input, builds an RDF file from a specified CSV file.
0 commit comments