Skip to content
Snippets Groups Projects
Commit 94cd22e7 authored by David Maus's avatar David Maus
Browse files

Namespace-Bindung für Schematron vocab.rnc

parent 9de69645
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,11 @@
namespace skos = "http://www.w3.org/2004/02/skos/core#"
namespace s = "http://purl.oclc.org/dsdl/schematron"
[
s:ns [ prefix = "rdf" uri = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" ]
s:ns [ prefix = "skos" uri = "http://www.w3.org/2004/02/skos/core#" ]
]
include "common.rnc" {
rdfPrimarySubjectEntity =
skos.ConceptScheme
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment