From 8ad05a1fa7a7ee0836050dc343ed87690d27eb78 Mon Sep 17 00:00:00 2001 From: Natkeeran Date: Fri, 25 Nov 2016 16:02:18 -0500 Subject: [PATCH] update rdf mapping --- .../rdf.mapping.fedora_resource_type.collection.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/islandora_collection/config/install/rdf.mapping.fedora_resource_type.collection.yml b/islandora_collection/config/install/rdf.mapping.fedora_resource_type.collection.yml index 005b71da..0cb00283 100644 --- a/islandora_collection/config/install/rdf.mapping.fedora_resource_type.collection.yml +++ b/islandora_collection/config/install/rdf.mapping.fedora_resource_type.collection.yml @@ -5,7 +5,9 @@ dependencies: - islandora.fedora_resource_type.collection module: - islandora -id: fedora_resource_type.collection +_core: + default_config_hash: bOdgYEs3Gr7zgXULLOK3woUktR6-b7PERSr1H_Npsac +id: fedora_resource.collection targetEntityType: fedora_resource bundle: collection types: @@ -13,19 +15,20 @@ types: - 'ldp:RDFSource' - 'ldp:Container' fieldMappings: - description: + field_description: properties: - 'dc:description' - memberof: + field_memberof: properties: - 'dc:isPartOf' - title: + name: properties: - 'dc:title' - 'rdf:label' created: properties: - 'schema:dateCreated' + - 'dc:created' datatype_callback: callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value' changed: @@ -41,4 +44,3 @@ fieldMappings: - 'schema:author' mapping_type: rel -