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

<artist/12820#subject> a schema:Person,
        foaf:Person ;
    schema:name "Aimer"@en ;
    foaf:made <album/50964#subject>,
        <album/50964#vocals> ;
    foaf:name "Aimer"@en .

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

<artist/10392#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50964#subject> ;
    schema:name "Takahiro Furukawa"@en,
        "古川貴浩"@ja ;
    foaf:made <album/50964#composition>,
        <album/50964#subject> ;
    foaf:name "Takahiro Furukawa"@en,
        "古川貴浩"@ja .

<artist/12468#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50964#subject> ;
    schema:name "Rui Momota"@en,
        "百田留衣"@ja ;
    foaf:made <album/50964#composition>,
        <album/50964#subject> ;
    foaf:name "Rui Momota"@en,
        "百田留衣"@ja .

<artist/14638#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50964#subject> ;
    schema:name "Hisashi Koyama"@en,
        "小山寿"@ja ;
    foaf:made <album/50964#composition>,
        <album/50964#subject> ;
    foaf:name "Hisashi Koyama"@en,
        "小山寿"@ja .

<artist/16100#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50964#subject> ;
    schema:name "Kousuke Noma"@en,
        "野間康介"@ja ;
    foaf:made <album/50964#composition>,
        <album/50964#subject> ;
    foaf:name "Kousuke Noma"@en,
        "野間康介"@ja .

<artist/21864#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/50964#subject> ;
    schema:name "give me wallets"@en ;
    foaf:made <album/50964#composition>,
        <album/50964#subject> ;
    foaf:name "give me wallets"@en .

<product/2613#subject> a schema:CreativeWork ;
    schema:name "Fate/stay night [Unlimited Blade Works]"@en,
        "Fate/stay night [Unlimited Blade Works]"@ja,
        "Fate/stay night [Unlimited Blade Works]"@ja-latn ;
    foaf:name "Fate/stay night [Unlimited Blade Works]"@en,
        "Fate/stay night [Unlimited Blade Works]"@ja,
        "Fate/stay night [Unlimited Blade Works]"@ja-latn .

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

<album/50964#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Brave Shine / Aimer [Limited Edition]"@en,
        "Brave Shine / Aimer [期間生産限定盤]"@ja,
        "Brave Shine / Aimer [Limited Edition]"@ja-latn ;
    mo:performance_of <album/50964#musicalwork> ;
    mo:recorded_as <album/50964#musicalexpression> ;
    schema:name "Brave Shine / Aimer [Limited Edition]"@en,
        "Brave Shine / Aimer [期間生産限定盤]"@ja,
        "Brave Shine / Aimer [Limited Edition]"@ja-latn ;
    schema:workPerformed <album/50964#musicalwork> .

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

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

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

<https://medium-media.vgm.io/albums/46/50964/50964-1432978388.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/50964#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Brave Shine / Aimer [Limited Edition]"@en,
        "Brave Shine / Aimer [期間生産限定盤]"@ja,
        "Brave Shine / Aimer [Limited Edition]"@ja-latn ;
    mo:composer <artist/10392#subject>,
        <artist/12468#subject>,
        <artist/14638#subject>,
        <artist/16100#subject>,
        <artist/21864#subject> ;
    mo:produced_work <album/50964#musicalwork> ;
    schema:name "Brave Shine / Aimer [Limited Edition]"@en,
        "Brave Shine / Aimer [期間生産限定盤]"@ja,
        "Brave Shine / Aimer [Limited Edition]"@ja-latn .

<album/50964#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-06-03"^^xsd:date ;
    dcterms:title "Brave Shine / Aimer [Limited Edition]"@en,
        "Brave Shine / Aimer [期間生産限定盤]"@ja,
        "Brave Shine / Aimer [Limited Edition]"@ja-latn ;
    mo:catalogue_number "DFCL-2130~1" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/50964#musicalexpression> ;
    mo:publisher <org/530#subject> ;
    mo:record _:N004356b3191f443183e0d1870042956f,
        _:N71c967e3a480475eb85756c106375773 ;
    mo:record_count 2 ;
    schema:about <product/2613#subject> ;
    schema:datePublished "2015-06-03"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/46/50964/50964-1432978388.jpg> ;
    schema:name "Brave Shine / Aimer [Limited Edition]"@en,
        "Brave Shine / Aimer [期間生産限定盤]"@ja,
        "Brave Shine / Aimer [Limited Edition]"@ja-latn ;
    schema:publisher <org/530#subject> ;
    foaf:depiction <https://media.vgm.io/albums/46/50964/50964-1432978388.jpg> .

