@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/1024269> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sam Lowenworth" ;
    ns1:birthDate "1880"^^xsd:gYear ;
    ns1:deathDate "1954"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Sam Lowenworth" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2014071568>,
        <https://musicbrainz.org/artist/158344da-8ddd-468b-9d51-1dc03f2c2712> .

