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

<artist/12876#subject> a schema:Person,
        foaf:Person ;
    schema:name "crimm"@en,
        "くりむ"@ja ;
    foaf:made <album/59588#lyrics>,
        <album/59588#subject> ;
    foaf:name "crimm"@en,
        "くりむ"@ja .

<artist/7746#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mayumi Ikemizu"@en,
        "池水真由美"@ja ;
    foaf:made <album/59588#lyrics>,
        <album/59588#subject> ;
    foaf:name "Mayumi Ikemizu"@en,
        "池水真由美"@ja .

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

<artist/1467#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/59588#subject> ;
    schema:name "Tomoko Sasaki"@en,
        "ササキトモコ"@ja ;
    foaf:made <album/59588#composition>,
        <album/59588#lyrics>,
        <album/59588#subject> ;
    foaf:name "Tomoko Sasaki"@en,
        "ササキトモコ"@ja .

<artist/44457#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/59588#subject> ;
    schema:name "TOMOSUKE"@en ;
    foaf:made <album/59588#composition>,
        <album/59588#subject> ;
    foaf:name "TOMOSUKE"@en .

<product/3144#subject> a schema:CreativeWork ;
    schema:name "pop'n music Lapistoria"@en,
        "pop'n music ラピストリア"@ja,
        "pop'n music Lapistoria"@ja-latn ;
    foaf:name "pop'n music Lapistoria"@en,
        "pop'n music ラピストリア"@ja,
        "pop'n music Lapistoria"@ja-latn .

<product/4897#subject> a schema:CreativeWork ;
    schema:name "GUITARFREAKS 7thMIX & drummania 6thMIX"@en,
        "GUITARFREAKS 7thMIX & drummania 6thMIX"@ja,
        "GUITARFREAKS 7thMIX & drummania 6thMIX"@ja-latn ;
    foaf:name "GUITARFREAKS 7thMIX & drummania 6thMIX"@en,
        "GUITARFREAKS 7thMIX & drummania 6thMIX"@ja,
        "GUITARFREAKS 7thMIX & drummania 6thMIX"@ja-latn .

<product/4935#subject> a schema:CreativeWork ;
    schema:name "jubeat saucer"@en,
        "jubeat saucer"@ja,
        "jubeat saucer"@ja-latn ;
    foaf:name "jubeat saucer"@en,
        "jubeat saucer"@ja,
        "jubeat saucer"@ja-latn .

<product/4936#subject> a schema:CreativeWork ;
    schema:name "jubeat prop"@en,
        "jubeat prop"@ja,
        "jubeat prop"@ja-latn ;
    foaf:name "jubeat prop"@en,
        "jubeat prop"@ja,
        "jubeat prop"@ja-latn .

<release/6403#subject> a schema:CreativeWork ;
    schema:name "REFLEC BEAT groovin'!! Upper"@en,
        "REFLEC BEAT groovin'!! Upper"@ja,
        "REFLEC BEAT groovin'!! Upper"@ja-latn ;
    foaf:name "REFLEC BEAT groovin'!! Upper"@en,
        "REFLEC BEAT groovin'!! Upper"@ja,
        "REFLEC BEAT groovin'!! Upper"@ja-latn .

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

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

<https://media.vgm.io/albums/88/59588/59588-1465960396.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/59588#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/88/59588/59588-1465960396.png> ;
    foaf:depicts <album/59588#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/88/59588/59588-1465960396.png> .

<https://medium-media.vgm.io/albums/88/59588/59588-1465960396.png> a schema:ImageObject,
        foaf:Image .

<album/59588#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Five Drops 01 -sunny orange- Marika Yamagata"@en,
        "Five Drops 01 -sunny orange- 山形まり花 / CV:日高里菜"@ja,
        "Five Drops 01 -sunny orange- Yamagata Marika / CV:Hidaka Rina"@ja-latn ;
    mo:composer <artist/1467#subject>,
        <artist/44457#subject> ;
    mo:produced_work <album/59588#musicalwork> ;
    schema:name "Five Drops 01 -sunny orange- Marika Yamagata"@en,
        "Five Drops 01 -sunny orange- 山形まり花 / CV:日高里菜"@ja,
        "Five Drops 01 -sunny orange- Yamagata Marika / CV:Hidaka Rina"@ja-latn .

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

<album/59588#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Five Drops 01 -sunny orange- Marika Yamagata"@en,
        "Five Drops 01 -sunny orange- 山形まり花 / CV:日高里菜"@ja,
        "Five Drops 01 -sunny orange- Yamagata Marika / CV:Hidaka Rina"@ja-latn ;
    mo:performance_of <album/59588#musicalwork> ;
    mo:performer <artist/8480#subject> ;
    mo:recorded_as <album/59588#musicalexpression> ;
    schema:byArtist <artist/8480#subject> ;
    schema:name "Five Drops 01 -sunny orange- Marika Yamagata"@en,
        "Five Drops 01 -sunny orange- 山形まり花 / CV:日高里菜"@ja,
        "Five Drops 01 -sunny orange- Yamagata Marika / CV:Hidaka Rina"@ja-latn ;
    schema:workPerformed <album/59588#musicalwork> .

<artist/8480#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/59588#performance> ;
    schema:name "Rina Hidaka"@en,
        "日高里菜"@ja ;
    foaf:name "Rina Hidaka"@en,
        "日高里菜"@ja .

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

