@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/38890> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Oscar Straus" ;
    ns1:birthDate "1870-03-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2761367/> ;
    ns1:deathDate "1954-01-11"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Oscar Straus" ;
    skos:exactMatch <http://dbpedia.org/resource/Oscar_Straus_(composer)>,
        <http://id.loc.gov/authorities/names/n81003162>,
        <http://www.wikidata.org/entity/Q206667>,
        <https://musicbrainz.org/artist/cec7f5fe-5dee-4258-af3e-3bb1e469444b> .

