@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1009113> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Leopold van der Pals" ;
    ns1:birthDate "1884-07-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/498817/> ;
    ns1:deathDate "1966-02-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Leopold van der Pals" ;
    skos:exactMatch <http://dbpedia.org/resource/Leopold_van_der_Pals>,
        <http://id.loc.gov/authorities/names/n89611962>,
        <http://www.wikidata.org/entity/Q6527104>,
        <https://musicbrainz.org/artist/d16cc415-eb7e-4329-88c5-3501c4918078> .

