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

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

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

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

<artist/148#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/52065#subject> ;
    schema:name "Yuzo Koshiro"@en,
        "古代祐三"@ja ;
    foaf:made <album/52065#composition>,
        <album/52065#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/52065#musicalexpression> a mo:Signal ;
    mo:published_as <album/52065#subject> ;
    mo:records <album/52065#performance> .

<album/52065#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Synths of Rage"@en,
        "Synths of Rage"@ja,
        "Synths of Rage"@ja-latn ;
    mo:performance_of <album/52065#musicalwork> ;
    mo:recorded_as <album/52065#musicalexpression> ;
    schema:name "Synths of Rage"@en,
        "Synths of Rage"@ja,
        "Synths of Rage"@ja-latn ;
    schema:workPerformed <album/52065#musicalwork> .

<https://media.vgm.io/albums/56/52065/52065-1428620740.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/52065#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/56/52065/52065-1428620740.jpg> ;
    foaf:depicts <album/52065#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/56/52065/52065-1428620740.jpg> .

<https://medium-media.vgm.io/albums/56/52065/52065-1428620740.jpg> a schema:ImageObject,
        foaf:Image .

<album/52065#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Synths of Rage"@en,
        "Synths of Rage"@ja,
        "Synths of Rage"@ja-latn ;
    mo:composer <artist/1177#subject>,
        <artist/148#subject> ;
    mo:produced_work <album/52065#musicalwork> ;
    schema:name "Synths of Rage"@en,
        "Synths of Rage"@ja,
        "Synths of Rage"@ja-latn .

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

<album/52065#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-12-20"^^xsd:date ;
    dcterms:title "Synths of Rage"@en,
        "Synths of Rage"@ja,
        "Synths of Rage"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/52065#musicalexpression> ;
    mo:publisher _:N8d5d0ccc1c874ceba9c2ac1ba0516eeb ;
    mo:record _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    mo:record_count 1 ;
    schema:about <product/262#subject>,
        <product/263#subject>,
        <product/264#subject> ;
    schema:datePublished "2014-12-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/56/52065/52065-1428620740.jpg> ;
    schema:name "Synths of Rage"@en,
        "Synths of Rage"@ja,
        "Synths of Rage"@ja-latn ;
    schema:publisher _:N8d5d0ccc1c874ceba9c2ac1ba0516eeb ;
    foaf:depiction <https://media.vgm.io/albums/56/52065/52065-1428620740.jpg> .

_:N03cf8ce0b8fc4e62a788744157b5ddef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Dub Slash' (SOR 3)"@en ;
    mo:track_number 23 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Dub Slash' (SOR 3)"@en .

_:N04e5039e48b74ad9bc46d01e40da9aee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Up & Up' (SOR)"@en ;
    mo:track_number 13 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Up & Up' (SOR)"@en .

_:N0b9ddc18fe6f458aa08b9e52c3f8846b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Dreamer' (SOR 2)"@en ;
    mo:track_number 16 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Dreamer' (SOR 2)"@en .

_:N0f9784177072437daf8c01165106bff7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Good Ending' (SOR 3)"@en ;
    mo:track_number 24 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Good Ending' (SOR 3)"@en .

_:N11b1cb89d9544da09a92ea14bb533953 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Back to the Industry' (SOR 2)"@en ;
    mo:track_number 19 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Back to the Industry' (SOR 2)"@en .

_:N1c2dd587ecfb49a2adabecfa8093a859 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Expander' (SOR 2)"@en ;
    mo:track_number 20 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Expander' (SOR 2)"@en .

_:N21b939d94d8641029715e9efabd9db8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Slow Moon' (SOR 2)"@en ;
    mo:track_number 18 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Slow Moon' (SOR 2)"@en .

_:N4798e16d17674dc3b51160667e94f003 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Violent Breathing' (SOR)"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Violent Breathing' (SOR)"@en .

_:N4fb9984d5172461db1f14ab6535290b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Keep The Groovin' (SOR)"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Keep The Groovin' (SOR)"@en .

_:N51e03b8c54ea48faacdac17879f4f7ae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Fighting in the Street' (SOR)"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Fighting in the Street' (SOR)"@en .

_:N60fd657724ac4be7911f4e4228351279 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Moon Beach' (SOR)"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Moon Beach' (SOR)"@en .

_:N67d9644182b543668eea511c4f393d2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Attack of the Barbarian' (SOR)"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Attack of the Barbarian' (SOR)"@en .

_:N7058127f0aa54208b888388e4589c032 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Moon' (SOR 3)"@en ;
    mo:track_number 22 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Moon' (SOR 3)"@en .

_:N80be1baa1daa49768e2de768408828f9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'You Became The Bad Guy!' (SOR)"@en ;
    mo:track_number 12 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'You Became The Bad Guy!' (SOR)"@en .

_:N8d5d0ccc1c874ceba9c2ac1ba0516eeb schema:name "30th Floor Records"@en,
        "30th Floor Records"@ja,
        "30th Floor Records"@ja-latn ;
    foaf:name "30th Floor Records"@en,
        "30th Floor Records"@ja,
        "30th Floor Records"@ja-latn .

