You are here

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

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

File

core/modules/rdf/config/optional/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. enforced:
  9. module:
  10. - standard
  11. id: node.article
  12. targetEntityType: node
  13. bundle: article
  14. types:
  15. - 'schema:Article'
  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. comment:
  37. properties:
  38. - 'schema:comment'
  39. mapping_type: rel
  40. comment_count:
  41. properties:
  42. - 'schema:interactionCount'
  43. datatype_callback:
  44. callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
  45. arguments:
  46. interaction_type: UserComments
  47. field_image:
  48. properties:
  49. - 'schema:image'
  50. field_tags:
  51. properties:
  52. - 'schema:about'