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

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

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

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

<event/102> a mo:Release ;
    schema:name "Released at M3-2011 Spring (May 01, 2011)" .

<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/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/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/41106#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Amateras Records Sampler.02"@en,
        "Amateras Records Sampler.02"@ja,
        "Amateras Records Sampler.02"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/41106#musicalwork> ;
    schema:name "Amateras Records Sampler.02"@en,
        "Amateras Records Sampler.02"@ja,
        "Amateras Records Sampler.02"@ja-latn .

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

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

<org/736#subject> schema:name "Amateras Records"@en,
        "Amateras Records"@ja,
        "Amateras Records"@ja-latn ;
    foaf:name "Amateras Records"@en,
        "Amateras Records"@ja,
        "Amateras Records"@ja-latn .

<https://media.vgm.io/albums/60/41106/41106-88187faff816.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/41106#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/60/41106/41106-88187faff816.jpg> ;
    foaf:depicts <album/41106#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/60/41106/41106-88187faff816.jpg> .

<https://medium-media.vgm.io/albums/60/41106/41106-88187faff816.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/41106#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-05-01"^^xsd:date ;
    dcterms:title "Amateras Records Sampler.02"@en,
        "Amateras Records Sampler.02"@ja,
        "Amateras Records Sampler.02"@ja-latn ;
    mo:catalogue_number "AMRS-0002" ;
    mo:media_type "CD-R" ;
    mo:publication_of <album/41106#musicalexpression> ;
    mo:publisher <org/736#subject> ;
    mo:record _:N44ffc693cef14224904401c316d3bd53 ;
    mo:record_count 1 ;
    mo:release <event/102> ;
    schema:about <product/20#subject>,
        <product/22#subject>,
        <product/27#subject>,
        <product/51#subject> ;
    schema:datePublished "2011-05-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/60/41106/41106-88187faff816.jpg> ;
    schema:name "Amateras Records Sampler.02"@en,
        "Amateras Records Sampler.02"@ja,
        "Amateras Records Sampler.02"@ja-latn ;
    schema:publisher <org/736#subject> ;
    foaf:depiction <https://media.vgm.io/albums/60/41106/41106-88187faff816.jpg> .

_:N3f323d77e0ac46dfb6af0dee64986aa8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ヴォヤージュ1969 (Extended Version)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:46"^^xsd:interval ;
    schema:inPlaylist _:N44ffc693cef14224904401c316d3bd53 ;
    schema:name "ヴォヤージュ1969 (Extended Version)"@ja .

_:N4264d469555e4872a7afdc1ecfcc7990 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "History Of The Moon (Extended Version)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT6:50"^^xsd:interval ;
    schema:inPlaylist _:N44ffc693cef14224904401c316d3bd53 ;
    schema:name "History Of The Moon (Extended Version)"@ja .

_:N63f8cf5cd5644bb9a538fb1e53e46859 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "無何有の郷 ～Deep Mountain (Extended Version)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:56"^^xsd:interval ;
    schema:inPlaylist _:N44ffc693cef14224904401c316d3bd53 ;
    schema:name "無何有の郷 ～Deep Mountain (Extended Version)"@ja .

_:N8e6225676efe47ae911e78c155b82158 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Unemotional Skyscraper (Extended Version)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT7:48"^^xsd:interval ;
    schema:inPlaylist _:N44ffc693cef14224904401c316d3bd53 ;
    schema:name "Unemotional Skyscraper (Extended Version)"@ja .

_:N98e3059a8684412c9466c5a7f00fb697 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "少女綺想曲 ～Dream Battle (Extended Version)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:19"^^xsd:interval ;
    schema:inPlaylist _:N44ffc693cef14224904401c316d3bd53 ;
    schema:name "少女綺想曲 ～Dream Battle (Extended Version)"@ja .

_:Nb50a625bbb454a49b2fb71961559894f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ルーネイトエルフ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT6:05"^^xsd:interval ;
    schema:inPlaylist _:N44ffc693cef14224904401c316d3bd53 ;
    schema:name "ルーネイトエルフ"@ja .

_:Nda5516211a8d484eb08b2a29d2ee76fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Under The Razing Moon (Extended Version)"@ja ;
    mo:track_number 7 ;
    schema:duration "PT8:55"^^xsd:interval ;
    schema:inPlaylist _:N44ffc693cef14224904401c316d3bd53 ;
    schema:name "Under The Razing Moon (Extended Version)"@ja .

_:Ndadfe4c1236c4ede98288921dccfda2a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "紅楼 ～Eastern Dream..."@ja ;
    mo:track_number 8 ;
    schema:duration "PT10:16"^^xsd:interval ;
    schema:inPlaylist _:N44ffc693cef14224904401c316d3bd53 ;
    schema:name "紅楼 ～Eastern Dream..."@ja .

_:N44ffc693cef14224904401c316d3bd53 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3f323d77e0ac46dfb6af0dee64986aa8,
        _:N4264d469555e4872a7afdc1ecfcc7990,
        _:N63f8cf5cd5644bb9a538fb1e53e46859,
        _:N8e6225676efe47ae911e78c155b82158,
        _:N98e3059a8684412c9466c5a7f00fb697,
        _:Nb50a625bbb454a49b2fb71961559894f,
        _:Nda5516211a8d484eb08b2a29d2ee76fe,
        _:Ndadfe4c1236c4ede98288921dccfda2a ;
    mo:track_count 8 ;
    schema:duration "PT56:55"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N3f323d77e0ac46dfb6af0dee64986aa8,
        _:N4264d469555e4872a7afdc1ecfcc7990,
        _:N63f8cf5cd5644bb9a538fb1e53e46859,
        _:N8e6225676efe47ae911e78c155b82158,
        _:N98e3059a8684412c9466c5a7f00fb697,
        _:Nb50a625bbb454a49b2fb71961559894f,
        _:Nda5516211a8d484eb08b2a29d2ee76fe,
        _:Ndadfe4c1236c4ede98288921dccfda2a .

