Skip to content
Snippets Groups Projects
Commit 195578e2 authored by Mathieu Massaviol's avatar Mathieu Massaviol
Browse files

Fix context #64

parent 88acf5e4
No related branches found
No related tags found
1 merge request!67Resolve "Bug du rechargement de l'arbre"
Pipeline #10689 failed
...@@ -9,6 +9,9 @@ export const resourceContext: ContextDefinition = { ...@@ -9,6 +9,9 @@ export const resourceContext: ContextDefinition = {
'@type': { '@type': {
'@container': '@set' '@container': '@set'
}, },
identifier: {
'@id': 'http://purl.org/dc/terms/identifier'
},
title: { title: {
'@id': 'http://purl.org/dc/terms/title', '@id': 'http://purl.org/dc/terms/title',
'@container': '@language' '@container': '@language'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment