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

<artist/15080#subject> a schema:Person,
        foaf:Person ;
    schema:name "azuma"@en ;
    foaf:made <album/43487#lyrics>,
        <album/43487#subject> ;
    foaf:name "azuma"@en .

<artist/6771#subject> a schema:Person,
        foaf:Person ;
    schema:name "sumijun"@en,
        "すみじゅん"@ja ;
    foaf:made <album/43487#lyrics>,
        <album/43487#subject> ;
    foaf:name "sumijun"@en,
        "すみじゅん"@ja .

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

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

<event/167> a mo:Release ;
    schema:name "Released at Comic Market 85 (Dec 29, 2013 to Dec 31, 2013)" .

<product/16#subject> a schema:CreativeWork ;
    schema:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@ja-latn ;
    foaf:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@ja-latn .

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

<album/43487#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "DiGiHalo PRIDE"@en,
        "デジハロ PRIDE"@ja,
        "DiGiHalo PRIDE"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/43487#musicalwork> ;
    schema:name "DiGiHalo PRIDE"@en,
        "デジハロ PRIDE"@ja,
        "DiGiHalo PRIDE"@ja-latn .

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

<org/1026#subject> schema:name "DiGiTAL WiNG"@en,
        "DiGiTAL WiNG"@ja,
        "DiGiTAL WiNG"@ja-latn ;
    foaf:name "DiGiTAL WiNG"@en,
        "DiGiTAL WiNG"@ja,
        "DiGiTAL WiNG"@ja-latn .

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

<https://medium-media.vgm.io/albums/78/43487/43487-1401002352.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/14729#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/43487#performance> ;
    schema:name "peЯoco."@ja ;
    foaf:made <album/43487#lyrics>,
        <album/43487#subject> ;
    foaf:name "peЯoco."@ja .

<artist/14774#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/43487#performance> ;
    schema:name "Domino Amayadori"@en,
        "雨宿どみ乃"@ja ;
    foaf:name "Domino Amayadori"@en,
        "雨宿どみ乃"@ja .

<artist/36964#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/43487#performance> ;
    schema:name "3L"@en ;
    foaf:name "3L"@en .

<artist/6160#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/43487#performance> ;
    schema:name "Koko"@en,
        "ココ"@ja ;
    foaf:name "Koko"@en,
        "ココ"@ja .

<artist/6774#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/43487#performance> ;
    schema:name "Hanatan"@en,
        "花たん"@ja ;
    foaf:name "Hanatan"@en,
        "花たん"@ja .

<artist/8196#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/43487#performance> ;
    schema:name "Nanahira"@en,
        "ななひら"@ja ;
    foaf:name "Nanahira"@en,
        "ななひら"@ja .

<artist/9025#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/43487#performance> ;
    schema:name "Usa"@en,
        "うさ"@ja ;
    foaf:name "Usa"@en,
        "うさ"@ja .

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

<album/43487#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-12-30"^^xsd:date ;
    dcterms:title "DiGiHalo PRIDE"@en,
        "デジハロ PRIDE"@ja,
        "DiGiHalo PRIDE"@ja-latn ;
    mo:catalogue_number "DWCD-0011" ;
    mo:media_type "CD" ;
    mo:publication_of <album/43487#musicalexpression> ;
    mo:publisher <org/1026#subject> ;
    mo:record _:Ne4ab4c8dbc084761b90e9fdc9940ab38 ;
    mo:record_count 1 ;
    mo:release <event/167> ;
    schema:about <product/16#subject>,
        <product/20#subject>,
        <product/27#subject>,
        <product/29#subject>,
        <product/33#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "えろたん"@en ;
            foaf:name "えろたん"@en ],
        <artist/14729#subject>,
        <artist/14774#subject>,
        <artist/36964#subject>,
        <artist/6160#subject>,
        <artist/6774#subject>,
        <artist/8196#subject>,
        <artist/9025#subject> ;
    schema:datePublished "2013-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/78/43487/43487-1401002352.jpg> ;
    schema:name "DiGiHalo PRIDE"@en,
        "デジハロ PRIDE"@ja,
        "DiGiHalo PRIDE"@ja-latn ;
    schema:publisher <org/1026#subject> ;
    foaf:depiction <https://media.vgm.io/albums/78/43487/43487-1401002352.jpg> .

