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

<artist/19330#subject> a schema:Person,
        foaf:Person ;
    schema:name "Suzanne Waters"@en ;
    foaf:made <album/91609#subject>,
        <album/91609#vocals> ;
    foaf:name "Suzanne Waters"@en .

<artist/22250#subject> a schema:Person,
        foaf:Person ;
    schema:name "Elyse Willis"@en ;
    foaf:made <album/91609#subject>,
        <album/91609#vocals> ;
    foaf:name "Elyse Willis"@en .

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

<artist/17606#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/91609#subject> ;
    schema:name "Brian D'Oliveira"@en ;
    foaf:made <album/91609#composition>,
        <album/91609#subject> ;
    foaf:name "Brian D'Oliveira"@en .

<artist/17731#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/91609#subject> ;
    schema:name "Kole Hicks"@en ;
    foaf:made <album/91609#composition>,
        <album/91609#subject> ;
    foaf:name "Kole Hicks"@en .

<artist/26741#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/91609#subject> ;
    schema:name "Tee Lopes"@en ;
    foaf:made <album/91609#composition>,
        <album/91609#subject> ;
    foaf:name "Tee Lopes"@en .

<artist/32411#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/91609#subject> ;
    schema:name "Edouard Brenneisen"@en ;
    foaf:made <album/91609#composition>,
        <album/91609#subject> ;
    foaf:name "Edouard Brenneisen"@en .

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

<product/4156#subject> a schema:CreativeWork ;
    schema:name "League of Legends"@en,
        "League of Legends"@ja,
        "League of Legends"@ja-latn ;
    foaf:name "League of Legends"@en,
        "League of Legends"@ja,
        "League of Legends"@ja-latn .

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

<album/91609#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Music of League of Legends: Season 9"@en,
        "The Music of League of Legends: Season 9"@ja,
        "The Music of League of Legends: Season 9"@ja-latn ;
    mo:performance_of <album/91609#musicalwork> ;
    mo:recorded_as <album/91609#musicalexpression> ;
    schema:name "The Music of League of Legends: Season 9"@en,
        "The Music of League of Legends: Season 9"@ja,
        "The Music of League of Legends: Season 9"@ja-latn ;
    schema:workPerformed <album/91609#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/90/91609/91609-1571147788.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/91609#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Music of League of Legends: Season 9"@en,
        "The Music of League of Legends: Season 9"@ja,
        "The Music of League of Legends: Season 9"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Alex Seaver"@en ;
            foaf:made <album/91609#composition> ;
            foaf:name "Alex Seaver"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Jason Willey"@en ;
            foaf:made <album/91609#composition> ;
            foaf:name "Jason Willey"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Richard Thomson"@en ;
            foaf:made <album/91609#composition> ;
            foaf:name "Richard Thomson"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Michael Pitman"@en ;
            foaf:made <album/91609#composition> ;
            foaf:name "Michael Pitman"@en ],
        <artist/17606#subject>,
        <artist/17731#subject>,
        <artist/26741#subject>,
        <artist/32411#subject> ;
    mo:produced_work <album/91609#musicalwork> ;
    schema:name "The Music of League of Legends: Season 9"@en,
        "The Music of League of Legends: Season 9"@ja,
        "The Music of League of Legends: Season 9"@ja-latn .

<album/91609#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-10-15"^^xsd:date ;
    dcterms:title "The Music of League of Legends: Season 9"@en,
        "The Music of League of Legends: Season 9"@ja,
        "The Music of League of Legends: Season 9"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/91609#musicalexpression> ;
    mo:publisher <org/1844#subject> ;
    mo:record _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    mo:record_count 1 ;
    schema:about <product/23694#subject>,
        <product/4156#subject> ;
    schema:datePublished "2019-10-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/90/91609/91609-1571147788.jpg> ;
    schema:name "The Music of League of Legends: Season 9"@en,
        "The Music of League of Legends: Season 9"@ja,
        "The Music of League of Legends: Season 9"@ja-latn ;
    schema:publisher <org/1844#subject> ;
    foaf:depiction <https://media.vgm.io/albums/90/91609/91609-1571147788.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/91609#subject> ;
    schema:name "Richard Thomson"@en ;
    foaf:made <album/91609#subject> ;
    foaf:name "Richard Thomson"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/91609#subject> ;
    schema:name "Michael Pitman"@en ;
    foaf:made <album/91609#subject> ;
    foaf:name "Michael Pitman"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/91609#subject> ;
    schema:name "Alex Seaver"@en ;
    foaf:made <album/91609#subject> ;
    foaf:name "Alex Seaver"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/91609#subject> ;
    schema:name "Jason Willey"@en ;
    foaf:made <album/91609#subject> ;
    foaf:name "Jason Willey"@en .

