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

<artist/11608#subject> a schema:Person,
        foaf:Person ;
    schema:name "Asuka"@en,
        "飛鳥"@ja ;
    foaf:made <album/82012#lyrics>,
        <album/82012#subject> ;
    foaf:name "Asuka"@en,
        "飛鳥"@ja .

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

<album/82012#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Shiki Gakuten -Dainishou-"@en,
        "四季楽典-第二章-"@ja,
        "Shiki Gakuten -Dainishou-"@ja-latn ;
    mo:composer <artist/7333#subject> ;
    mo:produced_work <album/82012#musicalwork> ;
    schema:name "Shiki Gakuten -Dainishou-"@en,
        "四季楽典-第二章-"@ja,
        "Shiki Gakuten -Dainishou-"@ja-latn .

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

<org/976#subject> schema:name "5150"@en,
        "5150"@ja,
        "5150"@ja-latn ;
    foaf:name "5150"@en,
        "5150"@ja,
        "5150"@ja-latn .

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

<https://medium-media.vgm.io/albums/21/82012/82012-1541955886.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/11514#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/82012#performance> ;
    schema:name "Murasaki"@en,
        "紫"@ja ;
    foaf:name "Murasaki"@en,
        "紫"@ja .

<artist/13302#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/82012#performance> ;
    schema:name "Yuka"@en,
        "悠花"@ja ;
    foaf:name "Yuka"@en,
        "悠花"@ja .

<artist/13448#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/82012#performance> ;
    schema:name "Ribyuhki"@en,
        "リブユウキ"@ja ;
    foaf:name "Ribyuhki"@en,
        "リブユウキ"@ja .

<artist/7333#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/82012#subject> ;
    mo:performed <album/82012#performance> ;
    schema:name "ryu-5150"@en,
        "龍5150"@ja ;
    foaf:made <album/82012#composition>,
        <album/82012#lyrics>,
        <album/82012#subject> ;
    foaf:name "ryu-5150"@en,
        "龍5150"@ja .

<album/82012#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-05-01"^^xsd:date ;
    dcterms:title "Shiki Gakuten -Dainishou-"@en,
        "四季楽典-第二章-"@ja,
        "Shiki Gakuten -Dainishou-"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/82012#musicalexpression> ;
    mo:publisher <org/976#subject> ;
    mo:record _:Nc48e70753f88425c978df092d2cfdeb5 ;
    mo:record_count 1 ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Ryo"@en ;
            foaf:name "Ryo"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Vocchang"@en ;
            foaf:name "Vocchang"@en ],
        <artist/11514#subject>,
        <artist/13302#subject>,
        <artist/13448#subject>,
        <artist/7333#subject> ;
    schema:datePublished "2011-05-01"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/21/82012/82012-1541955886.jpg> ;
    schema:name "Shiki Gakuten -Dainishou-"@en,
        "四季楽典-第二章-"@ja,
        "Shiki Gakuten -Dainishou-"@ja-latn ;
    schema:publisher <org/976#subject> ;
    foaf:depiction <https://media.vgm.io/albums/21/82012/82012-1541955886.jpg> .

<album/82012#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Shiki Gakuten -Dainishou-"@en,
        "四季楽典-第二章-"@ja,
        "Shiki Gakuten -Dainishou-"@ja-latn ;
    mo:performance_of <album/82012#musicalwork> ;
    mo:performer _:N5b99bd726ad34a4abc48d698da67438d,
        _:N6107983a60fe4bfcbc8113d94f550487,
        <artist/11514#subject>,
        <artist/13302#subject>,
        <artist/13448#subject>,
        <artist/7333#subject> ;
    mo:recorded_as <album/82012#musicalexpression> ;
    schema:byArtist _:N5b99bd726ad34a4abc48d698da67438d,
        _:N6107983a60fe4bfcbc8113d94f550487,
        <artist/11514#subject>,
        <artist/13302#subject>,
        <artist/13448#subject>,
        <artist/7333#subject> ;
    schema:name "Shiki Gakuten -Dainishou-"@en,
        "四季楽典-第二章-"@ja,
        "Shiki Gakuten -Dainishou-"@ja-latn ;
    schema:workPerformed <album/82012#musicalwork> .

_:N2aaf624dc7ce405b98d1aecd9286ad6a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "旧い世界と新しい世界"@ja ;
    mo:track_number 8 ;
    schema:duration "PT5:57"^^xsd:interval ;
    schema:inPlaylist _:Nc48e70753f88425c978df092d2cfdeb5 ;
    schema:name "旧い世界と新しい世界"@ja .

_:N335a585fd4d342a2956d4526ca205b78 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "1章「想いを奏でる少女」～自由な四季への指揮～"@ja ;
    mo:track_number 11 ;
    schema:duration "PT6:38"^^xsd:interval ;
    schema:inPlaylist _:Nc48e70753f88425c978df092d2cfdeb5 ;
    schema:name "1章「想いを奏でる少女」～自由な四季への指揮～"@ja .

