File tree Expand file tree Collapse file tree
monitor_utils/prima_skos_monitor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ def main():
138138 download_parser = subparsers .add_parser ("download" , help = "Download SKOS vocabulary" )
139139 download_parser .add_argument (
140140 "--base-url" ,
141- default = "https://matwerk.datamanager.kit.edu/skosmos" ,
141+ default = "https://matwerk.datamanager.kit.edu/skosmos/prima/en/ " ,
142142 help = "SKOSMOS base URL (without vocabulary path)" ,
143143 )
144144 download_parser .add_argument (
@@ -177,7 +177,7 @@ def main():
177177 )
178178 compare_parser .add_argument (
179179 "--base-url" ,
180- default = "https://matwerk.datamanager.kit.edu/skosmos" ,
180+ default = "https://matwerk.datamanager.kit.edu/skosmos/prima/en/ " ,
181181 help = "SKOSMOS base URL (without vocabulary path, used if --new not provided)" ,
182182 )
183183 compare_parser .add_argument (
Original file line number Diff line number Diff line change 1111
1212
1313def download_skos (
14- base_url : str = "https://matwerk.datamanager.kit.edu/skosmos" ,
14+ base_url : str = "https://matwerk.datamanager.kit.edu/skosmos/prima/en/ " ,
1515 vocab_id : str = "prima" ,
1616 output_path : Optional [Path ] = None ,
1717 format : str = "rdf" ,
You can’t perform that action at this time.
0 commit comments