From f7be038f597c9348718b2ceb06bc7623c8b90519 Mon Sep 17 00:00:00 2001 From: Sascha Jongebloed Date: Sun, 24 Jul 2022 17:48:17 +0200 Subject: [PATCH] fix vocab creation --- docs/vocab/SOMA-vocabulary.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vocab/SOMA-vocabulary.tex b/docs/vocab/SOMA-vocabulary.tex index 55110ab3..a927d06d 100644 --- a/docs/vocab/SOMA-vocabulary.tex +++ b/docs/vocab/SOMA-vocabulary.tex @@ -18,7 +18,7 @@ from owl_reader import OWLReader OWL_FILES=[ - "http://www.ease-crc.org/ont/SOMA.owl" + "https://raw.githubusercontent.com/ease-crc/soma/master/owl/SOMA.owl" ] reader = OWLReader(OWL_FILES)