@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mo: <http://purl.org/ontology/mo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <//vgmdb.animusic.moe/> .

<album/19616> foaf:primaryTopic <album/19616#subject> .

<album/19616#lyrics> a mo:Lyrics .

<album/19616#vocals> a mo:Singer .

<artist/28225#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19616#subject> ;
    schema:name "Antonio Carlos Jobim"@en ;
    foaf:made <album/19616#composition>,
        <album/19616#subject> ;
    foaf:name "Antonio Carlos Jobim"@en .

<artist/29660#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19616#subject> ;
    schema:name "Glenn Miller"@en ;
    foaf:made <album/19616#composition>,
        <album/19616#subject> ;
    foaf:name "Glenn Miller"@en .

<artist/886#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19616#subject> ;
    schema:name "Yuji Ohno"@en,
        "大野雄二"@ja ;
    foaf:made <album/19616#composition>,
        <album/19616#subject> ;
    foaf:name "Yuji Ohno"@en,
        "大野雄二"@ja .

<album/19616#musicalexpression> a mo:Signal ;
    mo:published_as <album/19616#subject> ;
    mo:records <album/19616#performance> .

<org/2285#subject> schema:name "vap"@en,
        "vap"@ja,
        "vap"@ja-latn ;
    foaf:name "vap"@en,
        "vap"@ja,
        "vap"@ja-latn .

<https://media.vgm.io/albums/61/19616/19616-1275569556.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/19616#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/61/19616/19616-1275569556.jpg> ;
    foaf:depicts <album/19616#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/61/19616/19616-1275569556.jpg> .

<https://medium-media.vgm.io/albums/61/19616/19616-1275569556.jpg> a schema:ImageObject,
        foaf:Image .

<album/19616#musicalwork> a mo:MusicalWork,
        schema:CreativeWork ;
    mo:composed_in <album/19616#composition> ;
    mo:lyrics <album/19616#lyrics> ;
    mo:performed_in <album/19616#performance> ;
    mo:singer <album/19616#vocals> .

<album/19616#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Lupin The Third \"Jazz\" For Lovers Only"@en,
        "Lupin The Third \"Jazz\" For Lovers Only"@ja,
        "Lupin The Third \"Jazz\" For Lovers Only"@ja-latn ;
    mo:performance_of <album/19616#musicalwork> ;
    mo:performer <artist/8008#subject> ;
    mo:recorded_as <album/19616#musicalexpression> ;
    schema:byArtist <artist/8008#subject> ;
    schema:name "Lupin The Third \"Jazz\" For Lovers Only"@en,
        "Lupin The Third \"Jazz\" For Lovers Only"@ja,
        "Lupin The Third \"Jazz\" For Lovers Only"@ja-latn ;
    schema:workPerformed <album/19616#musicalwork> .

<artist/8008#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/19616#performance> ;
    schema:name "Yuji Ohno Trio"@en,
        "大野雄二トリオ"@ja ;
    foaf:name "Yuji Ohno Trio"@en,
        "大野雄二トリオ"@ja .

<album/19616#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Lupin The Third \"Jazz\" For Lovers Only"@en,
        "Lupin The Third \"Jazz\" For Lovers Only"@ja,
        "Lupin The Third \"Jazz\" For Lovers Only"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Charlie Chaplin"@en ;
            foaf:made <album/19616#composition> ;
            foaf:name "Charlie Chaplin"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Johnny Mandel"@en ;
            foaf:made <album/19616#composition> ;
            foaf:name "Johnny Mandel"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Jerome Kern"@en ;
            foaf:made <album/19616#composition> ;
            foaf:name "Jerome Kern"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Charles Louis Ambroise Thomas"@en ;
            foaf:made <album/19616#composition> ;
            foaf:name "Charles Louis Ambroise Thomas"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Gene Paul"@en ;
            foaf:made <album/19616#composition> ;
            foaf:name "Gene Paul"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Bobby Hebb"@en ;
            foaf:made <album/19616#composition> ;
            foaf:name "Bobby Hebb"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Burt F Bacharach"@en ;
            foaf:made <album/19616#composition> ;
            foaf:name "Burt F Bacharach"@en ],
        <artist/28225#subject>,
        <artist/29660#subject>,
        <artist/886#subject> ;
    mo:produced_work <album/19616#musicalwork> ;
    schema:name "Lupin The Third \"Jazz\" For Lovers Only"@en,
        "Lupin The Third \"Jazz\" For Lovers Only"@ja,
        "Lupin The Third \"Jazz\" For Lovers Only"@ja-latn .

