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

<artist/52298#subject> a schema:Person,
        foaf:Person ;
    schema:name "TOPHAMHAT-KYO"@en,
        "トップハムハット狂"@ja ;
    foaf:made <album/111206#lyrics>,
        <album/111206#subject>,
        <album/111206#vocals> ;
    foaf:name "TOPHAMHAT-KYO"@en,
        "トップハムハット狂"@ja .

<artist/31833#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111206#subject> ;
    schema:name "Kazuya Takasu"@en,
        "高須和也"@ja ;
    foaf:made <album/111206#composition>,
        <album/111206#subject> ;
    foaf:name "Kazuya Takasu"@en,
        "高須和也"@ja .

<artist/39587#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111206#subject> ;
    schema:name "DYES IWASAKI"@en ;
    foaf:made <album/111206#composition>,
        <album/111206#subject> ;
    foaf:name "DYES IWASAKI"@en .

<artist/39588#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111206#subject> ;
    schema:name "a_hisa"@en ;
    foaf:made <album/111206#composition>,
        <album/111206#subject> ;
    foaf:name "a_hisa"@en .

<artist/39589#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111206#subject> ;
    schema:name "Johngarabushi"@en ;
    foaf:made <album/111206#composition>,
        <album/111206#subject> ;
    foaf:name "Johngarabushi"@en .

<artist/63#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111206#subject> ;
    schema:name "Yoh Ohyama"@en,
        "大山曜"@ja ;
    foaf:made <album/111206#composition>,
        <album/111206#subject> ;
    foaf:name "Yoh Ohyama"@en,
        "大山曜"@ja .

<artist/8554#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111206#subject> ;
    schema:name "Camellia"@en,
        "かめりあ"@ja ;
    foaf:made <album/111206#composition>,
        <album/111206#subject> ;
    foaf:name "Camellia"@en,
        "かめりあ"@ja .

<product/22863#subject> a schema:CreativeWork ;
    schema:name "MAD RAT DEAD"@en,
        "マッドラットデッド"@ja,
        "MAD RAT DEAD"@ja-latn ;
    foaf:name "MAD RAT DEAD"@en,
        "マッドラットデッド"@ja,
        "MAD RAT DEAD"@ja-latn .

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

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

<album/111206#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@en,
        "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@ja,
        "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@ja-latn ;
    mo:performance_of <album/111206#musicalwork> ;
    mo:recorded_as <album/111206#musicalexpression> ;
    schema:name "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@en,
        "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@ja,
        "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@ja-latn ;
    schema:workPerformed <album/111206#musicalwork> .

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

<org/373#subject> schema:name "Nippon Ichi Software"@en,
        "株式会社日本一ソフトウェア"@ja,
        "Nippon Ichi Software"@ja-latn ;
    foaf:name "Nippon Ichi Software"@en,
        "株式会社日本一ソフトウェア"@ja,
        "Nippon Ichi Software"@ja-latn .

<https://media.vgm.io/albums/60/111206/111206-3fc1f28866af.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/111206#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/60/111206/111206-3fc1f28866af.jpg> ;
    foaf:depicts <album/111206#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/60/111206/111206-3fc1f28866af.jpg> .

<https://medium-media.vgm.io/albums/60/111206/111206-3fc1f28866af.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/111206#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@en,
        "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@ja,
        "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@ja-latn ;
    mo:composer <artist/31833#subject>,
        <artist/39587#subject>,
        <artist/39588#subject>,
        <artist/39589#subject>,
        <artist/63#subject>,
        <artist/8554#subject> ;
    mo:produced_work <album/111206#musicalwork> ;
    schema:name "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@en,
        "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@ja,
        "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@ja-latn .

<album/111206#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-06-11"^^xsd:date ;
    dcterms:title "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@en,
        "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@ja,
        "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@ja-latn ;
    mo:catalogue_number "MRD0004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/111206#musicalexpression> ;
    mo:publisher <org/373#subject> ;
    mo:record _:N420505c2209546328fa9a6e1b4fc85d8 ;
    mo:record_count 1 ;
    schema:about <product/22863#subject> ;
    schema:datePublished "2021-06-11"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/60/111206/111206-3fc1f28866af.jpg> ;
    schema:name "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@en,
        "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@ja,
        "MAD RAT DEAD ORIGINAL SOUNDTRACK Vol.2"@ja-latn ;
    schema:publisher <org/373#subject> ;
    foaf:depiction <https://media.vgm.io/albums/60/111206/111206-3fc1f28866af.jpg> .

_:N7e27eef4fe794442b783ed2444da56ae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MAT RAD DEAD RAP"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N420505c2209546328fa9a6e1b4fc85d8 ;
    schema:name "MAT RAD DEAD RAP"@en .

_:N948761bb99d54c3b92af334899f6850b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gloucester Carousel"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:N420505c2209546328fa9a6e1b4fc85d8 ;
    schema:name "Gloucester Carousel"@en .

_:N99e94b43d0e14da9a3f9df3a4d135d5c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nightmare Road"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N420505c2209546328fa9a6e1b4fc85d8 ;
    schema:name "Nightmare Road"@en .

_:N9f8729509a0d41f4b6841063b20f447b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "If We Could Be Friends"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:N420505c2209546328fa9a6e1b4fc85d8 ;
    schema:name "If We Could Be Friends"@en .

_:Nae61b688bdfc450284df1b3fb60a20c3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bowing Steps"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:40"^^xsd:interval ;
    schema:inPlaylist _:N420505c2209546328fa9a6e1b4fc85d8 ;
    schema:name "Bowing Steps"@en .

_:Neec102d0de0746209a572b9403a26573 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MAD LAST WORLD"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N420505c2209546328fa9a6e1b4fc85d8 ;
    schema:name "MAD LAST WORLD"@en .

_:N420505c2209546328fa9a6e1b4fc85d8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N7e27eef4fe794442b783ed2444da56ae,
        _:N948761bb99d54c3b92af334899f6850b,
        _:N99e94b43d0e14da9a3f9df3a4d135d5c,
        _:N9f8729509a0d41f4b6841063b20f447b,
        _:Nae61b688bdfc450284df1b3fb60a20c3,
        _:Neec102d0de0746209a572b9403a26573 ;
    mo:track_count 6 ;
    schema:duration "PT25:35"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N7e27eef4fe794442b783ed2444da56ae,
        _:N948761bb99d54c3b92af334899f6850b,
        _:N99e94b43d0e14da9a3f9df3a4d135d5c,
        _:N9f8729509a0d41f4b6841063b20f447b,
        _:Nae61b688bdfc450284df1b3fb60a20c3,
        _:Neec102d0de0746209a572b9403a26573 .

