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

<http://data.bibliotheken.nl/id/thes/p07314892X> a schema1:Person ;
    rdfs:label "Cochrane, Rollin" ;
    schema1:familyName "Cochrane" ;
    schema1:givenName "Rollin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5849e29b0ab8ce45d9265b0e74caf364> ;
    schema1:name "Rollin Cochrane" ;
    schema1:sameAs <http://viaf.org/viaf/209530511>,
        <https://isni.org/isni/0000000395354006> .

