linked-data-reactor
Version:
Linked Data Reactor
43 lines (41 loc) • 1.56 kB
JavaScript
export default {
facets: {
'generic': {
list: [
'http://www.w3.org/1999/02/22-rdf-syntax-ns#type'
],
config: {
}
},
'http://risis.eu/cordisH2020': {
list: [
'http://www.w3.org/1999/02/22-rdf-syntax-ns#type',
'http://risis.eu/cordisH2020/vocab/projectParticipant',
'http://risis.eu/cordisH2020/vocab/fundingScheme',
'http://risis.eu/cordisH2020/vocab/topic',
'http://risis.eu/cordisH2020/vocab/totalCost',
'http://risis.eu/cordisH2020/vocab/callID',
'http://rdf-vocabulary.ddialliance.org/discovery#startDate',
'http://risis.eu/cordisH2020/vocab/durationMonths'
],
config: {
'http://www.w3.org/1999/02/22-rdf-syntax-ns#type': {
label: ['Type'],
hint: ['Type of the resource under investigation.']
},
'http://risis.eu/cordisH2020/vocab/projectParticipant': {
label: ['Participant'],
hasLinkedValue: 1
},
'http://risis.eu/cordisH2020/vocab/fundingScheme': {
label: ['Funding Scheme'],
hasLinkedValue: 1
},
'http://risis.eu/cordisH2020/vocab/topic': {
label: ['Topic'],
hasLinkedValue: 1
}
}
}
}
};