@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/53636> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Frank La Forge" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/197>,
        <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1879-10-22"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4907959/> ;
    ns2:deathDate "1953-05-05"^^xsd:date ;
    ns2:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Frank La Forge" ;
    skos:exactMatch <http://dbpedia.org/resource/Frank_La_Forge>,
        <http://id.loc.gov/authorities/names/no89014836>,
        <http://www.wikidata.org/entity/Q5487829>,
        <https://musicbrainz.org/artist/32e2bc95-95d9-4ce6-8207-8f33ff1abf36> .

