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

<album/520> a mo:Release ;
    mo:catalogue_number "TCS-0015" .

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

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

<artist/1004#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8831#subject> ;
    schema:name "Toshiharu Yamanishi"@en,
        "山西利治"@ja ;
    foaf:made <album/8831#composition>,
        <album/8831#subject> ;
    foaf:name "Toshiharu Yamanishi"@en,
        "山西利治"@ja .

<artist/1534#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8831#subject> ;
    schema:name "Tomomi Otani"@en,
        "大谷智巳"@ja ;
    foaf:made <album/8831#composition>,
        <album/8831#subject> ;
    foaf:name "Tomomi Otani"@en,
        "大谷智巳"@ja .

<artist/2376#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8831#subject> ;
    schema:name "Naosuke Arai"@en,
        "新井直介"@ja ;
    foaf:made <album/8831#composition>,
        <album/8831#subject> ;
    foaf:name "Naosuke Arai"@en,
        "新井直介"@ja .

<artist/2377#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8831#subject> ;
    schema:name "Takeshi Yoshida"@en,
        "吉田猛"@ja ;
    foaf:made <album/8831#composition>,
        <album/8831#subject> ;
    foaf:name "Takeshi Yoshida"@en,
        "吉田猛"@ja .

<product/9898#subject> a schema:CreativeWork ;
    schema:name "Thunder Force II"@en,
        "サンダーフォースII"@ja,
        "Thunder Force II"@ja-latn ;
    foaf:name "Thunder Force II"@en,
        "サンダーフォースII"@ja,
        "Thunder Force II"@ja-latn .

<product/9900#subject> a schema:CreativeWork ;
    schema:name "Thunder Force III"@en,
        "サンダーフォースIII"@ja,
        "Thunder Force III"@ja-latn ;
    foaf:name "Thunder Force III"@en,
        "サンダーフォースIII"@ja,
        "Thunder Force III"@ja-latn .

<product/9901#subject> a schema:CreativeWork ;
    schema:name "Thunder Force IV"@en,
        "サンダーフォースIV"@ja,
        "Thunder Force IV"@ja-latn ;
    foaf:name "Thunder Force IV"@en,
        "サンダーフォースIV"@ja,
        "Thunder Force IV"@ja-latn .

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

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

<org/34#subject> schema:name "TechnoSoft"@en,
        "テクノソフト"@ja,
        "TechnoSoft"@ja-latn ;
    foaf:name "TechnoSoft"@en,
        "テクノソフト"@ja,
        "TechnoSoft"@ja-latn .

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

<https://medium-media.vgm.io/albums/13/8831/8831-1257709355.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/8831#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Best of Thunder Force"@en,
        "Best of Thunder Force"@ja,
        "Best of Thunder Force"@ja-latn ;
    mo:composer <artist/1004#subject>,
        <artist/1534#subject>,
        <artist/2376#subject>,
        <artist/2377#subject> ;
    mo:produced_work <album/8831#musicalwork> ;
    schema:name "Best of Thunder Force"@en,
        "Best of Thunder Force"@ja,
        "Best of Thunder Force"@ja-latn .

<album/8831#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1997-07-11"^^xsd:date ;
    dcterms:title "Best of Thunder Force"@en,
        "Best of Thunder Force"@ja,
        "Best of Thunder Force"@ja-latn ;
    mo:catalogue_number "T-1812G" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/520> ;
    mo:publication_of <album/8831#musicalexpression> ;
    mo:publisher <org/34#subject> ;
    mo:record _:Ndd944b5d4b7e4d75b4e28e69d0ab942b ;
    mo:record_count 1 ;
    schema:about <product/9898#subject>,
        <product/9900#subject>,
        <product/9901#subject> ;
    schema:datePublished "1997-07-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/13/8831/8831-1257709355.jpg> ;
    schema:name "Best of Thunder Force"@en,
        "Best of Thunder Force"@ja,
        "Best of Thunder Force"@ja-latn ;
    schema:publisher <org/34#subject> ;
    foaf:depiction <https://media.vgm.io/albums/13/8831/8831-1257709355.jpg> .

_:N32d031f05f8b4334b237d88b8c073790 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Metal squad"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:Ndd944b5d4b7e4d75b4e28e69d0ab942b ;
    schema:name "Metal squad"@en .

