Mercurial > hg > isophonics-drupal-site
annotate core/modules/rdf/migrations/d7_rdf_mapping.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 129ea1e6d783 |
children |
rev | line source |
---|---|
Chris@17 | 1 id: d7_rdf_mapping |
Chris@17 | 2 label: Drupal 7 RDF Mappings |
Chris@17 | 3 migration_tags: |
Chris@17 | 4 - Drupal 7 |
Chris@17 | 5 - Configuration |
Chris@17 | 6 source: |
Chris@17 | 7 plugin: d7_rdf_mapping |
Chris@17 | 8 process: |
Chris@17 | 9 id: |
Chris@17 | 10 plugin: concat |
Chris@17 | 11 source: |
Chris@17 | 12 - type |
Chris@17 | 13 - bundle |
Chris@17 | 14 delimiter: . |
Chris@17 | 15 targetEntityType: type |
Chris@17 | 16 bundle: bundle |
Chris@17 | 17 types: types |
Chris@17 | 18 fieldMappings: |
Chris@17 | 19 plugin: sub_process |
Chris@17 | 20 source: fieldMappings |
Chris@17 | 21 process: |
Chris@17 | 22 properties: predicates |
Chris@17 | 23 datatype: datatype |
Chris@17 | 24 datatype_callback/callable: |
Chris@17 | 25 plugin: static_map |
Chris@17 | 26 source: callback |
Chris@17 | 27 bypass: true |
Chris@17 | 28 map: |
Chris@17 | 29 date_iso8601: Drupal\rdf\CommonDataConverter::dateIso8601Value |
Chris@17 | 30 mapping_type: type |
Chris@17 | 31 destination: |
Chris@17 | 32 plugin: entity:rdf_mapping |
Chris@17 | 33 migration_dependencies: |
Chris@17 | 34 optional: |
Chris@17 | 35 - d7_comment_type |
Chris@17 | 36 - d7_node_type |
Chris@17 | 37 - d7_taxonomy_vocabulary |