@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/1020802> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "F. Marion Crawford" ;
    ns1:birthDate "1854-08-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3182538/> ;
    ns1:deathDate "1909-04-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "F. Marion Crawford" ;
    skos:exactMatch <http://dbpedia.org/resource/Francis_Marion_Crawford>,
        <http://id.loc.gov/authorities/names/n50019084>,
        <http://www.wikidata.org/entity/Q670179>,
        <https://musicbrainz.org/artist/ddd76574-708d-4a74-b0ec-bf71913f953a> .

