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

<artist/15889#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kei Hayashi"@en,
        "ハヤシケイ"@ja ;
    foaf:made <album/77472#lyrics>,
        <album/77472#subject> ;
    foaf:name "Kei Hayashi"@en,
        "ハヤシケイ"@ja .

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

<artist/12703#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/77472#subject> ;
    schema:name "Mayuko Maruyama"@en,
        "丸山真由子"@ja ;
    foaf:made <album/77472#composition>,
        <album/77472#lyrics>,
        <album/77472#subject> ;
    foaf:name "Mayuko Maruyama"@en,
        "丸山真由子"@ja .

<artist/15219#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/77472#subject> ;
    schema:name "megane"@en ;
    foaf:made <album/77472#composition>,
        <album/77472#subject> ;
    foaf:name "megane"@en .

<product/6482#subject> a schema:CreativeWork ;
    schema:name "Cells at Work!"@en,
        "はたらく細胞"@ja,
        "Hataraku Saibou"@ja-latn ;
    foaf:name "Cells at Work!"@en,
        "はたらく細胞"@ja,
        "Hataraku Saibou"@ja-latn .

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

<org/1584#subject> schema:name "SACRA MUSIC"@en,
        "SACRA MUSIC"@ja,
        "SACRA MUSIC"@ja-latn ;
    foaf:name "SACRA MUSIC"@en,
        "SACRA MUSIC"@ja,
        "SACRA MUSIC"@ja-latn .

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

<https://medium-media.vgm.io/albums/27/77472/77472-1534329317.jpg> a schema:ImageObject,
        foaf:Image .

<album/77472#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "CheerS / ClariS [Limited Edition]"@en,
        "CheerS / ClariS [Limited Edition]"@ja,
        "CheerS / ClariS [Limited Edition]"@ja-latn ;
    mo:composer <artist/12703#subject>,
        <artist/15219#subject> ;
    mo:produced_work <album/77472#musicalwork> ;
    schema:name "CheerS / ClariS [Limited Edition]"@en,
        "CheerS / ClariS [Limited Edition]"@ja,
        "CheerS / ClariS [Limited Edition]"@ja-latn .

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

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

<artist/11829#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/77472#performance> ;
    schema:name "ClariS"@en ;
    foaf:name "ClariS"@en .

<artist/15218#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/77472#performance> ;
    schema:name "kegani"@en,
        "毛蟹"@ja ;
    foaf:name "kegani"@en,
        "毛蟹"@ja .

<artist/16349#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/77472#performance> ;
    schema:name "Taichi \"Shobon\" Ito"@en,
        "伊藤\"ショボン\"太一"@ja ;
    foaf:name "Taichi \"Shobon\" Ito"@en,
        "伊藤\"ショボン\"太一"@ja .

<artist/17648#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/77472#performance> ;
    schema:name "Clara"@en,
        "クララ"@ja ;
    foaf:name "Clara"@en,
        "クララ"@ja .

<artist/17650#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/77472#performance> ;
    schema:name "Karen"@en,
        "カレン"@ja ;
    foaf:name "Karen"@en,
        "カレン"@ja .

<artist/32226#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/77472#performance> ;
    schema:name "Cocoa"@en ;
    foaf:name "Cocoa"@en .

<album/77472#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "CheerS / ClariS [Limited Edition]"@en,
        "CheerS / ClariS [Limited Edition]"@ja,
        "CheerS / ClariS [Limited Edition]"@ja-latn ;
    mo:performance_of <album/77472#musicalwork> ;
    mo:performer <artist/11829#subject>,
        <artist/15218#subject>,
        <artist/16349#subject>,
        <artist/17648#subject>,
        <artist/17650#subject>,
        <artist/32226#subject> ;
    mo:recorded_as <album/77472#musicalexpression> ;
    schema:byArtist <artist/11829#subject>,
        <artist/15218#subject>,
        <artist/16349#subject>,
        <artist/17648#subject>,
        <artist/17650#subject>,
        <artist/32226#subject> ;
    schema:name "CheerS / ClariS [Limited Edition]"@en,
        "CheerS / ClariS [Limited Edition]"@ja,
        "CheerS / ClariS [Limited Edition]"@ja-latn ;
    schema:workPerformed <album/77472#musicalwork> .

