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

<artist/28039#subject> a schema:Person,
        foaf:Person ;
    schema:name "Keiichi Ogawa"@en,
        "小川敬一"@ja ;
    foaf:made <album/98748#lyrics>,
        <album/98748#subject> ;
    foaf:name "Keiichi Ogawa"@en,
        "小川敬一"@ja .

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

<artist/24463#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98748#subject> ;
    schema:name "Kouichi Hattori"@en,
        "服部公一"@ja ;
    foaf:made <album/98748#composition>,
        <album/98748#subject> ;
    foaf:name "Kouichi Hattori"@en,
        "服部公一"@ja .

<product/8141#subject> a schema:CreativeWork ;
    schema:name "Rainbow Sentai Robin"@en,
        "レインボー戦隊ロビン"@ja,
        "Rainbow Sentai Robin"@ja-latn ;
    foaf:name "Rainbow Sentai Robin"@en,
        "レインボー戦隊ロビン"@ja,
        "Rainbow Sentai Robin"@ja-latn .

<album/98748#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kodomo Manga Series Rainbow Sentai Robin"@en,
        "コダマまんがシリーズ レインボー戦隊ロビン"@ja,
        "Kodomo Manga Series Rainbow Sentai Robin"@ja-latn ;
    mo:composer <artist/24463#subject> ;
    mo:produced_work <album/98748#musicalwork> ;
    schema:name "Kodomo Manga Series Rainbow Sentai Robin"@en,
        "コダマまんがシリーズ レインボー戦隊ロビン"@ja,
        "Kodomo Manga Series Rainbow Sentai Robin"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/84/98748/98748-1589114481.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/64803#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98748#performance> ;
    schema:name "Keiko Nakamura"@en,
        "中村恵子"@ja ;
    foaf:name "Keiko Nakamura"@en,
        "中村恵子"@ja .

<artist/72455#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98748#performance> ;
    schema:name "Noriko Shindou"@en,
        "新道乃里子"@ja ;
    foaf:name "Noriko Shindou"@en,
        "新道乃里子"@ja .

<artist/76239#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98748#performance> ;
    schema:name "Nobuaki Sekine"@en,
        "関根信昭"@ja ;
    foaf:name "Nobuaki Sekine"@en,
        "関根信昭"@ja .

<album/98748#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1966-09-25"^^xsd:date ;
    dcterms:title "Kodomo Manga Series Rainbow Sentai Robin"@en,
        "コダマまんがシリーズ レインボー戦隊ロビン"@ja,
        "Kodomo Manga Series Rainbow Sentai Robin"@ja-latn ;
    mo:catalogue_number "KS-266" ;
    mo:media_type "Flexi Disc (7\" 33&frac13; rpm)" ;
    mo:publication_of <album/98748#musicalexpression> ;
    mo:publisher _:N6e9888ea30024420bf1bca9f78bb92dc ;
    mo:record _:Nc93391a95fb64661afb230fc87d92d89 ;
    mo:record_count 1 ;
    schema:about <product/8141#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Setsuo Shinoda"@en ;
            foaf:name "Setsuo Shinoda"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Kousei Yagi"@en ;
            foaf:name "Kousei Yagi"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Eiichi Sakurai"@en ;
            foaf:name "Eiichi Sakurai"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Kyoko Satomi"@en ;
            foaf:name "Kyoko Satomi"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Rainbow Harmony"@en ;
            foaf:name "Rainbow Harmony"@en ],
        <artist/64803#subject>,
        <artist/72455#subject>,
        <artist/76239#subject> ;
    schema:datePublished "1966-09-25"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/84/98748/98748-1589114481.jpg> ;
    schema:name "Kodomo Manga Series Rainbow Sentai Robin"@en,
        "コダマまんがシリーズ レインボー戦隊ロビン"@ja,
        "Kodomo Manga Series Rainbow Sentai Robin"@ja-latn ;
    schema:publisher _:N6e9888ea30024420bf1bca9f78bb92dc ;
    foaf:depiction <https://media.vgm.io/albums/84/98748/98748-1589114481.jpg> .

<album/98748#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kodomo Manga Series Rainbow Sentai Robin"@en,
        "コダマまんがシリーズ レインボー戦隊ロビン"@ja,
        "Kodomo Manga Series Rainbow Sentai Robin"@ja-latn ;
    mo:performance_of <album/98748#musicalwork> ;
    mo:performer _:N1b88e3f6cd0347198209bcbd02bc2ee9,
        _:N1c3242a70be848c095bda6128671dc4c,
        _:N9fee5eea5ee546699710625c1c578799,
        _:Nce72099f17a440808897c3d65750c0a5,
        _:Nfd5d46f39335464dac74499814c6521f,
        <artist/64803#subject>,
        <artist/72455#subject>,
        <artist/76239#subject> ;
    mo:recorded_as <album/98748#musicalexpression> ;
    schema:byArtist _:N1b88e3f6cd0347198209bcbd02bc2ee9,
        _:N1c3242a70be848c095bda6128671dc4c,
        _:N9fee5eea5ee546699710625c1c578799,
        _:Nce72099f17a440808897c3d65750c0a5,
        _:Nfd5d46f39335464dac74499814c6521f,
        <artist/64803#subject>,
        <artist/72455#subject>,
        <artist/76239#subject> ;
    schema:name "Kodomo Manga Series Rainbow Sentai Robin"@en,
        "コダマまんがシリーズ レインボー戦隊ロビン"@ja,
        "Kodomo Manga Series Rainbow Sentai Robin"@ja-latn ;
    schema:workPerformed <album/98748#musicalwork> .

