@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/1019997> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Barrett Strong" ;
    ns1:birthDate "1941-02-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4450753/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Barrett Strong" ;
    skos:exactMatch <http://dbpedia.org/resource/Barrett_Strong>,
        <http://id.loc.gov/authorities/names/n92088668>,
        <http://www.wikidata.org/entity/Q808900>,
        <https://musicbrainz.org/artist/31ee774b-6248-48d5-a8b5-0d9bebeaba9d> .

