@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/1029038> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gunnar Björling" ;
    ns1:birthDate "1887-05-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/658225/> ;
    ns1:deathDate "1960-07-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Gunnar Björling" ;
    skos:exactMatch <http://dbpedia.org/resource/Gunnar_Bj%C3%B6rling>,
        <http://www.wikidata.org/entity/Q29721>,
        <https://id.loc.gov/authorities/n90657434>,
        <https://musicbrainz.org/artist/e382cc4e-1710-4aa1-b51e-40338fe60993> .

