From 22190cdf6f6d320a45ccce115810da076db73b09 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 28 May 2024 13:43:25 +0200 Subject: fix learn ontology versioning --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0081e6c..6618d3b 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ learn/$(ONTOLOGIES_VERSION)/%.ttl: learn/%.ttl -e 's,\b$(subst tentacular,learn10tac,$(subst core,learn,$*)):,:,g;' \ -e 's,\Q$(BASE_URI)stub/foaf#,http://xmlns.com/foaf/0.1/,g;' \ -e 's,\Q$(BASE_URI)stub/doap#,http://usefulinc.com/ns/doap#,g;' \ + -e 's,purl\.org/learn/\K(?=[^\d]),$(ONTOLOGIES_VERSION)/,g;' \ < $< > $@ cal-all: cal-fetch cal-render cal-publish -- cgit v1.2.3