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.
 
 

52 lines
1.1 KiB

uuid: a12ce075-9f25-4a77-a0e9-38f69d6f3e3f
langcode: en
status: true
dependencies:
config:
- node.type.page
module:
- node
_core:
default_config_hash: 32LxRnl4Wesvzqyfp7HnD0-U9-wxrLBn76pqY5XGNAE
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'