Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dmj
kitodo-schema
Commits
d48a6750
Commit
d48a6750
authored
Jan 31, 2018
by
David Maus
Browse files
Fix typo
parent
a2c14e20
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/ruleset2skos.xsl
View file @
d48a6750
...
...
@@ -12,7 +12,7 @@
<xsl:template
match=
"Preferences"
>
<rdf:RDF>
<skos:ConceptSchem
a
rdf:about=
"{$baseUri}"
>
<skos:ConceptSchem
e
rdf:about=
"{$baseUri}"
>
<skos:prefLabel
xml:lang=
"de"
>
Strukturelemente der Digitalen Bibliothek
</skos:prefLabel>
<dct:publisher>
<foaf:Organization
rdf:about=
"http://uri.hab.de/instance/organization/habwf"
>
...
...
@@ -27,7 +27,7 @@
</dct:license>
<dct:modified
rdf:datatype=
"http://www.w3.org/2001/XMLSchema#date"
>
2018-01-31
</dct:modified>
<dct:created
rdf:datatype=
"http://www.w3.org/2001/XMLSchema#date"
>
2018-01-31
</dct:created>
</skos:ConceptSchem
a
>
</skos:ConceptSchem
e
>
<xsl:apply-templates
select=
"DocStrctType"
/>
<xsl:apply-templates
select=
"MetadataType"
/>
</rdf:RDF>
...
...
@@ -36,14 +36,14 @@
<xsl:template
match=
"DocStrctType"
>
<skos:Concept
rdf:about=
"{$baseUri}#{Name}"
>
<skos:prefLabel
xml:lang=
"de"
><xsl:value-of
select=
"language[@name = 'de']"
/></skos:prefLabel>
<skos:inSchem
a
rdf:resource=
"{$baseUri}"
/>
<skos:inSchem
e
rdf:resource=
"{$baseUri}"
/>
</skos:Concept>
</xsl:template>
<xsl:template
match=
"MetadataType"
>
<skos:Concept
rdf:about=
"{$baseUri}#{Name}"
>
<skos:prefLabel
xml:lang=
"de"
><xsl:value-of
select=
"language[@name = 'de']"
/></skos:prefLabel>
<skos:inSchem
a
rdf:resource=
"{$baseUri}"
/>
<skos:inSchem
e
rdf:resource=
"{$baseUri}"
/>
</skos:Concept>
</xsl:template>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment