quick_start-8.x-1.0-beta10/modules/quick_features/quick_page/config/install/rdf.mapping.node.page.yml
modules/quick_features/quick_page/config/install/rdf.mapping.node.page.yml
langcode: en status: true dependencies: config: - node.type.page module: - node id: node.page targetEntityType: node bundle: page types: - 'schema:WebPage' fieldMappings: title: properties: - 'schema:name' created: properties: - 'schema:dateCreated' datatype_callback: callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value' changed: properties: - 'schema:dateModified' datatype_callback: callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value' body: properties: - 'schema:text' uid: properties: - 'schema:author' mapping_type: rel