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

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

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

<artist/3290#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/20669#subject> ;
    schema:name "Go Sato"@en,
        "佐藤豪"@ja ;
    foaf:made <album/20669#composition>,
        <album/20669#subject> ;
    foaf:name "Go Sato"@en,
        "佐藤豪"@ja .

<artist/77#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/20669#subject> ;
    schema:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja ;
    foaf:made <album/20669#composition>,
        <album/20669#subject> ;
    foaf:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja .

<artist/958#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/20669#subject> ;
    schema:name "AKHT"@en ;
    foaf:made <album/20669#composition>,
        <album/20669#subject> ;
    foaf:name "AKHT"@en .

<artist/982#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/20669#subject> ;
    schema:name "Tsukasa Masuko"@en,
        "増子司"@ja ;
    foaf:made <album/20669#composition>,
        <album/20669#subject> ;
    foaf:name "Tsukasa Masuko"@en,
        "増子司"@ja .

<product/178#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY V"@en,
        "ファイナルファンタジーV"@ja,
        "FINAL FANTASY V"@ja-latn ;
    foaf:name "FINAL FANTASY V"@en,
        "ファイナルファンタジーV"@ja,
        "FINAL FANTASY V"@ja-latn .

<product/279#subject> a schema:CreativeWork ;
    schema:name "Final Fantasy Legend II"@en,
        "Sa・Ga2 秘宝伝説"@ja,
        "Sa・Ga 2: Hihou Densetsu"@ja-latn ;
    foaf:name "Final Fantasy Legend II"@en,
        "Sa・Ga2 秘宝伝説"@ja,
        "Sa・Ga 2: Hihou Densetsu"@ja-latn .

<product/682#subject> a schema:CreativeWork ;
    schema:name "Devil Summoner: Soul Hackers"@en,
        "デビルサマナー ソウルハッカーズ"@ja,
        "Devil Summoner: Soul Hackers"@ja-latn ;
    foaf:name "Devil Summoner: Soul Hackers"@en,
        "デビルサマナー ソウルハッカーズ"@ja,
        "Devil Summoner: Soul Hackers"@ja-latn .

<product/9333#subject> a schema:CreativeWork ;
    schema:name "Raiden II"@en,
        "雷電II"@ja,
        "Raiden II"@ja-latn ;
    foaf:name "Raiden II"@en,
        "雷電II"@ja,
        "Raiden II"@ja-latn .

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

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

<org/375#subject> schema:name "Akineko"@en,
        "あきねこ"@ja,
        "Akineko"@ja-latn ;
    foaf:name "Akineko"@en,
        "あきねこ"@ja,
        "Akineko"@ja-latn .

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

<https://medium-media.vgm.io/albums/96/20669/20669-1289689131.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/20669#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "AKHTiSM"@en,
        "AKHTiSM"@ja,
        "AKHTiSM"@ja-latn ;
    mo:composer <artist/3290#subject>,
        <artist/77#subject>,
        <artist/958#subject>,
        <artist/982#subject> ;
    mo:produced_work <album/20669#musicalwork> ;
    schema:name "AKHTiSM"@en,
        "AKHTiSM"@ja,
        "AKHTiSM"@ja-latn .

<album/20669#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-09-01"^^xsd:date ;
    dcterms:title "AKHTiSM"@en,
        "AKHTiSM"@ja,
        "AKHTiSM"@ja-latn ;
    mo:catalogue_number "AKHT-0005" ;
    mo:media_type "CD" ;
    mo:publication_of <album/20669#musicalexpression> ;
    mo:publisher <org/375#subject> ;
    mo:record _:N4df5dc13cf744bcbb2e41d40aab0f756 ;
    mo:record_count 1 ;
    schema:about <product/178#subject>,
        <product/279#subject>,
        <product/682#subject>,
        <product/9333#subject> ;
    schema:datePublished "2010-09-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/96/20669/20669-1289689131.jpg> ;
    schema:name "AKHTiSM"@en,
        "AKHTiSM"@ja,
        "AKHTiSM"@ja-latn ;
    schema:publisher <org/375#subject> ;
    foaf:depiction <https://media.vgm.io/albums/96/20669/20669-1289689131.jpg> .

_:N3bf33f29d5f74b609eb7b4e9129faa4c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Counter Attack"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:11"^^xsd:interval ;
    schema:inPlaylist _:N4df5dc13cf744bcbb2e41d40aab0f756 ;
    schema:name "Counter Attack"@ja .

_:N624e521bb67f448b9e0582e41bae3f85 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "B.B. - ReBIRTH -"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N4df5dc13cf744bcbb2e41d40aab0f756 ;
    schema:name "B.B. - ReBIRTH -"@ja .

_:Na794456752cf4040827242789be56f6e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Into The Nightmare"@ja ;
    mo:track_number 5 ;
    schema:duration "PT7:14"^^xsd:interval ;
    schema:inPlaylist _:N4df5dc13cf744bcbb2e41d40aab0f756 ;
    schema:name "Into The Nightmare"@ja .

_:Nd93f3fc3e2214db4928d8f0b0d133984 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Digitalic Sabbath"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:46"^^xsd:interval ;
    schema:inPlaylist _:N4df5dc13cf744bcbb2e41d40aab0f756 ;
    schema:name "Digitalic Sabbath"@ja .

_:Ne9b48cd401264d2882b9cd443fd1acb0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ぼうえいシステム"@ja ;
    mo:track_number 1 ;
    schema:duration "PT7:13"^^xsd:interval ;
    schema:inPlaylist _:N4df5dc13cf744bcbb2e41d40aab0f756 ;
    schema:name "ぼうえいシステム"@ja .

_:N4df5dc13cf744bcbb2e41d40aab0f756 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3bf33f29d5f74b609eb7b4e9129faa4c,
        _:N624e521bb67f448b9e0582e41bae3f85,
        _:Na794456752cf4040827242789be56f6e,
        _:Nd93f3fc3e2214db4928d8f0b0d133984,
        _:Ne9b48cd401264d2882b9cd443fd1acb0 ;
    mo:track_count 5 ;
    schema:duration "PT30:05"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N3bf33f29d5f74b609eb7b4e9129faa4c,
        _:N624e521bb67f448b9e0582e41bae3f85,
        _:Na794456752cf4040827242789be56f6e,
        _:Nd93f3fc3e2214db4928d8f0b0d133984,
        _:Ne9b48cd401264d2882b9cd443fd1acb0 .

