From c2ad4cf0e292a8e3d5251f683ed67073f9c49b04 Mon Sep 17 00:00:00 2001 From: flange <38500-flange@users.noreply.git.rwth-aachen.de> Date: Thu, 6 Mar 2025 09:57:42 +0100 Subject: [PATCH] remove unused prefix --- config/ontologies.ttl | 1 - 1 file changed, 1 deletion(-) diff --git a/config/ontologies.ttl b/config/ontologies.ttl index 103bb42..415233c 100644 --- a/config/ontologies.ttl +++ b/config/ontologies.ttl @@ -3,7 +3,6 @@ @prefix fuseki: <http://jena.apache.org/fuseki#> . @prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -@prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix skos-last-call: <http://www.w3.org/2008/05/skos#> . @prefix spdx: <http://spdx.org/rdf/terms#> . @prefix tdb2: <http://jena.apache.org/2016/tdb#> . -- GitLab