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

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

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

<artist/678#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/124003#subject> ;
    schema:name "Peter McConnell"@en ;
    foaf:made <album/124003#composition>,
        <album/124003#subject> ;
    foaf:name "Peter McConnell"@en .

<release/29314#subject> a schema:CreativeWork ;
    schema:name "Full Throttle Remastered"@en,
        "Full Throttle Remastered"@ja,
        "Full Throttle Remastered"@ja-latn ;
    foaf:name "Full Throttle Remastered"@en,
        "Full Throttle Remastered"@ja,
        "Full Throttle Remastered"@ja-latn .

<album/124003#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Full Throttle Remastered Soundtrack"@en,
        "Full Throttle Remastered Soundtrack"@ja,
        "Full Throttle Remastered Soundtrack"@ja-latn ;
    mo:composer <artist/678#subject> ;
    mo:produced_work <album/124003#musicalwork> ;
    schema:name "Full Throttle Remastered Soundtrack"@en,
        "Full Throttle Remastered Soundtrack"@ja,
        "Full Throttle Remastered Soundtrack"@ja-latn .

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

<org/1813#subject> schema:name "Limited Run Games"@en,
        "Limited Run Games"@ja,
        "Limited Run Games"@ja-latn ;
    foaf:name "Limited Run Games"@en,
        "Limited Run Games"@ja,
        "Limited Run Games"@ja-latn .

<https://media.vgm.io/albums/30/124003/124003-77a76b0dc182.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/124003#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/30/124003/124003-77a76b0dc182.jpg> ;
    foaf:depicts <album/124003#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/30/124003/124003-77a76b0dc182.jpg> .

<https://medium-media.vgm.io/albums/30/124003/124003-77a76b0dc182.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/67777#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/124003#performance> ;
    schema:name "The Gone Jackals"@en ;
    foaf:name "The Gone Jackals"@en .

<album/124003#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Full Throttle Remastered Soundtrack"@en,
        "Full Throttle Remastered Soundtrack"@ja,
        "Full Throttle Remastered Soundtrack"@ja-latn ;
    mo:performance_of <album/124003#musicalwork> ;
    mo:performer _:N2ee258c9ad3145f4889baf52c16c0d38,
        _:Na97b8d33e32041e69e0511a1b4d5f84d,
        <artist/67777#subject> ;
    mo:recorded_as <album/124003#musicalexpression> ;
    schema:byArtist _:N2ee258c9ad3145f4889baf52c16c0d38,
        _:Na97b8d33e32041e69e0511a1b4d5f84d,
        <artist/67777#subject> ;
    schema:name "Full Throttle Remastered Soundtrack"@en,
        "Full Throttle Remastered Soundtrack"@ja,
        "Full Throttle Remastered Soundtrack"@ja-latn ;
    schema:workPerformed <album/124003#musicalwork> .

<album/124003#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-10-07"^^xsd:date ;
    dcterms:title "Full Throttle Remastered Soundtrack"@en,
        "Full Throttle Remastered Soundtrack"@ja,
        "Full Throttle Remastered Soundtrack"@ja-latn ;
    mo:catalogue_number "LRCD-071" ;
    mo:media_type "CD" ;
    mo:publication_of <album/124003#musicalexpression> ;
    mo:publisher <org/1813#subject> ;
    mo:record _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    mo:record_count 1 ;
    schema:about <release/29314#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Chitlins"@en ;
            foaf:name "Chitlins"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Whiskey & Skirt"@en ;
            foaf:name "Whiskey & Skirt"@en ],
        <artist/67777#subject> ;
    schema:datePublished "2022-10-07"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/30/124003/124003-77a76b0dc182.jpg> ;
    schema:name "Full Throttle Remastered Soundtrack"@en,
        "Full Throttle Remastered Soundtrack"@ja,
        "Full Throttle Remastered Soundtrack"@ja-latn ;
    schema:publisher <org/1813#subject> ;
    foaf:depiction <https://media.vgm.io/albums/30/124003/124003-77a76b0dc182.jpg> .

_:N031775b386b84b598ed3f0ee4c96546d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Gas Tower"@en ;
    mo:track_number 11 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "The Gas Tower"@en .

_:N05c694ca727f49708d9ea193fc484d88 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Full Throttle Opening"@en ;
    mo:track_number 1 ;
    schema:duration "PT0:51"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Full Throttle Opening"@en .

_:N06f82fcd4ca84159a7de3a7ca38f8720 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bittersweet"@en ;
    mo:track_number 16 ;
    schema:duration "PT0:31"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Bittersweet"@en .

_:N1207e767e3474f5da15e6cfb5c9a4a57 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bunny Reprise"@en ;
    mo:track_number 32 ;
    schema:duration "PT0:50"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Bunny Reprise"@en .

