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

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

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

<artist/1068#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11983#subject> ;
    schema:name "Funta"@en ;
    foaf:made <album/11983#composition>,
        <album/11983#subject> ;
    foaf:name "Funta"@en .

<artist/6053#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11983#subject> ;
    schema:name "Hajime Hyakkoku"@en,
        "百石元"@ja ;
    foaf:made <album/11983#composition>,
        <album/11983#subject> ;
    foaf:name "Hajime Hyakkoku"@en,
        "百石元"@ja .

<artist/7305#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/11983#subject> ;
    schema:name "Masanori Mine"@en,
        "峰正典"@ja ;
    foaf:made <album/11983#composition>,
        <album/11983#subject> ;
    foaf:name "Masanori Mine"@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/11983#lyrics> a mo:Lyrics .

<album/11983#musicalexpression> a mo:Signal ;
    mo:published_as <album/11983#subject> ;
    mo:records <album/11983#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/38/11983/11983-1234187370.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/11983#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/38/11983/11983-1234187370.jpg> ;
    foaf:depicts <album/11983#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/38/11983/11983-1234187370.jpg> .

<https://medium-media.vgm.io/albums/38/11983/11983-1234187370.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/4012#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/11983#performance> ;
    schema:name "Tetsuya Iwanaga"@en,
        "岩永哲哉"@ja ;
    foaf:name "Tetsuya Iwanaga"@en,
        "岩永哲哉"@ja .

<artist/4284#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/11983#performance> ;
    schema:name "Fumihiko Tachiki"@en,
        "立木文彦"@ja ;
    foaf:name "Fumihiko Tachiki"@en,
        "立木文彦"@ja .

<artist/4666#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/11983#performance> ;
    schema:name "Daisuke Namikawa"@en,
        "浪川大輔"@ja ;
    foaf:name "Daisuke Namikawa"@en,
        "浪川大輔"@ja .

<album/11983#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Angelique Etoile ~Yellow~"@en,
        "アンジェリークエトワール YELLOW"@ja,
        "Angelique Etoile ~Yellow~"@ja-latn ;
    mo:composer <artist/1068#subject>,
        <artist/6053#subject>,
        <artist/7305#subject> ;
    mo:produced_work <album/11983#musicalwork> ;
    schema:name "Angelique Etoile ~Yellow~"@en,
        "アンジェリークエトワール YELLOW"@ja,
        "Angelique Etoile ~Yellow~"@ja-latn .

<album/11983#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Angelique Etoile ~Yellow~"@en,
        "アンジェリークエトワール YELLOW"@ja,
        "Angelique Etoile ~Yellow~"@ja-latn ;
    mo:performance_of <album/11983#musicalwork> ;
    mo:performer <artist/4012#subject>,
        <artist/4284#subject>,
        <artist/4666#subject> ;
    mo:recorded_as <album/11983#musicalexpression> ;
    schema:byArtist <artist/4012#subject>,
        <artist/4284#subject>,
        <artist/4666#subject> ;
    schema:name "Angelique Etoile ~Yellow~"@en,
        "アンジェリークエトワール YELLOW"@ja,
        "Angelique Etoile ~Yellow~"@ja-latn ;
    schema:workPerformed <album/11983#musicalwork> .

<album/11983#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2003-10-22"^^xsd:date ;
    dcterms:title "Angelique Etoile ~Yellow~"@en,
        "アンジェリークエトワール YELLOW"@ja,
        "Angelique Etoile ~Yellow~"@ja-latn ;
    mo:catalogue_number "KECH-1242" ;
    mo:media_type "CD" ;
    mo:publication_of <album/11983#musicalexpression> ;
    mo:publisher <org/32#subject> ;
    mo:record _:Nf0d8dfb9a4104d04879ec43fe30002a6 ;
    mo:record_count 1 ;
    schema:about <product/3547#subject> ;
    schema:byArtist <artist/4012#subject>,
        <artist/4284#subject>,
        <artist/4666#subject> ;
    schema:datePublished "2003-10-22"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/38/11983/11983-1234187370.jpg> ;
    schema:name "Angelique Etoile ~Yellow~"@en,
        "アンジェリークエトワール YELLOW"@ja,
        "Angelique Etoile ~Yellow~"@ja-latn ;
    schema:publisher <org/32#subject> ;
    foaf:depiction <https://media.vgm.io/albums/38/11983/11983-1234187370.jpg> .

_:N10dedde8cfd7461b88ff4a874a2b90dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "白日夢… ～Secret Dream～"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:Nf0d8dfb9a4104d04879ec43fe30002a6 ;
    schema:name "白日夢… ～Secret Dream～"@ja .

_:N1ef5bb19a54b4b73a38dcf8bb0ac0611 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "カフェテラスにて… -セイラン-"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:Nf0d8dfb9a4104d04879ec43fe30002a6 ;
    schema:name "カフェテラスにて… -セイラン-"@ja .

_:N2bb9c07476db4863a484b7983922d692 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "登山道にて… -ヴィクトール-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:Nf0d8dfb9a4104d04879ec43fe30002a6 ;
    schema:name "登山道にて… -ヴィクトール-"@ja .

_:N886861ef1d184b7eb57262d8f7432d23 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "見上げて BLUE SKY"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:Nf0d8dfb9a4104d04879ec43fe30002a6 ;
    schema:name "見上げて BLUE SKY"@ja .

_:N8f8bc95e8d6643c28eb8b2e12e0daa81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "岬の上の丘にて… -ユーイ-"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:Nf0d8dfb9a4104d04879ec43fe30002a6 ;
    schema:name "岬の上の丘にて… -ユーイ-"@ja .

_:Nece13842efd14b198fc71453360d79c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "未来に舵をとれ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:49"^^xsd:interval ;
    schema:inPlaylist _:Nf0d8dfb9a4104d04879ec43fe30002a6 ;
    schema:name "未来に舵をとれ"@ja .

_:Nf0d8dfb9a4104d04879ec43fe30002a6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N10dedde8cfd7461b88ff4a874a2b90dd,
        _:N1ef5bb19a54b4b73a38dcf8bb0ac0611,
        _:N2bb9c07476db4863a484b7983922d692,
        _:N886861ef1d184b7eb57262d8f7432d23,
        _:N8f8bc95e8d6643c28eb8b2e12e0daa81,
        _:Nece13842efd14b198fc71453360d79c4 ;
    mo:track_count 6 ;
    schema:duration "PT20:32"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N10dedde8cfd7461b88ff4a874a2b90dd,
        _:N1ef5bb19a54b4b73a38dcf8bb0ac0611,
        _:N2bb9c07476db4863a484b7983922d692,
        _:N886861ef1d184b7eb57262d8f7432d23,
        _:N8f8bc95e8d6643c28eb8b2e12e0daa81,
        _:Nece13842efd14b198fc71453360d79c4 .

