diff --git a/index.html b/index.html index 4248bcb..7e4480f 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@ @prefix xsd: . @prefix foaf: . @prefix teach: . + @prefix konto: . <#> dcterms:created "2024-03-04"^^xsd:Date. @@ -50,6 +51,12 @@ foaf:name "Knowledge Graph course students"@en; foaf:member , , , ]. + + a konto:Photo; + konto:photoning . + + a konto:Photo; + konto:photographedBy <#me>. diff --git a/konto.html b/konto.html new file mode 100644 index 0000000..2fe6254 --- /dev/null +++ b/konto.html @@ -0,0 +1,36 @@ + \ No newline at end of file