<album/77472#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-08-15"^^xsd:date ;
    dcterms:title "CheerS / ClariS [Limited Edition]"@en,
        "CheerS / ClariS [Limited Edition]"@ja,
        "CheerS / ClariS [Limited Edition]"@ja-latn ;
    mo:catalogue_number "VVCL-1262~3" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/77472#musicalexpression> ;
    mo:publisher <org/1584#subject> ;
    mo:record _:N146485dc18364f1db5cb4c8699843c09,
        _:N9f7a08e8016c4f68a306e3d67cb7eaf0 ;
    mo:record_count 2 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Moyashimon Returns"@en ;
            foaf:name "Moyashimon Returns"@en ],
        <product/6482#subject> ;
    schema:byArtist <artist/11829#subject>,
        <artist/15218#subject>,
        <artist/16349#subject>,
        <artist/17648#subject>,
        <artist/17650#subject>,
        <artist/32226#subject> ;
    schema:datePublished "2018-08-15"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/27/77472/77472-1534329317.jpg> ;
    schema:name "CheerS / ClariS [Limited Edition]"@en,
        "CheerS / ClariS [Limited Edition]"@ja,
        "CheerS / ClariS [Limited Edition]"@ja-latn ;
    schema:publisher <org/1584#subject> ;
    foaf:depiction <https://media.vgm.io/albums/27/77472/77472-1534329317.jpg> .

_:N2262869d631f4e67b36c8d9ebe2af80a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CheerS"@ja,
        "CheerS"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N146485dc18364f1db5cb4c8699843c09 ;
    schema:name "CheerS"@ja,
        "CheerS"@ja-latn .

_:N573955bfbeff4d2d98ba50270374f5b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"CheerS\" Music Video"@ja,
        "\"CheerS\" Music Video"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N9f7a08e8016c4f68a306e3d67cb7eaf0 ;
    schema:name "\"CheerS\" Music Video"@ja,
        "\"CheerS\" Music Video"@ja-latn .

_:N5bbd835ff3b4420daebd67ef02b71cef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ねがい"@ja,
        "Negai"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:35"^^xsd:interval ;
    schema:inPlaylist _:N146485dc18364f1db5cb4c8699843c09 ;
    schema:name "ねがい"@ja,
        "Negai"@ja-latn .

_:N7b195bf9bcfc44e492c6f159262d1e76 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wake Up -season 02-"@ja,
        "Wake Up -season 02-"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N146485dc18364f1db5cb4c8699843c09 ;
    schema:name "Wake Up -season 02-"@ja,
        "Wake Up -season 02-"@ja-latn .

_:N81dae9a0a25c403f90979c959a9981a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CheerS -Instrumental-"@ja,
        "CheerS -Instrumental-"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N146485dc18364f1db5cb4c8699843c09 ;
    schema:name "CheerS -Instrumental-"@ja,
        "CheerS -Instrumental-"@ja-latn .

_:N9f7a08e8016c4f68a306e3d67cb7eaf0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N573955bfbeff4d2d98ba50270374f5b3 ;
    mo:track_count 1 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N573955bfbeff4d2d98ba50270374f5b3 .

_:N146485dc18364f1db5cb4c8699843c09 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2262869d631f4e67b36c8d9ebe2af80a,
        _:N5bbd835ff3b4420daebd67ef02b71cef,
        _:N7b195bf9bcfc44e492c6f159262d1e76,
        _:N81dae9a0a25c403f90979c959a9981a1 ;
    mo:track_count 4 ;
    schema:duration "PT16:52"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N2262869d631f4e67b36c8d9ebe2af80a,
        _:N5bbd835ff3b4420daebd67ef02b71cef,
        _:N7b195bf9bcfc44e492c6f159262d1e76,
        _:N81dae9a0a25c403f90979c959a9981a1 .

