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

<artist/10715#subject> a schema:Person,
        foaf:Person ;
    schema:name "Natsumi Tadano"@en,
        "只野菜摘"@ja ;
    foaf:made <album/95923#lyrics>,
        <album/95923#subject> ;
    foaf:name "Natsumi Tadano"@en,
        "只野菜摘"@ja .

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

<artist/7178#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/95923#subject> ;
    schema:name "Kenichiro Ohishi"@en,
        "大石憲一郎"@ja ;
    foaf:made <album/95923#composition>,
        <album/95923#subject> ;
    foaf:name "Kenichiro Ohishi"@en,
        "大石憲一郎"@ja .

<product/7352#subject> a schema:CreativeWork ;
    schema:name "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts"@en,
        "Yes!プリキュア5GoGo! Webラジオ CLUB ココ&ナッツ"@ja,
        "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts"@ja-latn ;
    foaf:name "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts"@en,
        "Yes!プリキュア5GoGo! Webラジオ CLUB ココ&ナッツ"@ja,
        "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts"@ja-latn .

<album/95923#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.3"@en,
        "Yes! プリキュア5 GoGo! Web ラジオ CLUB ココ＆ナッツ Vol.3"@ja,
        "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.3"@ja-latn ;
    mo:composer <artist/7178#subject> ;
    mo:produced_work <album/95923#musicalwork> ;
    schema:name "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.3"@en,
        "Yes! プリキュア5 GoGo! Web ラジオ CLUB ココ＆ナッツ Vol.3"@ja,
        "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.3"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/32/95923/95923-1580713189.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/6493#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/95923#performance> ;
    schema:name "Miyu Irino"@en,
        "入野自由"@ja ;
    foaf:name "Miyu Irino"@en,
        "入野自由"@ja .

<artist/7188#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/95923#performance> ;
    schema:name "Takeshi Kusao"@en,
        "草尾毅"@ja ;
    foaf:name "Takeshi Kusao"@en,
        "草尾毅"@ja .

<album/95923#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.3"@en,
        "Yes! プリキュア5 GoGo! Web ラジオ CLUB ココ＆ナッツ Vol.3"@ja,
        "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.3"@ja-latn ;
    mo:performance_of <album/95923#musicalwork> ;
    mo:performer <artist/6493#subject>,
        <artist/7188#subject> ;
    mo:recorded_as <album/95923#musicalexpression> ;
    schema:byArtist <artist/6493#subject>,
        <artist/7188#subject> ;
    schema:name "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.3"@en,
        "Yes! プリキュア5 GoGo! Web ラジオ CLUB ココ＆ナッツ Vol.3"@ja,
        "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.3"@ja-latn ;
    schema:workPerformed <album/95923#musicalwork> .

<album/95923#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-09-03"^^xsd:date ;
    dcterms:title "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.3"@en,
        "Yes! プリキュア5 GoGo! Web ラジオ CLUB ココ＆ナッツ Vol.3"@ja,
        "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.3"@ja-latn ;
    mo:catalogue_number "MJCD-20131" ;
    mo:media_type "CD" ;
    mo:publication_of <album/95923#musicalexpression> ;
    mo:publisher <org/2818#subject> ;
    mo:record _:Nfccb793969574d26bc2108a8bc3d51f3 ;
    mo:record_count 1 ;
    schema:about <product/7352#subject> ;
    schema:byArtist <artist/6493#subject>,
        <artist/7188#subject> ;
    schema:datePublished "2008-09-03"^^xsd:date ;
    schema:genre "Radio/Audio Drama" ;
    schema:image <https://media.vgm.io/albums/32/95923/95923-1580713189.jpg> ;
    schema:name "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.3"@en,
        "Yes! プリキュア5 GoGo! Web ラジオ CLUB ココ＆ナッツ Vol.3"@ja,
        "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.3"@ja-latn ;
    schema:publisher <org/2818#subject> ;
    foaf:depiction <https://media.vgm.io/albums/32/95923/95923-1580713189.jpg> .

_:N0d336275a7344bb3a8ecd4ae917814a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "拝啓……ココ様、ナッツ様"@ja ;
    mo:track_number 2 ;
    schema:duration "PT24:54"^^xsd:interval ;
    schema:inPlaylist _:Nfccb793969574d26bc2108a8bc3d51f3 ;
    schema:name "拝啓……ココ様、ナッツ様"@ja .

_:N2ab71160f50446bd82f46627a252a2c3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "薔薇と友情"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:Nfccb793969574d26bc2108a8bc3d51f3 ;
    schema:name "薔薇と友情"@ja .

_:N4745775974764be1bff7341ffa88ded9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "今日のまかない"@ja ;
    mo:track_number 7 ;
    schema:duration "PT19:10"^^xsd:interval ;
    schema:inPlaylist _:Nfccb793969574d26bc2108a8bc3d51f3 ;
    schema:name "今日のまかない"@ja .

_:N5d4b045ca4ba4144803dee2a541c83be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "小々田先生の進路相談室"@ja ;
    mo:track_number 3 ;
    schema:duration "PT13:41"^^xsd:interval ;
    schema:inPlaylist _:Nfccb793969574d26bc2108a8bc3d51f3 ;
    schema:name "小々田先生の進路相談室"@ja .

_:Nc3f814e189bc4ca194d29bc3458cf95a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "エンディング"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:Nfccb793969574d26bc2108a8bc3d51f3 ;
    schema:name "エンディング"@ja .

_:Nd355296c045246bea23e61bd413b0212 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "パルミンを探せ!"@ja ;
    mo:track_number 4 ;
    schema:duration "PT6:06"^^xsd:interval ;
    schema:inPlaylist _:Nfccb793969574d26bc2108a8bc3d51f3 ;
    schema:name "パルミンを探せ!"@ja .

_:Nf6f89ed9e2db4a629cbf574793d373e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "オープニング"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:Nfccb793969574d26bc2108a8bc3d51f3 ;
    schema:name "オープニング"@ja .

_:Nfccb793969574d26bc2108a8bc3d51f3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d336275a7344bb3a8ecd4ae917814a6,
        _:N2ab71160f50446bd82f46627a252a2c3,
        _:N4745775974764be1bff7341ffa88ded9,
        _:N5d4b045ca4ba4144803dee2a541c83be,
        _:Nc3f814e189bc4ca194d29bc3458cf95a,
        _:Nd355296c045246bea23e61bd413b0212,
        _:Nf6f89ed9e2db4a629cbf574793d373e0 ;
    mo:track_count 7 ;
    schema:duration "PT73:28"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N0d336275a7344bb3a8ecd4ae917814a6,
        _:N2ab71160f50446bd82f46627a252a2c3,
        _:N4745775974764be1bff7341ffa88ded9,
        _:N5d4b045ca4ba4144803dee2a541c83be,
        _:Nc3f814e189bc4ca194d29bc3458cf95a,
        _:Nd355296c045246bea23e61bd413b0212,
        _:Nf6f89ed9e2db4a629cbf574793d373e0 .

