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

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

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

<artist/1301#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/109585#subject> ;
    schema:name "Tim Follin"@en ;
    foaf:made <album/109585#composition>,
        <album/109585#subject> ;
    foaf:name "Tim Follin"@en .

<artist/1415#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/109585#subject> ;
    schema:name "Ayako Mori"@en,
        "森安也子"@ja ;
    foaf:made <album/109585#composition>,
        <album/109585#subject> ;
    foaf:name "Ayako Mori"@en,
        "森安也子"@ja .

<artist/161#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/109585#subject> ;
    schema:name "Konami Kukeiha Club"@en,
        "コナミ矩形波倶楽部"@ja ;
    foaf:made <album/109585#composition>,
        <album/109585#subject> ;
    foaf:name "Konami Kukeiha Club"@en,
        "コナミ矩形波倶楽部"@ja .

<artist/309#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/109585#subject> ;
    schema:name "Naoki Kodaka"@en,
        "小高直樹"@ja ;
    foaf:made <album/109585#composition>,
        <album/109585#subject> ;
    foaf:name "Naoki Kodaka"@en,
        "小高直樹"@ja .

<artist/7111#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/109585#subject> ;
    schema:name "Takashi Tateishi"@en,
        "立石孝"@ja ;
    foaf:made <album/109585#composition>,
        <album/109585#subject> ;
    foaf:name "Takashi Tateishi"@en,
        "立石孝"@ja .

<artist/77#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/109585#subject> ;
    schema:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja ;
    foaf:made <album/109585#composition>,
        <album/109585#subject> ;
    foaf:name "Nobuo Uematsu"@en,
        "植松伸夫"@ja .

<product/163#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY"@en,
        "ファイナルファンタジー"@ja,
        "FINAL FANTASY"@ja-latn ;
    foaf:name "FINAL FANTASY"@en,
        "ファイナルファンタジー"@ja,
        "FINAL FANTASY"@ja-latn .

<product/17520#subject> a schema:CreativeWork ;
    schema:name "Silver Surfer"@en,
        "Silver Surfer"@ja,
        "Silver Surfer"@ja-latn ;
    foaf:name "Silver Surfer"@en,
        "Silver Surfer"@ja,
        "Silver Surfer"@ja-latn .

<product/2071#subject> a schema:CreativeWork ;
    schema:name "Mega Man 2"@en,
        "ロックマン2 Dr.ワイリーの謎"@ja,
        "Rockman 2: Dr. Wily no Nazo"@ja-latn ;
    foaf:name "Mega Man 2"@en,
        "ロックマン2 Dr.ワイリーの謎"@ja,
        "Rockman 2: Dr. Wily no Nazo"@ja-latn .

<product/7270#subject> a schema:CreativeWork ;
    schema:name "JOURNEY TO SILIUS"@en,
        "ラフワールド"@ja,
        "rΛf World"@ja-latn ;
    foaf:name "JOURNEY TO SILIUS"@en,
        "ラフワールド"@ja,
        "rΛf World"@ja-latn .

<release/10310#subject> a schema:CreativeWork ;
    schema:name "Ghosts 'n Goblins (NES)"@en,
        "魔界村 (NES)"@ja,
        "Makaimura (NES)"@ja-latn ;
    foaf:name "Ghosts 'n Goblins (NES)"@en,
        "魔界村 (NES)"@ja,
        "Makaimura (NES)"@ja-latn .

<release/5169#subject> a schema:CreativeWork ;
    schema:name "Life Force"@en,
        "Life Force"@ja,
        "Life Force"@ja-latn ;
    foaf:name "Life Force"@en,
        "Life Force"@ja,
        "Life Force"@ja-latn .

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

<https://media.vgm.io/albums/58/109585/109585-4e48c3573093.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/109585#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/58/109585/109585-4e48c3573093.jpg> ;
    foaf:depicts <album/109585#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/58/109585/109585-4e48c3573093.jpg> .

<https://medium-media.vgm.io/albums/58/109585/109585-4e48c3573093.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/109585#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "RighteousNES"@en,
        "RighteousNES"@ja,
        "RighteousNES"@ja-latn ;
    mo:performance_of <album/109585#musicalwork> ;
    mo:performer <artist/11781#subject> ;
    mo:recorded_as <album/109585#musicalexpression> ;
    schema:byArtist <artist/11781#subject> ;
    schema:name "RighteousNES"@en,
        "RighteousNES"@ja,
        "RighteousNES"@ja-latn ;
    schema:workPerformed <album/109585#musicalwork> .

<artist/11781#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/109585#performance> ;
    schema:name "Vomitron"@en ;
    foaf:name "Vomitron"@en .

<album/109585#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "RighteousNES"@en,
        "RighteousNES"@ja,
        "RighteousNES"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Sylvester Levay"@en ;
            foaf:made <album/109585#composition> ;
            foaf:name "Sylvester Levay"@en ],
        <artist/1301#subject>,
        <artist/1415#subject>,
        <artist/161#subject>,
        <artist/309#subject>,
        <artist/7111#subject>,
        <artist/77#subject> ;
    mo:produced_work <album/109585#musicalwork> ;
    schema:name "RighteousNES"@en,
        "RighteousNES"@ja,
        "RighteousNES"@ja-latn .