_:N44468d7ff1ff43f99296053fd998a2d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle ship"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:31"^^xsd:interval ;
    schema:inPlaylist _:Ndd944b5d4b7e4d75b4e28e69d0ab942b ;
    schema:name "Battle ship"@en .

_:N47b4e266ccd549748128bcc81f5d0363 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "His behavior inspired us with distrust"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:Ndd944b5d4b7e4d75b4e28e69d0ab942b ;
    schema:name "His behavior inspired us with distrust"@en .

_:N7109d49363534c23a21e16d3203ca8fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Feel the Groove of TFII (powered by 68k Remix)"@en ;
    mo:track_number 9 ;
    schema:duration "PT16:02"^^xsd:interval ;
    schema:inPlaylist _:Ndd944b5d4b7e4d75b4e28e69d0ab942b ;
    schema:name "Feel the Groove of TFII (powered by 68k Remix)"@en .

_:N90905e85f7ba4afa889efd65b653a730 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crazy and Hot beat of TF IV (Legend of MD road master Remix)"@en ;
    mo:track_number 11 ;
    schema:duration "PT11:03"^^xsd:interval ;
    schema:inPlaylist _:Ndd944b5d4b7e4d75b4e28e69d0ab942b ;
    schema:name "Crazy and Hot beat of TF IV (Legend of MD road master Remix)"@en .

_:Na83e6bf5826f4ff3aee2956e33b42b3e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Venus fire"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:Ndd944b5d4b7e4d75b4e28e69d0ab942b ;
    schema:name "Venus fire"@en .

_:Nb32b6a26e1a8475a8750448573861be0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Truth"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:Ndd944b5d4b7e4d75b4e28e69d0ab942b ;
    schema:name "Truth"@en .

_:Nb5054133103f420f8bc3635fc1471981 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fighting Back"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:Ndd944b5d4b7e4d75b4e28e69d0ab942b ;
    schema:name "Fighting Back"@en .

_:Nbda66252cc6e47aa803c600b06bba03e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Silvery light of the moon (Normal ending)"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:Ndd944b5d4b7e4d75b4e28e69d0ab942b ;
    schema:name "Silvery light of the moon (Normal ending)"@en .

_:Nc9d09c0f25284641a5fff5ca94e1c636 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rave to dancing TF III (King of MEGA DRIVER Remix)"@en ;
    mo:track_number 10 ;
    schema:duration "PT14:49"^^xsd:interval ;
    schema:inPlaylist _:Ndd944b5d4b7e4d75b4e28e69d0ab942b ;
    schema:name "Rave to dancing TF III (King of MEGA DRIVER Remix)"@en .

_:Nfa8d312892994c64af28439dff0bf580 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Back to the fire"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:Ndd944b5d4b7e4d75b4e28e69d0ab942b ;
    schema:name "Back to the fire"@en .

_:Ndd944b5d4b7e4d75b4e28e69d0ab942b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N32d031f05f8b4334b237d88b8c073790,
        _:N44468d7ff1ff43f99296053fd998a2d8,
        _:N47b4e266ccd549748128bcc81f5d0363,
        _:N7109d49363534c23a21e16d3203ca8fb,
        _:N90905e85f7ba4afa889efd65b653a730,
        _:Na83e6bf5826f4ff3aee2956e33b42b3e,
        _:Nb32b6a26e1a8475a8750448573861be0,
        _:Nb5054133103f420f8bc3635fc1471981,
        _:Nbda66252cc6e47aa803c600b06bba03e,
        _:Nc9d09c0f25284641a5fff5ca94e1c636,
        _:Nfa8d312892994c64af28439dff0bf580 ;
    mo:track_count 11 ;
    schema:duration "PT74:10"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N32d031f05f8b4334b237d88b8c073790,
        _:N44468d7ff1ff43f99296053fd998a2d8,
        _:N47b4e266ccd549748128bcc81f5d0363,
        _:N7109d49363534c23a21e16d3203ca8fb,
        _:N90905e85f7ba4afa889efd65b653a730,
        _:Na83e6bf5826f4ff3aee2956e33b42b3e,
        _:Nb32b6a26e1a8475a8750448573861be0,
        _:Nb5054133103f420f8bc3635fc1471981,
        _:Nbda66252cc6e47aa803c600b06bba03e,
        _:Nc9d09c0f25284641a5fff5ca94e1c636,
        _:Nfa8d312892994c64af28439dff0bf580 .

