From b48a8d88e4451650ae989bd99fa34e933dd9d32c Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Wed, 16 Jan 2019 12:19:47 +0100
Subject: [PATCH] Remove unused namespace decl

---
 public/instance/schema/diglib-rightsmd.rnc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/public/instance/schema/diglib-rightsmd.rnc b/public/instance/schema/diglib-rightsmd.rnc
index 47c24cb38..3c2291d15 100644
--- a/public/instance/schema/diglib-rightsmd.rnc
+++ b/public/instance/schema/diglib-rightsmd.rnc
@@ -1,7 +1,7 @@
 # Administrative Metadaten
 #
 # Autor: David Maus <maus@hab.de>
-# Timestamp: <2019-01-16 12:17:50 maus>
+# Timestamp: <2019-01-16 12:19:33 maus>
 #
 
 namespace dct = "http://purl.org/dc/terms/"
@@ -9,7 +9,6 @@ namespace foaf = "http://xmlns.com/foaf/0.1/"
 namespace marcrel = "http://id.loc.gov/vocabulary/relators/"
 namespace owl = "http://www.w3.org/2002/07/owl#"
 namespace rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-namespace skos = "http://www.w3.org/2004/02/skos/core#"
 
 include "shared-dc.rnc"
 
-- 
GitLab