@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/69250> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Just a Gigolo" ;
    ns1:adp <http://data.carnegiehall.org/names/42093> ;
    ns1:lyr <http://data.carnegiehall.org/names/1023797> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1023797>,
        <http://data.carnegiehall.org/names/42093> ;
    dcterms:creator <http://data.carnegiehall.org/names/1013001> ;
    ns2:dateCreated "1929" ;
    skos:exactMatch <http://dbpedia.org/resource/Just_a_Gigolo_(song)>,
        <http://www.wikidata.org/entity/Q1405817>,
        <https://musicbrainz.org/work/40d79e5d-724d-43e7-ac85-95b64c325d27> .

