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

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

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

<artist/2142#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64119#subject> ;
    schema:name "Minako Adachi"@en,
        "足立美奈子"@ja ;
    foaf:made <album/64119#composition>,
        <album/64119#subject> ;
    foaf:name "Minako Adachi"@en,
        "足立美奈子"@ja .

<artist/3639#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64119#subject> ;
    schema:name "Go Ichinose"@en,
        "一之瀬剛"@ja ;
    foaf:made <album/64119#composition>,
        <album/64119#subject> ;
    foaf:name "Go Ichinose"@en,
        "一之瀬剛"@ja .

<artist/691#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64119#subject> ;
    schema:name "Junichi Masuda"@en,
        "増田順一"@ja ;
    foaf:made <album/64119#composition>,
        <album/64119#subject> ;
    foaf:name "Junichi Masuda"@en,
        "増田順一"@ja .

<artist/7112#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64119#subject> ;
    schema:name "Hitomi Sato"@en,
        "佐藤仁美"@ja ;
    foaf:made <album/64119#composition>,
        <album/64119#subject> ;
    foaf:name "Hitomi Sato"@en,
        "佐藤仁美"@ja .

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

<product/2235#subject> a schema:CreativeWork ;
    schema:name "Pokémon FireRed & LeafGreen"@en,
        "ポケットモンスター ファイアレッド・リーフグリーン"@ja,
        "Pokémon FireRed & LeafGreen"@ja-latn ;
    foaf:name "Pokémon FireRed & LeafGreen"@en,
        "ポケットモンスター ファイアレッド・リーフグリーン"@ja,
        "Pokémon FireRed & LeafGreen"@ja-latn .

<product/2237#subject> a schema:CreativeWork ;
    schema:name "Pokémon Diamond & Pearl"@en,
        "ポケットモンスター ダイヤモンド・パール"@ja,
        "Pokémon Diamond & Pearl"@ja-latn ;
    foaf:name "Pokémon Diamond & Pearl"@en,
        "ポケットモンスター ダイヤモンド・パール"@ja,
        "Pokémon Diamond & Pearl"@ja-latn .

<product/4260#subject> a schema:CreativeWork ;
    schema:name "Pokémon Sun & Moon"@en,
        "ポケットモンスター サン・ムーン"@ja,
        "Pokémon Sun & Moon"@ja-latn ;
    foaf:name "Pokémon Sun & Moon"@en,
        "ポケットモンスター サン・ムーン"@ja,
        "Pokémon Sun & Moon"@ja-latn .

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

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

<org/1137#subject> schema:name "GameChops"@en,
        "GameChops"@ja,
        "GameChops"@ja-latn ;
    foaf:name "GameChops"@en,
        "GameChops"@ja,
        "GameChops"@ja-latn .

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

<https://medium-media.vgm.io/albums/91/64119/64119-1482743013.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/64119#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Alola"@en,
        "Alola"@ja,
        "Alola"@ja-latn ;
    mo:composer <artist/2142#subject>,
        <artist/3639#subject>,
        <artist/691#subject>,
        <artist/7112#subject> ;
    mo:produced_work <album/64119#musicalwork> ;
    schema:name "Alola"@en,
        "Alola"@ja,
        "Alola"@ja-latn .

<album/64119#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-12-23"^^xsd:date ;
    dcterms:title "Alola"@en,
        "Alola"@ja,
        "Alola"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/64119#musicalexpression> ;
    mo:publisher <org/1137#subject> ;
    mo:record _:N6823fe43e6d64edd89b4603b08082569 ;
    mo:record_count 1 ;
    schema:about <product/2234#subject>,
        <product/2235#subject>,
        <product/2237#subject>,
        <product/4260#subject> ;
    schema:datePublished "2016-12-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/91/64119/64119-1482743013.jpg> ;
    schema:name "Alola"@en,
        "Alola"@ja,
        "Alola"@ja-latn ;
    schema:publisher <org/1137#subject> ;
    foaf:depiction <https://media.vgm.io/albums/91/64119/64119-1482743013.jpg> .

_:N0cf04d9858244dc7a2a253fb95d7044e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Elite Four (From \"Pokemon Sun & Moon\")"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:N6823fe43e6d64edd89b4603b08082569 ;
    schema:name "Elite Four (From \"Pokemon Sun & Moon\")"@en .

_:N3e3e7524116c40ab85c14b0f835e7bf0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Team Skull (From \"Pokemon Sun & Moon\")"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:N6823fe43e6d64edd89b4603b08082569 ;
    schema:name "Team Skull (From \"Pokemon Sun & Moon\")"@en .

_:N79f43a1cafa34e878a23deeaecccdfb5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Littleroot Town (feat. Grimecraft) [From \"Pokemon Ruby & Sapphire\"]"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:N6823fe43e6d64edd89b4603b08082569 ;
    schema:name "Littleroot Town (feat. Grimecraft) [From \"Pokemon Ruby & Sapphire\"]"@en .

_:Ned468a39d9694087aa3140bcc9f25c5b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Team Rocket (From \"Pokémon FireRed & LeafGreen\")"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:39"^^xsd:interval ;
    schema:inPlaylist _:N6823fe43e6d64edd89b4603b08082569 ;
    schema:name "Team Rocket (From \"Pokémon FireRed & LeafGreen\")"@en .

_:Nfa6ebcee7f044291b867c9167a7c8d68 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Snowpoint City (From \"Pokemon Diamond & Pearl\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N6823fe43e6d64edd89b4603b08082569 ;
    schema:name "Snowpoint City (From \"Pokemon Diamond & Pearl\")"@en .

_:N6823fe43e6d64edd89b4603b08082569 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0cf04d9858244dc7a2a253fb95d7044e,
        _:N3e3e7524116c40ab85c14b0f835e7bf0,
        _:N79f43a1cafa34e878a23deeaecccdfb5,
        _:Ned468a39d9694087aa3140bcc9f25c5b,
        _:Nfa6ebcee7f044291b867c9167a7c8d68 ;
    mo:track_count 5 ;
    schema:duration "PT14:26"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N0cf04d9858244dc7a2a253fb95d7044e,
        _:N3e3e7524116c40ab85c14b0f835e7bf0,
        _:N79f43a1cafa34e878a23deeaecccdfb5,
        _:Ned468a39d9694087aa3140bcc9f25c5b,
        _:Nfa6ebcee7f044291b867c9167a7c8d68 .

