@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/1008168> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "David Monrad Johansen" ;
    ns1:birthDate "1888-11-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3132346/> ;
    ns1:deathDate "1974-02-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "David Monrad Johansen" ;
    skos:exactMatch <http://dbpedia.org/resource/David_Monrad_Johansen>,
        <http://id.loc.gov/authorities/names/n83046934>,
        <http://www.wikidata.org/entity/Q3268879>,
        <https://musicbrainz.org/artist/abc75aca-1231-4b83-a3ca-a2d6149cac7c> .

