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

<artist/10825#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shin Furuya"@en,
        "古屋真"@ja ;
    foaf:made <album/75777#lyrics>,
        <album/75777#subject> ;
    foaf:name "Shin Furuya"@en,
        "古屋真"@ja .

<artist/12385#subject> a schema:Person,
        foaf:Person ;
    schema:name "Youhei Matsui"@en,
        "松井洋平"@ja ;
    foaf:made <album/75777#lyrics>,
        <album/75777#subject> ;
    foaf:name "Youhei Matsui"@en,
        "松井洋平"@ja .

<artist/27613#subject> a schema:Person,
        foaf:Person ;
    schema:name "Run Girls, Run!"@en ;
    foaf:made <album/75777#subject>,
        <album/75777#vocals> ;
    foaf:name "Run Girls, Run!"@en .

<artist/27614#subject> a schema:Person,
        foaf:Person ;
    schema:name "Coco Hayashi"@en,
        "林鼓子"@ja ;
    foaf:made <album/75777#subject>,
        <album/75777#vocals> ;
    foaf:name "Coco Hayashi"@en,
        "林鼓子"@ja .

<artist/27615#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuka Morishima"@en,
        "森嶋優花"@ja ;
    foaf:made <album/75777#subject>,
        <album/75777#vocals> ;
    foaf:name "Yuka Morishima"@en,
        "森嶋優花"@ja .

<artist/27616#subject> a schema:Person,
        foaf:Person ;
    schema:name "Nanami Atsugi"@en,
        "厚木那奈美"@ja ;
    foaf:made <album/75777#subject>,
        <album/75777#vocals> ;
    foaf:name "Nanami Atsugi"@en,
        "厚木那奈美"@ja .

<artist/10142#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/75777#subject> ;
    schema:name "Hiroo Ooyagi"@en,
        "オオヤギヒロオ"@ja ;
    foaf:made <album/75777#composition>,
        <album/75777#subject> ;
    foaf:name "Hiroo Ooyagi"@en,
        "オオヤギヒロオ"@ja .

<artist/6764#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/75777#subject> ;
    schema:name "Takuya Sakai"@en,
        "酒井拓也"@ja ;
    foaf:made <album/75777#composition>,
        <album/75777#subject> ;
    foaf:name "Takuya Sakai"@en,
        "酒井拓也"@ja .

<artist/6777#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/75777#subject> ;
    schema:name "Satoru Kuwabara"@en,
        "桑原聖"@ja ;
    foaf:made <album/75777#composition>,
        <album/75777#subject> ;
    foaf:name "Satoru Kuwabara"@en,
        "桑原聖"@ja .

<product/6686#subject> a schema:CreativeWork ;
    schema:name "Kiratto Pri☆Chan"@en,
        "キラッとプリ☆チャン"@ja,
        "Kiratto Pri☆Chan"@ja-latn ;
    foaf:name "Kiratto Pri☆Chan"@en,
        "キラッとプリ☆チャン"@ja,
        "Kiratto Pri☆Chan"@ja-latn .

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

<album/75777#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kiratto Start / Run Girls, Run! [CD+DVD]"@en,
        "キラッとスタート / Run Girls, Run!"@ja,
        "Kiratto Start / Run Girls, Run! [CD+DVD]"@ja-latn ;
    mo:performance_of <album/75777#musicalwork> ;
    mo:recorded_as <album/75777#musicalexpression> ;
    schema:name "Kiratto Start / Run Girls, Run! [CD+DVD]"@en,
        "キラッとスタート / Run Girls, Run!"@ja,
        "Kiratto Start / Run Girls, Run! [CD+DVD]"@ja-latn ;
    schema:workPerformed <album/75777#musicalwork> .

<org/996#subject> schema:name "DIVE II"@en,
        "DIVE II"@ja,
        "DIVE II"@ja-latn ;
    foaf:name "DIVE II"@en,
        "DIVE II"@ja,
        "DIVE II"@ja-latn .

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

<https://medium-media.vgm.io/albums/77/75777/75777-1523263221.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/75777#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kiratto Start / Run Girls, Run! [CD+DVD]"@en,
        "キラッとスタート / Run Girls, Run!"@ja,
        "Kiratto Start / Run Girls, Run! [CD+DVD]"@ja-latn ;
    mo:composer <artist/10142#subject>,
        <artist/6764#subject>,
        <artist/6777#subject> ;
    mo:produced_work <album/75777#musicalwork> ;
    schema:name "Kiratto Start / Run Girls, Run! [CD+DVD]"@en,
        "キラッとスタート / Run Girls, Run!"@ja,
        "Kiratto Start / Run Girls, Run! [CD+DVD]"@ja-latn .

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

