c5152369b0c3c62b4c4bd013a363de1828fae15b
[yaffs-website] / web / core / profiles / demo_umami / config / install / rdf.mapping.node.page.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - node.type.page
6   module:
7     - node
8 id: node.page
9 targetEntityType: node
10 bundle: page
11 types:
12   - 'schema:WebPage'
13 fieldMappings:
14   title:
15     properties:
16       - 'schema:name'
17   created:
18     properties:
19       - 'schema:dateCreated'
20     datatype_callback:
21       callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
22   changed:
23     properties:
24       - 'schema:dateModified'
25     datatype_callback:
26       callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
27   body:
28     properties:
29       - 'schema:text'
30   uid:
31     properties:
32       - 'schema:author'
33     mapping_type: rel