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

<album/150425#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Prime Cuts"@en,
        "Prime Cuts"@ja,
        "Prime Cuts"@ja-latn ;
    mo:produced_work <album/150425#musicalwork> ;
    schema:name "Prime Cuts"@en,
        "Prime Cuts"@ja,
        "Prime Cuts"@ja-latn .

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

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

<product/2071#subject> a schema:CreativeWork ;
    schema:name "Mega Man 2"@en,
        "ロックマン2 Dr.ワイリーの謎"@ja,
        "Rockman 2: Dr. Wily no Nazo"@ja-latn ;
    foaf:name "Mega Man 2"@en,
        "ロックマン2 Dr.ワイリーの謎"@ja,
        "Rockman 2: Dr. Wily no Nazo"@ja-latn .

<product/233#subject> a schema:CreativeWork ;
    schema:name "Shadow of the Colossus"@en,
        "ワンダと巨像"@ja,
        "Wanda to Kyozou"@ja-latn ;
    foaf:name "Shadow of the Colossus"@en,
        "ワンダと巨像"@ja,
        "Wanda to Kyozou"@ja-latn .

<product/491#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: Twilight Princess"@en,
        "ゼルダの伝説 トワイライトプリンセス"@ja,
        "Zelda no Densetsu Twilight Princess"@ja-latn ;
    foaf:name "The Legend of Zelda: Twilight Princess"@en,
        "ゼルダの伝説 トワイライトプリンセス"@ja,
        "Zelda no Densetsu Twilight Princess"@ja-latn .

<product/500#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: A Link to the Past"@en,
        "ゼルダの伝説 神々のトライフォース"@ja,
        "Zelda no Densetsu: Kamigami no Triforce"@ja-latn ;
    foaf:name "The Legend of Zelda: A Link to the Past"@en,
        "ゼルダの伝説 神々のトライフォース"@ja,
        "Zelda no Densetsu: Kamigami no Triforce"@ja-latn .

<product/5788#subject> a schema:CreativeWork ;
    schema:name "Cuphead"@en,
        "Cuphead"@ja,
        "Cuphead"@ja-latn ;
    foaf:name "Cuphead"@en,
        "Cuphead"@ja,
        "Cuphead"@ja-latn .

<product/6111#subject> a schema:CreativeWork ;
    schema:name "Metroid Prime 2: Echoes"@en,
        "メトロイドプライム2 ダークエコーズ"@ja,
        "Metroid Prime 2: Dark Echoes"@ja-latn ;
    foaf:name "Metroid Prime 2: Echoes"@en,
        "メトロイドプライム2 ダークエコーズ"@ja,
        "Metroid Prime 2: Dark Echoes"@ja-latn .

<product/625#subject> a schema:CreativeWork ;
    schema:name "Super Smash Bros. Brawl"@en,
        "大乱闘スマッシュブラザーズX"@ja,
        "Dairantou Smash Bros. X"@ja-latn ;
    foaf:name "Super Smash Bros. Brawl"@en,
        "大乱闘スマッシュブラザーズX"@ja,
        "Dairantou Smash Bros. X"@ja-latn .

<product/9829#subject> a schema:CreativeWork ;
    schema:name "Pokémon Omega Ruby & Alpha Sapphire"@en,
        "ポケットモンスター オメガルビー・アルファサファイア"@ja,
        "Pokémon Omega Ruby & Alpha Sapphire"@ja-latn ;
    foaf:name "Pokémon Omega Ruby & Alpha Sapphire"@en,
        "ポケットモンスター オメガルビー・アルファサファイア"@ja,
        "Pokémon Omega Ruby & Alpha Sapphire"@ja-latn .

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

<album/150425#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Prime Cuts"@en,
        "Prime Cuts"@ja,
        "Prime Cuts"@ja-latn ;
    mo:performance_of <album/150425#musicalwork> ;
    mo:recorded_as <album/150425#musicalexpression> ;
    schema:name "Prime Cuts"@en,
        "Prime Cuts"@ja,
        "Prime Cuts"@ja-latn ;
    schema:workPerformed <album/150425#musicalwork> .

