@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/1009123> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Pilss" ;
    ns1:birthDate "1902-04-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2761367/> ;
    ns1:deathDate "1979-06-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Karl Pilss" ;
    skos:exactMatch <http://dbpedia.org/resource/Karl_Pil%C3%9F>,
        <http://id.loc.gov/authorities/names/no88004145>,
        <http://www.wikidata.org/entity/Q6372151>,
        <https://musicbrainz.org/artist/d2a05787-2077-42bd-9782-92e2e672ea17> .

