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

<artist/2621#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ayako Shibazaki"@en,
        "しばざきあやこ"@ja ;
    foaf:made <album/107201#lyrics>,
        <album/107201#subject> ;
    foaf:name "Ayako Shibazaki"@en,
        "しばざきあやこ"@ja .

<artist/5744#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kyo Hifumi"@en,
        "一二三恭"@ja ;
    foaf:made <album/107201#lyrics>,
        <album/107201#subject> ;
    foaf:name "Kyo Hifumi"@en,
        "一二三恭"@ja .

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

<artist/2152#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107201#subject> ;
    schema:name "Wataru Ishibashi"@en,
        "石橋渡"@ja ;
    foaf:made <album/107201#composition>,
        <album/107201#subject> ;
    foaf:name "Wataru Ishibashi"@en,
        "石橋渡"@ja .

<artist/293#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107201#subject> ;
    schema:name "Falcom Sound Team jdk"@en,
        "ファルコム・サウンド・チーム・jdk"@ja ;
    foaf:made <album/107201#composition>,
        <album/107201#subject> ;
    foaf:name "Falcom Sound Team jdk"@en,
        "ファルコム・サウンド・チーム・jdk"@ja .

<artist/4236#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107201#subject> ;
    schema:name "Kohei Wada"@en,
        "和田耕平"@ja ;
    foaf:made <album/107201#composition>,
        <album/107201#subject> ;
    foaf:name "Kohei Wada"@en,
        "和田耕平"@ja .

<artist/6037#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107201#subject> ;
    schema:name "Takahiro Unisuga"@en,
        "宇仁菅孝宏"@ja ;
    foaf:made <album/107201#composition>,
        <album/107201#subject> ;
    foaf:name "Takahiro Unisuga"@en,
        "宇仁菅孝宏"@ja .

<artist/6038#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107201#subject> ;
    schema:name "Ryo Takeshita"@en,
        "竹下遼"@ja ;
    foaf:made <album/107201#composition>,
        <album/107201#subject> ;
    foaf:name "Ryo Takeshita"@en,
        "竹下遼"@ja .

<product/1843#subject> a schema:CreativeWork ;
    schema:name "The Legend of Heroes: Trails in the Sky the 3rd"@en,
        "英雄伝説 空の軌跡 the 3rd"@ja,
        "The Legend of Heroes: Sora no Kiseki the 3rd"@ja-latn ;
    foaf:name "The Legend of Heroes: Trails in the Sky the 3rd"@en,
        "英雄伝説 空の軌跡 the 3rd"@ja,
        "The Legend of Heroes: Sora no Kiseki the 3rd"@ja-latn .

<product/1844#subject> a schema:CreativeWork ;
    schema:name "The Legend of Heroes: Trails in the Sky SC"@en,
        "英雄伝説 空の軌跡SC"@ja,
        "The Legend of Heroes: Sora no Kiseki SC"@ja-latn ;
    foaf:name "The Legend of Heroes: Trails in the Sky SC"@en,
        "英雄伝説 空の軌跡SC"@ja,
        "The Legend of Heroes: Sora no Kiseki SC"@ja-latn .

<product/1845#subject> a schema:CreativeWork ;
    schema:name "The Legend of Heroes: Trails in the Sky FC"@en,
        "英雄伝説 空の軌跡FC"@ja,
        "The Legend of Heroes: Sora no Kiseki FC"@ja-latn ;
    foaf:name "The Legend of Heroes: Trails in the Sky FC"@en,
        "英雄伝説 空の軌跡FC"@ja,
        "The Legend of Heroes: Sora no Kiseki FC"@ja-latn .

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

<org/1943#subject> schema:name "Falcom"@en,
        "ファルコム"@ja,
        "Falcom"@ja-latn ;
    foaf:name "Falcom"@en,
        "ファルコム"@ja,
        "Falcom"@ja-latn .

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

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

<album/107201#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "\"PROGRAM Sora no Kiseki\" from jdk BAND LIVE \"REBIRTH\""@en,
        "\"PROGRAM 空の軌跡\" from jdk BAND LIVE「REBIRTH」"@ja,
        "\"PROGRAM Sora no Kiseki\" from jdk BAND LIVE \"REBIRTH\""@ja-latn ;
    mo:performance_of <album/107201#musicalwork> ;
    mo:performer <artist/709#subject> ;
    mo:recorded_as <album/107201#musicalexpression> ;
    schema:byArtist <artist/709#subject> ;
    schema:name "\"PROGRAM Sora no Kiseki\" from jdk BAND LIVE \"REBIRTH\""@en,
        "\"PROGRAM 空の軌跡\" from jdk BAND LIVE「REBIRTH」"@ja,
        "\"PROGRAM Sora no Kiseki\" from jdk BAND LIVE \"REBIRTH\""@ja-latn ;
    schema:workPerformed <album/107201#musicalwork> .

