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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/26993#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/26993#composition>,
        <album/26993#subject> ;
    foaf:name "ZUN"@en .

<product/20#subject> a schema:CreativeWork ;
    schema:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn ;
    foaf:name "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@en,
        "東方紅魔郷　～ the Embodiment of Scarlet Devil."@ja,
        "Touhou Koumakyou ~ the Embodiment of Scarlet Devil."@ja-latn .

<product/27#subject> a schema:CreativeWork ;
    schema:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn ;
    foaf:name "Touhou Eiyashou ~ Imperishable Night."@en,
        "東方永夜抄　～ Imperishable Night."@ja,
        "Touhou Eiyashou ~ Imperishable Night."@ja-latn .

<product/33#subject> a schema:CreativeWork ;
    schema:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn ;
    foaf:name "Touhou Fuujinroku ~ Mountain of Faith."@en,
        "東方風神録　～ Mountain of Faith."@ja,
        "Touhou Fuujinroku ~ Mountain of Faith."@ja-latn .

<album/26993#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "TOMATO GUMMYYYYYY!!!!!!"@en,
        "TOMATO GUMMYYYYYY!!!!!!"@ja,
        "TOMATO GUMMYYYYYY!!!!!!"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/26993#musicalwork> ;
    schema:name "TOMATO GUMMYYYYYY!!!!!!"@en,
        "TOMATO GUMMYYYYYY!!!!!!"@ja,
        "TOMATO GUMMYYYYYY!!!!!!"@ja-latn .

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

<org/939#subject> schema:name "TOMATO GUMMY"@en,
        "トマト組"@ja,
        "TOMATO GUMMY"@ja-latn ;
    foaf:name "TOMATO GUMMY"@en,
        "トマト組"@ja,
        "TOMATO GUMMY"@ja-latn .

<https://media.vgm.io/albums/39/26993/26993-1309361703.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/26993#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/39/26993/26993-1309361703.gif> ;
    foaf:depicts <album/26993#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/39/26993/26993-1309361703.gif> .

<https://medium-media.vgm.io/albums/39/26993/26993-1309361703.gif> a schema:ImageObject,
        foaf:Image .

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

<artist/11411#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/26993#performance> ;
    schema:name "Gatou"@en ;
    foaf:name "Gatou"@en .

<artist/11412#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/26993#performance> ;
    schema:name "negi"@en ;
    foaf:name "negi"@en .

<artist/11413#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/26993#performance> ;
    schema:name "TOMATO GUMMY"@en,
        "トマト組"@ja ;
    foaf:name "TOMATO GUMMY"@en,
        "トマト組"@ja .

<album/26993#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-10-12"^^xsd:date ;
    dcterms:title "TOMATO GUMMYYYYYY!!!!!!"@en,
        "TOMATO GUMMYYYYYY!!!!!!"@ja,
        "TOMATO GUMMYYYYYY!!!!!!"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/26993#musicalexpression> ;
    mo:publisher <org/939#subject> ;
    mo:record _:N9c7a4a0db1464c72bd04e7f1dfc58080 ;
    mo:record_count 1 ;
    schema:about <product/20#subject>,
        <product/27#subject>,
        <product/33#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "match"@en ;
            foaf:name "match"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "yukinko"@en ;
            foaf:name "yukinko"@en ],
        <artist/11411#subject>,
        <artist/11412#subject>,
        <artist/11413#subject> ;
    schema:datePublished "2009-10-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/39/26993/26993-1309361703.gif> ;
    schema:name "TOMATO GUMMYYYYYY!!!!!!"@en,
        "TOMATO GUMMYYYYYY!!!!!!"@ja,
        "TOMATO GUMMYYYYYY!!!!!!"@ja-latn ;
    schema:publisher <org/939#subject> ;
    foaf:depiction <https://media.vgm.io/albums/39/26993/26993-1309361703.gif> .