<https://media.vgm.io/albums/52/150425/150425-5de0c27bb37f.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/150425#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/52/150425/150425-5de0c27bb37f.jpg> ;
    foaf:depicts <album/150425#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/52/150425/150425-5de0c27bb37f.jpg> .

<https://medium-media.vgm.io/albums/52/150425/150425-5de0c27bb37f.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/150425#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-06-13"^^xsd:date ;
    dcterms:title "Prime Cuts"@en,
        "Prime Cuts"@ja,
        "Prime Cuts"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/150425#musicalexpression> ;
    mo:publisher _:N892ab06c34c242fd86451b3bfcfc1ba4 ;
    mo:record _:Nb0d9a58f23aa46ed8ddbcf2a78de30cd ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Hollow Knight: Hidden Dreams"@en ;
            foaf:name "Hollow Knight: Hidden Dreams"@en ],
        [ a schema:CreativeWork ;
            schema:name "Cuphead: The Delicious Last Course"@en ;
            foaf:name "Cuphead: The Delicious Last Course"@en ],
        <product/2071#subject>,
        <product/233#subject>,
        <product/491#subject>,
        <product/500#subject>,
        <product/5788#subject>,
        <product/6111#subject>,
        <product/625#subject>,
        <product/9829#subject> ;
    schema:datePublished "2025-06-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/52/150425/150425-5de0c27bb37f.jpg> ;
    schema:name "Prime Cuts"@en,
        "Prime Cuts"@ja,
        "Prime Cuts"@ja-latn ;
    schema:publisher _:N892ab06c34c242fd86451b3bfcfc1ba4 ;
    foaf:depiction <https://media.vgm.io/albums/52/150425/150425-5de0c27bb37f.jpg> .

_:N28dfa4fc4f684ae79f88935b09c2583d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "On the Shoulders of Giants [from Shadow of the Colossus]"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:Nb0d9a58f23aa46ed8ddbcf2a78de30cd ;
    schema:name "On the Shoulders of Giants [from Shadow of the Colossus]"@en .

_:N4786bf6dc34740598e5abbeb4f06f4fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Imp's Resolve [from The Legend of Zelda: Twilight Princess]"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:23"^^xsd:interval ;
    schema:inPlaylist _:Nb0d9a58f23aa46ed8ddbcf2a78de30cd ;
    schema:name "Imp's Resolve [from The Legend of Zelda: Twilight Princess]"@en .

_:N65952343db1f46af9699117649bdff97 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GFS Jukebox [from Metroid Prime 2: Echoes]"@en ;
    mo:track_number 2 ;
    schema:duration "PT6:08"^^xsd:interval ;
    schema:inPlaylist _:Nb0d9a58f23aa46ed8ddbcf2a78de30cd ;
    schema:name "GFS Jukebox [from Metroid Prime 2: Echoes]"@en .

_:N708806b711d74273937ce71703f9e54e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "wily theme [from Mega Man 2]"@en ;
    mo:track_number 1 ;
    schema:duration "PT9:50"^^xsd:interval ;
    schema:inPlaylist _:Nb0d9a58f23aa46ed8ddbcf2a78de30cd ;
    schema:name "wily theme [from Mega Man 2]"@en .

_:N892ab06c34c242fd86451b3bfcfc1ba4 schema:name "TheManPF"@en,
        "TheManPF"@ja,
        "TheManPF"@ja-latn ;
    foaf:name "TheManPF"@en,
        "TheManPF"@ja,
        "TheManPF"@ja-latn .

_:N99e18a87b806460eb0f2ce14aa35ae03 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chronicles of Light and Dark [from The Legend of Zelda: A Link to the Past]"@en ;
    mo:track_number 9 ;
    schema:duration "PT5:48"^^xsd:interval ;
    schema:inPlaylist _:Nb0d9a58f23aa46ed8ddbcf2a78de30cd ;
    schema:name "Chronicles of Light and Dark [from The Legend of Zelda: A Link to the Past]"@en .

