From e305eb80952aee9d11b39b2d8ab7f8d139a6bc77 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Wed, 20 Sep 2023 14:27:20 +0000 Subject: [PATCH] Updated .ttl files with base URI [AUTO] --- file1.shapes.ttl | 1 + subfolder/file2.shapes.ttl | 1 + 2 files changed, 2 insertions(+) diff --git a/file1.shapes.ttl b/file1.shapes.ttl index 5f9a5f8..30cbe4b 100644 --- a/file1.shapes.ttl +++ b/file1.shapes.ttl @@ -2,6 +2,7 @@ # imports: http://datashapes.org/dash # prefix: file1 +@base . @prefix dash: . @prefix file1: . @prefix owl: . diff --git a/subfolder/file2.shapes.ttl b/subfolder/file2.shapes.ttl index 917c8c1..6690837 100644 --- a/subfolder/file2.shapes.ttl +++ b/subfolder/file2.shapes.ttl @@ -3,6 +3,7 @@ # imports: https://example/file1 # prefix: file2 +@base . @prefix dash: . @prefix file1: . @prefix file2: .