@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/32719> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Bobby Militello" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/654>,
        <http://data.carnegiehall.org/instruments/896> ;
    ns2:birthDate "1950-03-25"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/5110629/> ;
    ns2:name "Bobby Militello" ;
    skos:exactMatch <http://dbpedia.org/resource/Bobby_Militello>,
        <http://id.loc.gov/authorities/names/n94036110>,
        <https://musicbrainz.org/artist/e700b41c-ea76-448c-a4b5-78a8d36c6e5e> .

