Skip to content
rdf.mapping.node.article.yml 930 B
Newer Older
id: node.article
targetEntityType: node
bundle: article
types:
    datatype_callback:
      callable: 'date_iso8601'
    datatype_callback:
      callable: 'date_iso8601'
  comment:
    properties:
      - 'schema:comment'
    mapping_type: 'rel'
    datatype_callback:
      callable: 'Drupal\rdf\SchemaOrgDataConverter::interactionCount'
      arguments:
        interaction_type: 'UserComments'
dependencies:
  entity:
    - node.type.article
  module:
    - node