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

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

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

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

<event/79> a mo:Release ;
    schema:name "Released at Akatsuki no Utage 3 (May 06, 2009)" .

<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/44748#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "RED! Douchuu!!"@en,
        "RED!道中!!"@ja,
        "RED! Douchuu!!"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/44748#musicalwork> ;
    schema:name "RED! Douchuu!!"@en,
        "RED!道中!!"@ja,
        "RED! Douchuu!!"@ja-latn .

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

<album/44748#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "RED! Douchuu!!"@en,
        "RED!道中!!"@ja,
        "RED! Douchuu!!"@ja-latn ;
    mo:performance_of <album/44748#musicalwork> ;
    mo:recorded_as <album/44748#musicalexpression> ;
    schema:name "RED! Douchuu!!"@en,
        "RED!道中!!"@ja,
        "RED! Douchuu!!"@ja-latn ;
    schema:workPerformed <album/44748#musicalwork> .

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

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/44748#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/44748#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/44748#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-05-06"^^xsd:date ;
    dcterms:title "RED! Douchuu!!"@en,
        "RED!道中!!"@ja,
        "RED! Douchuu!!"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/44748#musicalexpression> ;
    mo:publisher _:N4b88dd34a90440289c896869c30e3477 ;
    mo:record _:Nab4db1b5385445339401a31bc38c5b9b ;
    mo:record_count 1 ;
    mo:release <event/79> ;
    schema:about <product/20#subject> ;
    schema:datePublished "2009-05-06"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "RED! Douchuu!!"@en,
        "RED!道中!!"@ja,
        "RED! Douchuu!!"@ja-latn ;
    schema:publisher _:N4b88dd34a90440289c896869c30e3477 ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N4b88dd34a90440289c896869c30e3477 schema:name "pastyle"@en ;
    foaf:name "pastyle"@en .

_:N51f241118ecc4639855e165da941b8a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ancient blood"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:24"^^xsd:interval ;
    schema:inPlaylist _:Nab4db1b5385445339401a31bc38c5b9b ;
    schema:name "Ancient blood"@ja .

_:N93c1038c77cd486b95f58ad0cbf538bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Speed magic"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:Nab4db1b5385445339401a31bc38c5b9b ;
    schema:name "Speed magic"@ja .

_:Nab4db1b5385445339401a31bc38c5b9b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N51f241118ecc4639855e165da941b8a9,
        _:N93c1038c77cd486b95f58ad0cbf538bc ;
    mo:track_count 2 ;
    schema:duration "PT7:01"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N51f241118ecc4639855e165da941b8a9,
        _:N93c1038c77cd486b95f58ad0cbf538bc .

