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

<artist/62756#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ryu Hanakami"@en,
        "ハナカミリユウ"@ja ;
    foaf:made <album/124153#lyrics>,
        <album/124153#subject>,
        <album/124153#vocals> ;
    foaf:name "Ryu Hanakami"@en,
        "ハナカミリユウ"@ja .

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

<event/284> a mo:Release ;
    schema:name "Released at Hakurei Shrine Fall Reitaisai 9 (Oct 23, 2022)" .

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

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

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

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

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

<org/333#subject> schema:name "IOSYS"@en,
        "IOSYS"@ja,
        "IOSYS"@ja-latn ;
    foaf:name "IOSYS"@en,
        "IOSYS"@ja,
        "IOSYS"@ja-latn .

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

<https://medium-media.vgm.io/albums/35/124153/124153-aac56c2974d3.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/124153#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-10-23"^^xsd:date ;
    dcterms:title "TOHO BOOTLEGS 5"@en,
        "TOHO BOOTLEGS 5"@ja,
        "TOHO BOOTLEGS 5"@ja-latn ;
    mo:catalogue_number "IO-0334" ;
    mo:media_type "CD" ;
    mo:publication_of <album/124153#musicalexpression> ;
    mo:publisher <org/333#subject> ;
    mo:record _:N5099d2cd65f34ff3ab4d31a7fa7a2c0e ;
    mo:record_count 1 ;
    mo:release <event/284> ;
    schema:about <product/22#subject>,
        <product/27#subject>,
        <product/33#subject> ;
    schema:datePublished "2022-10-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/35/124153/124153-aac56c2974d3.jpg> ;
    schema:name "TOHO BOOTLEGS 5"@en,
        "TOHO BOOTLEGS 5"@ja,
        "TOHO BOOTLEGS 5"@ja-latn ;
    schema:publisher <org/333#subject> ;
    foaf:depiction <https://media.vgm.io/albums/35/124153/124153-aac56c2974d3.jpg> .

_:N21b0c01bd11d4cd89688b70013680b7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "luciferin days"@en ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N5099d2cd65f34ff3ab4d31a7fa7a2c0e ;
    schema:name "luciferin days"@en .

_:N691dba1b45e744169943f0fd4c2f407a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Godfield"@en ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N5099d2cd65f34ff3ab4d31a7fa7a2c0e ;
    schema:name "Godfield"@en .

_:N76a548661e3e4568bd42beaa90644bc4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Big Reimu"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N5099d2cd65f34ff3ab4d31a7fa7a2c0e ;
    schema:name "Big Reimu"@en .

_:N7bf06d9390cf44d9be4e39d8741c4ea4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "necro africa"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N5099d2cd65f34ff3ab4d31a7fa7a2c0e ;
    schema:name "necro africa"@en .

_:Na3d27b5c3fd1490d99e4889429393a5b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dangan 36"@en ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N5099d2cd65f34ff3ab4d31a7fa7a2c0e ;
    schema:name "Dangan 36"@en .

_:Nb3e1130076364c4692aee61c0a25db2a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ghost Squad"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N5099d2cd65f34ff3ab4d31a7fa7a2c0e ;
    schema:name "Ghost Squad"@en .

_:Nd3c0df56a28847a6917ef6442832be1e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Life Manipulation"@en ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N5099d2cd65f34ff3ab4d31a7fa7a2c0e ;
    schema:name "Life Manipulation"@en .

_:N5099d2cd65f34ff3ab4d31a7fa7a2c0e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N21b0c01bd11d4cd89688b70013680b7e,
        _:N691dba1b45e744169943f0fd4c2f407a,
        _:N76a548661e3e4568bd42beaa90644bc4,
        _:N7bf06d9390cf44d9be4e39d8741c4ea4,
        _:Na3d27b5c3fd1490d99e4889429393a5b,
        _:Nb3e1130076364c4692aee61c0a25db2a,
        _:Nd3c0df56a28847a6917ef6442832be1e ;
    mo:track_count 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N21b0c01bd11d4cd89688b70013680b7e,
        _:N691dba1b45e744169943f0fd4c2f407a,
        _:N76a548661e3e4568bd42beaa90644bc4,
        _:N7bf06d9390cf44d9be4e39d8741c4ea4,
        _:Na3d27b5c3fd1490d99e4889429393a5b,
        _:Nb3e1130076364c4692aee61c0a25db2a,
        _:Nd3c0df56a28847a6917ef6442832be1e .

