The Knowledge Graph Module allows to build schemas from schema.org using the field ui. A schema can be used to map content type fields and properties as a schema property and output it as JSON-LD in the HTML head.
The drupal core filter "Convert URLs into links" (filter_url) is converting strings with "@" into email addresses even if there is no domain suffix present. (eg: working@home).