_:Nb55b8203034e4fdbb2dd4d1c856cbcd2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Equinox [from Pokémon Omega Ruby/Alpha Sapphire]"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:Nb0d9a58f23aa46ed8ddbcf2a78de30cd ;
    schema:name "Equinox [from Pokémon Omega Ruby/Alpha Sapphire]"@en .

_:Nb9b27a4a84af429fb5bf7349fb340583 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "La Danza Macabra del Tren de los Muertos [from Cuphead]"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:54"^^xsd:interval ;
    schema:inPlaylist _:Nb0d9a58f23aa46ed8ddbcf2a78de30cd ;
    schema:name "La Danza Macabra del Tren de los Muertos [from Cuphead]"@en .

_:Nbe079ed733b04546a5e990af455ed3b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Invincible, Fearless, Sensual, Mysterious, Enchanting, Vigorous, Diligent, Overwhelming, Gorgeous, Passionate, Terrifying, Beautiful, Powerful Celtic Warrior ZYAN [from Hollow Knight: Hidden Dreams]"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:Nb0d9a58f23aa46ed8ddbcf2a78de30cd ;
    schema:name "The Invincible, Fearless, Sensual, Mysterious, Enchanting, Vigorous, Diligent, Overwhelming, Gorgeous, Passionate, Terrifying, Beautiful, Powerful Celtic Warrior ZYAN [from Hollow Knight: Hidden Dreams]"@en .

_:Nd8cb6e6e459c44fba5f8f3029a4d9144 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rib Eye Rodeo [from Cuphead: The Delicious Last Course]"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:Nb0d9a58f23aa46ed8ddbcf2a78de30cd ;
    schema:name "Rib Eye Rodeo [from Cuphead: The Delicious Last Course]"@en .

_:Nf0aabb826be648f8822f64b73dfde3b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "It All Ends Here [from Super Smash Bros. Brawl]"@en ;
    mo:track_number 10 ;
    schema:duration "PT7:58"^^xsd:interval ;
    schema:inPlaylist _:Nb0d9a58f23aa46ed8ddbcf2a78de30cd ;
    schema:name "It All Ends Here [from Super Smash Bros. Brawl]"@en .

_:Nb0d9a58f23aa46ed8ddbcf2a78de30cd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N28dfa4fc4f684ae79f88935b09c2583d,
        _:N4786bf6dc34740598e5abbeb4f06f4fc,
        _:N65952343db1f46af9699117649bdff97,
        _:N708806b711d74273937ce71703f9e54e,
        _:N99e18a87b806460eb0f2ce14aa35ae03,
        _:Nb55b8203034e4fdbb2dd4d1c856cbcd2,
        _:Nb9b27a4a84af429fb5bf7349fb340583,
        _:Nbe079ed733b04546a5e990af455ed3b3,
        _:Nd8cb6e6e459c44fba5f8f3029a4d9144,
        _:Nf0aabb826be648f8822f64b73dfde3b2 ;
    mo:track_count 10 ;
    schema:duration "PT55:52"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N28dfa4fc4f684ae79f88935b09c2583d,
        _:N4786bf6dc34740598e5abbeb4f06f4fc,
        _:N65952343db1f46af9699117649bdff97,
        _:N708806b711d74273937ce71703f9e54e,
        _:N99e18a87b806460eb0f2ce14aa35ae03,
        _:Nb55b8203034e4fdbb2dd4d1c856cbcd2,
        _:Nb9b27a4a84af429fb5bf7349fb340583,
        _:Nbe079ed733b04546a5e990af455ed3b3,
        _:Nd8cb6e6e459c44fba5f8f3029a4d9144,
        _:Nf0aabb826be648f8822f64b73dfde3b2 .

