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

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

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

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

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

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

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

<https://medium-media.vgm.io/albums/06/23860/23860-1297188654.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/23860#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Bramble In Flower Street"@en,
        "Bramble In Flower Street"@ja,
        "Bramble In Flower Street"@ja-latn ;
    mo:performance_of <album/23860#musicalwork> ;
    mo:performer _:N22738c6000f8452caf9ad02d2758b838 ;
    mo:recorded_as <album/23860#musicalexpression> ;
    schema:byArtist _:N22738c6000f8452caf9ad02d2758b838 ;
    schema:name "Bramble In Flower Street"@en,
        "Bramble In Flower Street"@ja,
        "Bramble In Flower Street"@ja-latn ;
    schema:workPerformed <album/23860#musicalwork> .

<album/23860#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-12-27"^^xsd:date ;
    dcterms:title "Bramble In Flower Street"@en,
        "Bramble In Flower Street"@ja,
        "Bramble In Flower Street"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/23860#musicalexpression> ;
    mo:publisher _:Nd219e2bd0339415bb1c8d6d3a734cc5d ;
    mo:record _:Nae82c077a2e64f908d8d3c3dc784d7a6 ;
    mo:record_count 1 ;
    schema:about <product/22#subject>,
        <product/29#subject>,
        <product/33#subject>,
        <product/51#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "A-zure"@en ;
            foaf:name "A-zure"@en ] ;
    schema:datePublished "2010-12-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/06/23860/23860-1297188654.jpg> ;
    schema:name "Bramble In Flower Street"@en,
        "Bramble In Flower Street"@ja,
        "Bramble In Flower Street"@ja-latn ;
    schema:publisher _:Nd219e2bd0339415bb1c8d6d3a734cc5d ;
    foaf:depiction <https://media.vgm.io/albums/06/23860/23860-1297188654.jpg> .

_:N0aa76fd0c127472fa0de1acf62eae574 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "When Tengu Girl Hits 88 Miles Per Hour"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:Nae82c077a2e64f908d8d3c3dc784d7a6 ;
    schema:name "When Tengu Girl Hits 88 Miles Per Hour"@en .

_:N1d26b91034774d75a359851fc5e7e4cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alice Practice"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:Nae82c077a2e64f908d8d3c3dc784d7a6 ;
    schema:name "Alice Practice"@en .

_:N22738c6000f8452caf9ad02d2758b838 a schema:Person,
        foaf:Person ;
    mo:performed <album/23860#performance> ;
    schema:name "A-zure"@en ;
    foaf:name "A-zure"@en .

_:N2c54ca7413c7469190a44c3d0d85876c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Netherworld Techhouse Breakdown"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:Nae82c077a2e64f908d8d3c3dc784d7a6 ;
    schema:name "Netherworld Techhouse Breakdown"@en .

_:N51794d3aafb34d34bdd5cbe9f7cdb6b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Summertime In Distance"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:Nae82c077a2e64f908d8d3c3dc784d7a6 ;
    schema:name "Summertime In Distance"@en .

_:N7f49916373fc45718025162f15fb0a38 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Guardian Spins Again"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:Nae82c077a2e64f908d8d3c3dc784d7a6 ;
    schema:name "The Guardian Spins Again"@en .

_:N813187de1bed4aeb83fc6390f890100a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Burning Makai"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:Nae82c077a2e64f908d8d3c3dc784d7a6 ;
    schema:name "Burning Makai"@en .

_:N9e2cab084c63418895c0e734fd025f76 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heian Nightmares"@en ;
    mo:track_number 7 ;
    schema:duration "PT5:30"^^xsd:interval ;
    schema:inPlaylist _:Nae82c077a2e64f908d8d3c3dc784d7a6 ;
    schema:name "Heian Nightmares"@en .

_:Nd219e2bd0339415bb1c8d6d3a734cc5d schema:name "A-zure"@en ;
    foaf:name "A-zure"@en .

_:Nae82c077a2e64f908d8d3c3dc784d7a6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0aa76fd0c127472fa0de1acf62eae574,
        _:N1d26b91034774d75a359851fc5e7e4cc,
        _:N2c54ca7413c7469190a44c3d0d85876c,
        _:N51794d3aafb34d34bdd5cbe9f7cdb6b5,
        _:N7f49916373fc45718025162f15fb0a38,
        _:N813187de1bed4aeb83fc6390f890100a,
        _:N9e2cab084c63418895c0e734fd025f76 ;
    mo:track_count 7 ;
    schema:duration "PT29:37"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N0aa76fd0c127472fa0de1acf62eae574,
        _:N1d26b91034774d75a359851fc5e7e4cc,
        _:N2c54ca7413c7469190a44c3d0d85876c,
        _:N51794d3aafb34d34bdd5cbe9f7cdb6b5,
        _:N7f49916373fc45718025162f15fb0a38,
        _:N813187de1bed4aeb83fc6390f890100a,
        _:N9e2cab084c63418895c0e734fd025f76 .

