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

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

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

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

<event/5> a mo:Release ;
    schema:name "Released at Comic Market 70 (Aug 10, 2006 to Aug 13, 2006)" .

<product/22#subject> a schema:CreativeWork ;
    schema:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@ja-latn ;
    foaf:name "Touhou Youyoumu ~ Perfect Cherry Blossom."@en,
        "東方妖々夢　～ Perfect Cherry Blossom."@ja,
        "Touhou Youyoumu ~ Perfect Cherry Blossom."@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/29#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn ;
    foaf:name "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@en,
        "東方花映塚　～ Phantasmagoria of Flower View."@ja,
        "Touhou Kaeidzuka ~ Phantasmagoria of Flower View."@ja-latn .

<product/31#subject> a schema:CreativeWork ;
    schema:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn ;
    foaf:name "Touhou Bunkachou ~ Shoot the Bullet."@en,
        "東方文花帖　～ Shoot the Bullet."@ja,
        "Touhou Bunkachou ~ Shoot the Bullet."@ja-latn .

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

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

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

<org/984#subject> schema:name "R-note"@en,
        "あ～るの～と"@ja,
        "R-note"@ja-latn ;
    foaf:name "R-note"@en,
        "あ～るの～と"@ja,
        "R-note"@ja-latn .

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

<https://medium-media.vgm.io/albums/32/21123/21123-1284394043.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/21123#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-08-13"^^xsd:date ;
    dcterms:title "Tautology"@en,
        "Tautology"@ja,
        "Tautology"@ja-latn ;
    mo:catalogue_number "RNCD-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/21123#musicalexpression> ;
    mo:publisher <org/984#subject> ;
    mo:record _:N29be478ba4624cf9a543dd383a04e18a ;
    mo:record_count 1 ;
    mo:release <event/5> ;
    schema:about <product/22#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/31#subject> ;
    schema:datePublished "2006-08-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/32/21123/21123-1284394043.jpg> ;
    schema:name "Tautology"@en,
        "Tautology"@ja,
        "Tautology"@ja-latn ;
    schema:publisher <org/984#subject> ;
    foaf:depiction <https://media.vgm.io/albums/32/21123/21123-1284394043.jpg> .

_:N0bd8e581d9af4e4a99a58b0c91f29802 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ボーダーオブライフ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:N29be478ba4624cf9a543dd383a04e18a ;
    schema:name "ボーダーオブライフ"@ja .

_:N264a7023d97542a2831c96401896af4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "東方妖々夢～Ancient Temple[North Ver]"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:N29be478ba4624cf9a543dd383a04e18a ;
    schema:name "東方妖々夢～Ancient Temple[North Ver]"@ja .

_:N34e9de19d9c141acb75f1541f9d9e6db a mo:Track,
        schema:MusicRecording ;
    dcterms:title "天狗の手帖"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:N29be478ba4624cf9a543dd383a04e18a ;
    schema:name "天狗の手帖"@ja .

_:N662fa1be44384f7cabd2c04229276737 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "シンデレラケージ[山城 Mix]"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:N29be478ba4624cf9a543dd383a04e18a ;
    schema:name "シンデレラケージ[山城 Mix]"@ja .

_:Ne698cf8c89614578b690b0c9bbac3b0e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "六十年目の東方裁判～Fate of Sixty Years[North Ver]"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:N29be478ba4624cf9a543dd383a04e18a ;
    schema:name "六十年目の東方裁判～Fate of Sixty Years[North Ver]"@ja .

_:Nf38d40667184456aa8c51d231efbde6d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "月まで届け、不死の煙"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N29be478ba4624cf9a543dd383a04e18a ;
    schema:name "月まで届け、不死の煙"@ja .

_:N29be478ba4624cf9a543dd383a04e18a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0bd8e581d9af4e4a99a58b0c91f29802,
        _:N264a7023d97542a2831c96401896af4a,
        _:N34e9de19d9c141acb75f1541f9d9e6db,
        _:N662fa1be44384f7cabd2c04229276737,
        _:Ne698cf8c89614578b690b0c9bbac3b0e,
        _:Nf38d40667184456aa8c51d231efbde6d ;
    mo:track_count 6 ;
    schema:duration "PT22:03"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N0bd8e581d9af4e4a99a58b0c91f29802,
        _:N264a7023d97542a2831c96401896af4a,
        _:N34e9de19d9c141acb75f1541f9d9e6db,
        _:N662fa1be44384f7cabd2c04229276737,
        _:Ne698cf8c89614578b690b0c9bbac3b0e,
        _:Nf38d40667184456aa8c51d231efbde6d .