<album/109585#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-05-01"^^xsd:date ;
    dcterms:title "RighteousNES"@en,
        "RighteousNES"@ja,
        "RighteousNES"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/109585#musicalexpression> ;
    mo:publisher _:N0269741738c4462daf8297f10db18cc4 ;
    mo:record _:N0f40ec982c3940669bb8ee5f397db5a1 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Airwolf"@en ;
            foaf:name "Airwolf"@en ],
        <product/163#subject>,
        <product/17520#subject>,
        <product/2071#subject>,
        <product/7270#subject>,
        <release/10310#subject>,
        <release/5169#subject> ;
    schema:byArtist <artist/11781#subject> ;
    schema:datePublished "2021-05-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/58/109585/109585-4e48c3573093.jpg> ;
    schema:name "RighteousNES"@en,
        "RighteousNES"@ja,
        "RighteousNES"@ja-latn ;
    schema:publisher _:N0269741738c4462daf8297f10db18cc4 ;
    foaf:depiction <https://media.vgm.io/albums/58/109585/109585-4e48c3573093.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/109585#subject> ;
    schema:name "Sylvester Levay"@en ;
    foaf:made <album/109585#subject> ;
    foaf:name "Sylvester Levay"@en .

_:N0269741738c4462daf8297f10db18cc4 schema:name "Vomitron"@en ;
    foaf:name "Vomitron"@en .

_:N0f4f18967db749d9b716a163ede49583 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Life Force"@en ;
    mo:track_number 5 ;
    schema:duration "PT6:24"^^xsd:interval ;
    schema:inPlaylist _:N0f40ec982c3940669bb8ee5f397db5a1 ;
    schema:name "Life Force"@en .

_:N2f2633cc779d4d78813920a5e3861f1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Final Fantasy"@en ;
    mo:track_number 4 ;
    schema:duration "PT14:33"^^xsd:interval ;
    schema:inPlaylist _:N0f40ec982c3940669bb8ee5f397db5a1 ;
    schema:name "Final Fantasy"@en .

_:N70b650b76e33473db0b741d5eb990d11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mega Man 2 [1 of 2]"@en ;
    mo:track_number 1 ;
    schema:duration "PT7:38"^^xsd:interval ;
    schema:inPlaylist _:N0f40ec982c3940669bb8ee5f397db5a1 ;
    schema:name "Mega Man 2 [1 of 2]"@en .

_:Na9e647239cdf4680b95e02626f131f39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mega Man 2 [2 of 2]"@en ;
    mo:track_number 6 ;
    schema:duration "PT8:05"^^xsd:interval ;
    schema:inPlaylist _:N0f40ec982c3940669bb8ee5f397db5a1 ;
    schema:name "Mega Man 2 [2 of 2]"@en .

_:Nd07d8f8b58674676b01cd7f5e8f2d1b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Journey To Silius [2 of 2]"@en ;
    mo:track_number 8 ;
    schema:duration "PT5:54"^^xsd:interval ;
    schema:inPlaylist _:N0f40ec982c3940669bb8ee5f397db5a1 ;
    schema:name "Journey To Silius [2 of 2]"@en .

_:Nea22298d64bb46ce911c02f77fe553cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Airwolf"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:N0f40ec982c3940669bb8ee5f397db5a1 ;
    schema:name "Airwolf"@en .

_:Ned85d99b95dd4cecbc82d07add2ab230 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Journey To Silius [1 of 2]"@en ;
    mo:track_number 3 ;
    schema:duration "PT8:22"^^xsd:interval ;
    schema:inPlaylist _:N0f40ec982c3940669bb8ee5f397db5a1 ;
    schema:name "Journey To Silius [1 of 2]"@en .

_:Nf4f751517b92455f8ea6ce3fdb68f496 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Silver Surfer"@en ;
    mo:track_number 9 ;
    schema:duration "PT8:05"^^xsd:interval ;
    schema:inPlaylist _:N0f40ec982c3940669bb8ee5f397db5a1 ;
    schema:name "Silver Surfer"@en .

_:Nfa906f947816488397c0056a3aa98096 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ghosts 'N Goblins"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N0f40ec982c3940669bb8ee5f397db5a1 ;
    schema:name "Ghosts 'N Goblins"@en .

_:N0f40ec982c3940669bb8ee5f397db5a1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0f4f18967db749d9b716a163ede49583,
        _:N2f2633cc779d4d78813920a5e3861f1b,
        _:N70b650b76e33473db0b741d5eb990d11,
        _:Na9e647239cdf4680b95e02626f131f39,
        _:Nd07d8f8b58674676b01cd7f5e8f2d1b6,
        _:Nea22298d64bb46ce911c02f77fe553cc,
        _:Ned85d99b95dd4cecbc82d07add2ab230,
        _:Nf4f751517b92455f8ea6ce3fdb68f496,
        _:Nfa906f947816488397c0056a3aa98096 ;
    mo:track_count 9 ;
    schema:duration "PT65:42"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N0f4f18967db749d9b716a163ede49583,
        _:N2f2633cc779d4d78813920a5e3861f1b,
        _:N70b650b76e33473db0b741d5eb990d11,
        _:Na9e647239cdf4680b95e02626f131f39,
        _:Nd07d8f8b58674676b01cd7f5e8f2d1b6,
        _:Nea22298d64bb46ce911c02f77fe553cc,
        _:Ned85d99b95dd4cecbc82d07add2ab230,
        _:Nf4f751517b92455f8ea6ce3fdb68f496,
        _:Nfa906f947816488397c0056a3aa98096 .

