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

<artist/11890#subject> a schema:Person,
        foaf:Person ;
    schema:name "motsu"@en ;
    foaf:made <album/75552#lyrics>,
        <album/75552#subject> ;
    foaf:name "motsu"@en .

<artist/32229#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takashi Takagi"@en,
        "高木貴司"@ja ;
    foaf:made <album/75552#lyrics>,
        <album/75552#subject> ;
    foaf:name "Takashi Takagi"@en,
        "高木貴司"@ja .

<artist/40124#subject> a schema:Person,
        foaf:Person ;
    schema:name "Gerapper"@en,
        "ゲラッパー"@ja ;
    foaf:made <album/75552#subject>,
        <album/75552#vocals> ;
    foaf:name "Gerapper"@en,
        "ゲラッパー"@ja .

<artist/41692#subject> a schema:Person,
        foaf:Person ;
    schema:name "King Cream Soda."@en,
        "キング・クリームソーダ."@ja ;
    foaf:made <album/75552#subject>,
        <album/75552#vocals> ;
    foaf:name "King Cream Soda."@en,
        "キング・クリームソーダ."@ja .

<artist/67#subject> a schema:Person,
        foaf:Person ;
    schema:name "ZZROCK"@en ;
    foaf:made <album/75552#subject>,
        <album/75552#vocals> ;
    foaf:name "ZZROCK"@en .

<artist/6504#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/75552#subject> ;
    schema:name "Tomoki Kikuya"@en,
        "菊谷知樹"@ja ;
    foaf:made <album/75552#composition>,
        <album/75552#subject> ;
    foaf:name "Tomoki Kikuya"@en,
        "菊谷知樹"@ja .

<product/8487#subject> a schema:CreativeWork ;
    schema:name "Yo-kai Watch (Series)"@en,
        "妖怪ウォッチ (Series)"@ja,
        "Youkai Watch (Series)"@ja-latn ;
    foaf:name "Yo-kai Watch (Series)"@en,
        "妖怪ウォッチ (Series)"@ja,
        "Youkai Watch (Series)"@ja-latn .

<product/8495#subject> a schema:CreativeWork ;
    schema:name "Yo-kai Watch Blasters 2: Secret of the Legendary Treasure Bambalaya"@en,
        "妖怪ウォッチバスターズ2 秘宝伝説バンバラヤー"@ja,
        "Youkai Watch Busters 2 Hihou Densetsu Bambalaya"@ja-latn ;
    foaf:name "Yo-kai Watch Blasters 2: Secret of the Legendary Treasure Bambalaya"@en,
        "妖怪ウォッチバスターズ2 秘宝伝説バンバラヤー"@ja,
        "Youkai Watch Busters 2 Hihou Densetsu Bambalaya"@ja-latn .

<album/75552#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Time Machine wo Choudai / King Cream Soda."@en,
        "タイムマシーンをちょうだい / キング・クリームソーダ."@ja,
        "Time Machine wo Choudai / King Cream Soda."@ja-latn ;
    mo:composer <artist/6504#subject> ;
    mo:produced_work <album/75552#musicalwork> ;
    schema:name "Time Machine wo Choudai / King Cream Soda."@en,
        "タイムマシーンをちょうだい / キング・クリームソーダ."@ja,
        "Time Machine wo Choudai / King Cream Soda."@ja-latn .

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

<album/75552#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Time Machine wo Choudai / King Cream Soda."@en,
        "タイムマシーンをちょうだい / キング・クリームソーダ."@ja,
        "Time Machine wo Choudai / King Cream Soda."@ja-latn ;
    mo:performance_of <album/75552#musicalwork> ;
    mo:recorded_as <album/75552#musicalexpression> ;
    schema:name "Time Machine wo Choudai / King Cream Soda."@en,
        "タイムマシーンをちょうだい / キング・クリームソーダ."@ja,
        "Time Machine wo Choudai / King Cream Soda."@ja-latn ;
    schema:workPerformed <album/75552#musicalwork> .

<org/155#subject> schema:name "FRAME"@en,
        "フレーム"@ja,
        "FRAME"@ja-latn ;
    foaf:name "FRAME"@en,
        "フレーム"@ja,
        "FRAME"@ja-latn .

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

<https://medium-media.vgm.io/albums/25/75552/75552-1519163563.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

<album/75552#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-01-31"^^xsd:date ;
    dcterms:title "Time Machine wo Choudai / King Cream Soda."@en,
        "タイムマシーンをちょうだい / キング・クリームソーダ."@ja,
        "Time Machine wo Choudai / King Cream Soda."@ja-latn ;
    mo:catalogue_number "AVCD-55165/B" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/75552#musicalexpression> ;
    mo:publisher <org/155#subject> ;
    mo:record _:N9fbfb0e02d544ba183f71144b769fe69,
        _:Nf2b422eeda1f4c3fa1bd69b3c2ef8fab ;
    mo:record_count 2 ;
    schema:about <product/8487#subject>,
        <product/8495#subject> ;
    schema:datePublished "2018-01-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/25/75552/75552-1519163563.jpg> ;
    schema:name "Time Machine wo Choudai / King Cream Soda."@en,
        "タイムマシーンをちょうだい / キング・クリームソーダ."@ja,
        "Time Machine wo Choudai / King Cream Soda."@ja-latn ;
    schema:publisher <org/155#subject> ;
    foaf:depiction <https://media.vgm.io/albums/25/75552/75552-1519163563.jpg> .

_:N40cad7db38d8491783a00553f2e34851 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "タイムマシーンをちょうだい（オリジナルカラオケ）"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:Nf2b422eeda1f4c3fa1bd69b3c2ef8fab ;
    schema:name "タイムマシーンをちょうだい（オリジナルカラオケ）"@ja .

_:N64b13e1708774861ab92eae3c3b1d215 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "タイムマシーンをちょうだい"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:Nf2b422eeda1f4c3fa1bd69b3c2ef8fab ;
    schema:name "タイムマシーンをちょうだい"@ja .

_:N82485632515e467b9185b10b449c81fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "剣の舞人（オリジナルカラオケ）"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:Nf2b422eeda1f4c3fa1bd69b3c2ef8fab ;
    schema:name "剣の舞人（オリジナルカラオケ）"@ja .

_:N9fbfb0e02d544ba183f71144b769fe69 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:Ne63f279983ce442dacbc4eccc1c87224 ;
    mo:track_count 1 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Ne63f279983ce442dacbc4eccc1c87224 .

_:Ne0e172b046d44b84a3f52439ff2bb391 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "剣の舞人"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:Nf2b422eeda1f4c3fa1bd69b3c2ef8fab ;
    schema:name "剣の舞人"@ja .

_:Ne63f279983ce442dacbc4eccc1c87224 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "タイムマシーンをちょうだい（ミュージックビデオ）"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:N9fbfb0e02d544ba183f71144b769fe69 ;
    schema:name "タイムマシーンをちょうだい（ミュージックビデオ）"@ja .

_:Nf2b422eeda1f4c3fa1bd69b3c2ef8fab a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N40cad7db38d8491783a00553f2e34851,
        _:N64b13e1708774861ab92eae3c3b1d215,
        _:N82485632515e467b9185b10b449c81fc,
        _:Ne0e172b046d44b84a3f52439ff2bb391 ;
    mo:track_count 4 ;
    schema:duration "PT16:35"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N40cad7db38d8491783a00553f2e34851,
        _:N64b13e1708774861ab92eae3c3b1d215,
        _:N82485632515e467b9185b10b449c81fc,
        _:Ne0e172b046d44b84a3f52439ff2bb391 .

