You are here

rdf.mapping.node.page.yml in Varbase Core 9.0.x

modules/varbase_page/config/optional/rdf.mapping.node.page.yml

File

modules/varbase_page/config/optional/rdf.mapping.node.page.yml
View source
  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