diff --git a/core/profiles/standard/config/install/rdf.mapping.comment.node__comment.yml b/core/profiles/standard/config/install/rdf.mapping.comment.node__comment.yml deleted file mode 100644 index 268eb80..0000000 --- a/core/profiles/standard/config/install/rdf.mapping.comment.node__comment.yml +++ /dev/null @@ -1,31 +0,0 @@ -id: comment.comment -targetEntityType: comment -bundle: comment -types: - - 'schema:Comment' -fieldMappings: - subject: - properties: - - 'schema:name' - created: - properties: - - 'schema:dateCreated' - datatype_callback: - callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value' - changed: - properties: - - 'schema:dateModified' - datatype_callback: - callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value' - comment_body: - properties: - - 'schema:text' - uid: - properties: - - 'schema:author' - mapping_type: 'rel' -dependencies: - module: - - comment - config: - - comment.type.comment