@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/33848> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Dennis Smylie" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/129>,
        <http://data.carnegiehall.org/instruments/198>,
        <http://data.carnegiehall.org/instruments/552>,
        <http://data.carnegiehall.org/instruments/553>,
        <http://data.carnegiehall.org/instruments/899> ;
    ns2:birthDate "1946-11-04"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/6252001/> ;
    ns2:deathDate "2017-12-05"^^xsd:date ;
    ns2:name "Dennis Smylie" ;
    skos:exactMatch <http://dbpedia.org/resource/Dennis_Smylie>,
        <http://www.wikidata.org/entity/Q5258970>,
        <https://id.loc.gov/authorities/names/n85133790>,
        <https://musicbrainz.org/artist/7008ba5b-a4e4-42b3-9771-ee7a4117f752> .