_:N22c73650d54b49c693789bcd1a64e0e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corley's Office"@en ;
    mo:track_number 26 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Corley's Office"@en .

_:N29779cfb06a2460493e9a2f68ad76120 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corville"@en ;
    mo:track_number 27 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Corville"@en .

_:N2ee258c9ad3145f4889baf52c16c0d38 a schema:Person,
        foaf:Person ;
    mo:performed <album/124003#performance> ;
    schema:name "Chitlins"@en ;
    foaf:name "Chitlins"@en .

_:N4396cd9e992a4699b23b7f33988cc48e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Making Plans"@en ;
    mo:track_number 24 ;
    schema:duration "PT1:51"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Making Plans"@en .

_:N49926209fcb64e1ca990646d9cb2076e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Trucker's Groove"@en ;
    mo:track_number 15 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Trucker's Groove"@en .

_:N49a4c84895b444f4bac226396cd1ef20 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Barroom Beatdown"@en ;
    mo:track_number 7 ;
    schema:duration "PT0:50"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Barroom Beatdown"@en .

_:N4c2966d30ffa4580b54ce30f02996ad7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kickstand"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:18"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Kickstand"@en .

_:N58bb302433a740d3ad9eca61f372aa1d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Get Outta Town"@en ;
    mo:track_number 17 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Get Outta Town"@en .

_:N63e2194f323047fea5d6cc3340dcb49a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Not Buried Deep Enough"@en ;
    mo:track_number 25 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Not Buried Deep Enough"@en .

_:N6463fe36ae6c4daa9bf3745cf50e13ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Funeral"@en ;
    mo:track_number 30 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "The Funeral"@en .

_:N6874ac02abfe4973b44a94b8ed6e523f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dog Attack"@en ;
    mo:track_number 14 ;
    schema:duration "PT0:29"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Dog Attack"@en .

_:N6f4eb93bbf5240d99f226e842f36e0e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Junkyard"@en ;
    mo:track_number 13 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "The Junkyard"@en .

_:N7092078af26e4409b79de304c2618931 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Checkpoint"@en ;
    mo:track_number 5 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Checkpoint"@en .

_:N72dcc3606d574cb5ac3d265e4a42e84e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rip Meets Ben"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Rip Meets Ben"@en .

_:N76bfc31bcdf14feb96ed9e75c59bd35f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Bunny Man"@en ;
    mo:track_number 20 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "The Bunny Man"@en .

_:N7afcedd7dfed498780773800fefd290e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ben Wakes"@en ;
    mo:track_number 9 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Ben Wakes"@en .

_:N85207b04627e47aeb22dc2b664b30397 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle on The Plane"@en ;
    mo:track_number 29 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Battle on The Plane"@en .

_:N8d2d871dfafe44bba275ffb33ec755b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Murder"@en ;
    mo:track_number 18 ;
    schema:duration "PT1:23"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Murder"@en .

_:N9c007263132b4f89baec6097136ead80 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Increased Chances"@en ;
    mo:track_number 31 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Increased Chances"@en .

_:Na860c49bfbf24004a17bd5d72299a730 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Truck Driver Blues"@en ;
    mo:track_number 3 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Truck Driver Blues"@en .

_:Na97b8d33e32041e69e0511a1b4d5f84d a schema:Person,
        foaf:Person ;
    mo:performed <album/124003#performance> ;
    schema:name "Whiskey & Skirt"@en ;
    foaf:name "Whiskey & Skirt"@en .

_:Nad7208f0156c4044b958147596dc24c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Born Bad"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Born Bad"@en .

_:Nbf3196d33c494e798d0007cb2f46a940 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Remember, You're The Smart One"@en ;
    mo:track_number 19 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "I Remember, You're The Smart One"@en .

_:Nc251084931c4440e95b49043e6528b96 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deep in The Cave"@en ;
    mo:track_number 23 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Deep in The Cave"@en .

_:Ncc70376d59f14a9188724ff56c2e0f52 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Legacy"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Legacy"@en .

_:Nd75cc32501334ac78d264b2f7ada158e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bunny March"@en ;
    mo:track_number 21 ;
    schema:duration "PT0:27"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Bunny March"@en .

_:Ne0267b66339e45a18c3e3a30ffde9d86 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Desert"@en ;
    mo:track_number 28 ;
    schema:duration "PT0:36"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "The Desert"@en .

_:Ne3ab47d8f32b401491d3f4d433e697db a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cops"@en ;
    mo:track_number 12 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Cops"@en .

_:Ne8cb5a5b516e465faf693b3effa43423 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lair of The Cavefish"@en ;
    mo:track_number 22 ;
    schema:duration "PT1:17"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Lair of The Cavefish"@en .

