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

Update actor classes

parent 695a5306
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ export const facetConfigs = { ...@@ -125,7 +125,7 @@ export const facetConfigs = {
}, },
}, },
people: { people: {
facetClass: 'mmm-schema:Person', facetClass: 'crm:E21_Person',
label: { label: {
id: 'label', id: 'label',
type: 'text', type: 'text',
...@@ -175,7 +175,7 @@ export const facetConfigs = { ...@@ -175,7 +175,7 @@ export const facetConfigs = {
}, },
}, },
organizations: { organizations: {
facetClass: 'mmm-schema:Organization', facetClass: 'crm:E74_Group',
label: { label: {
id: 'label', id: 'label',
type: 'text', type: 'text',
......
...@@ -13,6 +13,6 @@ export const eventProperties = ` ...@@ -13,6 +13,6 @@ export const eventProperties = `
UNION UNION
{ {
?id crm:P4_has_time-span ?timespan__id . ?id crm:P4_has_time-span ?timespan__id .
BIND(?timespan__id AS ?timespan__prefLabel) ?timespan__id skos:prefLabel ?timespan__prefLabel .
} }
`; `;
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