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

<artist/413#subject> a schema:Person,
        foaf:Person ;
    schema:name "Aki Hata"@en,
        "畑亜貴"@ja ;
    foaf:made <album/82500#lyrics>,
        <album/82500#subject> ;
    foaf:name "Aki Hata"@en,
        "畑亜貴"@ja .

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

<artist/12646#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/82500#subject> ;
    schema:name "yashikin"@en,
        "やしきん"@ja ;
    foaf:made <album/82500#composition>,
        <album/82500#lyrics>,
        <album/82500#subject> ;
    foaf:name "yashikin"@en,
        "やしきん"@ja .

<artist/856#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/82500#subject> ;
    schema:name "Kaoru Okubo"@en,
        "大久保薫"@ja ;
    foaf:made <album/82500#composition>,
        <album/82500#subject> ;
    foaf:name "Kaoru Okubo"@en,
        "大久保薫"@ja .

<product/3940#subject> a schema:CreativeWork ;
    schema:name "Is the Order a Rabbit?? Season 2"@en,
        "ご注文はうさぎですか??"@ja,
        "Gochuumon wa Usagi desu ka??"@ja-latn ;
    foaf:name "Is the Order a Rabbit?? Season 2"@en,
        "ご注文はうさぎですか??"@ja,
        "Gochuumon wa Usagi desu ka??"@ja-latn .

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

<org/2370#subject> schema:name "NBCUniversal Entertainment Japan"@en,
        "NBCUniversal Entertainment Japan"@ja,
        "NBCUniversal Entertainment Japan"@ja-latn ;
    foaf:name "NBCUniversal Entertainment Japan"@en,
        "NBCUniversal Entertainment Japan"@ja,
        "NBCUniversal Entertainment Japan"@ja-latn .

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

<https://medium-media.vgm.io/albums/00/82500/82500-1549310588.jpg> a schema:ImageObject,
        foaf:Image .

<album/82500#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Is the order a rabbit?? BIRTHDAY SONG SERIES 01 Rize (CV: Risa Taneda)"@en,
        "ご注文はうさぎですか?? バースデイソングシリーズ 01 リゼ (CV: 種田梨沙)"@ja,
        "Gochuumon wa Usagi desu ka?? Birthday Song Series 01 Rize (CV: Risa Taneda)"@ja-latn ;
    mo:composer <artist/12646#subject>,
        <artist/856#subject> ;
    mo:produced_work <album/82500#musicalwork> ;
    schema:name "Is the order a rabbit?? BIRTHDAY SONG SERIES 01 Rize (CV: Risa Taneda)"@en,
        "ご注文はうさぎですか?? バースデイソングシリーズ 01 リゼ (CV: 種田梨沙)"@ja,
        "Gochuumon wa Usagi desu ka?? Birthday Song Series 01 Rize (CV: Risa Taneda)"@ja-latn .

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

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

<album/82500#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Is the order a rabbit?? BIRTHDAY SONG SERIES 01 Rize (CV: Risa Taneda)"@en,
        "ご注文はうさぎですか?? バースデイソングシリーズ 01 リゼ (CV: 種田梨沙)"@ja,
        "Gochuumon wa Usagi desu ka?? Birthday Song Series 01 Rize (CV: Risa Taneda)"@ja-latn ;
    mo:performance_of <album/82500#musicalwork> ;
    mo:performer <artist/13211#subject> ;
    mo:recorded_as <album/82500#musicalexpression> ;
    schema:byArtist <artist/13211#subject> ;
    schema:name "Is the order a rabbit?? BIRTHDAY SONG SERIES 01 Rize (CV: Risa Taneda)"@en,
        "ご注文はうさぎですか?? バースデイソングシリーズ 01 リゼ (CV: 種田梨沙)"@ja,
        "Gochuumon wa Usagi desu ka?? Birthday Song Series 01 Rize (CV: Risa Taneda)"@ja-latn ;
    schema:workPerformed <album/82500#musicalwork> .

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