_:N004356b3191f443183e0d1870042956f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N09c00e18cf3e4b898197ebf2d306b069 ;
    mo:track_count 1 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N09c00e18cf3e4b898197ebf2d306b069 .

_:N09c00e18cf3e4b898197ebf2d306b069 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TVアニメ「Fate/stay night [Unlimited Blade Works]」2ndシーズン ノンクレジットオープニングムービー"@ja,
        "TV Anime \"Fate/stay night [Unlimited Blade Works]\" 2nd Season Non-credit Opening Movie"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:N004356b3191f443183e0d1870042956f ;
    schema:name "TVアニメ「Fate/stay night [Unlimited Blade Works]」2ndシーズン ノンクレジットオープニングムービー"@ja,
        "TV Anime \"Fate/stay night [Unlimited Blade Works]\" 2nd Season Non-credit Opening Movie"@ja-latn .

_:N49a00224f74d4380b3f584d6c0e16d39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Brave Shine (TV size)"@ja,
        "Brave Shine (TV size)"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:N71c967e3a480475eb85756c106375773 ;
    schema:name "Brave Shine (TV size)"@ja,
        "Brave Shine (TV size)"@ja-latn .

_:N79314ed2a2a14f94b07ce5d1e4ceba67 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "君を待つ -acoustic ver.-"@ja,
        "Kimi wo Matsu -acoustic ver.-"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N71c967e3a480475eb85756c106375773 ;
    schema:name "君を待つ -acoustic ver.-"@ja,
        "Kimi wo Matsu -acoustic ver.-"@ja-latn .

_:N7dc21338cda24db2af08fa6d921cb727 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Brave Shine"@ja,
        "Brave Shine"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:N71c967e3a480475eb85756c106375773 ;
    schema:name "Brave Shine"@ja,
        "Brave Shine"@ja-latn .

_:Na4c183c1a2294af29e527ee18a2c7112 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "7月の翼 (Live \"Midnight Sun\" ver.)"@ja,
        "Shichigatsu no Tsubasa (Live \"Midnight Sun\" ver.)"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:N71c967e3a480475eb85756c106375773 ;
    schema:name "7月の翼 (Live \"Midnight Sun\" ver.)"@ja,
        "Shichigatsu no Tsubasa (Live \"Midnight Sun\" ver.)"@ja-latn .

_:Nbca822a5e03b40a7900ce305dd623bcd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ophelia"@ja,
        "Ophelia"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT6:44"^^xsd:interval ;
    schema:inPlaylist _:N71c967e3a480475eb85756c106375773 ;
    schema:name "Ophelia"@ja,
        "Ophelia"@ja-latn .

_:Nc6bbb362b494446f9dbeb2c0349dc54c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "AM03:00 (Live \"Midnight Sun\" ver.)"@ja,
        "AM03:00 (Live \"Midnight Sun\" ver.)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT6:14"^^xsd:interval ;
    schema:inPlaylist _:N71c967e3a480475eb85756c106375773 ;
    schema:name "AM03:00 (Live \"Midnight Sun\" ver.)"@ja,
        "AM03:00 (Live \"Midnight Sun\" ver.)"@ja-latn .

_:N71c967e3a480475eb85756c106375773 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N49a00224f74d4380b3f584d6c0e16d39,
        _:N79314ed2a2a14f94b07ce5d1e4ceba67,
        _:N7dc21338cda24db2af08fa6d921cb727,
        _:Na4c183c1a2294af29e527ee18a2c7112,
        _:Nbca822a5e03b40a7900ce305dd623bcd,
        _:Nc6bbb362b494446f9dbeb2c0349dc54c ;
    mo:track_count 6 ;
    schema:duration "PT27:28"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N49a00224f74d4380b3f584d6c0e16d39,
        _:N79314ed2a2a14f94b07ce5d1e4ceba67,
        _:N7dc21338cda24db2af08fa6d921cb727,
        _:Na4c183c1a2294af29e527ee18a2c7112,
        _:Nbca822a5e03b40a7900ce305dd623bcd,
        _:Nc6bbb362b494446f9dbeb2c0349dc54c .

