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

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

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

<artist/2800#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4616#subject> ;
    schema:name "Ryuichi Nitta"@en,
        "新田竜一"@ja ;
    foaf:made <album/4616#composition>,
        <album/4616#subject> ;
    foaf:name "Ryuichi Nitta"@en,
        "新田竜一"@ja .

<artist/6635#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/4616#subject> ;
    schema:name "Mayuko Okamura"@en,
        "岡村麻由子"@ja ;
    foaf:made <album/4616#composition>,
        <album/4616#subject> ;
    foaf:name "Mayuko Okamura"@en,
        "岡村麻由子"@ja .

<product/5038#subject> a schema:CreativeWork ;
    schema:name "Ninja Gaiden II: The Dark Sword of Chaos"@en,
        "忍者龍剣伝II 暗黒の邪神剣"@ja,
        "Ninja Ryuukenden II: Ankoku no Jashin Ken"@ja-latn ;
    foaf:name "Ninja Gaiden II: The Dark Sword of Chaos"@en,
        "忍者龍剣伝II 暗黒の邪神剣"@ja,
        "Ninja Ryuukenden II: Ankoku no Jashin Ken"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/61/4616/4616-1190420668.jpg> a schema:ImageObject,
        foaf:Image .

<album/4616#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Dark Sword of Chaos"@en,
        "The Dark Sword of Chaos"@ja,
        "The Dark Sword of Chaos"@ja-latn ;
    mo:composer <artist/2800#subject>,
        <artist/6635#subject> ;
    mo:produced_work <album/4616#musicalwork> ;
    schema:name "The Dark Sword of Chaos"@en,
        "The Dark Sword of Chaos"@ja,
        "The Dark Sword of Chaos"@ja-latn .

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

<album/4616#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Dark Sword of Chaos"@en,
        "The Dark Sword of Chaos"@ja,
        "The Dark Sword of Chaos"@ja-latn ;
    mo:performance_of <album/4616#musicalwork> ;
    mo:performer <artist/2799#subject> ;
    mo:recorded_as <album/4616#musicalexpression> ;
    schema:byArtist <artist/2799#subject> ;
    schema:name "The Dark Sword of Chaos"@en,
        "The Dark Sword of Chaos"@ja,
        "The Dark Sword of Chaos"@ja-latn ;
    schema:workPerformed <album/4616#musicalwork> .

<artist/2799#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/4616#performance> ;
    schema:name "Chromelodeon"@en ;
    foaf:name "Chromelodeon"@en .

<album/4616#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2004-01-01"^^xsd:date ;
    dcterms:title "The Dark Sword of Chaos"@en,
        "The Dark Sword of Chaos"@ja,
        "The Dark Sword of Chaos"@ja-latn ;
    mo:catalogue_number "Blood044" ;
    mo:media_type "CD" ;
    mo:publication_of <album/4616#musicalexpression> ;
    mo:publisher _:N3095fb1e734f4ff78d1f00436c8a379a ;
    mo:record _:N3bfee18ee45c40819ecea3cf95628bb8 ;
    mo:record_count 1 ;
    schema:about <product/5038#subject> ;
    schema:byArtist <artist/2799#subject> ;
    schema:datePublished "2004-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/61/4616/4616-1190420668.jpg> ;
    schema:name "The Dark Sword of Chaos"@en,
        "The Dark Sword of Chaos"@ja,
        "The Dark Sword of Chaos"@ja-latn ;
    schema:publisher _:N3095fb1e734f4ff78d1f00436c8a379a ;
    foaf:depiction <https://media.vgm.io/albums/61/4616/4616-1190420668.jpg> .

_:N039e074fa9a34a6ea77332a082f462dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Robert T.S."@en ;
    mo:track_number 3 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:N3bfee18ee45c40819ecea3cf95628bb8 ;
    schema:name "Robert T.S."@en .

_:N11eba0a0c66245c8a2753f07dcc01a5a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Irene Lew"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N3bfee18ee45c40819ecea3cf95628bb8 ;
    schema:name "Irene Lew"@en .

_:N3095fb1e734f4ff78d1f00436c8a379a schema:name "Bloodlink Records"@en ;
    foaf:name "Bloodlink Records"@en .

_:N425af39d5243483d93c283f4467df793 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ashtar"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:12"^^xsd:interval ;
    schema:inPlaylist _:N3bfee18ee45c40819ecea3cf95628bb8 ;
    schema:name "Ashtar"@en .

_:N5bb5db1680464a7da854458d597f96a7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Thunderstorm"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:N3bfee18ee45c40819ecea3cf95628bb8 ;
    schema:name "Thunderstorm"@en .

_:N6129263b02d44e65b0adf2a252c2f1d3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Going Gets Tough"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:N3bfee18ee45c40819ecea3cf95628bb8 ;
    schema:name "Going Gets Tough"@en .

_:N67ac76fd775a4997aa2446383cf52a9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chaosium Sword"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N3bfee18ee45c40819ecea3cf95628bb8 ;
    schema:name "Chaosium Sword"@en .

_:Nac6739ca5eb440438a4781c1cbe76d00 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Finale"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N3bfee18ee45c40819ecea3cf95628bb8 ;
    schema:name "Finale"@en .

_:Nd5b227a295bf4b1c869ad3a92a718d03 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Parasprinter"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:N3bfee18ee45c40819ecea3cf95628bb8 ;
    schema:name "The Parasprinter"@en .

_:Nf07cd5deb1ed4aa6b9d1bc75110e013d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dehumanized"@en ;
    mo:track_number 4 ;
    schema:duration "PT0:49"^^xsd:interval ;
    schema:inPlaylist _:N3bfee18ee45c40819ecea3cf95628bb8 ;
    schema:name "Dehumanized"@en .

_:N3bfee18ee45c40819ecea3cf95628bb8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N039e074fa9a34a6ea77332a082f462dd,
        _:N11eba0a0c66245c8a2753f07dcc01a5a,
        _:N425af39d5243483d93c283f4467df793,
        _:N5bb5db1680464a7da854458d597f96a7,
        _:N6129263b02d44e65b0adf2a252c2f1d3,
        _:N67ac76fd775a4997aa2446383cf52a9e,
        _:Nac6739ca5eb440438a4781c1cbe76d00,
        _:Nd5b227a295bf4b1c869ad3a92a718d03,
        _:Nf07cd5deb1ed4aa6b9d1bc75110e013d ;
    mo:track_count 9 ;
    schema:duration "PT23:48"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N039e074fa9a34a6ea77332a082f462dd,
        _:N11eba0a0c66245c8a2753f07dcc01a5a,
        _:N425af39d5243483d93c283f4467df793,
        _:N5bb5db1680464a7da854458d597f96a7,
        _:N6129263b02d44e65b0adf2a252c2f1d3,
        _:N67ac76fd775a4997aa2446383cf52a9e,
        _:Nac6739ca5eb440438a4781c1cbe76d00,
        _:Nd5b227a295bf4b1c869ad3a92a718d03,
        _:Nf07cd5deb1ed4aa6b9d1bc75110e013d .

