From 763c0149a2eeecb24a1163d7e104380811b40367 Mon Sep 17 00:00:00 2001 From: cedricdcc <30471340+cedricdcc@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:03:19 +0200 Subject: [PATCH] Update metadata.ttl --- pysubyt/templates/metadata.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pysubyt/templates/metadata.ttl b/pysubyt/templates/metadata.ttl index 8312457..e758fe8 100644 --- a/pysubyt/templates/metadata.ttl +++ b/pysubyt/templates/metadata.ttl @@ -43,7 +43,7 @@ schema:itemListElement <{{base_uri}}{{crate.crateurl}}>; {% endif -%} {% endfor -%} - ]; + ], [ rdf:type schema:ItemList; schema:partOf <{{base_uri}}>; @@ -51,7 +51,7 @@ {% for vocab in sets['vocabulary'] -%} schema:itemListElement <{{vocab}}>; {% endfor -%} - ]; + ], [ rdf:type schema:ItemList; schema:partOf <{{base_uri}}>;