Browse Source

Reverting collection mapping.

pull/756/head
Danny Lamb 8 years ago
parent
commit
bd3bbc1dfd
  1. 13
      islandora_collection/config/install/rdf.mapping.fedora_resource_type.collection.yml

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

@ -12,21 +12,24 @@ id: fedora_resource.collection
targetEntityType: fedora_resource targetEntityType: fedora_resource
bundle: collection bundle: collection
types: types:
- 'pcdm:Collection' - 'schema:Thing'
- 'schema:CollectionPage' - 'ldp:RDFSource'
- 'ldp:Container'
fieldMappings: fieldMappings:
field_description: field_description:
properties: properties:
- 'schema:text' - 'dc:description'
field_memberof: field_memberof:
properties: properties:
- 'pcdm:memberOf' - 'dc:isPartOf'
name: name:
properties: properties:
- 'schema:name' - 'dc:title'
- '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:

Loading…
Cancel
Save