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

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

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

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

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

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

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

<https://medium-media.vgm.io/albums/03/14630/14630-1248127284.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/14630#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Past sight"@en,
        "Past sight"@ja,
        "Past sight"@ja-latn ;
    mo:performance_of <album/14630#musicalwork> ;
    mo:performer <artist/11223#subject> ;
    mo:recorded_as <album/14630#musicalexpression> ;
    schema:byArtist <artist/11223#subject> ;
    schema:name "Past sight"@en,
        "Past sight"@ja,
        "Past sight"@ja-latn ;
    schema:workPerformed <album/14630#musicalwork> .

<artist/11223#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14630#performance> ;
    schema:name "あさの"@ja ;
    foaf:name "あさの"@ja .

<album/14630#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-07-19"^^xsd:date ;
    dcterms:title "Past sight"@en,
        "Past sight"@ja,
        "Past sight"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/14630#musicalexpression> ;
    mo:publisher _:Ndcac88ae238942d09161dc3b526b2260 ;
    mo:record _:N74cb9dd8b67148c9934adac94766d3cc ;
    mo:record_count 1 ;
    schema:about <product/27#subject> ;
    schema:byArtist <artist/11223#subject> ;
    schema:datePublished "2009-07-19"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/03/14630/14630-1248127284.jpg> ;
    schema:name "Past sight"@en,
        "Past sight"@ja,
        "Past sight"@ja-latn ;
    schema:publisher _:Ndcac88ae238942d09161dc3b526b2260 ;
    foaf:depiction <https://media.vgm.io/albums/03/14630/14630-1248127284.jpg> .

_:N3547e76dcefa4d55880adbd5e5200211 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Past sight"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N74cb9dd8b67148c9934adac94766d3cc ;
    schema:name "Past sight"@ja .

_:N4f19d006147641008b83ac57b01e53ba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "見えないマスタースパーク"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:N74cb9dd8b67148c9934adac94766d3cc ;
    schema:name "見えないマスタースパーク"@ja .

_:Ndcac88ae238942d09161dc3b526b2260 schema:name "Nekozamurai"@en ;
    foaf:name "Nekozamurai"@en .

_:N74cb9dd8b67148c9934adac94766d3cc a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3547e76dcefa4d55880adbd5e5200211,
        _:N4f19d006147641008b83ac57b01e53ba ;
    mo:track_count 2 ;
    schema:duration "PT8:25"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N3547e76dcefa4d55880adbd5e5200211,
        _:N4f19d006147641008b83ac57b01e53ba .

