@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 _:Ne5c785d618d74db48ef1b0a913f16c6e ;
    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> .

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

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

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

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

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

_:Nf3857a4ff1dc4052a56a179f1795f8a1 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 _:Ne5c785d618d74db48ef1b0a913f16c6e ;
    schema:name "If We Could Be Friends"@en .

_:Ne5c785d618d74db48ef1b0a913f16c6e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1cc8927092d24d74ba73c1a4bb07f9fb,
        _:N4fdcb9e22bbc425fb4eaa96066e19e47,
        _:Na9ff1116fb9741789ed679398bb77e6e,
        _:Nebab9f6743d54a6ba494f58faff6d9a3,
        _:Nf01d7455091c4650a54fd3fbf15f4d29,
        _:Nf3857a4ff1dc4052a56a179f1795f8a1 ;
    mo:track_count 6 ;
    schema:duration "PT25:35"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N1cc8927092d24d74ba73c1a4bb07f9fb,
        _:N4fdcb9e22bbc425fb4eaa96066e19e47,
        _:Na9ff1116fb9741789ed679398bb77e6e,
        _:Nebab9f6743d54a6ba494f58faff6d9a3,
        _:Nf01d7455091c4650a54fd3fbf15f4d29,
        _:Nf3857a4ff1dc4052a56a179f1795f8a1 .

