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

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

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

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

<artist/44791#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19970#subject> ;
    schema:name "U2"@en ;
    foaf:made <album/19970#composition>,
        <album/19970#subject> ;
    foaf:name "U2"@en .

<event/9> a mo:Release ;
    schema:name "Released at Hakurei Shrine Reitaisai 4 (May 20, 2007)" .

<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/25#subject> a schema:CreativeWork ;
    schema:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@ja-latn ;
    foaf:name "Touhou Suimusou ~ Immaterial and Missing Power."@en,
        "東方萃夢想　～ Immaterial and Missing Power."@ja,
        "Touhou Suimusou ~ Immaterial and Missing Power."@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 .

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

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

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

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

<https://medium-media.vgm.io/albums/07/19970/19970-1277322276.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/19970#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-05-20"^^xsd:date ;
    dcterms:title "APOLLON"@en,
        "APOLLON"@ja,
        "APOLLON"@ja-latn ;
    mo:catalogue_number "IZCD-0003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/19970#musicalexpression> ;
    mo:publisher <org/591#subject> ;
    mo:record _:N1ed4f8738266456d9aec3e3346b59637 ;
    mo:record_count 1 ;
    mo:release <event/9> ;
    schema:about <product/20#subject>,
        <product/25#subject>,
        <product/27#subject> ;
    schema:datePublished "2007-05-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/07/19970/19970-1277322276.jpg> ;
    schema:name "APOLLON"@en,
        "APOLLON"@ja,
        "APOLLON"@ja-latn ;
    schema:publisher <org/591#subject> ;
    foaf:depiction <https://media.vgm.io/albums/07/19970/19970-1277322276.jpg> .

_:N3f7431cca0ea410b8c2d7d2f7d50d2fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "View from Crimson(full)"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:N1ed4f8738266456d9aec3e3346b59637 ;
    schema:name "View from Crimson(full)"@en .

_:N5767d299c1d1494db8239d931c30e528 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "View from Crimson(opening)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:N1ed4f8738266456d9aec3e3346b59637 ;
    schema:name "View from Crimson(opening)"@en .

_:N9a58288f7686444a9fe5c963bc0a88a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Scarlet Dine"@en ;
    mo:track_number 2 ;
    schema:duration "PT5:30"^^xsd:interval ;
    schema:inPlaylist _:N1ed4f8738266456d9aec3e3346b59637 ;
    schema:name "Scarlet Dine"@en .

_:Nc3fb71e337eb473099e914d08128b72a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "APOLLON"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:27"^^xsd:interval ;
    schema:inPlaylist _:N1ed4f8738266456d9aec3e3346b59637 ;
    schema:name "APOLLON"@en .

_:Ne4b7f63b8dc84469bbfa8c036e660e16 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cosmic 1969"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:N1ed4f8738266456d9aec3e3346b59637 ;
    schema:name "Cosmic 1969"@en .

_:Nf24dbf44d3b243bf8f8b5fe5262e386a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Underarm Lover"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:N1ed4f8738266456d9aec3e3346b59637 ;
    schema:name "Underarm Lover"@en .

_:N1ed4f8738266456d9aec3e3346b59637 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3f7431cca0ea410b8c2d7d2f7d50d2fd,
        _:N5767d299c1d1494db8239d931c30e528,
        _:N9a58288f7686444a9fe5c963bc0a88a8,
        _:Nc3fb71e337eb473099e914d08128b72a,
        _:Ne4b7f63b8dc84469bbfa8c036e660e16,
        _:Nf24dbf44d3b243bf8f8b5fe5262e386a ;
    mo:track_count 6 ;
    schema:duration "PT25:53"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N3f7431cca0ea410b8c2d7d2f7d50d2fd,
        _:N5767d299c1d1494db8239d931c30e528,
        _:N9a58288f7686444a9fe5c963bc0a88a8,
        _:Nc3fb71e337eb473099e914d08128b72a,
        _:Ne4b7f63b8dc84469bbfa8c036e660e16,
        _:Nf24dbf44d3b243bf8f8b5fe5262e386a .

