# HG changeset patch # User ymh # Date 1448974661 -3600 # Node ID 01e7e6a173170f862d069e997ca89101b416a379 # Parent a9b98b16b0531697ac1e74f4e38e8b41b1053674 add dcterm:abstract mapping diff -r a9b98b16b053 -r 01e7e6a17317 server/src/app/Libraries/Mappers/CocoonContentRdfMapper.php --- a/server/src/app/Libraries/Mappers/CocoonContentRdfMapper.php Tue Dec 01 13:33:08 2015 +0100 +++ b/server/src/app/Libraries/Mappers/CocoonContentRdfMapper.php Tue Dec 01 13:57:41 2015 +0100 @@ -110,6 +110,7 @@ ['http://purl.org/dc/terms/accessRights', 'propertyTrimMap'], ['http://purl.org/dc/terms/extent', null], ['http://purl.org/dc/terms/isPartOf', null], + ['http://purl.org/dc/terms/abstract', null], ['http://purl.org/dc/elements/1.1/source', null], ['http://purl.org/dc/terms/medium', null], ['http://purl.org/dc/terms/alternative', null], diff -r a9b98b16b053 -r 01e7e6a17317 server/src/tests/libraries/Mappers/CocoonSoundRdfMapperTest.php --- a/server/src/tests/libraries/Mappers/CocoonSoundRdfMapperTest.php Tue Dec 01 13:33:08 2015 +0100 +++ b/server/src/tests/libraries/Mappers/CocoonSoundRdfMapperTest.php Tue Dec 01 13:57:41 2015 +0100 @@ -276,6 +276,7 @@ 'http://purl.org/dc/elements/1.1/source', 'http://purl.org/dc/terms/alternative', 'http://purl.org/dc/terms/modified', + 'http://purl.org/dc/terms/abstract', 'http://purl.org/dc/terms/bibliographicCitation', 'http://purl.org/dc/elements/1.1/identifier', 'http://purl.org/dc/terms/references',