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

<artist/2050#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mayumi Sindou"@en,
        "新堂真弓"@ja ;
    foaf:made <album/7894#lyrics>,
        <album/7894#subject> ;
    foaf:name "Mayumi Sindou"@en,
        "新堂真弓"@ja .

<artist/56468#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hajime Kanasugi"@en,
        "かなすぎはじめ"@ja ;
    foaf:made <album/7894#lyrics>,
        <album/7894#subject> ;
    foaf:name "Hajime Kanasugi"@en,
        "かなすぎはじめ"@ja .

<artist/63134#subject> a schema:Person,
        foaf:Person ;
    schema:name "BUN YOSHIDA"@en ;
    foaf:made <album/7894#lyrics>,
        <album/7894#subject> ;
    foaf:name "BUN YOSHIDA"@en .

<artist/63616#subject> a schema:Person,
        foaf:Person ;
    schema:name "HAJIME KANASUGI"@en ;
    foaf:made <album/7894#lyrics>,
        <album/7894#subject> ;
    foaf:name "HAJIME KANASUGI"@en .

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

<artist/1705#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/7894#subject> ;
    schema:name "Masaya Koike"@en,
        "小池雅也"@ja ;
    foaf:made <album/7894#composition>,
        <album/7894#subject> ;
    foaf:name "Masaya Koike"@en,
        "小池雅也"@ja .

<artist/3584#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/7894#subject> ;
    schema:name "REICO"@en ;
    foaf:made <album/7894#composition>,
        <album/7894#subject> ;
    foaf:name "REICO"@en .

<product/5567#subject> a schema:CreativeWork ;
    schema:name "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@en,
        "Pia♥キャロットへようこそ!! G.O. ～グランド・オープン～"@ja,
        "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@ja-latn ;
    foaf:name "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@en,
        "Pia♥キャロットへようこそ!! G.O. ～グランド・オープン～"@ja,
        "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@ja-latn .

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

<album/7894#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@en,
        "Pia♥キャロットへようこそ!! G.O. ~グランド・オープン~"@ja,
        "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@ja-latn ;
    mo:performance_of <album/7894#musicalwork> ;
    mo:recorded_as <album/7894#musicalexpression> ;
    schema:name "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@en,
        "Pia♥キャロットへようこそ!! G.O. ~グランド・オープン~"@ja,
        "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@ja-latn ;
    schema:workPerformed <album/7894#musicalwork> .

<org/2088#subject> schema:name "COCKTAIL SOFT"@en,
        "カクテル・ソフト"@ja,
        "COCKTAIL SOFT"@ja-latn ;
    foaf:name "COCKTAIL SOFT"@en,
        "カクテル・ソフト"@ja,
        "COCKTAIL SOFT"@ja-latn .

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

<https://medium-media.vgm.io/albums/49/7894/7894-1578392115.jpg> a schema:ImageObject,
        foaf:Image .

<album/7894#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@en,
        "Pia♥キャロットへようこそ!! G.O. ~グランド・オープン~"@ja,
        "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@ja-latn ;
    mo:composer <artist/1705#subject>,
        <artist/3584#subject> ;
    mo:produced_work <album/7894#musicalwork> ;
    schema:name "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@en,
        "Pia♥キャロットへようこそ!! G.O. ~グランド・オープン~"@ja,
        "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@ja-latn .

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

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

<album/7894#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-02-03"^^xsd:date ;
    dcterms:title "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@en,
        "Pia♥キャロットへようこそ!! G.O. ~グランド・オープン~"@ja,
        "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@ja-latn ;
    mo:catalogue_number "F&C-261" ;
    mo:media_type "CD" ;
    mo:publication_of <album/7894#musicalexpression> ;
    mo:publisher <org/2088#subject> ;
    mo:record _:N4257392fc709436797309c3734101903 ;
    mo:record_count 1 ;
    schema:about <product/5567#subject> ;
    schema:datePublished "2006-02-03"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/49/7894/7894-1578392115.jpg> ;
    schema:name "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@en,
        "Pia♥キャロットへようこそ!! G.O. ~グランド・オープン~"@ja,
        "Pia♥ Carrot e Youkoso!! G.O. ~Grand Open~"@ja-latn ;
    schema:publisher <org/2088#subject> ;
    foaf:depiction <https://media.vgm.io/albums/49/7894/7894-1578392115.jpg> .

_:N02e947edc2aa407da08a7581d404b11b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Summer Days -Always From Now On- (Karaoke)"@en,
        "Summer Days −これからもずっと− （カラオケ）"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:N4257392fc709436797309c3734101903 ;
    schema:name "Summer Days -Always From Now On- (Karaoke)"@en,
        "Summer Days −これからもずっと− （カラオケ）"@ja .

_:N08969b73232a4acb89f85293fa200b8f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Summer Days -Always From Now On-"@en,
        "Summer Days −これからもずっと−"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:47"^^xsd:interval ;
    schema:inPlaylist _:N4257392fc709436797309c3734101903 ;
    schema:name "Summer Days -Always From Now On-"@en,
        "Summer Days −これからもずっと−"@ja .

_:N24c7e2b9192d44b88d052f9a1be70dcc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GO! GO! Waitress (Remix Ver.)"@en,
        "GO!GO!ウェイトレス（Remix Ver.）"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N4257392fc709436797309c3734101903 ;
    schema:name "GO! GO! Waitress (Remix Ver.)"@en,
        "GO!GO!ウェイトレス（Remix Ver.）"@ja .

_:N4ac2b9d40657402bb74dfe73bcd3feba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GO! GO! Waitress 2 ~0 Yen Smile~"@en,
        "GO!GO!ウェイトレス2 ～スマイル0円～"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N4257392fc709436797309c3734101903 ;
    schema:name "GO! GO! Waitress 2 ~0 Yen Smile~"@en,
        "GO!GO!ウェイトレス2 ～スマイル0円～"@ja .

_:Nb3c7b8fe170849079335ef7281e4f1f9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GO! GO! Waitress 2 ~0 Yen Smile~ (Karaoke)"@en,
        "GO!GO!ウェイトレス2 ～スマイル0円～ （カラオケ）"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N4257392fc709436797309c3734101903 ;
    schema:name "GO! GO! Waitress 2 ~0 Yen Smile~ (Karaoke)"@en,
        "GO!GO!ウェイトレス2 ～スマイル0円～ （カラオケ）"@ja .

_:N4257392fc709436797309c3734101903 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N02e947edc2aa407da08a7581d404b11b,
        _:N08969b73232a4acb89f85293fa200b8f,
        _:N24c7e2b9192d44b88d052f9a1be70dcc,
        _:N4ac2b9d40657402bb74dfe73bcd3feba,
        _:Nb3c7b8fe170849079335ef7281e4f1f9 ;
    mo:track_count 5 ;
    schema:duration "PT14:30"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N02e947edc2aa407da08a7581d404b11b,
        _:N08969b73232a4acb89f85293fa200b8f,
        _:N24c7e2b9192d44b88d052f9a1be70dcc,
        _:N4ac2b9d40657402bb74dfe73bcd3feba,
        _:Nb3c7b8fe170849079335ef7281e4f1f9 .

