drupal/core/profiles/standard/config/install/rdf.mapping.node.article.yml

48 lines
930 B
YAML
Raw Normal View History

id: node.article
targetEntityType: node
bundle: article
types:
- 'schema:Article'
fieldMappings:
title:
properties:
- 'schema:name'
created:
properties:
- 'schema:dateCreated'
datatype_callback:
callable: 'date_iso8601'
changed:
properties:
- 'schema:dateModified'
datatype_callback:
callable: 'date_iso8601'
body:
properties:
- 'schema:text'
uid:
properties:
- 'schema:author'
comment:
properties:
- 'schema:comment'
mapping_type: 'rel'
comment_count:
properties:
- 'schema:interactionCount'
datatype_callback:
callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
arguments:
interaction_type: 'UserComments'
field_image:
properties:
- 'schema:image'
field_tags:
properties:
- 'schema:about'
dependencies:
entity:
- node.type.article
module:
- node