@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/159713> foaf:primaryTopic <album/159713#subject> .

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

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

<artist/13316#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159713#subject> ;
    schema:name "Yosuke Yamashita"@en,
        "山下洋介"@ja ;
    foaf:made <album/159713#composition>,
        <album/159713#subject> ;
    foaf:name "Yosuke Yamashita"@en,
        "山下洋介"@ja .

<artist/26981#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159713#subject> ;
    schema:name "Masao Yoneyama"@en,
        "米山正夫"@ja ;
    foaf:made <album/159713#composition>,
        <album/159713#subject> ;
    foaf:name "Masao Yoneyama"@en,
        "米山正夫"@ja .

<artist/7678#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159713#subject> ;
    schema:name "Masahiko Satoh"@en,
        "佐藤允彦"@ja ;
    foaf:made <album/159713#composition>,
        <album/159713#subject> ;
    foaf:name "Masahiko Satoh"@en,
        "佐藤允彦"@ja .

<artist/910#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159713#subject> ;
    schema:name "Toshihiko Inoue"@en,
        "井上俊彦"@ja ;
    foaf:made <album/159713#composition>,
        <album/159713#subject> ;
    foaf:name "Toshihiko Inoue"@en,
        "井上俊彦"@ja .

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

<album/159713#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@en,
        "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@ja,
        "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@ja-latn ;
    mo:performance_of <album/159713#musicalwork> ;
    mo:recorded_as <album/159713#musicalexpression> ;
    schema:name "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@en,
        "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@ja,
        "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@ja-latn ;
    schema:workPerformed <album/159713#musicalwork> .

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

<https://medium-media.vgm.io/albums/31/159713/159713-bc59906267d8.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/159713#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@en,
        "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@ja,
        "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Idris Rahman"@en ;
            foaf:made <album/159713#composition> ;
            foaf:name "Idris Rahman"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Fumio Itabashi"@en ;
            foaf:made <album/159713#composition> ;
            foaf:name "Fumio Itabashi"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Leon Brichard"@en ;
            foaf:made <album/159713#composition> ;
            foaf:name "Leon Brichard"@en ],
        <artist/13316#subject>,
        <artist/26981#subject>,
        <artist/7678#subject>,
        <artist/910#subject> ;
    mo:produced_work <album/159713#musicalwork> ;
    schema:name "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@en,
        "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@ja,
        "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@ja-latn .

<album/159713#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-09-08"^^xsd:date ;
    dcterms:title "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@en,
        "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@ja,
        "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@ja-latn ;
    mo:catalogue_number "BBE737ACD" ;
    mo:media_type "CD" ;
    mo:publication_of <album/159713#musicalexpression> ;
    mo:publisher _:N3b3acb02a56245c194777de71849f16b ;
    mo:record _:N3d758f60fb3444aa894e19b20439c274 ;
    mo:record_count 1 ;
    schema:datePublished "2024-09-08"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/31/159713/159713-bc59906267d8.jpg> ;
    schema:name "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@en,
        "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@ja,
        "Live at Café OTO / Masahiko Satoh & Takeo Moriyama feat. Leon Brichard & Idris Rahman"@ja-latn ;
    schema:publisher _:N3b3acb02a56245c194777de71849f16b ;
    foaf:depiction <https://media.vgm.io/albums/31/159713/159713-bc59906267d8.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159713#subject> ;
    schema:name "Fumio Itabashi"@en ;
    foaf:made <album/159713#subject> ;
    foaf:name "Fumio Itabashi"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159713#subject> ;
    schema:name "Leon Brichard"@en ;
    foaf:made <album/159713#subject> ;
    foaf:name "Leon Brichard"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159713#subject> ;
    schema:name "Idris Rahman"@en ;
    foaf:made <album/159713#subject> ;
    foaf:name "Idris Rahman"@en .

_:N38e5c0a5ca514e20a833145ef937b9e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Evening Snow"@en ;
    mo:track_number 1 ;
    schema:duration "PT19:12"^^xsd:interval ;
    schema:inPlaylist _:N3d758f60fb3444aa894e19b20439c274 ;
    schema:name "Evening Snow"@en .

_:N3b3acb02a56245c194777de71849f16b schema:name "bbe"@en,
        "bbe"@ja,
        "bbe"@ja-latn ;
    foaf:name "bbe"@en,
        "bbe"@ja,
        "bbe"@ja-latn .

_:N3d838fd96bb448c4aafb2176c777210f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Other Worlds"@en ;
    mo:track_number 5 ;
    schema:duration "PT9:09"^^xsd:interval ;
    schema:inPlaylist _:N3d758f60fb3444aa894e19b20439c274 ;
    schema:name "Other Worlds"@en .

_:N8f81d449b3b84d65ba18352ecdd93569 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "East Plants"@en ;
    mo:track_number 3 ;
    schema:duration "PT7:33"^^xsd:interval ;
    schema:inPlaylist _:N3d758f60fb3444aa894e19b20439c274 ;
    schema:name "East Plants"@en .

_:Nbad5f0a047bd49d584f593b7477cf81a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ringo Oiwake"@en ;
    mo:track_number 2 ;
    schema:duration "PT7:51"^^xsd:interval ;
    schema:inPlaylist _:N3d758f60fb3444aa894e19b20439c274 ;
    schema:name "Ringo Oiwake"@en .

_:Nd620a079e83b48e6aadfa0856aa3eca3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Watarase"@en ;
    mo:track_number 4 ;
    schema:duration "PT11:25"^^xsd:interval ;
    schema:inPlaylist _:N3d758f60fb3444aa894e19b20439c274 ;
    schema:name "Watarase"@en .

_:Ne386300c36c441e0b8a133be32f23ba8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chiasma"@en ;
    mo:track_number 6 ;
    schema:duration "PT5:23"^^xsd:interval ;
    schema:inPlaylist _:N3d758f60fb3444aa894e19b20439c274 ;
    schema:name "Chiasma"@en .

_:N3d758f60fb3444aa894e19b20439c274 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N38e5c0a5ca514e20a833145ef937b9e9,
        _:N3d838fd96bb448c4aafb2176c777210f,
        _:N8f81d449b3b84d65ba18352ecdd93569,
        _:Nbad5f0a047bd49d584f593b7477cf81a,
        _:Nd620a079e83b48e6aadfa0856aa3eca3,
        _:Ne386300c36c441e0b8a133be32f23ba8 ;
    mo:track_count 6 ;
    schema:duration "PT60:33"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N38e5c0a5ca514e20a833145ef937b9e9,
        _:N3d838fd96bb448c4aafb2176c777210f,
        _:N8f81d449b3b84d65ba18352ecdd93569,
        _:Nbad5f0a047bd49d584f593b7477cf81a,
        _:Nd620a079e83b48e6aadfa0856aa3eca3,
        _:Ne386300c36c441e0b8a133be32f23ba8 .

