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

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

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

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

<event/96> a mo:Release ;
    schema:name "Released at Touhou Kouroumu 6 (Oct 11, 2010)" .

<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 .

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

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

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

<https://medium-media.vgm.io/albums/22/29922/29922-1320706147.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/29922#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Uncertainty"@en,
        "Uncertainty"@ja,
        "Uncertainty"@ja-latn ;
    mo:performance_of <album/29922#musicalwork> ;
    mo:performer <artist/12856#subject> ;
    mo:recorded_as <album/29922#musicalexpression> ;
    schema:byArtist <artist/12856#subject> ;
    schema:name "Uncertainty"@en,
        "Uncertainty"@ja,
        "Uncertainty"@ja-latn ;
    schema:workPerformed <album/29922#musicalwork> .

<artist/12856#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/29922#performance> ;
    schema:name "HIRO"@en ;
    foaf:name "HIRO"@en .

<album/29922#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-10-11"^^xsd:date ;
    dcterms:title "Uncertainty"@en,
        "Uncertainty"@ja,
        "Uncertainty"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/29922#musicalexpression> ;
    mo:publisher _:Ncb19766427b747cd9d81af6cdf14212e ;
    mo:record _:Nd539ca1954a24aa5981bf535f20585de ;
    mo:record_count 1 ;
    mo:release <event/96> ;
    schema:about <product/27#subject>,
        <product/33#subject>,
        <product/37#subject>,
        <product/51#subject> ;
    schema:byArtist <artist/12856#subject> ;
    schema:datePublished "2010-10-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/29922/29922-1320706147.jpg> ;
    schema:name "Uncertainty"@en,
        "Uncertainty"@ja,
        "Uncertainty"@ja-latn ;
    schema:publisher _:Ncb19766427b747cd9d81af6cdf14212e ;
    foaf:depiction <https://media.vgm.io/albums/22/29922/29922-1320706147.jpg> .

_:N4d9e9eaff77c4e1b9315101e82383d9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Master Spark"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:09"^^xsd:interval ;
    schema:inPlaylist _:Nd539ca1954a24aa5981bf535f20585de ;
    schema:name "Master Spark"@ja .

_:N891e0e6f90984c7a9f3fafcf69fb652e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TouhouOP"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:Nd539ca1954a24aa5981bf535f20585de ;
    schema:name "TouhouOP"@ja .

_:N909d6c8f627745ba9d5503910dbad273 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sound of envy"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:Nd539ca1954a24aa5981bf535f20585de ;
    schema:name "Sound of envy"@ja .

_:N944d51a0bf474d46a0b28395735a103f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Calamity"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Nd539ca1954a24aa5981bf535f20585de ;
    schema:name "Calamity"@ja .

_:Ncb19766427b747cd9d81af6cdf14212e schema:name "Kokuban Cleaner"@en ;
    foaf:name "Kokuban Cleaner"@en .

_:Ndb0e7571f63a4640a24677e87725ca69 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "作業用データ(1)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:Nd539ca1954a24aa5981bf535f20585de ;
    schema:name "作業用データ(1)"@ja .

_:Nf76d9b4afc414c3eb109e8326351bc63 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Uncertainty"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:Nd539ca1954a24aa5981bf535f20585de ;
    schema:name "Uncertainty"@ja .

_:Nd539ca1954a24aa5981bf535f20585de a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4d9e9eaff77c4e1b9315101e82383d9e,
        _:N891e0e6f90984c7a9f3fafcf69fb652e,
        _:N909d6c8f627745ba9d5503910dbad273,
        _:N944d51a0bf474d46a0b28395735a103f,
        _:Ndb0e7571f63a4640a24677e87725ca69,
        _:Nf76d9b4afc414c3eb109e8326351bc63 ;
    mo:track_count 6 ;
    schema:duration "PT18:22"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N4d9e9eaff77c4e1b9315101e82383d9e,
        _:N891e0e6f90984c7a9f3fafcf69fb652e,
        _:N909d6c8f627745ba9d5503910dbad273,
        _:N944d51a0bf474d46a0b28395735a103f,
        _:Ndb0e7571f63a4640a24677e87725ca69,
        _:Nf76d9b4afc414c3eb109e8326351bc63 .

