summaryrefslogtreecommitdiff
path: root/ttl/people.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'ttl/people.ttl')
-rw-r--r--ttl/people.ttl12
1 files changed, 12 insertions, 0 deletions
diff --git a/ttl/people.ttl b/ttl/people.ttl
index dc27884..549e2f1 100644
--- a/ttl/people.ttl
+++ b/ttl/people.ttl
@@ -351,3 +351,15 @@ _:person_schrenk
s:familyName "Schrenk" ;
.
+_:person_merkel
+ a s:Person ;
+ s:givenName "Robert" ;
+ s:familyName "Merkel" ;
+ .
+
+_:person_bussche
+ a s:Person ;
+ s:givenName "Hilmar" ;
+ s:familyName "von dem Bussche" ;
+ .
+