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

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

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

<artist/1717#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/77504#subject> ;
    schema:name "Yumiko Kanki"@en,
        "神吉由美子"@ja ;
    foaf:made <album/77504#composition>,
        <album/77504#subject> ;
    foaf:name "Yumiko Kanki"@en,
        "神吉由美子"@ja .

<artist/190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/77504#subject> ;
    schema:name "Koji Kondo"@en,
        "近藤浩治"@ja ;
    foaf:made <album/77504#composition>,
        <album/77504#subject> ;
    foaf:name "Koji Kondo"@en,
        "近藤浩治"@ja .

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

<artist/698#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/77504#subject> ;
    schema:name "Toru Minegishi"@en,
        "峰岸透"@ja ;
    foaf:made <album/77504#composition>,
        <album/77504#subject> ;
    foaf:name "Toru Minegishi"@en,
        "峰岸透"@ja .

<event/202> a mo:Release ;
    schema:name "Released at M3-2017 Spring (Apr 30, 2017)" .

<product/200#subject> a schema:CreativeWork ;
    schema:name "F-ZERO"@en,
        "F-ZERO"@ja,
        "F-ZERO"@ja-latn ;
    foaf:name "F-ZERO"@en,
        "F-ZERO"@ja,
        "F-ZERO"@ja-latn .

<product/2239#subject> a schema:CreativeWork ;
    schema:name "Pokémon Gold & Silver"@en,
        "ポケットモンスター 金・銀"@ja,
        "Pokémon Gold & Silver"@ja-latn ;
    foaf:name "Pokémon Gold & Silver"@en,
        "ポケットモンスター 金・銀"@ja,
        "Pokémon Gold & Silver"@ja-latn .

<product/416#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda"@en,
        "ゼルダの伝説"@ja,
        "The Legend of Zelda"@ja-latn ;
    foaf:name "The Legend of Zelda"@en,
        "ゼルダの伝説"@ja,
        "The Legend of Zelda"@ja-latn .

<product/4255#subject> a schema:CreativeWork ;
    schema:name "Splatoon"@en,
        "スプラトゥーン"@ja,
        "Splatoon"@ja-latn ;
    foaf:name "Splatoon"@en,
        "スプラトゥーン"@ja,
        "Splatoon"@ja-latn .

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

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

<org/1669#subject> schema:name "Ojisan Mado"@en,
        "おじさん窓"@ja,
        "Ojisan Mado"@ja-latn ;
    foaf:name "Ojisan Mado"@en,
        "おじさん窓"@ja,
        "Ojisan Mado"@ja-latn .

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

<https://medium-media.vgm.io/albums/40/77504/77504-1525615109.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/77504#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Self Cues"@en,
        "Self Cues"@ja,
        "Self Cues"@ja-latn ;
    mo:composer <artist/1717#subject>,
        <artist/190#subject>,
        <artist/691#subject>,
        <artist/698#subject> ;
    mo:produced_work <album/77504#musicalwork> ;
    schema:name "Self Cues"@en,
        "Self Cues"@ja,
        "Self Cues"@ja-latn .

<album/77504#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-04-30"^^xsd:date ;
    dcterms:title "Self Cues"@en,
        "Self Cues"@ja,
        "Self Cues"@ja-latn ;
    mo:catalogue_number "OJSN-0005" ;
    mo:media_type "CD" ;
    mo:publication_of <album/77504#musicalexpression> ;
    mo:publisher <org/1669#subject> ;
    mo:record _:Nc6bd62944def405babe1d96ffac9f08d ;
    mo:record_count 1 ;
    mo:release <event/202> ;
    schema:about <product/200#subject>,
        <product/2239#subject>,
        <product/416#subject>,
        <product/4255#subject> ;
    schema:datePublished "2017-04-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/40/77504/77504-1525615109.jpg> ;
    schema:name "Self Cues"@en,
        "Self Cues"@ja,
        "Self Cues"@ja-latn ;
    schema:publisher <org/1669#subject> ;
    foaf:depiction <https://media.vgm.io/albums/40/77504/77504-1525615109.jpg> .

_:N3a7a8261de6341d287666bb244ba0ce4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "空中前A絶対当てるマン"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:Nc6bd62944def405babe1d96ffac9f08d ;
    schema:name "空中前A絶対当てるマン"@ja .

_:N4ed157900cf04b40a8d611609b8cb115 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ぼうけんのはじまり"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:Nc6bd62944def405babe1d96ffac9f08d ;
    schema:name "ぼうけんのはじまり"@ja .

_:N7977bed04b844b4cb6e8ccf01cd48ca9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ナワバリバトル"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:Nc6bd62944def405babe1d96ffac9f08d ;
    schema:name "ナワバリバトル"@ja .

_:Ned43a95515694148a95a29dd88d451de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "トライフォースがこの辺に溜まってきただろう"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:Nc6bd62944def405babe1d96ffac9f08d ;
    schema:name "トライフォースがこの辺に溜まってきただろう"@ja .

_:Nc6bd62944def405babe1d96ffac9f08d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3a7a8261de6341d287666bb244ba0ce4,
        _:N4ed157900cf04b40a8d611609b8cb115,
        _:N7977bed04b844b4cb6e8ccf01cd48ca9,
        _:Ned43a95515694148a95a29dd88d451de ;
    mo:track_count 4 ;
    schema:duration "PT14:45"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N3a7a8261de6341d287666bb244ba0ce4,
        _:N4ed157900cf04b40a8d611609b8cb115,
        _:N7977bed04b844b4cb6e8ccf01cd48ca9,
        _:Ned43a95515694148a95a29dd88d451de .

