@prefix ns1: <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/6929> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Josef Stransky" ;
    ns1:birthDate "1872-09-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3074723/> ;
    ns1:deathDate "1936-03-06"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Josef Stransky" ;
    skos:exactMatch <http://dbpedia.org/resource/Josef_Str%C3%A1nsk%C3%BD>,
        <http://id.loc.gov/authorities/names/nr00013391>,
        <http://www.wikidata.org/entity/Q2347963>,
        <https://musicbrainz.org/artist/9362b203-8f7f-4de2-a7e1-ef73911e5fda> .

