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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/13799#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/13799#composition>,
        <album/13799#subject> ;
    foaf:name "ZUN"@en .

<artist/3#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/13799#subject> ;
    schema:name "Magome Togoshi"@en,
        "戸越まごめ"@ja ;
    foaf:made <album/13799#composition>,
        <album/13799#subject> ;
    foaf:name "Magome Togoshi"@en,
        "戸越まごめ"@ja .

<artist/4#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/13799#subject> ;
    schema:name "Jun Maeda"@en,
        "麻枝准"@ja ;
    foaf:made <album/13799#composition>,
        <album/13799#subject> ;
    foaf:name "Jun Maeda"@en,
        "麻枝准"@ja .

<artist/54551#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/13799#subject> ;
    schema:name "Amane"@en,
        "天音"@ja ;
    foaf:made <album/13799#composition>,
        <album/13799#subject> ;
    foaf:name "Amane"@en,
        "天音"@ja .

<event/271> a mo:Release ;
    schema:name "Released at Sunshine Creation 33 (Oct 01, 2006)" .

<product/1019#subject> a schema:CreativeWork ;
    schema:name "CLANNAD (Game)"@en,
        "CLANNAD (Game)"@ja,
        "CLANNAD (Game)"@ja-latn ;
    foaf:name "CLANNAD (Game)"@en,
        "CLANNAD (Game)"@ja,
        "CLANNAD (Game)"@ja-latn .

<product/22#subject> a schema:CreativeWork ;
    schema:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn ;
    foaf:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn .

<product/27#subject> a schema:CreativeWork ;
    schema:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn ;
    foaf:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn .

<product/29#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn ;
    foaf:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn .

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

<album/13799#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kiraboshi"@en,
        "輝羅星"@ja,
        "Kiraboshi"@ja-latn ;
    mo:performance_of <album/13799#musicalwork> ;
    mo:recorded_as <album/13799#musicalexpression> ;
    schema:name "Kiraboshi"@en,
        "輝羅星"@ja,
        "Kiraboshi"@ja-latn ;
    schema:workPerformed <album/13799#musicalwork> .

<org/197#subject> schema:name "Angelic Quasar"@en,
        "Angelic Quasar"@ja,
        "Angelic Quasar"@ja-latn ;
    foaf:name "Angelic Quasar"@en,
        "Angelic Quasar"@ja,
        "Angelic Quasar"@ja-latn .

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

<https://medium-media.vgm.io/albums/99/13799/13799-dd45c7d8c8a3.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/13799#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kiraboshi"@en,
        "輝羅星"@ja,
        "Kiraboshi"@ja-latn ;
    mo:composer <artist/1#subject>,
        <artist/3#subject>,
        <artist/4#subject>,
        <artist/54551#subject> ;
    mo:produced_work <album/13799#musicalwork> ;
    schema:name "Kiraboshi"@en,
        "輝羅星"@ja,
        "Kiraboshi"@ja-latn .

<album/13799#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-10-01"^^xsd:date ;
    dcterms:title "Kiraboshi"@en,
        "輝羅星"@ja,
        "Kiraboshi"@ja-latn ;
    mo:catalogue_number "AQSH-0010" ;
    mo:media_type "CD" ;
    mo:publication_of <album/13799#musicalexpression> ;
    mo:publisher <org/197#subject> ;
    mo:record _:Na02da1e6557248c3813aca0454a09468 ;
    mo:record_count 1 ;
    mo:release <event/271> ;
    schema:about <product/1019#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/29#subject> ;
    schema:datePublished "2006-10-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/99/13799/13799-dd45c7d8c8a3.jpg> ;
    schema:name "Kiraboshi"@en,
        "輝羅星"@ja,
        "Kiraboshi"@ja-latn ;
    schema:publisher <org/197#subject> ;
    foaf:depiction <https://media.vgm.io/albums/99/13799/13799-dd45c7d8c8a3.jpg> .

_:N05105bdb9a8944eeb51799a579d8c5b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hourai Jakusui -Extend Ash-"@en,
        "鳳莱雀萃 -Extend Ash-"@ja ;
    mo:track_number 5 ;
    schema:duration "PT5:11"^^xsd:interval ;
    schema:inPlaylist _:Na02da1e6557248c3813aca0454a09468 ;
    schema:name "Hourai Jakusui -Extend Ash-"@en,
        "鳳莱雀萃 -Extend Ash-"@ja .

