@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/legal> a schema:CollectionPage, ws:Subject ;
  schema:url <https://emsenn-demo.561.group/legal> ;
  schema:identifier <https://emsenn-demo.561.group/legal> .
<https://emsenn-demo.561.group/legal> schema:name "Legal" .
<https://emsenn-demo.561.group/legal> dc:type "index" .
<https://emsenn-demo.561.group/legal> ws:status "published" .
<https://emsenn-demo.561.group/legal> ws:body "## Copyright

All original content on emsenn.net is copyright emsenn (Morgan Sennhauser) unless otherwise noted. Permission is granted to quote and share with attribution.

## Privacy

This site collects no personal data. There are no analytics trackers, cookies, or third-party scripts.

## Contact

For legal matters: morgan.sennhauser@gmail.com" .
