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

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

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

<artist/694#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129179#subject> ;
    schema:name "John Loeffler"@en ;
    foaf:made <album/129179#composition>,
        <album/129179#subject> ;
    foaf:name "John Loeffler"@en .

<artist/695#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129179#subject> ;
    schema:name "John Siegler"@en ;
    foaf:made <album/129179#composition>,
        <album/129179#subject> ;
    foaf:name "John Siegler"@en .

<artist/696#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129179#subject> ;
    schema:name "Norman J. Grossfeld"@en ;
    foaf:made <album/129179#composition>,
        <album/129179#subject> ;
    foaf:name "Norman J. Grossfeld"@en .

<product/2216#subject> a schema:CreativeWork ;
    schema:name "Pokémon XY (Anime)"@en,
        "ポケットモンスター XY (Anime)"@ja,
        "Pocket Monsters XY (Anime)"@ja-latn ;
    foaf:name "Pokémon XY (Anime)"@en,
        "ポケットモンスター XY (Anime)"@ja,
        "Pocket Monsters XY (Anime)"@ja-latn .

<release/16298#subject> a schema:CreativeWork ;
    schema:name "Pokémon: Indigo League"@en,
        "Pokémon: Indigo League"@ja,
        "Pokémon: Indigo League"@ja-latn ;
    foaf:name "Pokémon: Indigo League"@en,
        "Pokémon: Indigo League"@ja,
        "Pokémon: Indigo League"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/97/129179/129179-afcbf387085e.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/129179#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Greatest Master"@en,
        "The Greatest Master"@ja,
        "The Greatest Master"@ja-latn ;
    mo:performance_of <album/129179#musicalwork> ;
    mo:performer <artist/44490#subject> ;
    mo:recorded_as <album/129179#musicalexpression> ;
    schema:byArtist <artist/44490#subject> ;
    schema:name "The Greatest Master"@en,
        "The Greatest Master"@ja,
        "The Greatest Master"@ja-latn ;
    schema:workPerformed <album/129179#musicalwork> .

<artist/44490#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129179#subject> ;
    mo:performed <album/129179#performance> ;
    schema:name "Nathan Sharp"@en ;
    foaf:made <album/129179#composition>,
        <album/129179#subject> ;
    foaf:name "Nathan Sharp"@en .

<album/129179#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Greatest Master"@en,
        "The Greatest Master"@ja,
        "The Greatest Master"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Neil Jason"@en ;
            foaf:made <album/129179#composition> ;
            foaf:name "Neil Jason"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "David Wolfert"@en ;
            foaf:made <album/129179#composition> ;
            foaf:name "David Wolfert"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Russell Velázquez"@en ;
            foaf:made <album/129179#composition> ;
            foaf:name "Russell Velázquez"@en ],
        <artist/44490#subject>,
        <artist/694#subject>,
        <artist/695#subject>,
        <artist/696#subject> ;
    mo:produced_work <album/129179#musicalwork> ;
    schema:name "The Greatest Master"@en,
        "The Greatest Master"@ja,
        "The Greatest Master"@ja-latn .

<album/129179#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-10-20"^^xsd:date ;
    dcterms:title "The Greatest Master"@en,
        "The Greatest Master"@ja,
        "The Greatest Master"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/129179#musicalexpression> ;
    mo:publisher _:Nb30b8743cca542f7982cddafb21fd568 ;
    mo:record _:Ne24e8e6a268b43ffa193b7211d6e410e ;
    mo:record_count 1 ;
    schema:about <product/2216#subject>,
        <release/16298#subject> ;
    schema:byArtist <artist/44490#subject> ;
    schema:datePublished "2016-10-20"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/97/129179/129179-afcbf387085e.jpg> ;
    schema:name "The Greatest Master"@en,
        "The Greatest Master"@ja,
        "The Greatest Master"@ja-latn ;
    schema:publisher _:Nb30b8743cca542f7982cddafb21fd568 ;
    foaf:depiction <https://media.vgm.io/albums/97/129179/129179-afcbf387085e.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129179#subject> ;
    schema:name "Russell Velázquez"@en ;
    foaf:made <album/129179#subject> ;
    foaf:name "Russell Velázquez"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129179#subject> ;
    schema:name "David Wolfert"@en ;
    foaf:made <album/129179#subject> ;
    foaf:name "David Wolfert"@en .

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

