@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/17648> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giacomo Rimini" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/171> ;
    ns1:birthDate "1887-03-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3164527/> ;
    ns1:deathDate "1952-03-06"^^xsd:date ;
    ns1:name "Giacomo Rimini" ;
    skos:exactMatch <http://dbpedia.org/resource/Giacomo_Rimini>,
        <http://www.wikidata.org/entity/Q5557917>,
        <https://id.loc.gov/authorities/no91023106>,
        <https://musicbrainz.org/artist/e98b2152-6637-4cf9-80da-11c2222a9848> .

