rdf.mapping.taxonomy_term.tags.yml 321 B

12345678910111213141516171819
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - taxonomy.vocabulary.tags
  6. module:
  7. - taxonomy
  8. id: taxonomy_term.tags
  9. targetEntityType: taxonomy_term
  10. bundle: tags
  11. types:
  12. - 'schema:Thing'
  13. fieldMappings:
  14. name:
  15. properties:
  16. - 'schema:name'
  17. description:
  18. properties:
  19. - 'schema:description'