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

<http://data.bibliotheken.nl/id/thes/p070678685> a schema1:Person ;
    rdfs:label "Callinicos, Alex (1950-)" ;
    schema1:alternateName "Callinicos, A.T." ;
    schema1:birthDate "1950" ;
    schema1:familyName "Callinicos" ;
    schema1:givenName "Alex" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cb9e3bf7ba6fae0bb7457daa8afe58aa> ;
    schema1:name "Alex Callinicos" ;
    schema1:sameAs <http://viaf.org/viaf/49271459>,
        wd:Q711004,
        <https://isni.org/isni/0000000120253783> .