<album/82500#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-02-14"^^xsd:date ;
    dcterms:title "Is the order a rabbit?? BIRTHDAY SONG SERIES 01 Rize (CV: Risa Taneda)"@en,
        "ご注文はうさぎですか?? バースデイソングシリーズ 01 リゼ (CV: 種田梨沙)"@ja,
        "Gochuumon wa Usagi desu ka?? Birthday Song Series 01 Rize (CV: Risa Taneda)"@ja-latn ;
    mo:catalogue_number "GNCA-0571" ;
    mo:media_type "CD" ;
    mo:publication_of <album/82500#musicalexpression> ;
    mo:publisher <org/2370#subject> ;
    mo:record _:N2f990737e76b4d899a5d3bc61857c1b7 ;
    mo:record_count 1 ;
    schema:about <product/3940#subject> ;
    schema:byArtist <artist/13211#subject> ;
    schema:datePublished "2019-02-14"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/00/82500/82500-1549310588.jpg> ;
    schema:name "Is the order a rabbit?? BIRTHDAY SONG SERIES 01 Rize (CV: Risa Taneda)"@en,
        "ご注文はうさぎですか?? バースデイソングシリーズ 01 リゼ (CV: 種田梨沙)"@ja,
        "Gochuumon wa Usagi desu ka?? Birthday Song Series 01 Rize (CV: Risa Taneda)"@ja-latn ;
    schema:publisher <org/2370#subject> ;
    foaf:depiction <https://media.vgm.io/albums/00/82500/82500-1549310588.jpg> .

_:N1a4731186fdc4194bf18bf06fd7aca38 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ドキドキのはじまり (Instrumental)"@ja,
        "Dokidoki no Hajimari (Instrumental)"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:N2f990737e76b4d899a5d3bc61857c1b7 ;
    schema:name "ドキドキのはじまり (Instrumental)"@ja,
        "Dokidoki no Hajimari (Instrumental)"@ja-latn .

_:N374d8a3803f649ed8c400acf387d7a1a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハピハピ♪バースデイソング ～リゼ Ver.～"@ja,
        "Happy Happy♪ Birthday Song ~Rize Ver.~"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:59"^^xsd:interval ;
    schema:inPlaylist _:N2f990737e76b4d899a5d3bc61857c1b7 ;
    schema:name "ハピハピ♪バースデイソング ～リゼ Ver.～"@ja,
        "Happy Happy♪ Birthday Song ~Rize Ver.~"@ja-latn .

_:N3eff59ea37094af6bcdd8ac8b05d0d03 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "チョコレート・アスレチック"@ja,
        "Chocolate Athletic"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N2f990737e76b4d899a5d3bc61857c1b7 ;
    schema:name "チョコレート・アスレチック"@ja,
        "Chocolate Athletic"@ja-latn .

_:Nc8eef8908fc74eeba7be0768f6e92db1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ドキドキのはじまり"@ja,
        "Dokidoki no Hajimari"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N2f990737e76b4d899a5d3bc61857c1b7 ;
    schema:name "ドキドキのはじまり"@ja,
        "Dokidoki no Hajimari"@ja-latn .

_:Ne11abe5d27ed4025aee50e59c38daf53 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "チョコレート・アスレチック (Instrumental)"@ja,
        "Chocolate Athletic (Instrumental)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N2f990737e76b4d899a5d3bc61857c1b7 ;
    schema:name "チョコレート・アスレチック (Instrumental)"@ja,
        "Chocolate Athletic (Instrumental)"@ja-latn .

_:N2f990737e76b4d899a5d3bc61857c1b7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1a4731186fdc4194bf18bf06fd7aca38,
        _:N374d8a3803f649ed8c400acf387d7a1a,
        _:N3eff59ea37094af6bcdd8ac8b05d0d03,
        _:Nc8eef8908fc74eeba7be0768f6e92db1,
        _:Ne11abe5d27ed4025aee50e59c38daf53 ;
    mo:track_count 5 ;
    schema:duration "PT21:06"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N1a4731186fdc4194bf18bf06fd7aca38,
        _:N374d8a3803f649ed8c400acf387d7a1a,
        _:N3eff59ea37094af6bcdd8ac8b05d0d03,
        _:Nc8eef8908fc74eeba7be0768f6e92db1,
        _:Ne11abe5d27ed4025aee50e59c38daf53 .

