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.

50 lines
1.0 KiB

uuid: 651d401a-55e6-44a5-ba1b-5254a3ac27b4
langcode: en
status: true
dependencies:
config:
- node.type.page
module:
- node
id: node.page
targetEntityType: node
bundle: page
types:
- 'foaf:Document'
fieldMappings:
title:
properties:
- 'dc:title'
created:
properties:
- 'dc:date'
- 'dc:created'
datatype: 'xsd:dateTime'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
changed:
properties:
- 'dc:modified'
datatype: 'xsd:dateTime'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
body:
properties:
- 'content:encoded'
uid:
properties:
- 'sioc:has_creator'
mapping_type: rel
name:
properties:
- 'foaf:name'
comment_count:
properties:
- 'sioc:num_replies'
datatype: 'xsd:integer'
last_activity:
properties:
- 'sioc:last_activity_date'
datatype: 'xsd:dateTime'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'