Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
🚀
This server has been upgraded to GitLab release
15.7
.
🚀
Open sidebar
memoriav
Memobase 2020
utilities
Import Process CLI
Commits
f107a66f
Commit
f107a66f
authored
Feb 18, 2021
by
Silvia Witzig
Browse files
fix for subject tags without typeLabel
parent
30f86908
Changes
24
Hide whitespace changes
Inline
Side-by-side
deployment/configurations/abe-001/mappings/mapping.yml
View file @
f107a66f
...
...
@@ -23,7 +23,7 @@ record:
-
content
:
language
-
caption
:
captioningFormat
subject
:
-
prefLabel
:
Keywords
-
prefLabel
:
subject
genre
:
-
prefLabel
:
genre
placeOfCapture
:
...
...
deployment/configurations/abe-001/mappings/transform.xslt
View file @
f107a66f
...
...
@@ -39,7 +39,7 @@
</xsl:template>
<!-- content of child node is copied to parent node -->
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location"
>
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location
| subject[not(@typeLabel)]
"
>
<xsl:element
name=
"{local-name()}"
>
<xsl:value-of
select=
"child::*"
/>
</xsl:element>
...
...
deployment/configurations/afz-002/mappings/mapping.yml
View file @
f107a66f
...
...
@@ -24,6 +24,7 @@ record:
-
caption
:
captioningFormat
subject
:
-
prefLabel
:
Keywords
-
prefLabel
:
subject
genre
:
-
prefLabel
:
genre
placeOfCapture
:
...
...
deployment/configurations/afz-002/mappings/transform.xslt
View file @
f107a66f
...
...
@@ -39,7 +39,7 @@
</xsl:template>
<!-- content of child node is copied to parent node -->
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location"
>
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location
| subject[not(@typeLabel)]
"
>
<xsl:element
name=
"{local-name()}"
>
<xsl:value-of
select=
"child::*"
/>
</xsl:element>
...
...
deployment/configurations/ias-001/mappings/mapping.yml
View file @
f107a66f
...
...
@@ -24,6 +24,7 @@ record:
-
caption
:
captioningFormat
subject
:
-
prefLabel
:
Keywords
-
prefLabel
:
subject
genre
:
-
prefLabel
:
genre
placeOfCapture
:
...
...
deployment/configurations/ias-001/mappings/transform.xslt
View file @
f107a66f
...
...
@@ -39,7 +39,7 @@
</xsl:template>
<!-- content of child node is copied to parent node -->
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location"
>
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location
| subject[not(@typeLabel)]
"
>
<xsl:element
name=
"{local-name()}"
>
<xsl:value-of
select=
"child::*"
/>
</xsl:element>
...
...
deployment/configurations/soz-002/mappings/mapping.yml
View file @
f107a66f
...
...
@@ -23,7 +23,7 @@ record:
-
content
:
language
-
caption
:
captioningFormat
subject
:
-
prefLabel
:
Keywords
-
prefLabel
:
subject
genre
:
-
prefLabel
:
genre
placeOfCapture
:
...
...
deployment/configurations/soz-002/mappings/transform.xslt
View file @
f107a66f
...
...
@@ -39,7 +39,7 @@
</xsl:template>
<!-- content of child node is copied to parent node -->
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location"
>
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location
| subject[not(@typeLabel)]
"
>
<xsl:element
name=
"{local-name()}"
>
<xsl:value-of
select=
"child::*"
/>
</xsl:element>
...
...
deployment/configurations/soz-003/mappings/mapping.yml
View file @
f107a66f
...
...
@@ -23,7 +23,7 @@ record:
-
content
:
language
-
caption
:
captioningFormat
subject
:
-
prefLabel
:
Keywords
-
prefLabel
:
subject
genre
:
-
prefLabel
:
genre
placeOfCapture
:
...
...
deployment/configurations/soz-003/mappings/transform.xslt
View file @
f107a66f
...
...
@@ -39,7 +39,7 @@
</xsl:template>
<!-- content of child node is copied to parent node -->
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location"
>
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location
| subject[not(@typeLabel)]
"
>
<xsl:element
name=
"{local-name()}"
>
<xsl:value-of
select=
"child::*"
/>
</xsl:element>
...
...
deployment/configurations/soz-009/mappings/mapping.yml
View file @
f107a66f
...
...
@@ -23,7 +23,7 @@ record:
-
content
:
language
-
caption
:
captioningFormat
subject
:
-
prefLabel
:
Keywords
-
prefLabel
:
subject
genre
:
-
prefLabel
:
genre
placeOfCapture
:
...
...
deployment/configurations/soz-009/mappings/transform.xslt
View file @
f107a66f
...
...
@@ -39,7 +39,7 @@
</xsl:template>
<!-- content of child node is copied to parent node -->
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location"
>
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location
| subject[not(@typeLabel)]
"
>
<xsl:element
name=
"{local-name()}"
>
<xsl:value-of
select=
"child::*"
/>
</xsl:element>
...
...
deployment/configurations/soz-011/mappings/mapping.yml
View file @
f107a66f
...
...
@@ -23,7 +23,7 @@ record:
-
content
:
language
-
caption
:
captioningFormat
subject
:
-
prefLabel
:
Keywords
-
prefLabel
:
subject
genre
:
-
prefLabel
:
genre
placeOfCapture
:
...
...
deployment/configurations/soz-011/mappings/transform.xslt
View file @
f107a66f
...
...
@@ -39,7 +39,7 @@
</xsl:template>
<!-- content of child node is copied to parent node -->
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location"
>
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location
| subject[not(@typeLabel)]
"
>
<xsl:element
name=
"{local-name()}"
>
<xsl:value-of
select=
"child::*"
/>
</xsl:element>
...
...
deployment/configurations/soz-012/mappings/mapping.yml
View file @
f107a66f
...
...
@@ -23,7 +23,7 @@ record:
-
content
:
language
-
caption
:
captioningFormat
subject
:
-
prefLabel
:
Keywords
-
prefLabel
:
subject
genre
:
-
prefLabel
:
genre
placeOfCapture
:
...
...
deployment/configurations/soz-012/mappings/transform.xslt
View file @
f107a66f
...
...
@@ -39,7 +39,7 @@
</xsl:template>
<!-- content of child node is copied to parent node -->
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location"
>
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location
| subject[not(@typeLabel)]
"
>
<xsl:element
name=
"{local-name()}"
>
<xsl:value-of
select=
"child::*"
/>
</xsl:element>
...
...
deployment/configurations/soz-013/mappings/mapping.yml
View file @
f107a66f
...
...
@@ -23,7 +23,7 @@ record:
-
content
:
language
-
caption
:
captioningFormat
subject
:
-
prefLabel
:
Keywords
-
prefLabel
:
subject
genre
:
-
prefLabel
:
genre
placeOfCapture
:
...
...
deployment/configurations/soz-013/mappings/transform.xslt
View file @
f107a66f
...
...
@@ -39,7 +39,7 @@
</xsl:template>
<!-- content of child node is copied to parent node -->
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location"
>
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location
| subject[not(@typeLabel)]
"
>
<xsl:element
name=
"{local-name()}"
>
<xsl:value-of
select=
"child::*"
/>
</xsl:element>
...
...
deployment/configurations/soz-014/mappings/mapping.yml
View file @
f107a66f
...
...
@@ -23,7 +23,7 @@ record:
-
content
:
language
-
caption
:
captioningFormat
subject
:
-
prefLabel
:
Keywords
-
prefLabel
:
subject
genre
:
-
prefLabel
:
genre
placeOfCapture
:
...
...
deployment/configurations/soz-014/mappings/transform.xslt
View file @
f107a66f
...
...
@@ -39,7 +39,7 @@
</xsl:template>
<!-- content of child node is copied to parent node -->
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location"
>
<xsl:template
match=
"title | format/essenceLocator | format/duration | format/start | language | references | coverage/spatial/location
| subject[not(@typeLabel)]
"
>
<xsl:element
name=
"{local-name()}"
>
<xsl:value-of
select=
"child::*"
/>
</xsl:element>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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