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

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

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

<artist/1177#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/106507#subject> ;
    schema:name "Motohiro Kawashima"@en,
        "川島基宏"@ja ;
    foaf:made <album/106507#composition>,
        <album/106507#subject> ;
    foaf:name "Motohiro Kawashima"@en,
        "川島基宏"@ja .

<artist/148#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/106507#subject> ;
    schema:name "Yuzo Koshiro"@en,
        "古代祐三"@ja ;
    foaf:made <album/106507#composition>,
        <album/106507#subject> ;
    foaf:name "Yuzo Koshiro"@en,
        "古代祐三"@ja .

<product/262#subject> a schema:CreativeWork ;
    schema:name "Streets of Rage"@en,
        "ベア・ナックル"@ja,
        "Bare Knuckle: Ikari no Tekken"@ja-latn ;
    foaf:name "Streets of Rage"@en,
        "ベア・ナックル"@ja,
        "Bare Knuckle: Ikari no Tekken"@ja-latn .

<product/263#subject> a schema:CreativeWork ;
    schema:name "Streets of Rage 2"@en,
        "ベア・ナックルII 死闘への鎮魂歌"@ja,
        "Bare Knuckle II: Shito he no Requiem"@ja-latn ;
    foaf:name "Streets of Rage 2"@en,
        "ベア・ナックルII 死闘への鎮魂歌"@ja,
        "Bare Knuckle II: Shito he no Requiem"@ja-latn .

<product/264#subject> a schema:CreativeWork ;
    schema:name "Streets of Rage 3"@en,
        "ベア・ナックルIII"@ja,
        "Bare Knuckle III"@ja-latn ;
    foaf:name "Streets of Rage 3"@en,
        "ベア・ナックルIII"@ja,
        "Bare Knuckle III"@ja-latn .

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

<https://media.vgm.io/albums/70/106507/106507-9cbb37f35678.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/106507#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/70/106507/106507-9cbb37f35678.jpg> ;
    foaf:depicts <album/106507#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/70/106507/106507-9cbb37f35678.jpg> .

<https://medium-media.vgm.io/albums/70/106507/106507-9cbb37f35678.jpg> a schema:ImageObject,
        foaf:Image .

<album/106507#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Bare Rage - A Tribute to the Streets"@en,
        "Bare Rage - A Tribute to the Streets"@ja,
        "Bare Rage - A Tribute to the Streets"@ja-latn ;
    mo:composer <artist/1177#subject>,
        <artist/148#subject> ;
    mo:produced_work <album/106507#musicalwork> ;
    schema:name "Bare Rage - A Tribute to the Streets"@en,
        "Bare Rage - A Tribute to the Streets"@ja,
        "Bare Rage - A Tribute to the Streets"@ja-latn .

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

<album/106507#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Bare Rage - A Tribute to the Streets"@en,
        "Bare Rage - A Tribute to the Streets"@ja,
        "Bare Rage - A Tribute to the Streets"@ja-latn ;
    mo:performance_of <album/106507#musicalwork> ;
    mo:performer _:Nf24eadbda9d143edbb9f49706bcc0d4e ;
    mo:recorded_as <album/106507#musicalexpression> ;
    schema:byArtist _:Nf24eadbda9d143edbb9f49706bcc0d4e ;
    schema:name "Bare Rage - A Tribute to the Streets"@en,
        "Bare Rage - A Tribute to the Streets"@ja,
        "Bare Rage - A Tribute to the Streets"@ja-latn ;
    schema:workPerformed <album/106507#musicalwork> .

<album/106507#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-02-15"^^xsd:date ;
    dcterms:title "Bare Rage - A Tribute to the Streets"@en,
        "Bare Rage - A Tribute to the Streets"@ja,
        "Bare Rage - A Tribute to the Streets"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/106507#musicalexpression> ;
    mo:publisher _:N982eab87909d4400b58c94dec8546594 ;
    mo:record _:N9ab41eb0759249a4a262134d5f2cf14c ;
    mo:record_count 1 ;
    schema:about <product/262#subject>,
        <product/263#subject>,
        <product/264#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Vadell Gabriel"@en ;
            foaf:name "Vadell Gabriel"@en ] ;
    schema:datePublished "2020-02-15"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/70/106507/106507-9cbb37f35678.jpg> ;
    schema:name "Bare Rage - A Tribute to the Streets"@en,
        "Bare Rage - A Tribute to the Streets"@ja,
        "Bare Rage - A Tribute to the Streets"@ja-latn ;
    schema:publisher _:N982eab87909d4400b58c94dec8546594 ;
    foaf:depiction <https://media.vgm.io/albums/70/106507/106507-9cbb37f35678.jpg> .

_:N24e48b342d4f4532a605cc1b2ba25460 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rush Hour"@en ;
    mo:track_number 2 ;
    schema:duration "PT7:20"^^xsd:interval ;
    schema:inPlaylist _:N9ab41eb0759249a4a262134d5f2cf14c ;
    schema:name "Rush Hour"@en .