_:N06751e98a8e246cfb6af6df60aefea2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Team Fight Tactics - Intro (From League of Legends: Season 9)"@en ;
    mo:track_number 14 ;
    schema:duration "PT0:52"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Team Fight Tactics - Intro (From League of Legends: Season 9)"@en .

_:N1edfc212248f487cac802ed95287fb34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Team Fight Tactics - Chapter 3 (From League of Legends: Season 9)"@en ;
    mo:track_number 19 ;
    schema:duration "PT4:48"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Team Fight Tactics - Chapter 3 (From League of Legends: Season 9)"@en .

_:N1f4125652cc246a1bba6c64f79e95681 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kayle and Morgana, The Righteous & the Fallen (From League of Legends: Season 9)"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Kayle and Morgana, The Righteous & the Fallen (From League of Legends: Season 9)"@en .

_:N2d3e55c3d0d440e0b7a1a491f9052995 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mordekaiser, The Iron Revenant (From League of Legends: Season 9)"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Mordekaiser, The Iron Revenant (From League of Legends: Season 9)"@en .

_:N44070c23bde24b8f9a9e6c3c98642a9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Project - 2019 - Trailer 2 (From League of Legends: Season 9)"@en ;
    mo:track_number 10 ;
    schema:duration "PT0:47"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Project - 2019 - Trailer 2 (From League of Legends: Season 9)"@en .

_:N4d45d7fca08e496fbf3a20c8c7d0c428 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lunar Revel - 2019 (From League of Legends: Season 9)"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Lunar Revel - 2019 (From League of Legends: Season 9)"@en .

_:N7389237911ea4da697f953b3279e212a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Qiyana, Empress of the Elements (From League of Legends: Season 9)"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Qiyana, Empress of the Elements (From League of Legends: Season 9)"@en .

_:N7706dceaa6b445a99d49fb25a4fdb92c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Arcade 2019: Ultracombo (From League of Legends: Season 9)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Arcade 2019: Ultracombo (From League of Legends: Season 9)"@en .

_:N773541af8a7b44aebd4c341a142924de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Project - 2019 - Trailer 1 (From League of Legends: Season 9)"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Project - 2019 - Trailer 1 (From League of Legends: Season 9)"@en .

_:N7ddd9ecd3eb647fb861011e29054bae0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Team Fight Tactics - Lobby (From League of Legends: Season 9)"@en ;
    mo:track_number 15 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Team Fight Tactics - Lobby (From League of Legends: Season 9)"@en .

_:N8cfda7cbc4254ef89936a7a5ea34575b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Galaxy Slayer Zed (From League of Legends: Season 9)"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Galaxy Slayer Zed (From League of Legends: Season 9)"@en .

_:N94be57c9dbf342a3bbca73e9c8c8b980 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sylas, The Unshackled (From League of Legends: Season 9)"@en ;
    mo:track_number 13 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Sylas, The Unshackled (From League of Legends: Season 9)"@en .

_:Na2e04aa6dd464b39a3becd014dce7af7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dark Cosmic Jhin (From League of Legends: Season 9)"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:14"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Dark Cosmic Jhin (From League of Legends: Season 9)"@en .

_:Nabd64c723f8b42fa9eecf69149418e12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Team Fight Tactics - Chapter 2 (From League of Legends: Season 9)"@en ;
    mo:track_number 18 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Team Fight Tactics - Chapter 2 (From League of Legends: Season 9)"@en .

_:Nabfecb02fbe34c52acbc89ffe681763e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Yuumi, The Magical Cat (From League of Legends: Season 9)"@en ;
    mo:track_number 20 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Yuumi, The Magical Cat (From League of Legends: Season 9)"@en .

