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

<artist/4291#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuriko Mori"@en,
        "森由里子"@ja ;
    foaf:made <album/11984#lyrics>,
        <album/11984#subject> ;
    foaf:name "Yuriko Mori"@en,
        "森由里子"@ja .

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

<artist/56#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11984#subject> ;
    schema:name "Masaaki Iizuka"@en,
        "飯塚昌明"@ja ;
    foaf:made <album/11984#composition>,
        <album/11984#subject> ;
    foaf:name "Masaaki Iizuka"@en,
        "飯塚昌明"@ja .

<artist/866#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11984#subject> ;
    schema:name "YUMAO"@en,
        "ゆうまお"@ja ;
    foaf:made <album/11984#composition>,
        <album/11984#subject> ;
    foaf:name "YUMAO"@en,
        "ゆうまお"@ja .

<product/3547#subject> a schema:CreativeWork ;
    schema:name "Angelique étoile"@en,
        "アンジェリーク エトワール"@ja,
        "Angelique étoile"@ja-latn ;
    foaf:name "Angelique étoile"@en,
        "アンジェリーク エトワール"@ja,
        "Angelique étoile"@ja-latn .

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

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

<org/32#subject> schema:name "KOEI Co., Ltd."@en,
        "株式会社コーエー"@ja,
        "KOEI Co., Ltd."@ja-latn ;
    foaf:name "KOEI Co., Ltd."@en,
        "株式会社コーエー"@ja,
        "KOEI Co., Ltd."@ja-latn .

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

<https://medium-media.vgm.io/albums/48/11984/11984-1234188866.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/3242#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/11984#performance> ;
    schema:name "Mitsuo Iwata"@en,
        "岩田光央"@ja ;
    foaf:name "Mitsuo Iwata"@en,
        "岩田光央"@ja .

<artist/4278#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/11984#performance> ;
    schema:name "Toshihiko Seki"@en,
        "関俊彦"@ja ;
    foaf:name "Toshihiko Seki"@en,
        "関俊彦"@ja .

<artist/4287#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/11984#performance> ;
    schema:name "Nobuo Tobita"@en,
        "飛田展男"@ja ;
    foaf:name "Nobuo Tobita"@en,
        "飛田展男"@ja .

<album/11984#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Angelique Etoile ~Green~"@en,
        "アンジェリークエトワール GREEN"@ja,
        "Angelique Etoile ~Green~"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "檀上鎮孝"@en ;
            foaf:made <album/11984#composition> ;
            foaf:name "檀上鎮孝"@en ],
        <artist/56#subject>,
        <artist/866#subject> ;
    mo:produced_work <album/11984#musicalwork> ;
    schema:name "Angelique Etoile ~Green~"@en,
        "アンジェリークエトワール GREEN"@ja,
        "Angelique Etoile ~Green~"@ja-latn .

<album/11984#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Angelique Etoile ~Green~"@en,
        "アンジェリークエトワール GREEN"@ja,
        "Angelique Etoile ~Green~"@ja-latn ;
    mo:performance_of <album/11984#musicalwork> ;
    mo:performer <artist/3242#subject>,
        <artist/4278#subject>,
        <artist/4287#subject> ;
    mo:recorded_as <album/11984#musicalexpression> ;
    schema:byArtist <artist/3242#subject>,
        <artist/4278#subject>,
        <artist/4287#subject> ;
    schema:name "Angelique Etoile ~Green~"@en,
        "アンジェリークエトワール GREEN"@ja,
        "Angelique Etoile ~Green~"@ja-latn ;
    schema:workPerformed <album/11984#musicalwork> .

<album/11984#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2004-02-25"^^xsd:date ;
    dcterms:title "Angelique Etoile ~Green~"@en,
        "アンジェリークエトワール GREEN"@ja,
        "Angelique Etoile ~Green~"@ja-latn ;
    mo:catalogue_number "KECH-1259" ;
    mo:media_type "CD" ;
    mo:publication_of <album/11984#musicalexpression> ;
    mo:publisher <org/32#subject> ;
    mo:record _:N2476f82eb46e4b588df7c0ac28fcc6d2 ;
    mo:record_count 1 ;
    schema:about <product/3547#subject> ;
    schema:byArtist <artist/3242#subject>,
        <artist/4278#subject>,
        <artist/4287#subject> ;
    schema:datePublished "2004-02-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/48/11984/11984-1234188866.jpg> ;
    schema:name "Angelique Etoile ~Green~"@en,
        "アンジェリークエトワール GREEN"@ja,
        "Angelique Etoile ~Green~"@ja-latn ;
    schema:publisher <org/32#subject> ;
    foaf:depiction <https://media.vgm.io/albums/48/11984/11984-1234188866.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11984#subject> ;
    schema:name "檀上鎮孝"@en ;
    foaf:made <album/11984#subject> ;
    foaf:name "檀上鎮孝"@en .

_:N0ec34270ca2d44a49fc019adb534a550 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flower Shower ～さよならの花～"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:N2476f82eb46e4b588df7c0ac28fcc6d2 ;
    schema:name "Flower Shower ～さよならの花～"@ja .

_:N4d7efedad1bf4b03b2dad812fb0cfc62 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "琥珀色の午後"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:N2476f82eb46e4b588df7c0ac28fcc6d2 ;
    schema:name "琥珀色の午後"@ja .

_:N4fa571ce543b42e0810d4138cb3eb270 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "森の湖にて… -リュミエール-"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:N2476f82eb46e4b588df7c0ac28fcc6d2 ;
    schema:name "森の湖にて… -リュミエール-"@ja .

_:N6c02071e699143a79c8d1653bf6af91a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Don't be afraid!"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:N2476f82eb46e4b588df7c0ac28fcc6d2 ;
    schema:name "Don't be afraid!"@ja .

_:Nba422e2dee5c4139b47a526c6f08fb4f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アウローラ号前にて… -ゼフェル-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:N2476f82eb46e4b588df7c0ac28fcc6d2 ;
    schema:name "アウローラ号前にて… -ゼフェル-"@ja .

_:Nbaf0e5eacd8e4d69b1e13a489e672a39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "王立図書館にて… -ルヴァ-"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N2476f82eb46e4b588df7c0ac28fcc6d2 ;
    schema:name "王立図書館にて… -ルヴァ-"@ja .

_:N2476f82eb46e4b588df7c0ac28fcc6d2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0ec34270ca2d44a49fc019adb534a550,
        _:N4d7efedad1bf4b03b2dad812fb0cfc62,
        _:N4fa571ce543b42e0810d4138cb3eb270,
        _:N6c02071e699143a79c8d1653bf6af91a,
        _:Nba422e2dee5c4139b47a526c6f08fb4f,
        _:Nbaf0e5eacd8e4d69b1e13a489e672a39 ;
    mo:track_count 6 ;
    schema:duration "PT24:20"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N0ec34270ca2d44a49fc019adb534a550,
        _:N4d7efedad1bf4b03b2dad812fb0cfc62,
        _:N4fa571ce543b42e0810d4138cb3eb270,
        _:N6c02071e699143a79c8d1653bf6af91a,
        _:Nba422e2dee5c4139b47a526c6f08fb4f,
        _:Nbaf0e5eacd8e4d69b1e13a489e672a39 .

