X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fconfig%2Finstall%2Frdf.mapping.node.page.yml;fp=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fconfig%2Finstall%2Frdf.mapping.node.page.yml;h=c5152369b0c3c62b4c4bd013a363de1828fae15b;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/profiles/demo_umami/config/install/rdf.mapping.node.page.yml b/web/core/profiles/demo_umami/config/install/rdf.mapping.node.page.yml new file mode 100644 index 000000000..c5152369b --- /dev/null +++ b/web/core/profiles/demo_umami/config/install/rdf.mapping.node.page.yml @@ -0,0 +1,33 @@ +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