diff options
| author | Lars-Dominik Braun <lars@6xq.net> | 2017-03-29 21:44:36 +0200 |
|---|---|---|
| committer | Lars-Dominik Braun <lars@6xq.net> | 2017-03-29 21:44:36 +0200 |
| commit | 8d9143162fb19dbd45b2c1deb6a1f7690eaa636f (patch) | |
| tree | 55cfc3ad0d0e0aae956a0402632fc1ef6883e483 /ttl | |
| parent | 640a559f65f5672463332b3d67a94445f7a0c9bc (diff) | |
| download | eumel-8d9143162fb19dbd45b2c1deb6a1f7690eaa636f.tar.gz eumel-8d9143162fb19dbd45b2c1deb6a1f7690eaa636f.tar.bz2 eumel-8d9143162fb19dbd45b2c1deb6a1f7690eaa636f.zip | |
Use _:person_*
Diffstat (limited to 'ttl')
| -rw-r--r-- | ttl/library_random.ttl | 6 | ||||
| -rw-r--r-- | ttl/people.ttl | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/ttl/library_random.ttl b/ttl/library_random.ttl index 581dd87..121213d 100644 --- a/ttl/library_random.ttl +++ b/ttl/library_random.ttl @@ -817,11 +817,7 @@ _:thing_cp s:pageEnd "96" ; s:name "Unix und seine Konkurrenten" ; s:alternativeHeadline "Was bringen Unix, Eumel, Thos?" ; - s:author [ - a s:Person ; - s:givenName "Joachim" ; - s:familyName "Durchholz" ; - ] ; + s:author _:person_durchholz ; s:url <library/cp-1986-10-29-i23-p88.djvu> ; . diff --git a/ttl/people.ttl b/ttl/people.ttl index 5f81b75..44adb56 100644 --- a/ttl/people.ttl +++ b/ttl/people.ttl @@ -124,7 +124,7 @@ _:person_keil _:person_durchholz a s:Person ; s:familyName "Durchholz" ; - s:givenName "J." . + s:givenName "Joachim" . _:person_klapper a s:Person ; |
