@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/101539> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Charles F. Tretbar" ;
    ns1:birthDate "1832-02-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2945024/> ;
    ns1:deathDate "1909-06-03"^^xsd:date .

