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

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

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

<artist/13#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/32453#subject> ;
    schema:name "Rei Kondoh"@en,
        "近藤嶺"@ja ;
    foaf:made <album/32453#composition>,
        <album/32453#subject> ;
    foaf:name "Rei Kondoh"@en,
        "近藤嶺"@ja .

<artist/16193#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/32453#subject> ;
    schema:name "Hiroki Morishita"@en,
        "森下弘生"@ja ;
    foaf:made <album/32453#composition>,
        <album/32453#subject> ;
    foaf:name "Hiroki Morishita"@en,
        "森下弘生"@ja .

<artist/394#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/32453#subject> ;
    schema:name "Yuka Tsujiyoko"@en,
        "辻横由佳"@ja ;
    foaf:made <album/32453#composition>,
        <album/32453#subject> ;
    foaf:name "Yuka Tsujiyoko"@en,
        "辻横由佳"@ja .

<product/1208#subject> a schema:CreativeWork ;
    schema:name "Fire Emblem: Awakening"@en,
        "ファイアーエムブレム 覚醒"@ja,
        "Fire Emblem: Kakusei"@ja-latn ;
    foaf:name "Fire Emblem: Awakening"@en,
        "ファイアーエムブレム 覚醒"@ja,
        "Fire Emblem: Kakusei"@ja-latn .

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

<org/3019#subject> schema:name "club.nintendo"@en,
        "クラブニンテンドー"@ja,
        "club.nintendo"@ja-latn ;
    foaf:name "club.nintendo"@en,
        "クラブニンテンドー"@ja,
        "club.nintendo"@ja-latn .

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

<https://medium-media.vgm.io/albums/35/32453/32453-1339054025.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/10551#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/32453#performance> ;
    schema:name "Shouko Miki"@en,
        "三木章子"@ja ;
    foaf:name "Shouko Miki"@en,
        "三木章子"@ja .

<artist/12860#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/32453#performance> ;
    schema:name "Tairiku Sada"@en,
        "佐田大陸"@ja ;
    foaf:name "Tairiku Sada"@en,
        "佐田大陸"@ja .

<artist/14227#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/32453#performance> ;
    schema:name "Natsu Kuriyama"@en,
        "栗山奈津"@ja ;
    foaf:name "Natsu Kuriyama"@en,
        "栗山奈津"@ja .

<artist/3632#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/32453#performance> ;
    schema:name "Hanako Uesato"@en,
        "上里はな子"@ja ;
    foaf:name "Hanako Uesato"@en,
        "上里はな子"@ja .

<album/32453#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Fire Emblem: Kakusei Music Selection"@en,
        "ファイアーエムブレム 覚醒 ミュージックセレクション"@ja,
        "Fire Emblem: Kakusei Music Selection"@ja-latn ;
    mo:composer <artist/13#subject>,
        <artist/16193#subject>,
        <artist/394#subject> ;
    mo:produced_work <album/32453#musicalwork> ;
    schema:name "Fire Emblem: Kakusei Music Selection"@en,
        "ファイアーエムブレム 覚醒 ミュージックセレクション"@ja,
        "Fire Emblem: Kakusei Music Selection"@ja-latn .

<album/32453#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Fire Emblem: Kakusei Music Selection"@en,
        "ファイアーエムブレム 覚醒 ミュージックセレクション"@ja,
        "Fire Emblem: Kakusei Music Selection"@ja-latn ;
    mo:performance_of <album/32453#musicalwork> ;
    mo:performer <artist/10551#subject>,
        <artist/12860#subject>,
        <artist/14227#subject>,
        <artist/3632#subject> ;
    mo:recorded_as <album/32453#musicalexpression> ;
    schema:byArtist <artist/10551#subject>,
        <artist/12860#subject>,
        <artist/14227#subject>,
        <artist/3632#subject> ;
    schema:name "Fire Emblem: Kakusei Music Selection"@en,
        "ファイアーエムブレム 覚醒 ミュージックセレクション"@ja,
        "Fire Emblem: Kakusei Music Selection"@ja-latn ;
    schema:workPerformed <album/32453#musicalwork> .

