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

<album/19561> a mo:Release ;
    mo:catalogue_number "KTCR-1111" .

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

<artist/10394#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64728#subject> ;
    schema:name "Shinsuke Kazato"@en,
        "風戸慎介"@ja ;
    foaf:made <album/64728#composition>,
        <album/64728#subject> ;
    foaf:name "Shinsuke Kazato"@en,
        "風戸慎介"@ja .

<product/6160#subject> a schema:CreativeWork ;
    schema:name "Legend of the Galactic Heroes"@en,
        "銀河英雄伝説"@ja,
        "Ginga Eiyuu Densetsu"@ja-latn ;
    foaf:name "Legend of the Galactic Heroes"@en,
        "銀河英雄伝説"@ja,
        "Ginga Eiyuu Densetsu"@ja-latn .

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

<org/2432#subject> schema:name "Kitty RECORDS"@en,
        "Kitty RECORDS"@ja,
        "Kitty RECORDS"@ja-latn ;
    foaf:name "Kitty RECORDS"@en,
        "Kitty RECORDS"@ja,
        "Kitty RECORDS"@ja-latn .

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

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

<album/64728#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Legend of the Galactic Heroes Theme Song Collection"@en,
        "銀河英雄伝説 主題歌集"@ja,
        "Ginga Eiyuu Densetsu Shudaikashuu"@ja-latn ;
    mo:composer <artist/10394#subject>,
        <artist/15896#subject>,
        <artist/40515#subject> ;
    mo:produced_work <album/64728#musicalwork> ;
    schema:name "Legend of the Galactic Heroes Theme Song Collection"@en,
        "銀河英雄伝説 主題歌集"@ja,
        "Ginga Eiyuu Densetsu Shudaikashuu"@ja-latn .

<album/64728#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Legend of the Galactic Heroes Theme Song Collection"@en,
        "銀河英雄伝説 主題歌集"@ja,
        "Ginga Eiyuu Densetsu Shudaikashuu"@ja-latn ;
    mo:performance_of <album/64728#musicalwork> ;
    mo:performer <artist/15896#subject>,
        <artist/40515#subject> ;
    mo:recorded_as <album/64728#musicalexpression> ;
    schema:byArtist <artist/15896#subject>,
        <artist/40515#subject> ;
    schema:name "Legend of the Galactic Heroes Theme Song Collection"@en,
        "銀河英雄伝説 主題歌集"@ja,
        "Ginga Eiyuu Densetsu Shudaikashuu"@ja-latn ;
    schema:workPerformed <album/64728#musicalwork> .

<artist/15896#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64728#subject> ;
    mo:performed <album/64728#performance> ;
    schema:name "Kei Ogura"@en,
        "小椋佳"@ja ;
    foaf:made <album/64728#composition>,
        <album/64728#lyrics>,
        <album/64728#subject> ;
    foaf:name "Kei Ogura"@en,
        "小椋佳"@ja .

<artist/40515#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/64728#subject> ;
    mo:performed <album/64728#performance> ;
    schema:name "Michiru Akiyoshi"@en,
        "秋吉満ちる"@ja ;
    foaf:made <album/64728#composition>,
        <album/64728#lyrics>,
        <album/64728#subject> ;
    foaf:name "Michiru Akiyoshi"@en,
        "秋吉満ちる"@ja .

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/64728#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/64728#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/64728#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-03-29"^^xsd:date ;
    dcterms:title "Legend of the Galactic Heroes Theme Song Collection"@en,
        "銀河英雄伝説 主題歌集"@ja,
        "Ginga Eiyuu Densetsu Shudaikashuu"@ja-latn ;
    mo:catalogue_number "UPCY-9675" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/19561> ;
    mo:publication_of <album/64728#musicalexpression> ;
    mo:publisher <org/2432#subject> ;
    mo:record _:N9e6c5556c8c748d48b7828279315a4f4 ;
    mo:record_count 1 ;
    schema:about <product/6160#subject> ;
    schema:byArtist <artist/15896#subject>,
        <artist/40515#subject> ;
    schema:datePublished "2017-03-29"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Legend of the Galactic Heroes Theme Song Collection"@en,
        "銀河英雄伝説 主題歌集"@ja,
        "Ginga Eiyuu Densetsu Shudaikashuu"@ja-latn ;
    schema:publisher <org/2432#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N56570b355f4d461bad5877a20bd758cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prelude of Departure"@en,
        "旅立ちの序曲"@ja,
        "Tabidachi no Jokyoku"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:16"^^xsd:interval ;
    schema:inPlaylist _:N9e6c5556c8c748d48b7828279315a4f4 ;
    schema:name "Prelude of Departure"@en,
        "旅立ちの序曲"@ja,
        "Tabidachi no Jokyoku"@ja-latn .

_:N582cf5d0305442beb3bbd4dc10112b3d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prelude of Departure (Orchestration Version)"@en,
        "旅立ちの序曲 (オーケストレーション・バージョン)"@ja,
        "Tabidachi no Jokyoku (Orchestration Version)"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:N9e6c5556c8c748d48b7828279315a4f4 ;
    schema:name "Prelude of Departure (Orchestration Version)"@en,
        "旅立ちの序曲 (オーケストレーション・バージョン)"@ja,
        "Tabidachi no Jokyoku (Orchestration Version)"@ja-latn .

_:N5ed32bafc5914940bbfc8e146fe6c7b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I AM WAITING FOR YOU (Orchestration Version)"@en,
        "I AM WAITING FOR YOU (オーケストレーション・バージョン)"@ja,
        "I AM WAITING FOR YOU (Orchestration Version)"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N9e6c5556c8c748d48b7828279315a4f4 ;
    schema:name "I AM WAITING FOR YOU (Orchestration Version)"@en,
        "I AM WAITING FOR YOU (オーケストレーション・バージョン)"@ja,
        "I AM WAITING FOR YOU (Orchestration Version)"@ja-latn .