_:N49cfc465cd75444f806db4cc118d3629 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "世界歌合唱"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:Nc48e70753f88425c978df092d2cfdeb5 ;
    schema:name "世界歌合唱"@ja .

_:N5a6c11baff9140c988180f70e461dcc3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "白色矮星"@ja ;
    mo:track_number 2 ;
    schema:duration "PT6:13"^^xsd:interval ;
    schema:inPlaylist _:Nc48e70753f88425c978df092d2cfdeb5 ;
    schema:name "白色矮星"@ja .

_:N5b99bd726ad34a4abc48d698da67438d a schema:Person,
        foaf:Person ;
    mo:performed <album/82012#performance> ;
    schema:name "Vocchang"@en ;
    foaf:name "Vocchang"@en .

_:N6107983a60fe4bfcbc8113d94f550487 a schema:Person,
        foaf:Person ;
    mo:performed <album/82012#performance> ;
    schema:name "Ryo"@en ;
    foaf:name "Ryo"@en .

_:N7a5afb40b5194dd99497da84d68696ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "愛国者達の大行進～わが祖国よ永遠なれ～"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:Nc48e70753f88425c978df092d2cfdeb5 ;
    schema:name "愛国者達の大行進～わが祖国よ永遠なれ～"@ja .

_:N8f0dad35b7f942d296bf6e9f70de70cb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "2章 世界再生への賛歌"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:Nc48e70753f88425c978df092d2cfdeb5 ;
    schema:name "2章 世界再生への賛歌"@ja .

_:Na38bab45b05c48589530ee4cb130a6e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "悪魔達の行進"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:35"^^xsd:interval ;
    schema:inPlaylist _:Nc48e70753f88425c978df092d2cfdeb5 ;
    schema:name "悪魔達の行進"@ja .

_:Na6410b49fb674eab807a9c6184351b9b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "幼い連星"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:Nc48e70753f88425c978df092d2cfdeb5 ;
    schema:name "幼い連星"@ja .

_:Nd4dcb05e27774e82b68d66a9c389f19e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "思い出の場所"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:Nc48e70753f88425c978df092d2cfdeb5 ;
    schema:name "思い出の場所"@ja .

_:Nf0d832543352496d9cf10ec0335c40f4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "教授堂々"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:Nc48e70753f88425c978df092d2cfdeb5 ;
    schema:name "教授堂々"@ja .

_:Nf1b67710b295499f9d7e6bae9bbc41c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "000の戦い"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:43"^^xsd:interval ;
    schema:inPlaylist _:Nc48e70753f88425c978df092d2cfdeb5 ;
    schema:name "000の戦い"@ja .

_:Nf4be7f59deb941b2b66013d1eeb98293 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "死神との契約"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:41"^^xsd:interval ;
    schema:inPlaylist _:Nc48e70753f88425c978df092d2cfdeb5 ;
    schema:name "死神との契約"@ja .

_:Nc48e70753f88425c978df092d2cfdeb5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2aaf624dc7ce405b98d1aecd9286ad6a,
        _:N335a585fd4d342a2956d4526ca205b78,
        _:N49cfc465cd75444f806db4cc118d3629,
        _:N5a6c11baff9140c988180f70e461dcc3,
        _:N7a5afb40b5194dd99497da84d68696ad,
        _:N8f0dad35b7f942d296bf6e9f70de70cb,
        _:Na38bab45b05c48589530ee4cb130a6e6,
        _:Na6410b49fb674eab807a9c6184351b9b,
        _:Nd4dcb05e27774e82b68d66a9c389f19e,
        _:Nf0d832543352496d9cf10ec0335c40f4,
        _:Nf1b67710b295499f9d7e6bae9bbc41c6,
        _:Nf4be7f59deb941b2b66013d1eeb98293 ;
    mo:track_count 12 ;
    schema:duration "PT58:50"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N2aaf624dc7ce405b98d1aecd9286ad6a,
        _:N335a585fd4d342a2956d4526ca205b78,
        _:N49cfc465cd75444f806db4cc118d3629,
        _:N5a6c11baff9140c988180f70e461dcc3,
        _:N7a5afb40b5194dd99497da84d68696ad,
        _:N8f0dad35b7f942d296bf6e9f70de70cb,
        _:Na38bab45b05c48589530ee4cb130a6e6,
        _:Na6410b49fb674eab807a9c6184351b9b,
        _:Nd4dcb05e27774e82b68d66a9c389f19e,
        _:Nf0d832543352496d9cf10ec0335c40f4,
        _:Nf1b67710b295499f9d7e6bae9bbc41c6,
        _:Nf4be7f59deb941b2b66013d1eeb98293 .

