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
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

Loading…
Cancel
Save