diff --git a/modules/config.xqm b/modules/config.xqm index cf466bd..d46ae4a 100644 --- a/modules/config.xqm +++ b/modules/config.xqm @@ -17,6 +17,11 @@ declare namespace functx = "http://www.functx.com"; declare namespace dc="http://purl.org/dc/elements/1.1/"; declare namespace owl="http://www.w3.org/2002/07/owl#"; +(:Für SKOS-Anbindung als projektspezifisches Register:) +declare namespace skos="http://www.w3.org/2004/02/skos/core#"; +declare namespace rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; + + (: Determine the application root collection from the current module load path. :) declare variable $config:app-root := let $rawPath := system:get-module-load-path()