Skip to content

Commit

Permalink
Update db/web template
Browse files Browse the repository at this point in the history
  • Loading branch information
klngwll committed Jul 1, 2020
1 parent d712227 commit c7566cd
Showing 1 changed file with 2 additions and 71 deletions.
73 changes: 2 additions & 71 deletions viewer/vue-client/src/resources/json/combinedTemplates.json
Original file line number Diff line number Diff line change
Expand Up @@ -791,32 +791,19 @@
{
"@type": "Title",
"mainTitle": ""
},
{
"@type": "KeyTitle",
"mainTitle": "",
"qualifier": ""
}
],
"responsibilityStatement": "",
"identifiedBy": [
{
"@type": "ISSN",
"value": "",
"marc:internationalInterest": true,
"source": [
{
"@type": "marc:NationalIssnCentre",
"code": "f"
}
]
"value": ""
}
],
"editionStatement": [""],
"publication": [
{
"@type": "PrimaryPublication",
"year": "",
"startYear": "",
"date": "",
"country": [ {"@id": "https://id.kb.se/country/sw"} ],
"place": {
Expand All @@ -829,12 +816,6 @@
}
}
],
"copyright": [
{
"@type": "Copyright",
"date": ""
}
],
"mediaType": [
{"@id": "https://id.kb.se/term/rda/Computer"}
],
Expand All @@ -843,45 +824,9 @@
{"@id": "https://id.kb.se/marc/Online"},
{"@id": "https://id.kb.se/marc/OnlineResource"}
],
"extent": [
{
"@type": "Extent",
"label": ""
}
],
"physicalDetailsNote": "",
"seriesMembership": [
{
"@type": "SeriesMembership",
"inSeries": {
"@type": "Instance",
"identifiedBy": [
{
"@type": "ISSN",
"value": ""
}
],
"instanceOf": {
"@type": "Work",
"hasTitle": [
{
"@type": "Title",
"mainTitle": ""
}
]
}
},
"marc:seriesTracingPolicy": "",
"seriesEnumeration": "",
"seriesStatement": [""]
}
],
"frequency": [
{
"@id": "https://id.kb.se/marc/ContinuouslyUpdated"
},
{
"@id": "https://id.kb.se/marc/Regular"
}
],
"hasNote": [
Expand All @@ -901,7 +846,6 @@
]
}
],
"otherPhysicalFormat": [],
"marc:alphabet": {
"@id": "https://id.kb.se/marc/ExtendedRoman"
},
Expand Down Expand Up @@ -933,26 +877,13 @@
}
],
"contribution": [
{
"@type": "PrimaryContribution",
"agent": null,
"role": [{
"@id": "https://id.kb.se/relator/issuingBody"
}]
},
{
"@type": "Contribution",
"agent": null,
"role": []
}
],
"contentType": [{"@id": "https://id.kb.se/term/rda/Text"}],
"hasNote": [
{
"@type": "marc:LanguageNote",
"label": ""
}
],
"subject": []
}
}
Expand Down

0 comments on commit c7566cd

Please sign in to comment.