@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/13222> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giuseppe Morino" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/62> ;
    ns1:birthDate "1950-08-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3182722/> ;
    ns1:name "Giuseppe Morino" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n88603204>,
        <http://www.wikidata.org/entity/Q131773776>,
        <https://musicbrainz.org/artist/2f348596-a9a3-4ed5-bb1f-b0f19f870c91> .

