@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/11586> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Rudolf Werthen" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/949> ;
    ns2:birthDate "1946-07-16"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/2791537/> ;
    ns2:name "Rudolf Werthen" ;
    skos:exactMatch <http://dbpedia.org/resource/Rudolf_Werthen>,
        <http://www.wikidata.org/entity/Q7377358>,
        <https://id.loc.gov/authorities/n83162676>,
        <https://musicbrainz.org/artist/4750561b-6c1f-4c1f-8446-e3339d9f80bb> .

