Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
ls.ext
Commits
c3ca2932
Commit
c3ca2932
authored
May 16, 2018
by
veleda
Committed by
Magnus Westergaard
Sep 10, 2018
Browse files
removed koha metadata fields
parent
ef2f67fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
redef/services/src/main/resources/massage_publication_context.json
View file @
c3ca2932
...
...
@@ -21,15 +21,6 @@
"@id"
:
"deichman:format"
,
"@container"
:
"@set"
},
"homeBranches"
:
{
"@id"
:
"deichman:homeBranches"
,
"@container"
:
"@set"
},
"availableBranches"
:
{
"@id"
:
"deichman:availableBranches"
,
"@container"
:
"@set"
},
"numItems"
:
"deichman:numItems"
,
"Publication"
:
"deichman:Publication"
,
"partTitle"
:
"deichman:partTitle"
,
"language"
:
"deichman:language"
,
...
...
redef/services/src/main/resources/massage_publication_query.sparql
View file @
c3ca2932
...
...
@@ -13,9 +13,6 @@ CONSTRUCT {
deich:format ?format ;
deich:desc ?desc ;
deich:publicationYear ?pubPublicationYear ;
deich:homeBranches ?homeBranch ;
deich:availableBranches ?availBranch ;
deich:numItems ?numItems ;
deich:contributor ?contrib ;
deich:hasImage ?img ;
deich:mediaType ?pubMediaType ;
...
...
@@ -80,9 +77,6 @@ WHERE {
UNION { <__PUBLICATIONURI__> deich:variantTitle ?pubVarTitle }
UNION { <__PUBLICATIONURI__> deich:partNumber ?pubPartNumber }
UNION { <__PUBLICATIONURI__> deich:untranscribedTitle ?untranscribedTitle }
UNION { <__PUBLICATIONURI__> deich:hasHomeBranch ?homeBranch }
UNION { <__PUBLICATIONURI__> deich:hasAvailableBranch ?availBranch }
UNION { <__PUBLICATIONURI__> deich:hasNumItems ?numItems }
UNION { <__PUBLICATIONURI__> deich:isbn ?isbn }
UNION { <__PUBLICATIONURI__> deich:ismn ?ismn }
UNION { <__PUBLICATIONURI__> deich:hasEan ?ean }
...
...
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