summaryrefslogtreecommitdiff
path: root/ttl/people.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'ttl/people.ttl')
-rw-r--r--ttl/people.ttl25
1 files changed, 25 insertions, 0 deletions
diff --git a/ttl/people.ttl b/ttl/people.ttl
index f114c55..5f81b75 100644
--- a/ttl/people.ttl
+++ b/ttl/people.ttl
@@ -266,3 +266,28 @@ _:person_bussmann
s:givenName "Hans" ;
s:familyName "Bussmann" ;
.
+
+_:person_beyer
+ a s:Person ;
+ s:givenName "Uwe" ;
+ s:familyName "Beyer" ;
+ .
+
+_:person_szalay
+ a s:Person ;
+ s:givenName "Gyula" ;
+ s:familyName "Szalay" ;
+ .
+
+_:person_wegner
+ a s:Person ;
+ s:givenName "Eberhard" ;
+ s:familyName "Wegner" ;
+ .
+
+_:person_bovermann
+ a s:Person ;
+ s:givenName "Klaus" ;
+ s:familyName "Bovermann" ;
+ .
+