You are here

rdf.mapping.node.article.yml in Drupal 9

core/profiles/standard/config/install/rdf.mapping.node.article.yml

File

core/profiles/standard/config/install/rdf.mapping.node.article.yml
View source
  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. comment:
  34. properties:
  35. - 'schema:comment'
  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
  44. field_image:
  45. properties:
  46. - 'schema:image'
  47. field_tags:
  48. properties:
  49. - 'schema:about'