-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes incorrect IRIs for dpv-pd, dpv-gdpr, dpv-nace
Applies fixes for the following: - incorrect link to dpv-pd in HTML documentation - incorrect IRI for dpv-pd (/pd instead of /dpv-pd) - incorrect IRI for dpv-gdpr (/gdpr instead of /dpv-gdpr) - incorrect IRI for dpv-nace (/nace instead of /dpv-nace) - fixed incorrect IRI used for TopConcept in dpv-skos, dpv-skos/dpv-gdpr
- Loading branch information
1 parent
d91bc71
commit 669d5b6
Showing
145 changed files
with
61,818 additions
and
59,401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/usr/bin/env bash | ||
#author: Harshvardhan J. Pandit | ||
|
||
#execute DPV RDF generation scripts | ||
|
||
# Step2: generate RDF | ||
./002_parse_csv_to_rdf.py | ||
./002_parse_csv_to_rdf_skos.py | ||
./002_parse_csv_to_rdf_owl.py | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.