From 72d2e6a6a0f3f8a6dd10db8617b0247fde3215cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Michel=20Gori=C3=9Fen?= <leon.gorissen@llt.rwth-aachen.de> Date: Thu, 23 May 2024 10:56:05 +0200 Subject: [PATCH] Fix: coscine app profile --- coscine_watchdog/coscine_app_profile.ttl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coscine_watchdog/coscine_app_profile.ttl b/coscine_watchdog/coscine_app_profile.ttl index 712fe01..db327e0 100644 --- a/coscine_watchdog/coscine_app_profile.ttl +++ b/coscine_watchdog/coscine_app_profile.ttl @@ -1,3 +1,5 @@ +@base <https://purl.org/coscine/ap/27b71923-e2f5-41cd-aefd-16962a777ef0/>. + @prefix dcmitype: <http://purl.org/dc/dcmitype/> . @prefix dcterms: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @@ -110,4 +112,4 @@ sh:minCount 1 ; sh:minLength 1 ] ; - sh:targetClass <https://purl.org/coscine/ap/base/> . + sh:targetClass <https://purl.org/coscine/ap/27b71923-e2f5-41cd-aefd-16962a777ef0/> . -- GitLab