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

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

<album/101517> a mo:Release ;
    mo:catalogue_number "AVCD-55116/B" .

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

<artist/6504#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101518#subject> ;
    schema:name "Tomoki Kikuya"@en,
        "菊谷知樹"@ja ;
    foaf:made <album/101518#composition>,
        <album/101518#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/8494#subject> a schema:CreativeWork ;
    schema:name "Yo-kai Watch Blasters"@en,
        "妖怪ウォッチバスターズ"@ja,
        "Youkai Watch Busters"@ja-latn ;
    foaf:name "Yo-kai Watch Blasters"@en,
        "妖怪ウォッチバスターズ"@ja,
        "Youkai Watch Busters"@ja-latn .

<album/101518#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Uchuu Dance! / Kotori with Stitchbird [CD+DVD Limited Edition]"@en,
        "宇宙ダンス! / コトリ with ステッチバード [CD+DVD] <初回生産盤>"@ja,
        "Uchuu Dance! / Kotori with Stitchbird [CD+DVD Limited Edition]"@ja-latn ;
    mo:composer <artist/6504#subject> ;
    mo:produced_work <album/101518#musicalwork> ;
    schema:name "Uchuu Dance! / Kotori with Stitchbird [CD+DVD Limited Edition]"@en,
        "宇宙ダンス! / コトリ with ステッチバード [CD+DVD] <初回生産盤>"@ja,
        "Uchuu Dance! / Kotori with Stitchbird [CD+DVD Limited Edition]"@ja-latn .

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

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

<album/101518#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Uchuu Dance! / Kotori with Stitchbird [CD+DVD Limited Edition]"@en,
        "宇宙ダンス! / コトリ with ステッチバード [CD+DVD] <初回生産盤>"@ja,
        "Uchuu Dance! / Kotori with Stitchbird [CD+DVD Limited Edition]"@ja-latn ;
    mo:performance_of <album/101518#musicalwork> ;
    mo:recorded_as <album/101518#musicalexpression> ;
    schema:name "Uchuu Dance! / Kotori with Stitchbird [CD+DVD Limited Edition]"@en,
        "宇宙ダンス! / コトリ with ステッチバード [CD+DVD] <初回生産盤>"@ja,
        "Uchuu Dance! / Kotori with Stitchbird [CD+DVD Limited Edition]"@ja-latn ;
    schema:workPerformed <album/101518#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/81/101518/101518-79815ed91797.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/101518#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/81/101518/101518-79815ed91797.jpg> ;
    foaf:depicts <album/101518#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/81/101518/101518-79815ed91797.jpg> .

<https://medium-media.vgm.io/albums/81/101518/101518-79815ed91797.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/101518#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-09-16"^^xsd:date ;
    dcterms:title "Uchuu Dance! / Kotori with Stitchbird [CD+DVD Limited Edition]"@en,
        "宇宙ダンス! / コトリ with ステッチバード [CD+DVD] <初回生産盤>"@ja,
        "Uchuu Dance! / Kotori with Stitchbird [CD+DVD Limited Edition]"@ja-latn ;
    mo:catalogue_number "AVCD-55115/B" ;
    mo:media_type "CD + DVD" ;
    mo:other_release_of <album/101517> ;
    mo:publication_of <album/101518#musicalexpression> ;
    mo:publisher <org/155#subject> ;
    mo:record _:N25464bb79b8e45d3b53876976158a7ad,
        _:N70f44d3f2821481791e6cec0724e09ac ;
    mo:record_count 2 ;
    schema:about <product/8487#subject>,
        <product/8494#subject> ;
    schema:datePublished "2015-09-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/81/101518/101518-79815ed91797.jpg> ;
    schema:name "Uchuu Dance! / Kotori with Stitchbird [CD+DVD Limited Edition]"@en,
        "宇宙ダンス! / コトリ with ステッチバード [CD+DVD] <初回生産盤>"@ja,
        "Uchuu Dance! / Kotori with Stitchbird [CD+DVD Limited Edition]"@ja-latn ;
    schema:publisher <org/155#subject> ;
    foaf:depiction <https://media.vgm.io/albums/81/101518/101518-79815ed91797.jpg> .

_:N034006cbcd294bf5ae8dc3e8ba9c4477 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "羽ばたけっ ～ステッチバードのテーマ～"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N25464bb79b8e45d3b53876976158a7ad ;
    schema:name "羽ばたけっ ～ステッチバードのテーマ～"@ja .

_:N05dbb04985374d30aad61b486902442a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "宇宙ダンス! (振りビデオ)"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N70f44d3f2821481791e6cec0724e09ac ;
    schema:name "宇宙ダンス! (振りビデオ)"@ja .

_:N79b64037f4de4189af2012350a821708 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "羽ばたけっ ～ステッチバードのテーマ～ (オリジナル・カラオケ)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N25464bb79b8e45d3b53876976158a7ad ;
    schema:name "羽ばたけっ ～ステッチバードのテーマ～ (オリジナル・カラオケ)"@ja .

_:Na5d2357ca74c44a187ecc4d926b79774 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "宇宙ダンス! (オリジナル・カラオケ)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N25464bb79b8e45d3b53876976158a7ad ;
    schema:name "宇宙ダンス! (オリジナル・カラオケ)"@ja .

_:Nb1d5d25d07c94c3a8ed24cc01ef2e5f6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "宇宙ダンス! (ミュージック・ビデオ)"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N70f44d3f2821481791e6cec0724e09ac ;
    schema:name "宇宙ダンス! (ミュージック・ビデオ)"@ja .

_:Ndbb563ed8ae74ca5bbb0eb156a05ed7d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "宇宙ダンス!"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:39"^^xsd:interval ;
    schema:inPlaylist _:N25464bb79b8e45d3b53876976158a7ad ;
    schema:name "宇宙ダンス!"@ja .

_:Nf86545717c5849e495297cbba1989f7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "宇宙ダンス! (アニメエンディングバージョン)"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N70f44d3f2821481791e6cec0724e09ac ;
    schema:name "宇宙ダンス! (アニメエンディングバージョン)"@ja .

_:N70f44d3f2821481791e6cec0724e09ac a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N05dbb04985374d30aad61b486902442a,
        _:Nb1d5d25d07c94c3a8ed24cc01ef2e5f6,
        _:Nf86545717c5849e495297cbba1989f7e ;
    mo:track_count 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N05dbb04985374d30aad61b486902442a,
        _:Nb1d5d25d07c94c3a8ed24cc01ef2e5f6,
        _:Nf86545717c5849e495297cbba1989f7e .

_:N25464bb79b8e45d3b53876976158a7ad a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N034006cbcd294bf5ae8dc3e8ba9c4477,
        _:N79b64037f4de4189af2012350a821708,
        _:Na5d2357ca74c44a187ecc4d926b79774,
        _:Ndbb563ed8ae74ca5bbb0eb156a05ed7d ;
    mo:track_count 4 ;
    schema:duration "PT18:16"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N034006cbcd294bf5ae8dc3e8ba9c4477,
        _:N79b64037f4de4189af2012350a821708,
        _:Na5d2357ca74c44a187ecc4d926b79774,
        _:Ndbb563ed8ae74ca5bbb0eb156a05ed7d .