_:N8de85f94212f4108b6feb4f2ac4b696e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Big Boss' (SOR)"@en ;
    mo:track_number 11 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Big Boss' (SOR)"@en .

_:N8fd356884bba4246ab08c40aa4ea45e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Beatnik on the Ship' (SOR)"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Beatnik on the Ship' (SOR)"@en .

_:N9d37604670c4477d9d99b65684665a95 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Player Select' (SOR)"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Player Select' (SOR)"@en .

_:N9e8542f5e487498c85b083280a7898a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Under Logic' (SOR 2)"@en ;
    mo:track_number 17 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Under Logic' (SOR 2)"@en .

_:Na94b165e11c140d0a477e0d74ddd5eac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Go Straight' (SOR 2)"@en ;
    mo:track_number 14 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Go Straight' (SOR 2)"@en .

_:Nbee3227325904ba8aa5076fae4b40087 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Never Return Alive' (SOR 2)"@en ;
    mo:track_number 15 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Never Return Alive' (SOR 2)"@en .

_:Nc03c19ae6da64fb78b1caaf9c173f23a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Revenge of Mr X' (SOR 2)"@en ;
    mo:track_number 21 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Revenge of Mr X' (SOR 2)"@en .

_:Nd91f5f4ed68c496c9730816efeb3c47b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'The Street of Rage' (SOR)"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:52"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'The Street of Rage' (SOR)"@en .

_:Ndd0bebea4f2f4a699838e06c8f3876fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'Stealthy Steps' (SOR)"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'Stealthy Steps' (SOR)"@en .

_:Ne65032998d804ed8a20f36583184d7df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'The Last Soul' (SOR)"@en ;
    mo:track_number 10 ;
    schema:duration "PT4:48"^^xsd:interval ;
    schema:inPlaylist _:Nc256f8e1fe21494587a9d2784b873dc1 ;
    schema:name "'The Last Soul' (SOR)"@en .

_:Nc256f8e1fe21494587a9d2784b873dc1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N03cf8ce0b8fc4e62a788744157b5ddef,
        _:N04e5039e48b74ad9bc46d01e40da9aee,
        _:N0b9ddc18fe6f458aa08b9e52c3f8846b,
        _:N0f9784177072437daf8c01165106bff7,
        _:N11b1cb89d9544da09a92ea14bb533953,
        _:N1c2dd587ecfb49a2adabecfa8093a859,
        _:N21b939d94d8641029715e9efabd9db8c,
        _:N4798e16d17674dc3b51160667e94f003,
        _:N4fb9984d5172461db1f14ab6535290b8,
        _:N51e03b8c54ea48faacdac17879f4f7ae,
        _:N60fd657724ac4be7911f4e4228351279,
        _:N67d9644182b543668eea511c4f393d2e,
        _:N7058127f0aa54208b888388e4589c032,
        _:N80be1baa1daa49768e2de768408828f9,
        _:N8de85f94212f4108b6feb4f2ac4b696e,
        _:N8fd356884bba4246ab08c40aa4ea45e9,
        _:N9d37604670c4477d9d99b65684665a95,
        _:N9e8542f5e487498c85b083280a7898a8,
        _:Na94b165e11c140d0a477e0d74ddd5eac,
        _:Nbee3227325904ba8aa5076fae4b40087,
        _:Nc03c19ae6da64fb78b1caaf9c173f23a,
        _:Nd91f5f4ed68c496c9730816efeb3c47b,
        _:Ndd0bebea4f2f4a699838e06c8f3876fb,
        _:Ne65032998d804ed8a20f36583184d7df ;
    mo:track_count 24 ;
    schema:duration "PT86:05"^^xsd:interval ;
    schema:numTracks 24 ;
    schema:track _:N03cf8ce0b8fc4e62a788744157b5ddef,
        _:N04e5039e48b74ad9bc46d01e40da9aee,
        _:N0b9ddc18fe6f458aa08b9e52c3f8846b,
        _:N0f9784177072437daf8c01165106bff7,
        _:N11b1cb89d9544da09a92ea14bb533953,
        _:N1c2dd587ecfb49a2adabecfa8093a859,
        _:N21b939d94d8641029715e9efabd9db8c,
        _:N4798e16d17674dc3b51160667e94f003,
        _:N4fb9984d5172461db1f14ab6535290b8,
        _:N51e03b8c54ea48faacdac17879f4f7ae,
        _:N60fd657724ac4be7911f4e4228351279,
        _:N67d9644182b543668eea511c4f393d2e,
        _:N7058127f0aa54208b888388e4589c032,
        _:N80be1baa1daa49768e2de768408828f9,
        _:N8de85f94212f4108b6feb4f2ac4b696e,
        _:N8fd356884bba4246ab08c40aa4ea45e9,
        _:N9d37604670c4477d9d99b65684665a95,
        _:N9e8542f5e487498c85b083280a7898a8,
        _:Na94b165e11c140d0a477e0d74ddd5eac,
        _:Nbee3227325904ba8aa5076fae4b40087,
        _:Nc03c19ae6da64fb78b1caaf9c173f23a,
        _:Nd91f5f4ed68c496c9730816efeb3c47b,
        _:Ndd0bebea4f2f4a699838e06c8f3876fb,
        _:Ne65032998d804ed8a20f36583184d7df .

