summaryrefslogtreecommitdiff
path: root/ttl/people.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'ttl/people.ttl')
-rw-r--r--ttl/people.ttl11
1 files changed, 11 insertions, 0 deletions
diff --git a/ttl/people.ttl b/ttl/people.ttl
index 025e0f2..f114c55 100644
--- a/ttl/people.ttl
+++ b/ttl/people.ttl
@@ -255,3 +255,14 @@ _:person_berlage
s:familyName "Berlage" ;
.
+_:person_drewes
+ a s:Person ;
+ s:givenName "Harald" ;
+ s:familyName "Drewes" ;
+ .
+
+_:person_bussmann
+ a s:Person ;
+ s:givenName "Hans" ;
+ s:familyName "Bussmann" ;
+ .