@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/baPtuT>
  ns0:birthDate "1857"^^xsd:string ;
  ns0:deathDate "1935 "^^xsd:string ;
  ns0:familyName "Fruin"^^xsd:string ;
  ns0:name "R. Fruin (1857-1935 )"@nl ;
  ns0:givenName "Robert Thomas"^^xsd:string ;
  rdfs:seeAlso <http://data.bibliotheken.nl/id/thes/p068459009> ;
  ns0:subjectOf <http://www.biografischportaal.nl/persoon/47407036> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/93664> .

