diff --git a/index.html b/index.html index a36fda1..bd24c06 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ @prefix foaf: . @prefix schema: . @prefix xsd: . - @prefix photo: . + @prefix photo . a foaf:Person; foaf:name "Jens Deprez"^^xsd:string; @@ -12,4 +12,15 @@ foaf:workplaceHomepage ; schema:memberOf ; foaf:knows , , , , . + + photo:depicts ; + photo:depiction "Jens is holding a rooster, why we do not know"^^xsd:string; + photo:title "Current profile picture of Jens Deprez on Github"^^xsd:string; + photo:name "Jens Deprez"^^xsd:string. + + photo:depicts ; + photo:depiction "Jens as imagined by an AI"^^xsd:string; + photo:title "Old profile picture of Jens Deprez on Github"^^xsd:string; + photo:name "Jens Deprez"^^xsd:string; + photo:creationDate "2024-03-19"^^xsd:date.