<artist/709#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/107201#performance> ;
    schema:name "Kanako Kotera"@en,
        "小寺可南子"@ja ;
    foaf:name "Kanako Kotera"@en,
        "小寺可南子"@ja .

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

<album/107201#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "\"PROGRAM Sora no Kiseki\" from jdk BAND LIVE \"REBIRTH\""@en,
        "\"PROGRAM 空の軌跡\" from jdk BAND LIVE「REBIRTH」"@ja,
        "\"PROGRAM Sora no Kiseki\" from jdk BAND LIVE \"REBIRTH\""@ja-latn ;
    mo:composer <artist/2152#subject>,
        <artist/293#subject>,
        <artist/4236#subject>,
        <artist/6037#subject>,
        <artist/6038#subject> ;
    mo:produced_work <album/107201#musicalwork> ;
    schema:name "\"PROGRAM Sora no Kiseki\" from jdk BAND LIVE \"REBIRTH\""@en,
        "\"PROGRAM 空の軌跡\" from jdk BAND LIVE「REBIRTH」"@ja,
        "\"PROGRAM Sora no Kiseki\" from jdk BAND LIVE \"REBIRTH\""@ja-latn .

<album/107201#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-10-26"^^xsd:date ;
    dcterms:title "\"PROGRAM Sora no Kiseki\" from jdk BAND LIVE \"REBIRTH\""@en,
        "\"PROGRAM 空の軌跡\" from jdk BAND LIVE「REBIRTH」"@ja,
        "\"PROGRAM Sora no Kiseki\" from jdk BAND LIVE \"REBIRTH\""@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/107201#musicalexpression> ;
    mo:publisher <org/1943#subject> ;
    mo:record _:N9d37936344644511afb2d7a40df2b0be ;
    mo:record_count 1 ;
    schema:about <product/1843#subject>,
        <product/1844#subject>,
        <product/1845#subject> ;
    schema:byArtist <artist/709#subject> ;
    schema:datePublished "2007-10-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "\"PROGRAM Sora no Kiseki\" from jdk BAND LIVE \"REBIRTH\""@en,
        "\"PROGRAM 空の軌跡\" from jdk BAND LIVE「REBIRTH」"@ja,
        "\"PROGRAM Sora no Kiseki\" from jdk BAND LIVE \"REBIRTH\""@ja-latn ;
    schema:publisher <org/1943#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N00ce60eea1a94ba1b9d37d89b82dc902 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Till the Night of Glory"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9d37936344644511afb2d7a40df2b0be ;
    schema:name "Till the Night of Glory"@ja .

_:N32db18eaa431416984aed368cd02e458 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "雷の穿つ墓標"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9d37936344644511afb2d7a40df2b0be ;
    schema:name "雷の穿つ墓標"@ja .

_:N573f66669ebe44fc93e3eb73316d46f0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "空を見上げて"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9d37936344644511afb2d7a40df2b0be ;
    schema:name "空を見上げて"@ja .

_:N7e8fc93e9a30442eac77c0d463bfa9af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "銀の意志"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9d37936344644511afb2d7a40df2b0be ;
    schema:name "銀の意志"@ja .

_:Naee04da7891c435792b466fdf8fea761 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cry for me, cry for you"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9d37936344644511afb2d7a40df2b0be ;
    schema:name "Cry for me, cry for you"@ja .

_:Nb5b8830ff05349c5a616054386ae0d40 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I swear.."@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9d37936344644511afb2d7a40df2b0be ;
    schema:name "I swear.."@ja .

_:Nca7026febf0d4f5eb8a2b39998b508e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fateful confrontation"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9d37936344644511afb2d7a40df2b0be ;
    schema:name "Fateful confrontation"@ja .

_:Ncdb8b812f15d4735b1a3a25390b0f1b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Overdosing heavenly bliss"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9d37936344644511afb2d7a40df2b0be ;
    schema:name "Overdosing heavenly bliss"@ja .

_:N9d37936344644511afb2d7a40df2b0be a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00ce60eea1a94ba1b9d37d89b82dc902,
        _:N32db18eaa431416984aed368cd02e458,
        _:N573f66669ebe44fc93e3eb73316d46f0,
        _:N7e8fc93e9a30442eac77c0d463bfa9af,
        _:Naee04da7891c435792b466fdf8fea761,
        _:Nb5b8830ff05349c5a616054386ae0d40,
        _:Nca7026febf0d4f5eb8a2b39998b508e0,
        _:Ncdb8b812f15d4735b1a3a25390b0f1b1 ;
    mo:track_count 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N00ce60eea1a94ba1b9d37d89b82dc902,
        _:N32db18eaa431416984aed368cd02e458,
        _:N573f66669ebe44fc93e3eb73316d46f0,
        _:N7e8fc93e9a30442eac77c0d463bfa9af,
        _:Naee04da7891c435792b466fdf8fea761,
        _:Nb5b8830ff05349c5a616054386ae0d40,
        _:Nca7026febf0d4f5eb8a2b39998b508e0,
        _:Ncdb8b812f15d4735b1a3a25390b0f1b1 .