_:Neb4ad1c217bc42dbbcfaebd65063baf6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mo's Shop"@en ;
    mo:track_number 10 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:inPlaylist _:N4c847d24b0ab42f4b7733289ca9d82c6 ;
    schema:name "Mo's Shop"@en .

_:N4c847d24b0ab42f4b7733289ca9d82c6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N031775b386b84b598ed3f0ee4c96546d,
        _:N05c694ca727f49708d9ea193fc484d88,
        _:N06f82fcd4ca84159a7de3a7ca38f8720,
        _:N1207e767e3474f5da15e6cfb5c9a4a57,
        _:N22c73650d54b49c693789bcd1a64e0e6,
        _:N29779cfb06a2460493e9a2f68ad76120,
        _:N4396cd9e992a4699b23b7f33988cc48e,
        _:N49926209fcb64e1ca990646d9cb2076e,
        _:N49a4c84895b444f4bac226396cd1ef20,
        _:N4c2966d30ffa4580b54ce30f02996ad7,
        _:N58bb302433a740d3ad9eca61f372aa1d,
        _:N63e2194f323047fea5d6cc3340dcb49a,
        _:N6463fe36ae6c4daa9bf3745cf50e13ed,
        _:N6874ac02abfe4973b44a94b8ed6e523f,
        _:N6f4eb93bbf5240d99f226e842f36e0e0,
        _:N7092078af26e4409b79de304c2618931,
        _:N72dcc3606d574cb5ac3d265e4a42e84e,
        _:N76bfc31bcdf14feb96ed9e75c59bd35f,
        _:N7afcedd7dfed498780773800fefd290e,
        _:N85207b04627e47aeb22dc2b664b30397,
        _:N8d2d871dfafe44bba275ffb33ec755b8,
        _:N9c007263132b4f89baec6097136ead80,
        _:Na860c49bfbf24004a17bd5d72299a730,
        _:Nad7208f0156c4044b958147596dc24c5,
        _:Nbf3196d33c494e798d0007cb2f46a940,
        _:Nc251084931c4440e95b49043e6528b96,
        _:Ncc70376d59f14a9188724ff56c2e0f52,
        _:Nd75cc32501334ac78d264b2f7ada158e,
        _:Ne0267b66339e45a18c3e3a30ffde9d86,
        _:Ne3ab47d8f32b401491d3f4d433e697db,
        _:Ne8cb5a5b516e465faf693b3effa43423,
        _:Neb4ad1c217bc42dbbcfaebd65063baf6 ;
    mo:track_count 32 ;
    schema:duration "PT59:07"^^xsd:interval ;
    schema:numTracks 32 ;
    schema:track _:N031775b386b84b598ed3f0ee4c96546d,
        _:N05c694ca727f49708d9ea193fc484d88,
        _:N06f82fcd4ca84159a7de3a7ca38f8720,
        _:N1207e767e3474f5da15e6cfb5c9a4a57,
        _:N22c73650d54b49c693789bcd1a64e0e6,
        _:N29779cfb06a2460493e9a2f68ad76120,
        _:N4396cd9e992a4699b23b7f33988cc48e,
        _:N49926209fcb64e1ca990646d9cb2076e,
        _:N49a4c84895b444f4bac226396cd1ef20,
        _:N4c2966d30ffa4580b54ce30f02996ad7,
        _:N58bb302433a740d3ad9eca61f372aa1d,
        _:N63e2194f323047fea5d6cc3340dcb49a,
        _:N6463fe36ae6c4daa9bf3745cf50e13ed,
        _:N6874ac02abfe4973b44a94b8ed6e523f,
        _:N6f4eb93bbf5240d99f226e842f36e0e0,
        _:N7092078af26e4409b79de304c2618931,
        _:N72dcc3606d574cb5ac3d265e4a42e84e,
        _:N76bfc31bcdf14feb96ed9e75c59bd35f,
        _:N7afcedd7dfed498780773800fefd290e,
        _:N85207b04627e47aeb22dc2b664b30397,
        _:N8d2d871dfafe44bba275ffb33ec755b8,
        _:N9c007263132b4f89baec6097136ead80,
        _:Na860c49bfbf24004a17bd5d72299a730,
        _:Nad7208f0156c4044b958147596dc24c5,
        _:Nbf3196d33c494e798d0007cb2f46a940,
        _:Nc251084931c4440e95b49043e6528b96,
        _:Ncc70376d59f14a9188724ff56c2e0f52,
        _:Nd75cc32501334ac78d264b2f7ada158e,
        _:Ne0267b66339e45a18c3e3a30ffde9d86,
        _:Ne3ab47d8f32b401491d3f4d433e697db,
        _:Ne8cb5a5b516e465faf693b3effa43423,
        _:Neb4ad1c217bc42dbbcfaebd65063baf6 .

