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

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

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

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

<event/144> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 7 (Oct 16, 2011)" .

<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/25#subject> a schema:CreativeWork ;
    schema:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn ;
    foaf:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@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/37#subject> a schema:CreativeWork ;
    schema:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn ;
    foaf:name "Touhou Chireiden ~ Subterranean Animism."@en,
        "東方地霊殿　～ Subterranean Animism."@ja,
        "Touhou Chireiden ~ Subterranean Animism."@ja-latn .

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

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

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

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

<org/101#subject> schema:name "ALiCE'S EMOTiON"@en,
        "ALiCE'S EMOTiON"@ja,
        "ALiCE'S EMOTiON"@ja-latn ;
    foaf:name "ALiCE'S EMOTiON"@en,
        "ALiCE'S EMOTiON"@ja,
        "ALiCE'S EMOTiON"@ja-latn .

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

<https://medium-media.vgm.io/albums/84/29448/29448-1318157673.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/29448#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-10-16"^^xsd:date ;
    dcterms:title "Deeper Underground"@en,
        "Deeper Underground"@ja,
        "Deeper Underground"@ja-latn ;
    mo:catalogue_number "AECD-030" ;
    mo:media_type "CD" ;
    mo:publication_of <album/29448#musicalexpression> ;
    mo:publisher <org/101#subject> ;
    mo:record _:N82488524cdf74c51afd8a744f52cd7b5 ;
    mo:record_count 1 ;
    mo:release <event/144> ;
    schema:about <product/22#subject>,
        <product/25#subject>,
        <product/27#subject>,
        <product/37#subject>,
        <product/51#subject> ;
    schema:datePublished "2011-10-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/84/29448/29448-1318157673.jpg> ;
    schema:name "Deeper Underground"@en,
        "Deeper Underground"@ja,
        "Deeper Underground"@ja-latn ;
    schema:publisher <org/101#subject> ;
    foaf:depiction <https://media.vgm.io/albums/84/29448/29448-1318157673.jpg> .

_:N0a5d4f1542e84567ae4c6248afd5cd43 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "First Remote"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:N82488524cdf74c51afd8a744f52cd7b5 ;
    schema:name "First Remote"@en .

_:N19838976e4504c64a77c645f7ebca8c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Silent Worker"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:N82488524cdf74c51afd8a744f52cd7b5 ;
    schema:name "Silent Worker"@en .

_:N2f3748f6e02c44318382ac3685cd03a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wink Blue"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N82488524cdf74c51afd8a744f52cd7b5 ;
    schema:name "Wink Blue"@en .

_:N411741ff5748439ca7c71eacdeec5f24 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deep Purple"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:N82488524cdf74c51afd8a744f52cd7b5 ;
    schema:name "Deep Purple"@en .

_:N499488e096c246d4871b6ca7e8e52bc3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hide and Seek"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N82488524cdf74c51afd8a744f52cd7b5 ;
    schema:name "Hide and Seek"@en .

_:N6f9956c3fe2b4e14b0e12c4ef62babd1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Undulation"@en ;
    mo:track_number 8 ;
    schema:duration "PT6:52"^^xsd:interval ;
    schema:inPlaylist _:N82488524cdf74c51afd8a744f52cd7b5 ;
    schema:name "Undulation"@en .

_:N9e4b909909964a0fa6c034f0c1fa9dfc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Evening Steps"@en ;
    mo:track_number 9 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:N82488524cdf74c51afd8a744f52cd7b5 ;
    schema:name "Evening Steps"@en .

_:Nb14ed3acf9e34839b46c7098102ea4fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sir, die."@en ;
    mo:track_number 11 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:N82488524cdf74c51afd8a744f52cd7b5 ;
    schema:name "Sir, die."@en .

_:Nd3583b16ed1e4786b477f2c7fd564328 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "electricloud"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:49"^^xsd:interval ;
    schema:inPlaylist _:N82488524cdf74c51afd8a744f52cd7b5 ;
    schema:name "electricloud"@en .

_:Ne8cec31fd729490e9f6c07075c72025a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Black Box"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:N82488524cdf74c51afd8a744f52cd7b5 ;
    schema:name "Black Box"@en .

_:Nff7436615018486db80127e63a5ea382 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pain Hacker"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N82488524cdf74c51afd8a744f52cd7b5 ;
    schema:name "Pain Hacker"@en .

_:N82488524cdf74c51afd8a744f52cd7b5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0a5d4f1542e84567ae4c6248afd5cd43,
        _:N19838976e4504c64a77c645f7ebca8c9,
        _:N2f3748f6e02c44318382ac3685cd03a9,
        _:N411741ff5748439ca7c71eacdeec5f24,
        _:N499488e096c246d4871b6ca7e8e52bc3,
        _:N6f9956c3fe2b4e14b0e12c4ef62babd1,
        _:N9e4b909909964a0fa6c034f0c1fa9dfc,
        _:Nb14ed3acf9e34839b46c7098102ea4fb,
        _:Nd3583b16ed1e4786b477f2c7fd564328,
        _:Ne8cec31fd729490e9f6c07075c72025a,
        _:Nff7436615018486db80127e63a5ea382 ;
    mo:track_count 11 ;
    schema:duration "PT48:02"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N0a5d4f1542e84567ae4c6248afd5cd43,
        _:N19838976e4504c64a77c645f7ebca8c9,
        _:N2f3748f6e02c44318382ac3685cd03a9,
        _:N411741ff5748439ca7c71eacdeec5f24,
        _:N499488e096c246d4871b6ca7e8e52bc3,
        _:N6f9956c3fe2b4e14b0e12c4ef62babd1,
        _:N9e4b909909964a0fa6c034f0c1fa9dfc,
        _:Nb14ed3acf9e34839b46c7098102ea4fb,
        _:Nd3583b16ed1e4786b477f2c7fd564328,
        _:Ne8cec31fd729490e9f6c07075c72025a,
        _:Nff7436615018486db80127e63a5ea382 .

