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.
61 lines
1.2 KiB
61 lines
1.2 KiB
2 years ago
|
uuid: fa45c9ad-96ff-4c8a-bb7d-5ddcb84a71bf
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies:
|
||
|
config:
|
||
|
- node.type.article
|
||
|
module:
|
||
|
- node
|
||
|
id: node.article
|
||
|
targetEntityType: node
|
||
|
bundle: article
|
||
|
types:
|
||
|
- 'sioc:Item'
|
||
|
- 'foaf:Document'
|
||
|
fieldMappings:
|
||
|
field_image:
|
||
|
properties:
|
||
|
- 'og:image'
|
||
|
- 'rdfs:seeAlso'
|
||
|
mapping_type: rel
|
||
|
field_tags:
|
||
|
properties:
|
||
|
- 'dc:subject'
|
||
|
mapping_type: rel
|
||
|
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'
|