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

Manuscripts: order by production place

parent b9dbcf41
No related branches found
No related tags found
No related merge requests found
...@@ -57,10 +57,9 @@ module.exports = { ...@@ -57,10 +57,9 @@ module.exports = {
?id a frbroo:F4_Manifestation_Singleton . ?id a frbroo:F4_Manifestation_Singleton .
# ?id dct:source mmm-schema:Bodley . # ?id dct:source mmm-schema:Bodley .
# ?id dct:source mmm-schema:SDBM . # ?id dct:source mmm-schema:SDBM .
# ?id ^<http://erlangen-crm.org/efrbroo/R18_created>/<http://www.cidoc-crm.org/cidoc-crm/P7_took_place_at> ?orderBy . ?id (^frbroo:R18_created|^crm:P108_has_produced)/crm:P7_took_place_at/skos:prefLabel ?orderBy .
} }
ORDER BY ?id ORDER BY (!BOUND(?orderBy)) ?orderBy
#ORDER BY (!BOUND(?orderBy)) ?orderBy
<PAGE> <PAGE>
} }
FILTER(BOUND(?id)) FILTER(BOUND(?id))
......
...@@ -13,7 +13,7 @@ const facetConfigs = { ...@@ -13,7 +13,7 @@ const facetConfigs = {
productionPlace: { productionPlace: {
id: 'productionPlace', id: 'productionPlace',
label: 'Production place', label: 'Production place',
predicate: '^frbroo:R18_created/crm:P7_took_place_at', predicate: '(^frbroo:R18_created|^crm:P108_has_produced)/crm:P7_took_place_at',
hierarchical: true, hierarchical: true,
}, },
author: { author: {
......
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