Browse Source

update rdf mapping

pull/756/head
Natkeeran 8 years ago
parent
commit
8ad05a1fa7
  1. 12
      islandora_collection/config/install/rdf.mapping.fedora_resource_type.collection.yml

12
islandora_collection/config/install/rdf.mapping.fedora_resource_type.collection.yml

@ -5,7 +5,9 @@ dependencies:
- islandora.fedora_resource_type.collection - islandora.fedora_resource_type.collection
module: module:
- islandora - islandora
id: fedora_resource_type.collection _core:
default_config_hash: bOdgYEs3Gr7zgXULLOK3woUktR6-b7PERSr1H_Npsac
id: fedora_resource.collection
targetEntityType: fedora_resource targetEntityType: fedora_resource
bundle: collection bundle: collection
types: types:
@ -13,19 +15,20 @@ types:
- 'ldp:RDFSource' - 'ldp:RDFSource'
- 'ldp:Container' - 'ldp:Container'
fieldMappings: fieldMappings:
description: field_description:
properties: properties:
- 'dc:description' - 'dc:description'
memberof: field_memberof:
properties: properties:
- 'dc:isPartOf' - 'dc:isPartOf'
title: name:
properties: properties:
- 'dc:title' - 'dc:title'
- 'rdf:label' - 'rdf:label'
created: created:
properties: properties:
- 'schema:dateCreated' - 'schema:dateCreated'
- 'dc:created'
datatype_callback: datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value' callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
changed: changed:
@ -41,4 +44,3 @@ fieldMappings:
- 'schema:author' - 'schema:author'
mapping_type: rel mapping_type: rel

Loading…
Cancel
Save