From 89d52ac7b5d640cdc60f525c56c250c600c8766e Mon Sep 17 00:00:00 2001 From: kurijn Date: Thu, 21 Mar 2024 05:56:18 +0100 Subject: [PATCH] adding my ontology with photograph description and some photograph info in index --- index.html | 7 +++++++ konto.html | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 konto.html 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