@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/105931> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Milan Škampa" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/676> ;
    ns2:birthDate "1928-06-04"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/3067696/> ;
    ns2:deathDate "2018-04-14"^^xsd:date ;
    ns2:name "Milan Škampa" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n89656906>,
        <http://www.wikidata.org/entity/Q4524915>,
        <https://musicbrainz.org/artist/422fa701-66df-4cf3-9d38-50d20a9a90d1> .

