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

<artist/9452#subject> a schema:Person,
        foaf:Person ;
    schema:name "senya"@en ;
    foaf:made <album/43534#subject>,
        <album/43534#vocals> ;
    foaf:name "senya"@en .

<artist/9454#subject> a schema:Person,
        foaf:Person ;
    schema:name "kamase-tora"@en,
        "かませ虎"@ja ;
    foaf:made <album/43534#lyrics>,
        <album/43534#subject> ;
    foaf:name "kamase-tora"@en,
        "かませ虎"@ja .

<album/43534#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Yuuhei Satellite Sample 00"@en,
        "幽閉サテライト Sample 00"@ja,
        "Yuuhei Satellite Sample 00"@ja-latn ;
    mo:produced_work <album/43534#musicalwork> ;
    schema:name "Yuuhei Satellite Sample 00"@en,
        "幽閉サテライト Sample 00"@ja,
        "Yuuhei Satellite Sample 00"@ja-latn .

<product/16#subject> a schema:CreativeWork ;
    schema:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@ja-latn ;
    foaf:name "Touhou Gensokyo ~ Lotus Land Story."@en,
        "東方幻想郷　～ Lotus Land Story."@ja,
        "Touhou Gensokyo ~ Lotus Land Story."@ja-latn .

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

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

<album/43534#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Yuuhei Satellite Sample 00"@en,
        "幽閉サテライト Sample 00"@ja,
        "Yuuhei Satellite Sample 00"@ja-latn ;
    mo:performance_of <album/43534#musicalwork> ;
    mo:recorded_as <album/43534#musicalexpression> ;
    schema:name "Yuuhei Satellite Sample 00"@en,
        "幽閉サテライト Sample 00"@ja,
        "Yuuhei Satellite Sample 00"@ja-latn ;
    schema:workPerformed <album/43534#musicalwork> .

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

<org/687#subject> schema:name "Yuuhei Satellite"@en,
        "幽閉サテライト"@ja,
        "Yuuhei Satellite"@ja-latn ;
    foaf:name "Yuuhei Satellite"@en,
        "幽閉サテライト"@ja,
        "Yuuhei Satellite"@ja-latn .

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

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

<album/43534#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-10-24"^^xsd:date ;
    dcterms:title "Yuuhei Satellite Sample 00"@en,
        "幽閉サテライト Sample 00"@ja,
        "Yuuhei Satellite Sample 00"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD-R" ;
    mo:publication_of <album/43534#musicalexpression> ;
    mo:publisher <org/687#subject> ;
    mo:record _:N03ac25d0920f49e5b7e539bdda065e96 ;
    mo:record_count 1 ;
    schema:about <product/16#subject> ;
    schema:datePublished "2010-10-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Yuuhei Satellite Sample 00"@en,
        "幽閉サテライト Sample 00"@ja,
        "Yuuhei Satellite Sample 00"@ja-latn ;
    schema:publisher <org/687#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N03ac25d0920f49e5b7e539bdda065e96 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nb740301494ac4cc08afe20c067c869df ;
    mo:track_count 1 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nb740301494ac4cc08afe20c067c869df .

_:Nb740301494ac4cc08afe20c067c869df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "小悪魔りんご(short ver.)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:41"^^xsd:interval ;
    schema:inPlaylist _:N03ac25d0920f49e5b7e539bdda065e96 ;
    schema:name "小悪魔りんご(short ver.)"@ja .

