@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/1010356> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frederick Scotson Clark" ;
    ns1:birthDate "1840-11-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2637299/> ;
    ns1:deathDate "1883-07-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Frederick Scotson Clark" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no90011219>,
        <http://www.wikidata.org/entity/Q18526972>,
        <https://musicbrainz.org/artist/a556b1ac-b91a-4cd6-8590-865661f5b24c> .