_:Nafa23911d032457c946f3994f0e0819b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pantheon, The Unbreakable Spear (From League of Legends: Season 9)"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Pantheon, The Unbreakable Spear (From League of Legends: Season 9)"@en .

_:Nc25603faa8f04035ba1f3676f7e8fa0f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Star Guardian - 2019 (From League of Legends: Season 9)"@en ;
    mo:track_number 12 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Star Guardian - 2019 (From League of Legends: Season 9)"@en .

_:Nc524c9921e254e249fc76274f9010eeb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Team Fight Tactics - Chapter 1 (From League of Legends: Season 9)"@en ;
    mo:track_number 17 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Team Fight Tactics - Chapter 1 (From League of Legends: Season 9)"@en .

_:Needf907a32094d61b192cb79eaeb180d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mid Season Trails - 2019 (From League of Legends: Season 9)"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Mid Season Trails - 2019 (From League of Legends: Season 9)"@en .

_:Nff87936798814cd7b3c05306cfdc025b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Team Fight Tactics - Draft (From League of Legends: Season 9)"@en ;
    mo:track_number 16 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:inPlaylist _:N3d9abfaf85cb4b91b08de9e359a2eca4 ;
    schema:name "Team Fight Tactics - Draft (From League of Legends: Season 9)"@en .

_:N3d9abfaf85cb4b91b08de9e359a2eca4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N06751e98a8e246cfb6af6df60aefea2c,
        _:N1edfc212248f487cac802ed95287fb34,
        _:N1f4125652cc246a1bba6c64f79e95681,
        _:N2d3e55c3d0d440e0b7a1a491f9052995,
        _:N44070c23bde24b8f9a9e6c3c98642a9e,
        _:N4d45d7fca08e496fbf3a20c8c7d0c428,
        _:N7389237911ea4da697f953b3279e212a,
        _:N7706dceaa6b445a99d49fb25a4fdb92c,
        _:N773541af8a7b44aebd4c341a142924de,
        _:N7ddd9ecd3eb647fb861011e29054bae0,
        _:N8cfda7cbc4254ef89936a7a5ea34575b,
        _:N94be57c9dbf342a3bbca73e9c8c8b980,
        _:Na2e04aa6dd464b39a3becd014dce7af7,
        _:Nabd64c723f8b42fa9eecf69149418e12,
        _:Nabfecb02fbe34c52acbc89ffe681763e,
        _:Nafa23911d032457c946f3994f0e0819b,
        _:Nc25603faa8f04035ba1f3676f7e8fa0f,
        _:Nc524c9921e254e249fc76274f9010eeb,
        _:Needf907a32094d61b192cb79eaeb180d,
        _:Nff87936798814cd7b3c05306cfdc025b ;
    mo:track_count 20 ;
    schema:duration "PT55:18"^^xsd:interval ;
    schema:numTracks 20 ;
    schema:track _:N06751e98a8e246cfb6af6df60aefea2c,
        _:N1edfc212248f487cac802ed95287fb34,
        _:N1f4125652cc246a1bba6c64f79e95681,
        _:N2d3e55c3d0d440e0b7a1a491f9052995,
        _:N44070c23bde24b8f9a9e6c3c98642a9e,
        _:N4d45d7fca08e496fbf3a20c8c7d0c428,
        _:N7389237911ea4da697f953b3279e212a,
        _:N7706dceaa6b445a99d49fb25a4fdb92c,
        _:N773541af8a7b44aebd4c341a142924de,
        _:N7ddd9ecd3eb647fb861011e29054bae0,
        _:N8cfda7cbc4254ef89936a7a5ea34575b,
        _:N94be57c9dbf342a3bbca73e9c8c8b980,
        _:Na2e04aa6dd464b39a3becd014dce7af7,
        _:Nabd64c723f8b42fa9eecf69149418e12,
        _:Nabfecb02fbe34c52acbc89ffe681763e,
        _:Nafa23911d032457c946f3994f0e0819b,
        _:Nc25603faa8f04035ba1f3676f7e8fa0f,
        _:Nc524c9921e254e249fc76274f9010eeb,
        _:Needf907a32094d61b192cb79eaeb180d,
        _:Nff87936798814cd7b3c05306cfdc025b .

