Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / demo_umami / config / install / rdf.mapping.node.article.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - node.type.article
6   module:
7     - node
8 id: node.article
9 targetEntityType: node
10 bundle: article
11 types:
12   - 'schema:Article'
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   field_image:
34     properties:
35       - 'schema:image'
36   field_tags:
37     properties:
38       - 'schema:about'