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

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

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

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

<artist/44791#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10543#subject> ;
    schema:name "U2"@en ;
    foaf:made <album/10543#composition>,
        <album/10543#subject> ;
    foaf:name "U2"@en .

<event/10> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 3 (May 21, 2006)" .

<product/18#subject> a schema:CreativeWork ;
    schema:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@ja-latn ;
    foaf:name "Touhou Kaikidan ~ Mystic Square."@en,
        "東方怪綺談　～ Mystic Square."@ja,
        "Touhou Kaikidan ~ Mystic Square."@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/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 .

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

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

<org/157#subject> schema:name "Love Machine"@en,
        "LOVEマシーン"@ja,
        "Love Machine"@ja-latn ;
    foaf:name "Love Machine"@en,
        "LOVEマシーン"@ja,
        "Love Machine"@ja-latn .

<https://media.vgm.io/albums/34/10543/10543-1222714963.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/10543#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/34/10543/10543-1222714963.png> ;
    foaf:depicts <album/10543#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/34/10543/10543-1222714963.png> .

<https://medium-media.vgm.io/albums/34/10543/10543-1222714963.png> a schema:ImageObject,
        foaf:Image .

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

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

<album/10543#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-05-21"^^xsd:date ;
    dcterms:title "iris"@en,
        "iris"@ja,
        "iris"@ja-latn ;
    mo:catalogue_number "LMCD-0013" ;
    mo:media_type "CD" ;
    mo:publication_of <album/10543#musicalexpression> ;
    mo:publisher <org/157#subject> ;
    mo:record _:Nebbdacbb35c84cc6aa2d8f14cf7f2280 ;
    mo:record_count 1 ;
    mo:release <event/10> ;
    schema:about <product/18#subject>,
        <product/22#subject>,
        <product/25#subject>,
        <product/27#subject> ;
    schema:datePublished "2006-05-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/34/10543/10543-1222714963.png> ;
    schema:name "iris"@en,
        "iris"@ja,
        "iris"@ja-latn ;
    schema:publisher <org/157#subject> ;
    foaf:depiction <https://media.vgm.io/albums/34/10543/10543-1222714963.png> .

_:N122ba478e84f41d685c4fd64e2743347 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "sakura"@en ;
    mo:track_number 4 ;
    schema:duration "PT7:16"^^xsd:interval ;
    schema:inPlaylist _:Nebbdacbb35c84cc6aa2d8f14cf7f2280 ;
    schema:name "sakura"@en .

_:N13895d9b2dab4b0f82d032786d344535 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "a vision"@en ;
    mo:track_number 7 ;
    schema:duration "PT8:41"^^xsd:interval ;
    schema:inPlaylist _:Nebbdacbb35c84cc6aa2d8f14cf7f2280 ;
    schema:name "a vision"@en .

_:N1a04c116c2a144279e1c480345fbd751 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "hangedoll"@en ;
    mo:track_number 5 ;
    schema:duration "PT8:03"^^xsd:interval ;
    schema:inPlaylist _:Nebbdacbb35c84cc6aa2d8f14cf7f2280 ;
    schema:name "hangedoll"@en .

_:N62d6446b24324e0cbfbc7f484fec9826 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "iconoclasm"@en ;
    mo:track_number 2 ;
    schema:duration "PT9:47"^^xsd:interval ;
    schema:inPlaylist _:Nebbdacbb35c84cc6aa2d8f14cf7f2280 ;
    schema:name "iconoclasm"@en .

_:N841ae8465ae4446b9fabc5a41aa95911 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "looper"@en ;
    mo:track_number 3 ;
    schema:duration "PT8:00"^^xsd:interval ;
    schema:inPlaylist _:Nebbdacbb35c84cc6aa2d8f14cf7f2280 ;
    schema:name "looper"@en .

_:Nbe4930df9b51418e8038875e8069bc3e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "dream express"@en ;
    mo:track_number 8 ;
    schema:duration "PT8:35"^^xsd:interval ;
    schema:inPlaylist _:Nebbdacbb35c84cc6aa2d8f14cf7f2280 ;
    schema:name "dream express"@en .

_:Ne183e07578a545feb9515323fe156bbd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "rotater"@en ;
    mo:track_number 6 ;
    schema:duration "PT8:55"^^xsd:interval ;
    schema:inPlaylist _:Nebbdacbb35c84cc6aa2d8f14cf7f2280 ;
    schema:name "rotater"@en .

_:Ne9614e210af54091a635dabd2ac09ee3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "opportunity"@en ;
    mo:track_number 1 ;
    schema:duration "PT6:46"^^xsd:interval ;
    schema:inPlaylist _:Nebbdacbb35c84cc6aa2d8f14cf7f2280 ;
    schema:name "opportunity"@en .

_:Nebbdacbb35c84cc6aa2d8f14cf7f2280 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N122ba478e84f41d685c4fd64e2743347,
        _:N13895d9b2dab4b0f82d032786d344535,
        _:N1a04c116c2a144279e1c480345fbd751,
        _:N62d6446b24324e0cbfbc7f484fec9826,
        _:N841ae8465ae4446b9fabc5a41aa95911,
        _:Nbe4930df9b51418e8038875e8069bc3e,
        _:Ne183e07578a545feb9515323fe156bbd,
        _:Ne9614e210af54091a635dabd2ac09ee3 ;
    mo:track_count 8 ;
    schema:duration "PT66:03"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N122ba478e84f41d685c4fd64e2743347,
        _:N13895d9b2dab4b0f82d032786d344535,
        _:N1a04c116c2a144279e1c480345fbd751,
        _:N62d6446b24324e0cbfbc7f484fec9826,
        _:N841ae8465ae4446b9fabc5a41aa95911,
        _:Nbe4930df9b51418e8038875e8069bc3e,
        _:Ne183e07578a545feb9515323fe156bbd,
        _:Ne9614e210af54091a635dabd2ac09ee3 .