_:N1688f3a9e2ab47f8b65bf97a56966df7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Excerpt Soaring Through the Radiant Eternal Night"@en,
        "輝はしき永夜に翔くる抄"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:Na02da1e6557248c3813aca0454a09468 ;
    schema:name "Excerpt Soaring Through the Radiant Eternal Night"@en,
        "輝はしき永夜に翔くる抄"@ja .

_:N22b965cf5e62496a91c93d08f74885a4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Little Star and Little Wind ☆彡"@en,
        "Little Star and Little Wind ☆彡"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:Na02da1e6557248c3813aca0454a09468 ;
    schema:name "Little Star and Little Wind ☆彡"@en,
        "Little Star and Little Wind ☆彡"@ja .

_:N26c6e577376f4e5eb42350681ba48dfc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Renaissance ~ Doll Judgement"@en,
        "Renaissance ～人形裁判"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:Na02da1e6557248c3813aca0454a09468 ;
    schema:name "Renaissance ~ Doll Judgement"@en,
        "Renaissance ～人形裁判"@ja .

_:N2e169ca6a2904ba3b0124e6f34b761ea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dancingmasters AYA"@en,
        "Dancingmasters AYA"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:24"^^xsd:interval ;
    schema:inPlaylist _:Na02da1e6557248c3813aca0454a09468 ;
    schema:name "Dancingmasters AYA"@en,
        "Dancingmasters AYA"@ja .

_:N3c6a928c9e9d4116aacc5a8cb7494c96 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "OverSpeed Happy Cheer Train"@en,
        "OverSpeed Happy Cheer Train"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:Na02da1e6557248c3813aca0454a09468 ;
    schema:name "OverSpeed Happy Cheer Train"@en,
        "OverSpeed Happy Cheer Train"@ja .

_:N4e08ce7c6eec4347b5b459d710cdb2fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Luminous -hikari-"@en,
        "Luminous -hikari-"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:40"^^xsd:interval ;
    schema:inPlaylist _:Na02da1e6557248c3813aca0454a09468 ;
    schema:name "Luminous -hikari-"@en,
        "Luminous -hikari-"@ja .

_:N6b869eb0c3014d2f82208bb077f73d6e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cinderella Cage"@en,
        "シンデレラケージ"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:Na02da1e6557248c3813aca0454a09468 ;
    schema:name "Cinderella Cage"@en,
        "シンデレラケージ"@ja .

_:N6ffbd09e465b4bd6bdd32b065d75eb4f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Maiden's Illusionary Burial"@en,
        "少女幻葬"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Na02da1e6557248c3813aca0454a09468 ;
    schema:name "Maiden's Illusionary Burial"@en,
        "少女幻葬"@ja .

_:N9420c4591ce940fe8a22b551f20b9156 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Freedom From One's Desires is True Bliss ～Border of Life"@en,
        "寂滅為楽 ～Border of Life"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:Na02da1e6557248c3813aca0454a09468 ;
    schema:name "Freedom From One's Desires is True Bliss ～Border of Life"@en,
        "寂滅為楽 ～Border of Life"@ja .

_:Na02da1e6557248c3813aca0454a09468 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N05105bdb9a8944eeb51799a579d8c5b3,
        _:N1688f3a9e2ab47f8b65bf97a56966df7,
        _:N22b965cf5e62496a91c93d08f74885a4,
        _:N26c6e577376f4e5eb42350681ba48dfc,
        _:N2e169ca6a2904ba3b0124e6f34b761ea,
        _:N3c6a928c9e9d4116aacc5a8cb7494c96,
        _:N4e08ce7c6eec4347b5b459d710cdb2fb,
        _:N6b869eb0c3014d2f82208bb077f73d6e,
        _:N6ffbd09e465b4bd6bdd32b065d75eb4f,
        _:N9420c4591ce940fe8a22b551f20b9156 ;
    mo:track_count 10 ;
    schema:duration "PT46:45"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N05105bdb9a8944eeb51799a579d8c5b3,
        _:N1688f3a9e2ab47f8b65bf97a56966df7,
        _:N22b965cf5e62496a91c93d08f74885a4,
        _:N26c6e577376f4e5eb42350681ba48dfc,
        _:N2e169ca6a2904ba3b0124e6f34b761ea,
        _:N3c6a928c9e9d4116aacc5a8cb7494c96,
        _:N4e08ce7c6eec4347b5b459d710cdb2fb,
        _:N6b869eb0c3014d2f82208bb077f73d6e,
        _:N6ffbd09e465b4bd6bdd32b065d75eb4f,
        _:N9420c4591ce940fe8a22b551f20b9156 .

