You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.3 KiB

4 years ago
  1. uuid: 9c66c495-faa3-4667-ae81-d658453e8495
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - node.type.article
  7. module:
  8. - node
  9. _core:
  10. default_config_hash: IdobJe379eDudt7-bXFfJjF7pDqFl-kYxVFtpWrgkro
  11. id: node.article
  12. targetEntityType: node
  13. bundle: article
  14. types:
  15. - 'sioc:Item'
  16. - 'foaf:Document'
  17. fieldMappings:
  18. field_image:
  19. properties:
  20. - 'og:image'
  21. - 'rdfs:seeAlso'
  22. mapping_type: rel
  23. field_tags:
  24. properties:
  25. - 'dc:subject'
  26. mapping_type: rel
  27. title:
  28. properties:
  29. - 'dc:title'
  30. created:
  31. properties:
  32. - 'dc:date'
  33. - 'dc:created'
  34. datatype: 'xsd:dateTime'
  35. datatype_callback:
  36. callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
  37. changed:
  38. properties:
  39. - 'dc:modified'
  40. datatype: 'xsd:dateTime'
  41. datatype_callback:
  42. callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
  43. body:
  44. properties:
  45. - 'content:encoded'
  46. uid:
  47. properties:
  48. - 'sioc:has_creator'
  49. mapping_type: rel
  50. name:
  51. properties:
  52. - 'foaf:name'
  53. comment_count:
  54. properties:
  55. - 'sioc:num_replies'
  56. datatype: 'xsd:integer'
  57. last_activity:
  58. properties:
  59. - 'sioc:last_activity_date'
  60. datatype: 'xsd:dateTime'
  61. datatype_callback:
  62. callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'