@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bhuNVR>
  schema:givenName "Claas"^^xsd:string ;
  schema:name "Claas Muyen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/f34e95d5491ae7d6badf31adac39f52876a52ace2c26dfc7925d04a3d9c69dee"^^xsd:string ;
  schema:familyName "Muyen"^^xsd:string ;
  a schema:Person ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Zwijndrecht> ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/timmermansknegt> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bxgtNb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22705> .

