@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/8658> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Steve LaSpina" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/372> ;
    ns1:birthDate "1954-03-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4741752/> ;
    ns1:name "Steve LaSpina" ;
    skos:exactMatch <http://dbpedia.org/resource/Steve_LaSpina>,
        <http://id.loc.gov/authorities/names/n85244975>,
        <http://www.wikidata.org/entity/Q2347082>,
        <https://musicbrainz.org/artist/0fef331e-21a4-49d7-a702-9bbc11aaf1f1> .