_:N0930520f560a4de396ca3272dfe193bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ドラマ ■呪いの吸血鬼 (後半)"@ja,
        "レインボー戦隊ロビン"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nc93391a95fb64661afb230fc87d92d89 ;
    schema:name "ドラマ ■呪いの吸血鬼 (後半)"@ja,
        "レインボー戦隊ロビン"@ja .

_:N1b88e3f6cd0347198209bcbd02bc2ee9 a schema:Person,
        foaf:Person ;
    mo:performed <album/98748#performance> ;
    schema:name "Kyoko Satomi"@en ;
    foaf:name "Kyoko Satomi"@en .

_:N1c3242a70be848c095bda6128671dc4c a schema:Person,
        foaf:Person ;
    mo:performed <album/98748#performance> ;
    schema:name "Setsuo Shinoda"@en ;
    foaf:name "Setsuo Shinoda"@en .

_:N385f6290c42a40efb21358e333045cc8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ドラマ ■呪いの吸血鬼 (前半)"@ja,
        "ドラマ・導入部"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nc93391a95fb64661afb230fc87d92d89 ;
    schema:name "ドラマ ■呪いの吸血鬼 (前半)"@ja,
        "ドラマ・導入部"@ja .

_:N6e9888ea30024420bf1bca9f78bb92dc schema:name "Kodama Press"@en ;
    foaf:name "Kodama Press"@en .

_:N9a483b6a8a434cd98288fccba4d5db22 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ドラマ ■呪いの吸血鬼 (後半)"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nc93391a95fb64661afb230fc87d92d89 ;
    schema:name "ドラマ ■呪いの吸血鬼 (後半)"@ja .

_:N9fee5eea5ee546699710625c1c578799 a schema:Person,
        foaf:Person ;
    mo:performed <album/98748#performance> ;
    schema:name "Kousei Yagi"@en ;
    foaf:name "Kousei Yagi"@en .

_:Nb1654dc796b645e8839529fdb644579a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "レインボー戦隊ロビン"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nc93391a95fb64661afb230fc87d92d89 ;
    schema:name "レインボー戦隊ロビン"@ja .

_:Nc42f1c4bec8341829c4411ad88186cd9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "レインボー戦隊ロビン"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nc93391a95fb64661afb230fc87d92d89 ;
    schema:name "レインボー戦隊ロビン"@ja .

_:Ncc5fd57a60984205ba737779ca45e68f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ドラマ ■呪いの吸血鬼 (前半)"@ja,
        "レインボー戦隊ロビン"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nc93391a95fb64661afb230fc87d92d89 ;
    schema:name "ドラマ ■呪いの吸血鬼 (前半)"@ja,
        "レインボー戦隊ロビン"@ja .

_:Nce72099f17a440808897c3d65750c0a5 a schema:Person,
        foaf:Person ;
    mo:performed <album/98748#performance> ;
    schema:name "Eiichi Sakurai"@en ;
    foaf:name "Eiichi Sakurai"@en .

_:Nfd5d46f39335464dac74499814c6521f a schema:Person,
        foaf:Person ;
    mo:performed <album/98748#performance> ;
    schema:name "Rainbow Harmony"@en ;
    foaf:name "Rainbow Harmony"@en .

_:Nc93391a95fb64661afb230fc87d92d89 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0930520f560a4de396ca3272dfe193bd,
        _:N385f6290c42a40efb21358e333045cc8,
        _:N9a483b6a8a434cd98288fccba4d5db22,
        _:Nb1654dc796b645e8839529fdb644579a,
        _:Nc42f1c4bec8341829c4411ad88186cd9,
        _:Ncc5fd57a60984205ba737779ca45e68f ;
    mo:track_count 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N0930520f560a4de396ca3272dfe193bd,
        _:N385f6290c42a40efb21358e333045cc8,
        _:N9a483b6a8a434cd98288fccba4d5db22,
        _:Nb1654dc796b645e8839529fdb644579a,
        _:Nc42f1c4bec8341829c4411ad88186cd9,
        _:Ncc5fd57a60984205ba737779ca45e68f .

