From a7e1008650c223325aacde60865e2e0c719477c5 Mon Sep 17 00:00:00 2001 From: Nicole Parks <parks@itc.rwth-aachen.de> Date: Mon, 27 Jan 2025 15:55:16 +0100 Subject: [PATCH] remove unused imports --- profiles/eln-archive/elnArchiveBase/index.ttl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/profiles/eln-archive/elnArchiveBase/index.ttl b/profiles/eln-archive/elnArchiveBase/index.ttl index 452f23a0..b5e4c486 100644 --- a/profiles/eln-archive/elnArchiveBase/index.ttl +++ b/profiles/eln-archive/elnArchiveBase/index.ttl @@ -18,9 +18,7 @@ "Basisprofil: Archivierte experimentelle Daten aus einem ELN"@de; a rdfs:Class, sh:NodeShape; - owl:imports <https://purl.org/coscine/ap/Dataverse_Citation_Metadata/author/>, - <https://purl.org/coscine/ap/Dataverse_Citation_Metadata/funding/>, - <https://purl.org/coscine/ap/eln-archive/relatedIdentifier>; + owl:imports <https://purl.org/coscine/ap/Dataverse_Citation_Metadata/author/>; sh:closed "0"^^xsd:boolean; sh:property [sh:description "Der primäre Ersteller oder Autor des Datensatzes."@de ; sh:description "The primary creator or author of the dataset."@en ; -- GitLab