_:N22cf8a3ed96f4088a9c1d54c8cbc95ec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Misty (Acoustic)"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:Ne24e8e6a268b43ffa193b7211d6e410e ;
    schema:name "Misty (Acoustic)"@en .

_:N2a746b485200496aad6e4123bb333971 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "2B a Master (feat. Markiplier & Yungtown)"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:Ne24e8e6a268b43ffa193b7211d6e410e ;
    schema:name "2B a Master (feat. Markiplier & Yungtown)"@en .

_:N2b752c5aad6c455388d1d16b25d66274 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Misty"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:Ne24e8e6a268b43ffa193b7211d6e410e ;
    schema:name "Misty"@en .

_:N63b4bb03ceb9423ead16a3c796fd5902 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Viridian City (feat. Arin Hanson)"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:Ne24e8e6a268b43ffa193b7211d6e410e ;
    schema:name "Viridian City (feat. Arin Hanson)"@en .

_:N8e1ae93ea6d9427fbe5f334f5a1b80a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "What Kind of Pokémon are You? (feat. Dookieshed)"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:Ne24e8e6a268b43ffa193b7211d6e410e ;
    schema:name "What Kind of Pokémon are You? (feat. Dookieshed)"@en .

_:Na305f4030435419b80e989c89e701894 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Black and White (feat. AmaLee)"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:Ne24e8e6a268b43ffa193b7211d6e410e ;
    schema:name "Black and White (feat. AmaLee)"@en .

_:Nb03d7a35f48540cbb1b3e159b3b2bd00 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pokémon Johto (feat. MatPat)"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:Ne24e8e6a268b43ffa193b7211d6e410e ;
    schema:name "Pokémon Johto (feat. MatPat)"@en .

_:Nb30b8743cca542f7982cddafb21fd568 schema:name "Give Heart Records"@en,
        "Give Heart Records"@ja,
        "Give Heart Records"@ja-latn ;
    foaf:name "Give Heart Records"@en,
        "Give Heart Records"@ja,
        "Give Heart Records"@ja-latn .

_:Nb70c3e33ae8b4ff3a673b9ded8b7ae35 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pokémon Theme (feat. RichaadEB)"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:Ne24e8e6a268b43ffa193b7211d6e410e ;
    schema:name "Pokémon Theme (feat. RichaadEB)"@en .

_:Ncb75807769e34b9ead62402dfc2a363e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pokémon World (feat. ShueTube)"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:Ne24e8e6a268b43ffa193b7211d6e410e ;
    schema:name "Pokémon World (feat. ShueTube)"@en .

_:Ne24e8e6a268b43ffa193b7211d6e410e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N22cf8a3ed96f4088a9c1d54c8cbc95ec,
        _:N2a746b485200496aad6e4123bb333971,
        _:N2b752c5aad6c455388d1d16b25d66274,
        _:N63b4bb03ceb9423ead16a3c796fd5902,
        _:N8e1ae93ea6d9427fbe5f334f5a1b80a0,
        _:Na305f4030435419b80e989c89e701894,
        _:Nb03d7a35f48540cbb1b3e159b3b2bd00,
        _:Nb70c3e33ae8b4ff3a673b9ded8b7ae35,
        _:Ncb75807769e34b9ead62402dfc2a363e ;
    mo:track_count 9 ;
    schema:duration "PT28:46"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N22cf8a3ed96f4088a9c1d54c8cbc95ec,
        _:N2a746b485200496aad6e4123bb333971,
        _:N2b752c5aad6c455388d1d16b25d66274,
        _:N63b4bb03ceb9423ead16a3c796fd5902,
        _:N8e1ae93ea6d9427fbe5f334f5a1b80a0,
        _:Na305f4030435419b80e989c89e701894,
        _:Nb03d7a35f48540cbb1b3e159b3b2bd00,
        _:Nb70c3e33ae8b4ff3a673b9ded8b7ae35,
        _:Ncb75807769e34b9ead62402dfc2a363e .

