@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/1022075> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Rankl" ;
    ns1:birthDate "1898-10-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2779074/> ;
    ns1:deathDate "1968-09-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Karl Rankl" ;
    skos:exactMatch <http://dbpedia.org/resource/Karl_Rankl>,
        <http://id.loc.gov/authorities/names/no93012914>,
        <http://www.wikidata.org/entity/Q2920145>,
        <https://musicbrainz.org/artist/cfdecbdf-45fe-4c22-8fc6-1f0f756c8a88> .

