@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p410740551> a schema1:Person ;
    rdfs:label "Radivojević, Zivorad (1965-)" ;
    schema1:birthDate "1965" ;
    schema1:familyName "Radivojević" ;
    schema1:givenName "Zivorad" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb030eb22ad6149c92f8fc4b7b12c22b> ;
    schema1:name "Zivorad Radivojević" ;
    schema1:sameAs <http://viaf.org/viaf/102414333>,
        <https://isni.org/isni/0000000072945047> .