<album/19616#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-11-21"^^xsd:date ;
    dcterms:title "Lupin The Third \"Jazz\" For Lovers Only"@en,
        "Lupin The Third \"Jazz\" For Lovers Only"@ja,
        "Lupin The Third \"Jazz\" For Lovers Only"@ja-latn ;
    mo:catalogue_number "VPCG-84887" ;
    mo:media_type "CD" ;
    mo:publication_of <album/19616#musicalexpression> ;
    mo:publisher <org/2285#subject> ;
    mo:record _:Nd340e9e6a7ce455fb2ab2b23cd92105e ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Lupin The Third"@en ;
            foaf:name "Lupin The Third"@en ] ;
    schema:byArtist <artist/8008#subject> ;
    schema:datePublished "2008-11-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/61/19616/19616-1275569556.jpg> ;
    schema:name "Lupin The Third \"Jazz\" For Lovers Only"@en,
        "Lupin The Third \"Jazz\" For Lovers Only"@ja,
        "Lupin The Third \"Jazz\" For Lovers Only"@ja-latn ;
    schema:publisher <org/2285#subject> ;
    foaf:depiction <https://media.vgm.io/albums/61/19616/19616-1275569556.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19616#subject> ;
    schema:name "Bobby Hebb"@en ;
    foaf:made <album/19616#subject> ;
    foaf:name "Bobby Hebb"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19616#subject> ;
    schema:name "Charles Louis Ambroise Thomas"@en ;
    foaf:made <album/19616#subject> ;
    foaf:name "Charles Louis Ambroise Thomas"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19616#subject> ;
    schema:name "Gene Paul"@en ;
    foaf:made <album/19616#subject> ;
    foaf:name "Gene Paul"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19616#subject> ;
    schema:name "Charlie Chaplin"@en ;
    foaf:made <album/19616#subject> ;
    foaf:name "Charlie Chaplin"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19616#subject> ;
    schema:name "Burt F Bacharach"@en ;
    foaf:made <album/19616#subject> ;
    foaf:name "Burt F Bacharach"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19616#subject> ;
    schema:name "Johnny Mandel"@en ;
    foaf:made <album/19616#subject> ;
    foaf:name "Johnny Mandel"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19616#subject> ;
    schema:name "Jerome Kern"@en ;
    foaf:made <album/19616#subject> ;
    foaf:name "Jerome Kern"@en .

_:N49168c025e69477a9288909994e37521 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Moonlight Serenade"@en ;
    mo:track_number 1 ;
    schema:duration "PT6:24"^^xsd:interval ;
    schema:inPlaylist _:Nd340e9e6a7ce455fb2ab2b23cd92105e ;
    schema:name "Moonlight Serenade"@en .

_:N4e7723e8d40a44758a10fd63c1caf493 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "You Don't Know What Love Is"@en ;
    mo:track_number 6 ;
    schema:duration "PT7:40"^^xsd:interval ;
    schema:inPlaylist _:Nd340e9e6a7ce455fb2ab2b23cd92105e ;
    schema:name "You Don't Know What Love Is"@en .

_:N694ec67075ff4e72b0ce54d3925e1b11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Shadow Of Your Smile"@en ;
    mo:track_number 2 ;
    schema:duration "PT6:16"^^xsd:interval ;
    schema:inPlaylist _:Nd340e9e6a7ce455fb2ab2b23cd92105e ;
    schema:name "The Shadow Of Your Smile"@en .

_:N7931766026a14d31996a784351ab3bd1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corcovado"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:32"^^xsd:interval ;
    schema:inPlaylist _:Nd340e9e6a7ce455fb2ab2b23cd92105e ;
    schema:name "Corcovado"@en .

_:N7f5434637654409580dbdd3f97bb5c17 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "This Guy's In Love With You"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:Nd340e9e6a7ce455fb2ab2b23cd92105e ;
    schema:name "This Guy's In Love With You"@en .

_:N85262e25e2d448a6b099d684defef5a3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "All The Things You Are"@en ;
    mo:track_number 8 ;
    schema:duration "PT6:00"^^xsd:interval ;
    schema:inPlaylist _:Nd340e9e6a7ce455fb2ab2b23cd92105e ;
    schema:name "All The Things You Are"@en .

_:N989220b5835c426195a87950f23f4466 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love Ballade"@en ;
    mo:track_number 9 ;
    schema:duration "PT5:23"^^xsd:interval ;
    schema:inPlaylist _:Nd340e9e6a7ce455fb2ab2b23cd92105e ;
    schema:name "Love Ballade"@en .

_:Na26c4e70338a4266b0ba10ab0bda2b95 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hush-a-bye"@en ;
    mo:track_number 5 ;
    schema:duration "PT6:19"^^xsd:interval ;
    schema:inPlaylist _:Nd340e9e6a7ce455fb2ab2b23cd92105e ;
    schema:name "Hush-a-bye"@en .

_:Na68032a91e8e420b8bdcb1562f729850 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Smile"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:Nd340e9e6a7ce455fb2ab2b23cd92105e ;
    schema:name "Smile"@en .

_:Ncaddefbf450f4d54a4d61fa3baf2e889 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sunny"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:Nd340e9e6a7ce455fb2ab2b23cd92105e ;
    schema:name "Sunny"@en .

_:Nd340e9e6a7ce455fb2ab2b23cd92105e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N49168c025e69477a9288909994e37521,
        _:N4e7723e8d40a44758a10fd63c1caf493,
        _:N694ec67075ff4e72b0ce54d3925e1b11,
        _:N7931766026a14d31996a784351ab3bd1,
        _:N7f5434637654409580dbdd3f97bb5c17,
        _:N85262e25e2d448a6b099d684defef5a3,
        _:N989220b5835c426195a87950f23f4466,
        _:Na26c4e70338a4266b0ba10ab0bda2b95,
        _:Na68032a91e8e420b8bdcb1562f729850,
        _:Ncaddefbf450f4d54a4d61fa3baf2e889 ;
    mo:track_count 10 ;
    schema:duration "PT56:27"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N49168c025e69477a9288909994e37521,
        _:N4e7723e8d40a44758a10fd63c1caf493,
        _:N694ec67075ff4e72b0ce54d3925e1b11,
        _:N7931766026a14d31996a784351ab3bd1,
        _:N7f5434637654409580dbdd3f97bb5c17,
        _:N85262e25e2d448a6b099d684defef5a3,
        _:N989220b5835c426195a87950f23f4466,
        _:Na26c4e70338a4266b0ba10ab0bda2b95,
        _:Na68032a91e8e420b8bdcb1562f729850,
        _:Ncaddefbf450f4d54a4d61fa3baf2e889 .