<album/59588#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-12-23"^^xsd:date ;
    dcterms:title "Five Drops 01 -sunny orange- Marika Yamagata"@en,
        "Five Drops 01 -sunny orange- 山形まり花 / CV:日高里菜"@ja,
        "Five Drops 01 -sunny orange- Yamagata Marika / CV:Hidaka Rina"@ja-latn ;
    mo:catalogue_number "LC2271" ;
    mo:media_type "CD" ;
    mo:publication_of <album/59588#musicalexpression> ;
    mo:publisher <org/2246#subject> ;
    mo:record _:N1c44c9c65fd44832bb753b8c0a685cc9 ;
    mo:record_count 1 ;
    schema:about <product/3144#subject>,
        <product/4897#subject>,
        <product/4935#subject>,
        <product/4936#subject>,
        <release/6403#subject> ;
    schema:byArtist <artist/8480#subject> ;
    schema:datePublished "2015-12-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/88/59588/59588-1465960396.png> ;
    schema:name "Five Drops 01 -sunny orange- Marika Yamagata"@en,
        "Five Drops 01 -sunny orange- 山形まり花 / CV:日高里菜"@ja,
        "Five Drops 01 -sunny orange- Yamagata Marika / CV:Hidaka Rina"@ja-latn ;
    schema:publisher <org/2246#subject> ;
    foaf:depiction <https://media.vgm.io/albums/88/59588/59588-1465960396.png> .

_:N0f3c519e20a14767a9d9a42e5987c761 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "neko*neko"@ja,
        "neko*neko"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1c44c9c65fd44832bb753b8c0a685cc9 ;
    schema:name "neko*neko"@ja,
        "neko*neko"@ja-latn .

_:N3d12a3a28c494eb5ad5ff843ee46033f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "クラゲファンタジーソーダ"@ja,
        "Kurage Fantasy Soda"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1c44c9c65fd44832bb753b8c0a685cc9 ;
    schema:name "クラゲファンタジーソーダ"@ja,
        "Kurage Fantasy Soda"@ja-latn .

_:N415f9791d2044c67870f272f15b9f131 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "クラゲファンタジーソーダ(Instrumental)"@ja,
        "Kurage Fantasy Soda(Instrumental)"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1c44c9c65fd44832bb753b8c0a685cc9 ;
    schema:name "クラゲファンタジーソーダ(Instrumental)"@ja,
        "Kurage Fantasy Soda(Instrumental)"@ja-latn .

_:N905141dfdc7e436392d3297704f3476c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "neko*neko(Instrumental)"@ja,
        "neko*neko(Instrumental)"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1c44c9c65fd44832bb753b8c0a685cc9 ;
    schema:name "neko*neko(Instrumental)"@ja,
        "neko*neko(Instrumental)"@ja-latn .

_:N9ad376fca4be4db98c7e5d91659595b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ぽかぽかレトロード"@ja,
        "Pokapoka Retro Road"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1c44c9c65fd44832bb753b8c0a685cc9 ;
    schema:name "ぽかぽかレトロード"@ja,
        "Pokapoka Retro Road"@ja-latn .

_:Na7bb9453fffc4688865bd15dd1dc10be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "jet coaster☆girl～まり花edition～"@ja,
        "jet coaster☆girl ~Marika edition~"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1c44c9c65fd44832bb753b8c0a685cc9 ;
    schema:name "jet coaster☆girl～まり花edition～"@ja,
        "jet coaster☆girl ~Marika edition~"@ja-latn .

_:Na974188dc72d4ff39d14e90a6b977731 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ぽかぽかレトロード(Instrumental)"@ja,
        "Pokapoka Retro Road(Instrumental)"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1c44c9c65fd44832bb753b8c0a685cc9 ;
    schema:name "ぽかぽかレトロード(Instrumental)"@ja,
        "Pokapoka Retro Road(Instrumental)"@ja-latn .

_:Nbdc00f879b424049812232b2db02afb6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恋とキングコング"@ja,
        "Koi to King Kong"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1c44c9c65fd44832bb753b8c0a685cc9 ;
    schema:name "恋とキングコング"@ja,
        "Koi to King Kong"@ja-latn .

_:N1c44c9c65fd44832bb753b8c0a685cc9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0f3c519e20a14767a9d9a42e5987c761,
        _:N3d12a3a28c494eb5ad5ff843ee46033f,
        _:N415f9791d2044c67870f272f15b9f131,
        _:N905141dfdc7e436392d3297704f3476c,
        _:N9ad376fca4be4db98c7e5d91659595b1,
        _:Na7bb9453fffc4688865bd15dd1dc10be,
        _:Na974188dc72d4ff39d14e90a6b977731,
        _:Nbdc00f879b424049812232b2db02afb6 ;
    mo:track_count 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N0f3c519e20a14767a9d9a42e5987c761,
        _:N3d12a3a28c494eb5ad5ff843ee46033f,
        _:N415f9791d2044c67870f272f15b9f131,
        _:N905141dfdc7e436392d3297704f3476c,
        _:N9ad376fca4be4db98c7e5d91659595b1,
        _:Na7bb9453fffc4688865bd15dd1dc10be,
        _:Na974188dc72d4ff39d14e90a6b977731,
        _:Nbdc00f879b424049812232b2db02afb6 .

