@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/3482> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "René Pollain" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/676> ;
    ns2:birthPlace <https://sws.geonames.org/2990999/> ;
    ns2:deathDate "1940"^^xsd:gYear ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns2:name "René Pollain" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n80085526>,
        <https://musicbrainz.org/artist/a463e747-9dd8-486b-9ef2-e03fd88df985> .

