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

<http://data.bibliotheken.nl/id/thes/p340366753> a schema1:Person ;
    rdfs:label "Moon, Byeong-Ui (1977-)" ;
    schema1:alternateName "Moon, B.-U." ;
    schema1:birthDate "1977" ;
    schema1:familyName "Moon" ;
    schema1:givenName "Byeong-Ui" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2e2e8424fc2fc9c5f49f14b59fb8c563> ;
    schema1:name "Byeong-Ui Moon" ;
    schema1:sameAs <http://viaf.org/viaf/291975954>,
        <https://isni.org/isni/0000000396971495> .