<album/43487#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "DiGiHalo PRIDE"@en,
        "デジハロ PRIDE"@ja,
        "DiGiHalo PRIDE"@ja-latn ;
    mo:performance_of <album/43487#musicalwork> ;
    mo:performer _:N3f0e3546752e43a88d1dd7465735c32a,
        <artist/14729#subject>,
        <artist/14774#subject>,
        <artist/36964#subject>,
        <artist/6160#subject>,
        <artist/6774#subject>,
        <artist/8196#subject>,
        <artist/9025#subject> ;
    mo:recorded_as <album/43487#musicalexpression> ;
    schema:byArtist _:N3f0e3546752e43a88d1dd7465735c32a,
        <artist/14729#subject>,
        <artist/14774#subject>,
        <artist/36964#subject>,
        <artist/6160#subject>,
        <artist/6774#subject>,
        <artist/8196#subject>,
        <artist/9025#subject> ;
    schema:name "DiGiHalo PRIDE"@en,
        "デジハロ PRIDE"@ja,
        "DiGiHalo PRIDE"@ja-latn ;
    schema:workPerformed <album/43487#musicalwork> .

_:N038d49b6fbd44ab48ed4e068e85496a4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "STAY"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:Ne4ab4c8dbc084761b90e9fdc9940ab38 ;
    schema:name "STAY"@en .

_:N05eb6f8ad8394546b458fc8598e4b3a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Lovable Days"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:Ne4ab4c8dbc084761b90e9fdc9940ab38 ;
    schema:name "The Lovable Days"@en .

_:N2408568cf76649ef9bec3e35c6352dbe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "PRIDE WiNG"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:Ne4ab4c8dbc084761b90e9fdc9940ab38 ;
    schema:name "PRIDE WiNG"@en .

_:N31fd76f0b385402ab459879a5ea00519 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "背伸び・DE・ノンアルコール"@en ;
    mo:track_number 9 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Ne4ab4c8dbc084761b90e9fdc9940ab38 ;
    schema:name "背伸び・DE・ノンアルコール"@en .

_:N32c0d802c646442e8c05bd5ddc4a2a4c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Against the next light"@en ;
    mo:track_number 1 ;
    schema:duration "PT0:53"^^xsd:interval ;
    schema:inPlaylist _:Ne4ab4c8dbc084761b90e9fdc9940ab38 ;
    schema:name "Against the next light"@en .

_:N3f0e3546752e43a88d1dd7465735c32a a schema:Person,
        foaf:Person ;
    mo:performed <album/43487#performance> ;
    schema:name "えろたん"@en ;
    foaf:name "えろたん"@en .

_:Na2382cfc1e204be0bd1ff6384628728e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LOVE or SMILE"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:Ne4ab4c8dbc084761b90e9fdc9940ab38 ;
    schema:name "LOVE or SMILE"@en .

_:Na38e9de4f3a74bcaadc29331099df658 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "【Ｄｉａｒｙ】"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:Ne4ab4c8dbc084761b90e9fdc9940ab38 ;
    schema:name "【Ｄｉａｒｙ】"@en .

_:Na815cb54f1d3461988b66c0a291d688d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Abracadabra"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:Ne4ab4c8dbc084761b90e9fdc9940ab38 ;
    schema:name "Abracadabra"@en .

_:Nabc0bda665c04719a1bb76a3150bd37c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "物凄い儲けたいニトリが物凄いうた"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:Ne4ab4c8dbc084761b90e9fdc9940ab38 ;
    schema:name "物凄い儲けたいニトリが物凄いうた"@en .

_:Ne4ab4c8dbc084761b90e9fdc9940ab38 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N038d49b6fbd44ab48ed4e068e85496a4,
        _:N05eb6f8ad8394546b458fc8598e4b3a8,
        _:N2408568cf76649ef9bec3e35c6352dbe,
        _:N31fd76f0b385402ab459879a5ea00519,
        _:N32c0d802c646442e8c05bd5ddc4a2a4c,
        _:Na2382cfc1e204be0bd1ff6384628728e,
        _:Na38e9de4f3a74bcaadc29331099df658,
        _:Na815cb54f1d3461988b66c0a291d688d,
        _:Nabc0bda665c04719a1bb76a3150bd37c ;
    mo:track_count 9 ;
    schema:duration "PT35:37"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N038d49b6fbd44ab48ed4e068e85496a4,
        _:N05eb6f8ad8394546b458fc8598e4b3a8,
        _:N2408568cf76649ef9bec3e35c6352dbe,
        _:N31fd76f0b385402ab459879a5ea00519,
        _:N32c0d802c646442e8c05bd5ddc4a2a4c,
        _:Na2382cfc1e204be0bd1ff6384628728e,
        _:Na38e9de4f3a74bcaadc29331099df658,
        _:Na815cb54f1d3461988b66c0a291d688d,
        _:Nabc0bda665c04719a1bb76a3150bd37c .

