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
bundle: collection
types:
- 'pcdm:Collection'
- 'schema:CollectionPage'
- 'schema:Thing'
- 'ldp:RDFSource'
- 'ldp:Container'
fieldMappings:
field_description:
properties:
- 'schema:text'
- 'dc:description'
field_memberof:
properties:
- 'pcdm:memberOf'
- 'dc:isPartOf'
name:
properties:
- 'schema:name'
- 'dc:title'
- 'rdf:label'
created:
properties:
- 'schema:dateCreated'
- 'dc:created'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
changed:

Loading…
Cancel
Save