_:N33c4a11650b5420b9089b440cd1132ab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ingabberasen"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:55"^^xsd:interval ;
    schema:inPlaylist _:N9ab41eb0759249a4a262134d5f2cf14c ;
    schema:name "Ingabberasen"@en .

_:N5b14876da2c6409c8666a9ee017fc701 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Attack of Todd, the Barbarian"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N9ab41eb0759249a4a262134d5f2cf14c ;
    schema:name "Attack of Todd, the Barbarian"@en .

_:N5c9a11d66c98499e8800cfef7980ce32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dreamer (PLANITsor Remix)"@en ;
    mo:track_number 4 ;
    schema:duration "PT9:25"^^xsd:interval ;
    schema:inPlaylist _:N9ab41eb0759249a4a262134d5f2cf14c ;
    schema:name "Dreamer (PLANITsor Remix)"@en .

_:N60abb70848c744678a0e8a68b4a84440 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In the Jack Joint (The MiSH Cut)"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N9ab41eb0759249a4a262134d5f2cf14c ;
    schema:name "In the Jack Joint (The MiSH Cut)"@en .

_:N7e9a03ce8be44b7c9a3082b8a98ca2d6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rage in the Streets"@en ;
    mo:track_number 1 ;
    schema:duration "PT9:05"^^xsd:interval ;
    schema:inPlaylist _:N9ab41eb0759249a4a262134d5f2cf14c ;
    schema:name "Rage in the Streets"@en .

_:N982eab87909d4400b58c94dec8546594 schema:name "DJ Chidow"@en,
        "DJ Chidow"@ja,
        "DJ Chidow"@ja-latn ;
    foaf:name "DJ Chidow"@en,
        "DJ Chidow"@ja,
        "DJ Chidow"@ja-latn .

_:Nb0489f524125433d9799ac2e8742eae7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fuzion Break"@en ;
    mo:track_number 7 ;
    schema:duration "PT5:10"^^xsd:interval ;
    schema:inPlaylist _:N9ab41eb0759249a4a262134d5f2cf14c ;
    schema:name "Fuzion Break"@en .

_:Nb7d4c8cbfd09466d99f29dd33aa7beb9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Violent Groove"@en ;
    mo:track_number 6 ;
    schema:duration "PT5:45"^^xsd:interval ;
    schema:inPlaylist _:N9ab41eb0759249a4a262134d5f2cf14c ;
    schema:name "Violent Groove"@en .

_:Nd75a2a1ab5d34087a7cfd8106b7e365b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Last Soul (What 'cha Gonna Do?)"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N9ab41eb0759249a4a262134d5f2cf14c ;
    schema:name "Last Soul (What 'cha Gonna Do?)"@en .

_:Neb02b1198ca4417dbca8319067b03bdc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "My Little Baby (The New Edition)"@en ;
    mo:track_number 10 ;
    schema:duration "PT6:15"^^xsd:interval ;
    schema:inPlaylist _:N9ab41eb0759249a4a262134d5f2cf14c ;
    schema:name "My Little Baby (The New Edition)"@en .

_:Nf24eadbda9d143edbb9f49706bcc0d4e a schema:Person,
        foaf:Person ;
    mo:performed <album/106507#performance> ;
    schema:name "Vadell Gabriel"@en ;
    foaf:name "Vadell Gabriel"@en .

_:N9ab41eb0759249a4a262134d5f2cf14c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N24e48b342d4f4532a605cc1b2ba25460,
        _:N33c4a11650b5420b9089b440cd1132ab,
        _:N5b14876da2c6409c8666a9ee017fc701,
        _:N5c9a11d66c98499e8800cfef7980ce32,
        _:N60abb70848c744678a0e8a68b4a84440,
        _:N7e9a03ce8be44b7c9a3082b8a98ca2d6,
        _:Nb0489f524125433d9799ac2e8742eae7,
        _:Nb7d4c8cbfd09466d99f29dd33aa7beb9,
        _:Nd75a2a1ab5d34087a7cfd8106b7e365b,
        _:Neb02b1198ca4417dbca8319067b03bdc ;
    mo:track_count 10 ;
    schema:duration "PT58:40"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N24e48b342d4f4532a605cc1b2ba25460,
        _:N33c4a11650b5420b9089b440cd1132ab,
        _:N5b14876da2c6409c8666a9ee017fc701,
        _:N5c9a11d66c98499e8800cfef7980ce32,
        _:N60abb70848c744678a0e8a68b4a84440,
        _:N7e9a03ce8be44b7c9a3082b8a98ca2d6,
        _:Nb0489f524125433d9799ac2e8742eae7,
        _:Nb7d4c8cbfd09466d99f29dd33aa7beb9,
        _:Nd75a2a1ab5d34087a7cfd8106b7e365b,
        _:Neb02b1198ca4417dbca8319067b03bdc .

