@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/1000731> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Abing" ;
    ns1:birthDate "1893-08-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1790923/> ;
    ns1:deathDate "1950-12-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Abing" ;
    skos:exactMatch <http://dbpedia.org/resource/Abing>,
        <http://id.loc.gov/authorities/names/n83043146>,
        <http://www.wikidata.org/entity/Q831387>,
        <https://musicbrainz.org/artist/f96d6a53-2bcc-43af-b0b9-ed1718ea8afa> .

