The purpose of this page is to host, display, and link data about me in RDF and Json-LD

How does it work?

RDF data is made available for the search engines that are looking for semantic data by adding to the header of the site:

<link rel="alternate" type="text/turtle" href="allios-e-ioannis.ttl" >
<link rel="alternate" type="application/rdf+xml" href="allios-e-ioannis.rdf" >
The Json-LD file is embedded to the site by the code:
<script type="application/ld+json">
<?php echo file_get_contents("allios-e-ioannis.jsonld"); ?>
</script>