You are here

rdf.mapping.node.page.yml in Drupal 10

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

File

core/modules/rdf/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. enforced:
  9. module:
  10. - standard
  11. id: node.page
  12. targetEntityType: node
  13. bundle: page
  14. types:
  15. - 'schema:WebPage'
  16. fieldMappings:
  17. title:
  18. properties:
  19. - 'schema:name'
  20. created:
  21. properties:
  22. - 'schema:dateCreated'
  23. datatype_callback:
  24. callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
  25. changed:
  26. properties:
  27. - 'schema:dateModified'
  28. datatype_callback:
  29. callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
  30. body:
  31. properties:
  32. - 'schema:text'
  33. uid:
  34. properties:
  35. - 'schema:author'
  36. mapping_type: rel
  37. comment_count:
  38. properties:
  39. - 'schema:interactionCount'
  40. datatype_callback:
  41. callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
  42. arguments:
  43. interaction_type: UserComments