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

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

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

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

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

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

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

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

<org/561#subject> schema:name "Bitter Quartz"@en,
        "Bitter Quartz"@ja,
        "Bitter Quartz"@ja-latn ;
    foaf:name "Bitter Quartz"@en,
        "Bitter Quartz"@ja,
        "Bitter Quartz"@ja-latn .

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

<https://medium-media.vgm.io/albums/62/19926/19926-1277170961.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/19926#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-06-22"^^xsd:date ;
    dcterms:title "TOHOTEK"@en,
        "TOHOTEK"@ja,
        "TOHOTEK"@ja-latn ;
    mo:catalogue_number "BiQA-003" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/19926#musicalexpression> ;
    mo:publisher <org/561#subject> ;
    mo:record _:Nb1dfad25ae5f4bb39f2f6c8a97497902 ;
    mo:record_count 1 ;
    schema:about <product/20#subject> ;
    schema:datePublished "2010-06-22"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/62/19926/19926-1277170961.jpg> ;
    schema:name "TOHOTEK"@en,
        "TOHOTEK"@ja,
        "TOHOTEK"@ja-latn ;
    schema:publisher <org/561#subject> ;
    foaf:depiction <https://media.vgm.io/albums/62/19926/19926-1277170961.jpg> .

_:N3972989f9cbb4335a8812d9b9f06cfab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TOHOTEK2"@en ;
    mo:track_number 2 ;
    schema:duration "PT7:06"^^xsd:interval ;
    schema:inPlaylist _:Nb1dfad25ae5f4bb39f2f6c8a97497902 ;
    schema:name "TOHOTEK2"@en .

_:Nc4c86e2b998b478ab494442bb2bf4b30 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TOHOTEK"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:Nb1dfad25ae5f4bb39f2f6c8a97497902 ;
    schema:name "TOHOTEK"@en .

_:Nb1dfad25ae5f4bb39f2f6c8a97497902 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3972989f9cbb4335a8812d9b9f06cfab,
        _:Nc4c86e2b998b478ab494442bb2bf4b30 ;
    mo:track_count 2 ;
    schema:duration "PT11:03"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N3972989f9cbb4335a8812d9b9f06cfab,
        _:Nc4c86e2b998b478ab494442bb2bf4b30 .

