You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

57 lines
1.2 KiB

uuid: c5e70ee8-14a2-4b9c-b6e5-05d9942a4b1e
langcode: en
status: true
dependencies: { }
id: upgrade_d7_rdf_mapping
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Drupal 7 RDF Mappings'
source:
plugin: d7_rdf_mapping
process:
id:
-
plugin: concat
source:
- type
- bundle
delimiter: .
targetEntityType:
-
plugin: get
source: type
bundle:
-
plugin: get
source: bundle
types:
-
plugin: get
source: types
fieldMappings:
-
plugin: sub_process
source: fieldMappings
process:
properties: predicates
datatype: datatype
datatype_callback/callable:
plugin: static_map
source: callback
bypass: true
map:
date_iso8601: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
mapping_type: type
destination:
plugin: 'entity:rdf_mapping'
migration_dependencies:
optional:
- upgrade_d7_comment_type
- upgrade_d7_node_type
- upgrade_d7_taxonomy_vocabulary
required: { }