<album/26993#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "TOMATO GUMMYYYYYY!!!!!!"@en,
        "TOMATO GUMMYYYYYY!!!!!!"@ja,
        "TOMATO GUMMYYYYYY!!!!!!"@ja-latn ;
    mo:performance_of <album/26993#musicalwork> ;
    mo:performer _:N9c4f41f86a1741229c05f800a89f1fef,
        _:Nd834d09a61a44c0d8b5349011df55640,
        <artist/11411#subject>,
        <artist/11412#subject>,
        <artist/11413#subject> ;
    mo:recorded_as <album/26993#musicalexpression> ;
    schema:byArtist _:N9c4f41f86a1741229c05f800a89f1fef,
        _:Nd834d09a61a44c0d8b5349011df55640,
        <artist/11411#subject>,
        <artist/11412#subject>,
        <artist/11413#subject> ;
    schema:name "TOMATO GUMMYYYYYY!!!!!!"@en,
        "TOMATO GUMMYYYYYY!!!!!!"@ja,
        "TOMATO GUMMYYYYYY!!!!!!"@ja-latn ;
    schema:workPerformed <album/26993#musicalwork> .

_:N6d7e99421097457fb0b40f21fc6a5905 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "亡き王女の為のモントゥーノ"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N9c7a4a0db1464c72bd04e7f1dfc58080 ;
    schema:name "亡き王女の為のモントゥーノ"@ja .

_:N9c4f41f86a1741229c05f800a89f1fef a schema:Person,
        foaf:Person ;
    mo:performed <album/26993#performance> ;
    schema:name "match"@en ;
    foaf:name "match"@en .

_:Na8ba36bab8d443e084b710c9bbb85410 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wish Upon the Moon night～月夜に願いを～"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:42"^^xsd:interval ;
    schema:inPlaylist _:N9c7a4a0db1464c72bd04e7f1dfc58080 ;
    schema:name "Wish Upon the Moon night～月夜に願いを～"@ja .

_:Nd3499129ff104a97b53156a0ff0e28f6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "You Don't Know What Singing Is..."@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N9c7a4a0db1464c72bd04e7f1dfc58080 ;
    schema:name "You Don't Know What Singing Is..."@ja .

_:Nd834d09a61a44c0d8b5349011df55640 a schema:Person,
        foaf:Person ;
    mo:performed <album/26993#performance> ;
    schema:name "yukinko"@en ;
    foaf:name "yukinko"@en .

_:Ne42a3197583442e084073a7e195d96af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Native Funk"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N9c7a4a0db1464c72bd04e7f1dfc58080 ;
    schema:name "Native Funk"@ja .

_:Ne73f396470f64d009a603fd37f47150e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bonus Track"@ja ;
    mo:track_number 6 ;
    schema:duration "PT23:48"^^xsd:interval ;
    schema:inPlaylist _:N9c7a4a0db1464c72bd04e7f1dfc58080 ;
    schema:name "Bonus Track"@ja .

_:Nf2b9e44f8ead41b488431616816e49b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "No.9"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:03"^^xsd:interval ;
    schema:inPlaylist _:N9c7a4a0db1464c72bd04e7f1dfc58080 ;
    schema:name "No.9"@ja .

_:N9c7a4a0db1464c72bd04e7f1dfc58080 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N6d7e99421097457fb0b40f21fc6a5905,
        _:Na8ba36bab8d443e084b710c9bbb85410,
        _:Nd3499129ff104a97b53156a0ff0e28f6,
        _:Ne42a3197583442e084073a7e195d96af,
        _:Ne73f396470f64d009a603fd37f47150e,
        _:Nf2b9e44f8ead41b488431616816e49b3 ;
    mo:track_count 6 ;
    schema:duration "PT43:35"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N6d7e99421097457fb0b40f21fc6a5905,
        _:Na8ba36bab8d443e084b710c9bbb85410,
        _:Nd3499129ff104a97b53156a0ff0e28f6,
        _:Ne42a3197583442e084073a7e195d96af,
        _:Ne73f396470f64d009a603fd37f47150e,
        _:Nf2b9e44f8ead41b488431616816e49b3 .