<album/75777#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-05-02"^^xsd:date ;
    dcterms:title "Kiratto Start / Run Girls, Run! [CD+DVD]"@en,
        "キラッとスタート / Run Girls, Run!"@ja,
        "Kiratto Start / Run Girls, Run! [CD+DVD]"@ja-latn ;
    mo:catalogue_number "EYCA-11865/B" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/75777#musicalexpression> ;
    mo:publisher <org/996#subject> ;
    mo:record _:N8bb153a1ebb84c92b5aee02b6bc2ce51,
        _:Nea26ac69badf4dc8841eb2ae73dbad91 ;
    mo:record_count 2 ;
    schema:about <product/6686#subject> ;
    schema:datePublished "2018-05-02"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/77/75777/75777-1523263221.jpg> ;
    schema:name "Kiratto Start / Run Girls, Run! [CD+DVD]"@en,
        "キラッとスタート / Run Girls, Run!"@ja,
        "Kiratto Start / Run Girls, Run! [CD+DVD]"@ja-latn ;
    schema:publisher <org/996#subject> ;
    foaf:depiction <https://media.vgm.io/albums/77/75777/75777-1523263221.jpg> .

_:N6cbb6dc8b0b6421da622a581635ac181 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "キラッとスタート (Instrumental)"@ja,
        "Kiratto Start (Instrumental)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N8bb153a1ebb84c92b5aee02b6bc2ce51 ;
    schema:name "キラッとスタート (Instrumental)"@ja,
        "Kiratto Start (Instrumental)"@ja-latn .

_:Nb46e40e5bc4a4734b62bbbe2d8f26964 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "キラッとスタート (Music Video)"@ja,
        "Kiratto Start (Music Video)"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nea26ac69badf4dc8841eb2ae73dbad91 ;
    schema:name "キラッとスタート (Music Video)"@ja,
        "Kiratto Start (Music Video)"@ja-latn .

_:Nd6713fca6c30488893679b706a3071c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "プリマ☆ドンナ?メモリアル! (Instrumental)"@ja,
        "Prima☆Donna? Memorial! (Instrumental)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N8bb153a1ebb84c92b5aee02b6bc2ce51 ;
    schema:name "プリマ☆ドンナ?メモリアル! (Instrumental)"@ja,
        "Prima☆Donna? Memorial! (Instrumental)"@ja-latn .

_:Nd6fa87fb1de946dda6f732372d2ddecf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "プリマ☆ドンナ?メモリアル!"@ja,
        "Prima☆Donna? Memorial!"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:N8bb153a1ebb84c92b5aee02b6bc2ce51 ;
    schema:name "プリマ☆ドンナ?メモリアル!"@ja,
        "Prima☆Donna? Memorial!"@ja-latn .

_:Nd7b9e52ce7a243378fdcbccd08b7d4fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "キラッとスタート"@ja,
        "Kiratto Start"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N8bb153a1ebb84c92b5aee02b6bc2ce51 ;
    schema:name "キラッとスタート"@ja,
        "Kiratto Start"@ja-latn .

_:Nea26ac69badf4dc8841eb2ae73dbad91 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:Nb46e40e5bc4a4734b62bbbe2d8f26964 ;
    mo:track_count 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nb46e40e5bc4a4734b62bbbe2d8f26964 .

_:N8bb153a1ebb84c92b5aee02b6bc2ce51 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6cbb6dc8b0b6421da622a581635ac181,
        _:Nd6713fca6c30488893679b706a3071c6,
        _:Nd6fa87fb1de946dda6f732372d2ddecf,
        _:Nd7b9e52ce7a243378fdcbccd08b7d4fc ;
    mo:track_count 4 ;
    schema:duration "PT17:15"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N6cbb6dc8b0b6421da622a581635ac181,
        _:Nd6713fca6c30488893679b706a3071c6,
        _:Nd6fa87fb1de946dda6f732372d2ddecf,
        _:Nd7b9e52ce7a243378fdcbccd08b7d4fc .