<album/32453#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-04-19"^^xsd:date ;
    dcterms:title "Fire Emblem: Kakusei Music Selection"@en,
        "ファイアーエムブレム 覚醒 ミュージックセレクション"@ja,
        "Fire Emblem: Kakusei Music Selection"@ja-latn ;
    mo:catalogue_number "NTDO-17266" ;
    mo:media_type "CD" ;
    mo:publication_of <album/32453#musicalexpression> ;
    mo:publisher <org/3019#subject> ;
    mo:record _:N720c74612d644089ad60bea9d43f27bc ;
    mo:record_count 1 ;
    schema:about <product/1208#subject> ;
    schema:byArtist <artist/10551#subject>,
        <artist/12860#subject>,
        <artist/14227#subject>,
        <artist/3632#subject> ;
    schema:datePublished "2012-04-19"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/35/32453/32453-1339054025.jpg> ;
    schema:name "Fire Emblem: Kakusei Music Selection"@en,
        "ファイアーエムブレム 覚醒 ミュージックセレクション"@ja,
        "Fire Emblem: Kakusei Music Selection"@ja-latn ;
    schema:publisher <org/3019#subject> ;
    foaf:depiction <https://media.vgm.io/albums/35/32453/32453-1339054025.jpg> .

_:N02f2724a6c464972a8db745bd6382dbd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Miscreant"@en,
        "強敵"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:33"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Miscreant"@en,
        "強敵"@ja .

_:N14f4508a76694c87a87c96aa426864bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "But I am not good in things like politics and negotiation..."@en,
        "Negotiation's not my strong suit..."@en,
        "政治や外交は苦手だが…"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "But I am not good in things like politics and negotiation..."@en,
        "Negotiation's not my strong suit..."@en,
        "政治や外交は苦手だが…"@ja .

_:N164006c5ad104faa857038109176cb2b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Just across this mountain and we'll arrive soon."@en,
        "Oh, it's not so bad, Lissa. Just a healthy little walk!"@en,
        "この山を越えればもうすぐだ"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Just across this mountain and we'll arrive soon."@en,
        "Oh, it's not so bad, Lissa. Just a healthy little walk!"@en,
        "この山を越えればもうすぐだ"@ja .

_:N1cc4b8deb4f4412294d40c9352c50541 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "...somehow, it feels a bit itchy."@en,
        "Ha ha! Yes, it will take some getting used to!"@en,
        "…少し、むずがゆいな"@ja ;
    mo:track_number 19 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "...somehow, it feels a bit itchy."@en,
        "Ha ha! Yes, it will take some getting used to!"@en,
        "…少し、むずがゆいな"@ja .

_:N46f2a4216dcd4c58bddede1ab441244f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I will never forget what I have done."@en,
        "The Vaike never forgets! I just don't always remember."@en,
        "俺様としたことが忘れてた"@ja ;
    mo:track_number 15 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "I will never forget what I have done."@en,
        "The Vaike never forgets! I just don't always remember."@en,
        "俺様としたことが忘れてた"@ja .

_:N50430756d1884730840ad44f74e5dfbe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aggression~Galvanised"@en,
        "強襲～鋼"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Aggression~Galvanised"@en,
        "強襲～鋼"@ja .

_:N6ad7a63dd1814cc28c5cd4cc7fd6d897 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Destiny~Ablaze"@en,
        "宿命～炎"@ja ;
    mo:track_number 18 ;
    schema:duration "PT5:22"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Destiny~Ablaze"@en,
        "宿命～炎"@ja .

_:N70c9704630e24975bc0aff4aa40ffae4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Assault~Galvanised"@en,
        "猛襲～鋼"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Assault~Galvanised"@en,
        "猛襲～鋼"@ja .

_:N7c455208e28444a2882deb141581cf22 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prelude~Ablaze"@en,
        "序幕～炎"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:21"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Prelude~Ablaze"@en,
        "序幕～炎"@ja .

_:N95a85dc715e44b7a9223c7328d985ffc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "There are better places to take a nap than on the ground you know."@en,
        "You will get cold sleeping here."@en,
        "こんなところで寝てると風邪引くぞ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT0:25"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "There are better places to take a nap than on the ground you know."@en,
        "You will get cold sleeping here."@en,
        "こんなところで寝てると風邪引くぞ"@ja .

_:N9686112e0b8641c0bcd2bd3b0094b862 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Arrive in a \"kilaan\" way, feels like \"boom\" ?"@en,
        "Here we are! The Shepherd's garrison."@en,
        "きらーんって来て、ばーんみたいな感じ？"@ja ;
    mo:track_number 16 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Arrive in a \"kilaan\" way, feels like \"boom\" ?"@en,
        "Here we are! The Shepherd's garrison."@en,
        "きらーんって来て、ばーんみたいな感じ？"@ja .

_:Nb502462cbed94873bab5cda2ad1ebd08 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I want to be stronger."@en,
        "Let's see what I'm capable of now."@en,
        "俺はもっと強くなる！"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "I want to be stronger."@en,
        "Let's see what I'm capable of now."@en,
        "俺はもっと強くなる！"@ja .

_:Nbfc391859cc64b2bbfda5118eea5120f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Duty~Ablaze"@en,
        "使命～炎"@ja ;
    mo:track_number 12 ;
    schema:duration "PT5:33"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Duty~Ablaze"@en,
        "使命～炎"@ja .

