diff --git a/index.html b/index.html
index c762455..091d464 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,9 @@
a ;
rdfs:label "hi" .
ex:Norman a foaf:Person ;
- foaf:name "Norman" .
+ schema:birthDate "1981-01-01" ;
+ foaf:forname "Norman" ;
+ foaf:name "Radtke" .
ex:Natanael a foaf:Person ;
foaf:name "Natanael" .
ex:Sascha a foaf:Person ;
@@ -56,7 +58,7 @@
sh:nodeKind sh:IRI ;
] ;
sh:property [
- sh:path foaf:lastname ;
+ sh:path foaf:name ;
sh:minCount 1 ;
sh:maxCount 2 ;
sh:datatype xsd:string ;