_:N63b578063f434e7a9868cb068b5643c5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I AM WAITING FOR YOU"@en,
        "I AM WAITING FOR YOU"@ja,
        "I AM WAITING FOR YOU"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N9e6c5556c8c748d48b7828279315a4f4 ;
    schema:name "I AM WAITING FOR YOU"@en,
        "I AM WAITING FOR YOU"@ja,
        "I AM WAITING FOR YOU"@ja-latn .

_:N68f04cb4f30c48079f4318bbf842405a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Military Music of the Imperial Army ~ Valkyries Love Thy Bravery"@en,
        "帝国軍軍楽曲～ワルキューレは汝の勇気を愛せり"@ja,
        "Teikoku-gun Gungakukyoku ~ Walkyrie wa Nanji no Yuuki wo Aiseri"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:N9e6c5556c8c748d48b7828279315a4f4 ;
    schema:name "Military Music of the Imperial Army ~ Valkyries Love Thy Bravery"@en,
        "帝国軍軍楽曲～ワルキューレは汝の勇気を愛せり"@ja,
        "Teikoku-gun Gungakukyoku ~ Walkyrie wa Nanji no Yuuki wo Aiseri"@ja-latn .

_:N98607ce8fe5d4851a1a8ee4716e3312b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SKIES OF LOVE (Orchestration Version)"@en,
        "SKIES OF LOVE (オーケストレーション・バージョン)"@ja,
        "SKIES OF LOVE (Orchestration Version)"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:N9e6c5556c8c748d48b7828279315a4f4 ;
    schema:name "SKIES OF LOVE (Orchestration Version)"@en,
        "SKIES OF LOVE (オーケストレーション・バージョン)"@ja,
        "SKIES OF LOVE (Orchestration Version)"@ja-latn .

_:Nc0a7b521d6ac420c9c31e6c3190fe95a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cross the Bridge of Light (Orchestration Version)"@en,
        "光の橋を越えて (オーケストレーション・バージョン)"@ja,
        "Hikari no Hashi wo Koete (Orchestration Version)"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N9e6c5556c8c748d48b7828279315a4f4 ;
    schema:name "Cross the Bridge of Light (Orchestration Version)"@en,
        "光の橋を越えて (オーケストレーション・バージョン)"@ja,
        "Hikari no Hashi wo Koete (Orchestration Version)"@ja-latn .

_:Ne58d8e48a153458fa1197f8076a5bddf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hymn of the Allies ~ Flag of Freedom · Nation of Freedom, Revolution of the Heart"@en,
        "同盟国歌～自由の旗・自由の民、レボリューション・オブ・ザ・ハート"@ja,
        "Doumei Kokka ~ Jiyuu no Hata · Jiyuu no Tami, Revolution of the Heart"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N9e6c5556c8c748d48b7828279315a4f4 ;
    schema:name "Hymn of the Allies ~ Flag of Freedom · Nation of Freedom, Revolution of the Heart"@en,
        "同盟国歌～自由の旗・自由の民、レボリューション・オブ・ザ・ハート"@ja,
        "Doumei Kokka ~ Jiyuu no Hata · Jiyuu no Tami, Revolution of the Heart"@ja-latn .

_:Ne8c2fb7364bc4187b78420569b62bf15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cross the Bridge of Light"@en,
        "光の橋を越えて"@ja,
        "Hikari no Hashi wo Koete"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N9e6c5556c8c748d48b7828279315a4f4 ;
    schema:name "Cross the Bridge of Light"@en,
        "光の橋を越えて"@ja,
        "Hikari no Hashi wo Koete"@ja-latn .

_:Nff09daf5fa17477195a489a433b70122 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SKIES OF LOVE"@en,
        "SKIES OF LOVE"@ja,
        "SKIES OF LOVE"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N9e6c5556c8c748d48b7828279315a4f4 ;
    schema:name "SKIES OF LOVE"@en,
        "SKIES OF LOVE"@ja,
        "SKIES OF LOVE"@ja-latn .

_:N9e6c5556c8c748d48b7828279315a4f4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N56570b355f4d461bad5877a20bd758cf,
        _:N582cf5d0305442beb3bbd4dc10112b3d,
        _:N5ed32bafc5914940bbfc8e146fe6c7b8,
        _:N63b578063f434e7a9868cb068b5643c5,
        _:N68f04cb4f30c48079f4318bbf842405a,
        _:N98607ce8fe5d4851a1a8ee4716e3312b,
        _:Nc0a7b521d6ac420c9c31e6c3190fe95a,
        _:Ne58d8e48a153458fa1197f8076a5bddf,
        _:Ne8c2fb7364bc4187b78420569b62bf15,
        _:Nff09daf5fa17477195a489a433b70122 ;
    mo:track_count 10 ;
    schema:duration "PT34:50"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N56570b355f4d461bad5877a20bd758cf,
        _:N582cf5d0305442beb3bbd4dc10112b3d,
        _:N5ed32bafc5914940bbfc8e146fe6c7b8,
        _:N63b578063f434e7a9868cb068b5643c5,
        _:N68f04cb4f30c48079f4318bbf842405a,
        _:N98607ce8fe5d4851a1a8ee4716e3312b,
        _:Nc0a7b521d6ac420c9c31e6c3190fe95a,
        _:Ne58d8e48a153458fa1197f8076a5bddf,
        _:Ne8c2fb7364bc4187b78420569b62bf15,
        _:Nff09daf5fa17477195a489a433b70122 .

