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

<artist/14004#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kasumi Oka"@en,
        "岡かすみ"@ja ;
    foaf:made <album/10023#lyrics>,
        <album/10023#subject> ;
    foaf:name "Kasumi Oka"@en,
        "岡かすみ"@ja .

<artist/4815#subject> a schema:Person,
        foaf:Person ;
    schema:name "Haruka Sawaguchi"@en,
        "沢口遥"@ja ;
    foaf:made <album/10023#subject>,
        <album/10023#vocals> ;
    foaf:name "Haruka Sawaguchi"@en,
        "沢口遥"@ja .

<artist/1529#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10023#subject> ;
    schema:name "Yoshio Tsuru"@en,
        "鶴由雄"@ja ;
    foaf:made <album/10023#composition>,
        <album/10023#subject> ;
    foaf:name "Yoshio Tsuru"@en,
        "鶴由雄"@ja .

<product/9419#subject> a schema:CreativeWork ;
    schema:name "Bomberman (1990)"@en,
        "ボンバーマン (1990)"@ja,
        "Bomberman (1990)"@ja-latn ;
    foaf:name "Bomberman (1990)"@en,
        "ボンバーマン (1990)"@ja,
        "Bomberman (1990)"@ja-latn .

<album/10023#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Bomberman Theme Song - Mr.B·Bee"@en,
        "'94 HUDSON 冬のドンドンツキツキ ダブルプレゼン ボンバーマンテーマソング Mr.B･Bee"@ja,
        "Bomberman Theme Song - Mr.B·Bee"@ja-latn ;
    mo:composer <artist/1529#subject> ;
    mo:produced_work <album/10023#musicalwork> ;
    schema:name "Bomberman Theme Song - Mr.B·Bee"@en,
        "'94 HUDSON 冬のドンドンツキツキ ダブルプレゼン ボンバーマンテーマソング Mr.B･Bee"@ja,
        "Bomberman Theme Song - Mr.B·Bee"@ja-latn .

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

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

<album/10023#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Bomberman Theme Song - Mr.B·Bee"@en,
        "'94 HUDSON 冬のドンドンツキツキ ダブルプレゼン ボンバーマンテーマソング Mr.B･Bee"@ja,
        "Bomberman Theme Song - Mr.B·Bee"@ja-latn ;
    mo:performance_of <album/10023#musicalwork> ;
    mo:recorded_as <album/10023#musicalexpression> ;
    schema:name "Bomberman Theme Song - Mr.B·Bee"@en,
        "'94 HUDSON 冬のドンドンツキツキ ダブルプレゼン ボンバーマンテーマソング Mr.B･Bee"@ja,
        "Bomberman Theme Song - Mr.B·Bee"@ja-latn ;
    schema:workPerformed <album/10023#musicalwork> .

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

<org/2549#subject> schema:name "Hudson Soft"@en,
        "株式会社ハドソン"@ja,
        "Hudson Soft"@ja-latn ;
    foaf:name "Hudson Soft"@en,
        "株式会社ハドソン"@ja,
        "Hudson Soft"@ja-latn .

<https://media.vgm.io/albums/32/10023/10023-1218679094.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/10023#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/32/10023/10023-1218679094.gif> ;
    foaf:depicts <album/10023#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/32/10023/10023-1218679094.gif> .

<https://medium-media.vgm.io/albums/32/10023/10023-1218679094.gif> a schema:ImageObject,
        foaf:Image .

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

<album/10023#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1994-01-01"^^xsd:date ;
    dcterms:title "Bomberman Theme Song - Mr.B·Bee"@en,
        "'94 HUDSON 冬のドンドンツキツキ ダブルプレゼン ボンバーマンテーマソング Mr.B･Bee"@ja,
        "Bomberman Theme Song - Mr.B·Bee"@ja-latn ;
    mo:catalogue_number "FXD-5107" ;
    mo:media_type "Mini CD" ;
    mo:publication_of <album/10023#musicalexpression> ;
    mo:publisher <org/2549#subject> ;
    mo:record _:Nf3e2cdb4f6f2435a9909ca3f6f3c3aaa ;
    mo:record_count 1 ;
    schema:about <product/9419#subject> ;
    schema:datePublished "1994-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/32/10023/10023-1218679094.gif> ;
    schema:name "Bomberman Theme Song - Mr.B·Bee"@en,
        "'94 HUDSON 冬のドンドンツキツキ ダブルプレゼン ボンバーマンテーマソング Mr.B･Bee"@ja,
        "Bomberman Theme Song - Mr.B·Bee"@ja-latn ;
    schema:publisher <org/2549#subject> ;
    foaf:depiction <https://media.vgm.io/albums/32/10023/10023-1218679094.gif> .

_:N734951ac52934260b7aa977c487d19fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mr.B·Bee"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:Nf3e2cdb4f6f2435a9909ca3f6f3c3aaa ;
    schema:name "Mr.B·Bee"@en .

_:Nc2674cb3c40045a7875c4b818db7817c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mr.B·Bee オリジナル・カラオケ"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:Nf3e2cdb4f6f2435a9909ca3f6f3c3aaa ;
    schema:name "Mr.B·Bee オリジナル・カラオケ"@en .

_:Nf3e2cdb4f6f2435a9909ca3f6f3c3aaa a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N734951ac52934260b7aa977c487d19fa,
        _:Nc2674cb3c40045a7875c4b818db7817c ;
    mo:track_count 2 ;
    schema:duration "PT7:51"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N734951ac52934260b7aa977c487d19fa,
        _:Nc2674cb3c40045a7875c4b818db7817c .

