Skip to content
Snippets Groups Projects
Commit cb707b1b authored by esikkala's avatar esikkala
Browse files

Update manuscript source and label columns

parent 664d724e
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,8 @@ export const INITIAL_STATE = { ...@@ -43,8 +43,8 @@ export const INITIAL_STATE = {
}, },
{ {
id: 'prefLabel', id: 'prefLabel',
label: 'Title', label: 'Label',
desc: 'Title description', desc: 'Label description',
valueType: 'string', valueType: 'string',
makeLink: false, makeLink: false,
sortValues: true, sortValues: true,
......
export const manuscriptProperties = ` export const manuscriptProperties = `
?id skos:prefLabel ?prefLabel . ?id skos:prefLabel ?prefLabel .
{ {
?id dct:source ?source__id . ?id mmm-schema:data_provider_url ?source__id .
?source__id skos:prefLabel ?source__prefLabel . BIND (?source__id AS ?source__prefLabel)
OPTIONAL { ?id mmm-schema:data_provider_url ?source__dataProviderUrl } BIND (?source__id AS ?source__dataProviderUrl)
} }
UNION UNION
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment