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

<artist/4276#subject> a schema:Person,
        foaf:Person ;
    schema:name "yuiko"@en ;
    foaf:made <album/51031#lyrics>,
        <album/51031#subject> ;
    foaf:name "yuiko"@en .

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

<artist/4443#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/51031#subject> ;
    schema:name "Meis Clauson"@en ;
    foaf:made <album/51031#composition>,
        <album/51031#subject> ;
    foaf:name "Meis Clauson"@en .

<artist/6027#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/51031#subject> ;
    schema:name "Takeshi Nakatsuka"@en,
        "中塚武"@ja ;
    foaf:made <album/51031#composition>,
        <album/51031#lyrics>,
        <album/51031#subject> ;
    foaf:name "Takeshi Nakatsuka"@en,
        "中塚武"@ja .

<product/3206#subject> a schema:CreativeWork ;
    schema:name "Hello!! KINMOZA"@en,
        "ハロー!! きんいろモザイク"@ja,
        "Hello!! Kin-iro Mosaic"@ja-latn ;
    foaf:name "Hello!! KINMOZA"@en,
        "ハロー!! きんいろモザイク"@ja,
        "Hello!! Kin-iro Mosaic"@ja-latn .

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

<org/240#subject> schema:name "flying DOG"@en,
        "flying DOG"@ja,
        "flying DOG"@ja-latn ;
    foaf:name "flying DOG"@en,
        "flying DOG"@ja,
        "flying DOG"@ja-latn .

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

<https://medium-media.vgm.io/albums/13/51031/51031-1430030755.jpg> a schema:ImageObject,
        foaf:Image .

<album/51031#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Yumeiro Parade/My Best Friends / Rhodanthe*"@en,
        "夢色パレード/My Best Friends / Rhodanthe*"@ja,
        "Yumeiro Parade/My Best Friends / Rhodanthe*"@ja-latn ;
    mo:composer <artist/4443#subject>,
        <artist/6027#subject> ;
    mo:produced_work <album/51031#musicalwork> ;
    schema:name "Yumeiro Parade/My Best Friends / Rhodanthe*"@en,
        "夢色パレード/My Best Friends / Rhodanthe*"@ja,
        "Yumeiro Parade/My Best Friends / Rhodanthe*"@ja-latn .

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

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

<artist/11436#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/51031#performance> ;
    schema:name "Nao Toyama"@en,
        "東山奈央"@ja ;
    foaf:name "Nao Toyama"@en,
        "東山奈央"@ja .

<artist/12766#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/51031#performance> ;
    schema:name "Yumi Uchiyama"@en,
        "内山夕実"@ja ;
    foaf:name "Yumi Uchiyama"@en,
        "内山夕実"@ja .

<artist/13059#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/51031#performance> ;
    schema:name "Asuka Nishi"@en,
        "西明日香"@ja ;
    foaf:name "Asuka Nishi"@en,
        "西明日香"@ja .

<artist/13211#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/51031#performance> ;
    schema:name "Risa Taneda"@en,
        "種田梨沙"@ja ;
    foaf:name "Risa Taneda"@en,
        "種田梨沙"@ja .

<artist/14942#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/51031#performance> ;
    schema:name "Manami Tanaka"@en,
        "田中真奈美"@ja ;
    foaf:name "Manami Tanaka"@en,
        "田中真奈美"@ja .

<artist/16444#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/51031#performance> ;
    schema:name "Rhodanthe*"@en ;
    foaf:name "Rhodanthe*"@en .

