@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 _:N18fbbddcb0e543d18d619f525632cfc8,
        _:Nd092026cd5ce48538dc44d4f53b088f8 ;
    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> .

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

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

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

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

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

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

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

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

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

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

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

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

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

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

_:Nd092026cd5ce48538dc44d4f53b088f8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N3a78edd4ef8f4b2e8d1055f69292652e,
        _:N56356329f77c476199dd2b5546284109 ;
    mo:track_count 2 ;
    schema:duration "PT76:15"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N3a78edd4ef8f4b2e8d1055f69292652e,
        _:N56356329f77c476199dd2b5546284109 .

_:N18fbbddcb0e543d18d619f525632cfc8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N031f53a95c0b4b36951d6b78bab096fe,
        _:N0337636db4e343f4a7f2d2d5381cf0e4,
        _:N051735c37b3742b8ae220314363eaf95,
        _:N18bc6c783bda46dba3fef26c2628e0b8,
        _:N1c69cbfa6d934c1da28b2d3b3f393e6f,
        _:N2f3dd67732804c89ba62fc30cf79caba,
        _:N83224a9406ef49609d2ba10f394888ef,
        _:N8c48991a53a1411fb2ace9137ba02200,
        _:N8fce5c36826948caa276703633a56cfd,
        _:N97c80a379a7c43539c3f1d1ce6bfdb11,
        _:Nbf4c6f994da141b5816c37c195cd5dbf,
        _:Nf2581e953ea04f8fba054b7be7fb05e2 ;
    mo:track_count 12 ;
    schema:duration "PT79:12"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N031f53a95c0b4b36951d6b78bab096fe,
        _:N0337636db4e343f4a7f2d2d5381cf0e4,
        _:N051735c37b3742b8ae220314363eaf95,
        _:N18bc6c783bda46dba3fef26c2628e0b8,
        _:N1c69cbfa6d934c1da28b2d3b3f393e6f,
        _:N2f3dd67732804c89ba62fc30cf79caba,
        _:N83224a9406ef49609d2ba10f394888ef,
        _:N8c48991a53a1411fb2ace9137ba02200,
        _:N8fce5c36826948caa276703633a56cfd,
        _:N97c80a379a7c43539c3f1d1ce6bfdb11,
        _:Nbf4c6f994da141b5816c37c195cd5dbf,
        _:Nf2581e953ea04f8fba054b7be7fb05e2 .

