You are here

rdf.mapping.comment.comment.yml in Drupal 10

core/modules/rdf/config/optional/rdf.mapping.comment.comment.yml

File

core/modules/rdf/config/optional/rdf.mapping.comment.comment.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - comment.type.comment
  6. module:
  7. - comment
  8. enforced:
  9. module:
  10. - standard
  11. id: comment.comment
  12. targetEntityType: comment
  13. bundle: comment
  14. types:
  15. - 'schema:Comment'
  16. fieldMappings:
  17. subject:
  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. comment_body:
  31. properties:
  32. - 'schema:text'
  33. uid:
  34. properties:
  35. - 'schema:author'
  36. mapping_type: rel