<album/51031#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Yumeiro Parade/My Best Friends / Rhodanthe*"@en,
        "夢色パレード/My Best Friends / Rhodanthe*"@ja,
        "Yumeiro Parade/My Best Friends / Rhodanthe*"@ja-latn ;
    mo:performance_of <album/51031#musicalwork> ;
    mo:performer <artist/11436#subject>,
        <artist/12766#subject>,
        <artist/13059#subject>,
        <artist/13211#subject>,
        <artist/14942#subject>,
        <artist/16444#subject> ;
    mo:recorded_as <album/51031#musicalexpression> ;
    schema:byArtist <artist/11436#subject>,
        <artist/12766#subject>,
        <artist/13059#subject>,
        <artist/13211#subject>,
        <artist/14942#subject>,
        <artist/16444#subject> ;
    schema:name "Yumeiro Parade/My Best Friends / Rhodanthe*"@en,
        "夢色パレード/My Best Friends / Rhodanthe*"@ja,
        "Yumeiro Parade/My Best Friends / Rhodanthe*"@ja-latn ;
    schema:workPerformed <album/51031#musicalwork> .

<album/51031#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-04-29"^^xsd:date ;
    dcterms:title "Yumeiro Parade/My Best Friends / Rhodanthe*"@en,
        "夢色パレード/My Best Friends / Rhodanthe*"@ja,
        "Yumeiro Parade/My Best Friends / Rhodanthe*"@ja-latn ;
    mo:catalogue_number "VTCL-35200" ;
    mo:media_type "CD" ;
    mo:publication_of <album/51031#musicalexpression> ;
    mo:publisher <org/240#subject> ;
    mo:record _:Nf51ce0d5a9784c0ab91aa4b31efc79e0 ;
    mo:record_count 1 ;
    schema:about <product/3206#subject> ;
    schema:byArtist <artist/11436#subject>,
        <artist/12766#subject>,
        <artist/13059#subject>,
        <artist/13211#subject>,
        <artist/14942#subject>,
        <artist/16444#subject> ;
    schema:datePublished "2015-04-29"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/13/51031/51031-1430030755.jpg> ;
    schema:name "Yumeiro Parade/My Best Friends / Rhodanthe*"@en,
        "夢色パレード/My Best Friends / Rhodanthe*"@ja,
        "Yumeiro Parade/My Best Friends / Rhodanthe*"@ja-latn ;
    schema:publisher <org/240#subject> ;
    foaf:depiction <https://media.vgm.io/albums/13/51031/51031-1430030755.jpg> .

_:N000aab656f4949f2bd57e6322409403c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夢色パレード"@ja,
        "Yumeiro Parade"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:Nf51ce0d5a9784c0ab91aa4b31efc79e0 ;
    schema:name "夢色パレード"@ja,
        "Yumeiro Parade"@ja-latn .

_:N95796acd264f4832834142a7a4d5faa6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夢色パレード (カラオケ)"@ja,
        "Yumeiro Parade (Karaoke)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:Nf51ce0d5a9784c0ab91aa4b31efc79e0 ;
    schema:name "夢色パレード (カラオケ)"@ja,
        "Yumeiro Parade (Karaoke)"@ja-latn .

_:Ndcd6591fb91b41f7980a9d673260eb12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "My Best Friends"@ja,
        "My Best Friends"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:Nf51ce0d5a9784c0ab91aa4b31efc79e0 ;
    schema:name "My Best Friends"@ja,
        "My Best Friends"@ja-latn .

_:Nef16b88ae8de4492a4c0ed5e7d67af6c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "My Best Friends (カラオケ)"@ja,
        "My Best Friends (Karaoke)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:Nf51ce0d5a9784c0ab91aa4b31efc79e0 ;
    schema:name "My Best Friends (カラオケ)"@ja,
        "My Best Friends (Karaoke)"@ja-latn .

_:Nf51ce0d5a9784c0ab91aa4b31efc79e0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N000aab656f4949f2bd57e6322409403c,
        _:N95796acd264f4832834142a7a4d5faa6,
        _:Ndcd6591fb91b41f7980a9d673260eb12,
        _:Nef16b88ae8de4492a4c0ed5e7d67af6c ;
    mo:track_count 4 ;
    schema:duration "PT16:00"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N000aab656f4949f2bd57e6322409403c,
        _:N95796acd264f4832834142a7a4d5faa6,
        _:Ndcd6591fb91b41f7980a9d673260eb12,
        _:Nef16b88ae8de4492a4c0ed5e7d67af6c .

