Skip to content

Commit d5c38ac

Browse files
committed
update: skosmos monitor python script
1 parent 072ca3a commit d5c38ac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

monitor_utils/prima_skos_monitor/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(

monitor_utils/prima_skos_monitor/downloader.py

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

1212

1313
def 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",

0 commit comments

Comments
 (0)