@prefix dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ws: <https://561.group/vocab#> .
<https://emsenn-demo.561.group/contact> a schema:CollectionPage, ws:Subject ;
  schema:url <https://emsenn-demo.561.group/contact> ;
  schema:identifier <https://emsenn-demo.561.group/contact> .
<https://emsenn-demo.561.group/contact> schema:name "Contact" .
<https://emsenn-demo.561.group/contact> dc:type "index" .
<https://emsenn-demo.561.group/contact> ws:status "published" .
<https://emsenn-demo.561.group/contact> ws:body "The best way to contact me is by email: **morgan.sennhauser@gmail.com**.

I am also present on the Fediverse at [@emsenn@kolektiva.social](https://kolektiva.social/@emsenn) and on Substack at [emsenn.substack.com](https://emsenn.substack.com)." .
