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

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

<artist/3807#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takeshi Yokoyama"@en,
        "横山武"@ja ;
    foaf:made <album/7308#lyrics>,
        <album/7308#subject> ;
    foaf:name "Takeshi Yokoyama"@en,
        "横山武"@ja .

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

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

<artist/3119#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/7308#subject> ;
    schema:name "Yasuhiko Fukuda"@en,
        "福田裕彦"@ja ;
    foaf:made <album/7308#composition>,
        <album/7308#subject> ;
    foaf:name "Yasuhiko Fukuda"@en,
        "福田裕彦"@ja .

<artist/4528#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/7308#subject> ;
    schema:name "Yoshio Nomura"@en,
        "野村義男"@ja ;
    foaf:made <album/7308#composition>,
        <album/7308#subject> ;
    foaf:name "Yoshio Nomura"@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/7308#musicalexpression> a mo:Signal ;
    mo:published_as <album/7308#subject> ;
    mo:records <album/7308#performance> .

<org/2737#subject> schema:name "Fun House"@en,
        "Fun House"@ja,
        "Fun House"@ja-latn ;
    foaf:name "Fun House"@en,
        "Fun House"@ja,
        "Fun House"@ja-latn .

<https://media.vgm.io/albums/80/7308/7308-78f6b994c540.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/7308#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/80/7308/7308-78f6b994c540.jpg> ;
    foaf:depicts <album/7308#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/80/7308/7308-78f6b994c540.jpg> .

<https://medium-media.vgm.io/albums/80/7308/7308-78f6b994c540.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/4815#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/7308#performance> ;
    schema:name "Haruka Sawaguchi"@en,
        "沢口遥"@ja ;
    foaf:name "Haruka Sawaguchi"@en,
        "沢口遥"@ja .

<album/7308#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Mr.B·Bee Bomberman"@en,
        "Mr.B・Bee ボンバーマン"@ja,
        "Mr.B·Bee Bomberman"@ja-latn ;
    mo:composer <artist/1529#subject>,
        <artist/3119#subject>,
        <artist/4528#subject> ;
    mo:produced_work <album/7308#musicalwork> ;
    schema:name "Mr.B·Bee Bomberman"@en,
        "Mr.B・Bee ボンバーマン"@ja,
        "Mr.B·Bee Bomberman"@ja-latn .

<album/7308#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Mr.B·Bee Bomberman"@en,
        "Mr.B・Bee ボンバーマン"@ja,
        "Mr.B·Bee Bomberman"@ja-latn ;
    mo:performance_of <album/7308#musicalwork> ;
    mo:performer _:N89832b42e3634010934acc47e34a4003,
        _:Ndeb00d94c8f44aa39a2d83b27e68d43d,
        <artist/4815#subject> ;
    mo:recorded_as <album/7308#musicalexpression> ;
    schema:byArtist _:N89832b42e3634010934acc47e34a4003,
        _:Ndeb00d94c8f44aa39a2d83b27e68d43d,
        <artist/4815#subject> ;
    schema:name "Mr.B·Bee Bomberman"@en,
        "Mr.B・Bee ボンバーマン"@ja,
        "Mr.B·Bee Bomberman"@ja-latn ;
    schema:workPerformed <album/7308#musicalwork> .

<album/7308#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1995-03-01"^^xsd:date ;
    dcterms:title "Mr.B·Bee Bomberman"@en,
        "Mr.B・Bee ボンバーマン"@ja,
        "Mr.B·Bee Bomberman"@ja-latn ;
    mo:catalogue_number "FHCF-2224" ;
    mo:media_type "CD" ;
    mo:publication_of <album/7308#musicalexpression> ;
    mo:publisher <org/2737#subject> ;
    mo:record _:Ndfbdc2bac9d84ff79a8e04b41334d2dd ;
    mo:record_count 1 ;
    schema:about <product/9419#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Tsutomu Sakamoto"@en ;
            foaf:name "Tsutomu Sakamoto"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Hiroki Ohtsuka"@en ;
            foaf:name "Hiroki Ohtsuka"@en ],
        <artist/4815#subject> ;
    schema:datePublished "1995-03-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/80/7308/7308-78f6b994c540.jpg> ;
    schema:name "Mr.B·Bee Bomberman"@en,
        "Mr.B・Bee ボンバーマン"@ja,
        "Mr.B·Bee Bomberman"@ja-latn ;
    schema:publisher <org/2737#subject> ;
    foaf:depiction <https://media.vgm.io/albums/80/7308/7308-78f6b994c540.jpg> .

_:N5500faa7027d46c68cff3bc2bb8fcd11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "噂のMr.B・Bee (オリジナル・カラオケ)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:Ndfbdc2bac9d84ff79a8e04b41334d2dd ;
    schema:name "噂のMr.B・Bee (オリジナル・カラオケ)"@ja .

_:N89832b42e3634010934acc47e34a4003 a schema:Person,
        foaf:Person ;
    mo:performed <album/7308#performance> ;
    schema:name "Tsutomu Sakamoto"@en ;
    foaf:name "Tsutomu Sakamoto"@en .

_:Na901f35a35f342ae85597a9f7ce35817 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mr.B・Bee"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:Ndfbdc2bac9d84ff79a8e04b41334d2dd ;
    schema:name "Mr.B・Bee"@ja .

_:Nc0e58c486299464eb7cb41a9acdaaf75 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "噂のMr.B・Bee"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:Ndfbdc2bac9d84ff79a8e04b41334d2dd ;
    schema:name "噂のMr.B・Bee"@ja .

_:Ncad5fec8d4944dc1ad1ae821f49109f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mr.B・Bee (オリジナル・カラオケ)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:Ndfbdc2bac9d84ff79a8e04b41334d2dd ;
    schema:name "Mr.B・Bee (オリジナル・カラオケ)"@ja .

_:Ndeb00d94c8f44aa39a2d83b27e68d43d a schema:Person,
        foaf:Person ;
    mo:performed <album/7308#performance> ;
    schema:name "Hiroki Ohtsuka"@en ;
    foaf:name "Hiroki Ohtsuka"@en .

_:Ndfbdc2bac9d84ff79a8e04b41334d2dd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5500faa7027d46c68cff3bc2bb8fcd11,
        _:Na901f35a35f342ae85597a9f7ce35817,
        _:Nc0e58c486299464eb7cb41a9acdaaf75,
        _:Ncad5fec8d4944dc1ad1ae821f49109f7 ;
    mo:track_count 4 ;
    schema:duration "PT15:36"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N5500faa7027d46c68cff3bc2bb8fcd11,
        _:Na901f35a35f342ae85597a9f7ce35817,
        _:Nc0e58c486299464eb7cb41a9acdaaf75,
        _:Ncad5fec8d4944dc1ad1ae821f49109f7 .