_:Nc9f147c91b7c488f8ca300ec1b441eb9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Menace"@en,
        "大敵"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Menace"@en,
        "大敵"@ja .

_:Ncbfa41a3c8b1427fa85cd2213c6ce946 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Duty"@en,
        "使命"@ja ;
    mo:track_number 11 ;
    schema:duration "PT5:34"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Duty"@en,
        "使命"@ja .

_:Nccd28fe0274d444bb6ba9db493c23c8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prelude"@en,
        "序幕"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:22"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Prelude"@en,
        "序幕"@ja .

_:Nce4c8ba836d64c9c8c18fcb70013e025 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Destiny"@en,
        "宿命"@ja ;
    mo:track_number 17 ;
    schema:duration "PT5:22"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Destiny"@en,
        "宿命"@ja .

_:Nd4ddc8adbec64c6aa2ef416c76c4188e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "But, Frederick, it's nearly dark!"@en,
        "Can we take a rest? Please?"@en,
        "泊らせてもらおうよ？ね？"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "But, Frederick, it's nearly dark!"@en,
        "Can we take a rest? Please?"@en,
        "泊らせてもらおうよ？ね？"@ja .

_:Nf1cf178e11164f03a3f2f54fa9619a6d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Id~Serenity"@en,
        "「Ｉ」～安"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Id~Serenity"@en,
        "「Ｉ」～安"@ja .

_:Nfb800d772d1e4e778be148b384e60bf7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Omen / Main Theme"@en,
        "子兆／メインテーマ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:N720c74612d644089ad60bea9d43f27bc ;
    schema:name "Omen / Main Theme"@en,
        "子兆／メインテーマ"@ja .

_:N720c74612d644089ad60bea9d43f27bc a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N02f2724a6c464972a8db745bd6382dbd,
        _:N14f4508a76694c87a87c96aa426864bb,
        _:N164006c5ad104faa857038109176cb2b,
        _:N1cc4b8deb4f4412294d40c9352c50541,
        _:N46f2a4216dcd4c58bddede1ab441244f,
        _:N50430756d1884730840ad44f74e5dfbe,
        _:N6ad7a63dd1814cc28c5cd4cc7fd6d897,
        _:N70c9704630e24975bc0aff4aa40ffae4,
        _:N7c455208e28444a2882deb141581cf22,
        _:N95a85dc715e44b7a9223c7328d985ffc,
        _:N9686112e0b8641c0bcd2bd3b0094b862,
        _:Nb502462cbed94873bab5cda2ad1ebd08,
        _:Nbfc391859cc64b2bbfda5118eea5120f,
        _:Nc9f147c91b7c488f8ca300ec1b441eb9,
        _:Ncbfa41a3c8b1427fa85cd2213c6ce946,
        _:Nccd28fe0274d444bb6ba9db493c23c8b,
        _:Nce4c8ba836d64c9c8c18fcb70013e025,
        _:Nd4ddc8adbec64c6aa2ef416c76c4188e,
        _:Nf1cf178e11164f03a3f2f54fa9619a6d,
        _:Nfb800d772d1e4e778be148b384e60bf7 ;
    mo:track_count 20 ;
    schema:duration "PT64:24"^^xsd:interval ;
    schema:numTracks 20 ;
    schema:track _:N02f2724a6c464972a8db745bd6382dbd,
        _:N14f4508a76694c87a87c96aa426864bb,
        _:N164006c5ad104faa857038109176cb2b,
        _:N1cc4b8deb4f4412294d40c9352c50541,
        _:N46f2a4216dcd4c58bddede1ab441244f,
        _:N50430756d1884730840ad44f74e5dfbe,
        _:N6ad7a63dd1814cc28c5cd4cc7fd6d897,
        _:N70c9704630e24975bc0aff4aa40ffae4,
        _:N7c455208e28444a2882deb141581cf22,
        _:N95a85dc715e44b7a9223c7328d985ffc,
        _:N9686112e0b8641c0bcd2bd3b0094b862,
        _:Nb502462cbed94873bab5cda2ad1ebd08,
        _:Nbfc391859cc64b2bbfda5118eea5120f,
        _:Nc9f147c91b7c488f8ca300ec1b441eb9,
        _:Ncbfa41a3c8b1427fa85cd2213c6ce946,
        _:Nccd28fe0274d444bb6ba9db493c23c8b,
        _:Nce4c8ba836d64c9c8c18fcb70013e025,
        _:Nd4ddc8adbec64c6aa2ef416c76c4188e,
        _:Nf1cf178e11164f03a3f2f54fa9619a6d,
        _:Nfb800d772d1e4e778be148b384e60bf7 .

