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

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

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

<artist/893#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/72012#subject> ;
    schema:name "Hideyuki Fukasawa"@en,
        "深澤秀行"@ja ;
    foaf:made <album/72012#composition>,
        <album/72012#subject> ;
    foaf:name "Hideyuki Fukasawa"@en,
        "深澤秀行"@ja .

<product/6971#subject> a schema:CreativeWork ;
    schema:name "Ultimate Marvel vs. Capcom 3"@en,
        "アルティメット マーヴル VS. カプコン3"@ja,
        "Ultimate Marvel vs. Capcom 3"@ja-latn ;
    foaf:name "Ultimate Marvel vs. Capcom 3"@en,
        "アルティメット マーヴル VS. カプコン3"@ja,
        "Ultimate Marvel vs. Capcom 3"@ja-latn .

<album/72012#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@en,
        "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@ja,
        "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@ja-latn ;
    mo:composer <artist/893#subject> ;
    mo:produced_work <album/72012#musicalwork> ;
    schema:name "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@en,
        "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@ja,
        "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@ja-latn .

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

<album/72012#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@en,
        "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@ja,
        "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@ja-latn ;
    mo:performance_of <album/72012#musicalwork> ;
    mo:recorded_as <album/72012#musicalexpression> ;
    schema:name "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@en,
        "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@ja,
        "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@ja-latn ;
    schema:workPerformed <album/72012#musicalwork> .

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

<https://medium-media.vgm.io/albums/21/72012/72012-1507065814.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/72012#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-07-12"^^xsd:date ;
    dcterms:title "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@en,
        "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@ja,
        "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/72012#musicalexpression> ;
    mo:publisher _:N2616d69d14c14688b5cb6173d75a4c0a ;
    mo:record _:N160817da255142469be7db32122d5872 ;
    mo:record_count 1 ;
    schema:about <product/6971#subject> ;
    schema:datePublished "2012-07-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/21/72012/72012-1507065814.jpg> ;
    schema:name "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@en,
        "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@ja,
        "Ultimate Marvels: Ultimate Marvel vs Capcom 3 Remix Album"@ja-latn ;
    schema:publisher _:N2616d69d14c14688b5cb6173d75a4c0a ;
    foaf:depiction <https://media.vgm.io/albums/21/72012/72012-1507065814.jpg> .

_:N2616d69d14c14688b5cb6173d75a4c0a schema:name "J1 Studios"@en ;
    foaf:name "J1 Studios"@en .

_:N6be0fcef9e7d45efbe370aca123bbf80 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "And Then There Was Deadpool...(Deadpool Theme Remix)"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N160817da255142469be7db32122d5872 ;
    schema:name "And Then There Was Deadpool...(Deadpool Theme Remix)"@en .

_:N7c3dc462f9e34ee497d718c6a96bce15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Phantom Of The Uroboros (Wesker's Remix)"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N160817da255142469be7db32122d5872 ;
    schema:name "Phantom Of The Uroboros (Wesker's Remix)"@en .

_:N826e864121044da297cc50aa13273401 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Universal (Nova Theme Remix)"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:36"^^xsd:interval ;
    schema:inPlaylist _:N160817da255142469be7db32122d5872 ;
    schema:name "Universal (Nova Theme Remix)"@en .

_:N8538bfd32e4c44c6a81167621cd6be2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Hard Fought Case (Phoenix Wright Theme Remix)"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:N160817da255142469be7db32122d5872 ;
    schema:name "A Hard Fought Case (Phoenix Wright Theme Remix)"@en .

_:N853ef78acca94824a8d9220233d405a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beware The Marksman (Hawkeye Theme Remix)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N160817da255142469be7db32122d5872 ;
    schema:name "Beware The Marksman (Hawkeye Theme Remix)"@en .

_:N976b63dd225443eeaa4910586eee1adf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shadowlady (Chun-Li Theme Remix)"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:N160817da255142469be7db32122d5872 ;
    schema:name "Shadowlady (Chun-Li Theme Remix)"@en .

_:Nfe1423b3d1984e9d934b19c1414ff411 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prelude To The Ultimatum (Opening)"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:11"^^xsd:interval ;
    schema:inPlaylist _:N160817da255142469be7db32122d5872 ;
    schema:name "Prelude To The Ultimatum (Opening)"@en .

_:N160817da255142469be7db32122d5872 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6be0fcef9e7d45efbe370aca123bbf80,
        _:N7c3dc462f9e34ee497d718c6a96bce15,
        _:N826e864121044da297cc50aa13273401,
        _:N8538bfd32e4c44c6a81167621cd6be2c,
        _:N853ef78acca94824a8d9220233d405a1,
        _:N976b63dd225443eeaa4910586eee1adf,
        _:Nfe1423b3d1984e9d934b19c1414ff411 ;
    mo:track_count 7 ;
    schema:duration "PT27:36"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N6be0fcef9e7d45efbe370aca123bbf80,
        _:N7c3dc462f9e34ee497d718c6a96bce15,
        _:N826e864121044da297cc50aa13273401,
        _:N8538bfd32e4c44c6a81167621cd6be2c,
        _:N853ef78acca94824a8d9220233d405a1,
        _:N976b63dd225443eeaa4910586eee1adf,
        _:Nfe1423b3d1984e9d934b19c1414ff411 .

