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

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

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

<artist/7178#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/87056#subject> ;
    schema:name "Kenichiro Ohishi"@en,
        "大石憲一郎"@ja ;
    foaf:made <album/87056#composition>,
        <album/87056#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/87056#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.5"@en,
        "Yes! プリキュア5 GoGo! Web ラジオ CLUB ココ＆ナッツ Vol.5"@ja,
        "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.5"@ja-latn ;
    mo:composer <artist/7178#subject> ;
    mo:produced_work <album/87056#musicalwork> ;
    schema:name "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.5"@en,
        "Yes! プリキュア5 GoGo! Web ラジオ CLUB ココ＆ナッツ Vol.5"@ja,
        "Yes! Precure5 GoGo! Web Radio CLUB Coco & Natts Vol.5"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/65/87056/87056-1558839100.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

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

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

_:N0551df3105c74b1a8c41fe16519091a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "#43「おかしな国の草尾毅 ハッピーバースディ♪」(ダイジェスト)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT55:33"^^xsd:interval ;
    schema:inPlaylist _:N6e5d11cf8f1245ee81973f2082bd4fc5 ;
    schema:name "#43「おかしな国の草尾毅 ハッピーバースディ♪」(ダイジェスト)"@ja .

_:N10c8f2bc5164427cbd1eeb6f129c935b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CM1 (入野自由ver.)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:Nc1d6852fc012448191d2ae4cb61c4739 ;
    schema:name "CM1 (入野自由ver.)"@ja .

_:N12022fe18b9f4f13b745d8be36b52cd6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夜明けは流星に連れられて"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:Nc1d6852fc012448191d2ae4cb61c4739 ;
    schema:name "夜明けは流星に連れられて"@ja .

_:N133a2f6f41844de5ac2853730f96290d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "オープニングドラマ傑作選"@ja ;
    mo:track_number 2 ;
    schema:duration "PT20:42"^^xsd:interval ;
    schema:inPlaylist _:N6e5d11cf8f1245ee81973f2082bd4fc5 ;
    schema:name "オープニングドラマ傑作選"@ja .

_:N1649f4a95f974a66b6234b9dcecc92c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "最終回エンディングトーク"@ja ;
    mo:track_number 9 ;
    schema:duration "PT10:26"^^xsd:interval ;
    schema:inPlaylist _:Nc1d6852fc012448191d2ae4cb61c4739 ;
    schema:name "最終回エンディングトーク"@ja .

_:N2cfccabdf36c46dda75dba0ebbc21ff0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "最終回スペシャルドラマ2 (夏編)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:Nc1d6852fc012448191d2ae4cb61c4739 ;
    schema:name "最終回スペシャルドラマ2 (夏編)"@ja .

_:N6b24825810cf4984bce6763c2bd935e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "最終回スペシャルドラマ1 (コージ編)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:24"^^xsd:interval ;
    schema:inPlaylist _:Nc1d6852fc012448191d2ae4cb61c4739 ;
    schema:name "最終回スペシャルドラマ1 (コージ編)"@ja .

_:N7ee009f0c4e64f42b32cd25a89911237 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "勝手にコマーシャル「W愛SP」"@ja ;
    mo:track_number 5 ;
    schema:duration "PT9:40"^^xsd:interval ;
    schema:inPlaylist _:Nc1d6852fc012448191d2ae4cb61c4739 ;
    schema:name "勝手にコマーシャル「W愛SP」"@ja .

_:N936addfd5e284b27bad0dd3f60e9a2a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CM2 (草尾毅ver.)"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:Nc1d6852fc012448191d2ae4cb61c4739 ;
    schema:name "CM2 (草尾毅ver.)"@ja .

_:N9e82d8fcc66b4fe5b8043933ab4daa01 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "今日のまかない"@ja ;
    mo:track_number 12 ;
    schema:duration "PT13:41"^^xsd:interval ;
    schema:inPlaylist _:Nc1d6852fc012448191d2ae4cb61c4739 ;
    schema:name "今日のまかない"@ja .

_:Nb51265011e69446cb659dda9d0bd3567 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "二人ずつでできるかな? 「二人でパティシエなりきれるかな?」"@ja ;
    mo:track_number 3 ;
    schema:duration "PT17:28"^^xsd:interval ;
    schema:inPlaylist _:Nc1d6852fc012448191d2ae4cb61c4739 ;
    schema:name "二人ずつでできるかな? 「二人でパティシエなりきれるかな?」"@ja .

_:Ncba48039a758471aaefd92755ea71e35 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "エンディング"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Nc1d6852fc012448191d2ae4cb61c4739 ;
    schema:name "エンディング"@ja .

_:Nda7750365ac74268a3af7ecbcf676bbc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CLUBココ&ナッツの床下「ダイジェスト」"@ja ;
    mo:track_number 7 ;
    schema:duration "PT10:32"^^xsd:interval ;
    schema:inPlaylist _:Nc1d6852fc012448191d2ae4cb61c4739 ;
    schema:name "CLUBココ&ナッツの床下「ダイジェスト」"@ja .

_:Ne014ef40b3c1416485a22b25b68b1213 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "オープニング"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:Nc1d6852fc012448191d2ae4cb61c4739 ;
    schema:name "オープニング"@ja .

_:N6e5d11cf8f1245ee81973f2082bd4fc5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N0551df3105c74b1a8c41fe16519091a0,
        _:N133a2f6f41844de5ac2853730f96290d ;
    mo:track_count 2 ;
    schema:duration "PT76:15"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N0551df3105c74b1a8c41fe16519091a0,
        _:N133a2f6f41844de5ac2853730f96290d .

_:Nc1d6852fc012448191d2ae4cb61c4739 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N10c8f2bc5164427cbd1eeb6f129c935b,
        _:N12022fe18b9f4f13b745d8be36b52cd6,
        _:N1649f4a95f974a66b6234b9dcecc92c8,
        _:N2cfccabdf36c46dda75dba0ebbc21ff0,
        _:N6b24825810cf4984bce6763c2bd935e9,
        _:N7ee009f0c4e64f42b32cd25a89911237,
        _:N936addfd5e284b27bad0dd3f60e9a2a9,
        _:N9e82d8fcc66b4fe5b8043933ab4daa01,
        _:Nb51265011e69446cb659dda9d0bd3567,
        _:Ncba48039a758471aaefd92755ea71e35,
        _:Nda7750365ac74268a3af7ecbcf676bbc,
        _:Ne014ef40b3c1416485a22b25b68b1213 ;
    mo:track_count 12 ;
    schema:duration "PT79:12"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N10c8f2bc5164427cbd1eeb6f129c935b,
        _:N12022fe18b9f4f13b745d8be36b52cd6,
        _:N1649f4a95f974a66b6234b9dcecc92c8,
        _:N2cfccabdf36c46dda75dba0ebbc21ff0,
        _:N6b24825810cf4984bce6763c2bd935e9,
        _:N7ee009f0c4e64f42b32cd25a89911237,
        _:N936addfd5e284b27bad0dd3f60e9a2a9,
        _:N9e82d8fcc66b4fe5b8043933ab4daa01,
        _:Nb51265011e69446cb659dda9d0bd3567,
        _:Ncba48039a758471aaefd92755ea71e35,
        _:Nda7750365ac74268a3af7ecbcf676bbc,
        _:Ne014ef40b3c1416485a22b25b68b1213 .

