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

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

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

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

<event/109> a mo:Release ;
    schema:name "Released at COMIC1☆4 (Apr 29, 2010)" .

<product/276#subject> a schema:CreativeWork ;
    schema:name "Double Spoiler ~ Touhou Bunkachou"@en,
        "ダブルスポイラー　〜 東方文花帖"@ja,
        "Double Spoiler ~ Touhou Bunkachou"@ja-latn ;
    foaf:name "Double Spoiler ~ Touhou Bunkachou"@en,
        "ダブルスポイラー　〜 東方文花帖"@ja,
        "Double Spoiler ~ Touhou Bunkachou"@ja-latn .

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

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

<album/21195#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Tapas"@en,
        "Tapas"@ja,
        "Tapas"@ja-latn ;
    mo:performance_of <album/21195#musicalwork> ;
    mo:recorded_as <album/21195#musicalexpression> ;
    schema:name "Tapas"@en,
        "Tapas"@ja,
        "Tapas"@ja-latn ;
    schema:workPerformed <album/21195#musicalwork> .

<org/107#subject> schema:name "Unchiku Company"@en,
        "うんちく商事"@ja,
        "Unchiku Company"@ja-latn ;
    foaf:name "Unchiku Company"@en,
        "うんちく商事"@ja,
        "Unchiku Company"@ja-latn .

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

<https://medium-media.vgm.io/albums/59/21195/21195-1284872923.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/21195#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-04-29"^^xsd:date ;
    dcterms:title "Tapas"@en,
        "Tapas"@ja,
        "Tapas"@ja-latn ;
    mo:catalogue_number "UCTP-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/21195#musicalexpression> ;
    mo:publisher <org/107#subject> ;
    mo:record _:Ne0a9bd6db8c54506a9318743856877f2 ;
    mo:record_count 1 ;
    mo:release <event/109> ;
    schema:about <product/276#subject> ;
    schema:datePublished "2010-04-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/59/21195/21195-1284872923.jpg> ;
    schema:name "Tapas"@en,
        "Tapas"@ja,
        "Tapas"@ja-latn ;
    schema:publisher <org/107#subject> ;
    foaf:depiction <https://media.vgm.io/albums/59/21195/21195-1284872923.jpg> .

_:Nc89f325c45eb4b8c8df3b8468bc62fd3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Mystery in Your Town"@en,
        "あなたの町の怪事件"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:Ne0a9bd6db8c54506a9318743856877f2 ;
    schema:name "The Mystery in Your Town"@en,
        "あなたの町の怪事件"@ja .

_:Ne0a9bd6db8c54506a9318743856877f2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nc89f325c45eb4b8c8df3b8468bc62fd3 ;
    mo:track_count 1 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nc89f325c45eb4b8c8df3b8468bc62fd3 .

