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

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

<artist/189#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/20296#subject> ;
    schema:name "Yasuaki Fujita"@en,
        "藤田靖明"@ja ;
    foaf:made <album/20296#composition>,
        <album/20296#subject> ;
    foaf:name "Yasuaki Fujita"@en,
        "藤田靖明"@ja .

<product/2070#subject> a schema:CreativeWork ;
    schema:name "Mega Man"@en,
        "ロックマン"@ja,
        "Rockman"@ja-latn ;
    foaf:name "Mega Man"@en,
        "ロックマン"@ja,
        "Rockman"@ja-latn .

<product/2072#subject> a schema:CreativeWork ;
    schema:name "Mega Man 3"@en,
        "ロックマン3 Dr.ワイリーの最期!?"@ja,
        "Rockman 3: Dr. Wily no Saigo!?"@ja-latn ;
    foaf:name "Mega Man 3"@en,
        "ロックマン3 Dr.ワイリーの最期!?"@ja,
        "Rockman 3: Dr. Wily no Saigo!?"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/69/20296/20296-1280974308.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

<artist/2881#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/20296#performance> ;
    schema:name "The Megas"@en ;
    foaf:made <album/20296#lyrics>,
        <album/20296#subject> ;
    foaf:name "The Megas"@en .

<album/20296#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sparked a War"@en,
        "Sparked a War"@ja,
        "Sparked a War"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Corey Hart"@en ;
            foaf:made <album/20296#composition> ;
            foaf:name "Corey Hart"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Robert Borrmann"@en ;
            foaf:made <album/20296#composition> ;
            foaf:name "Robert Borrmann"@en ],
        <artist/189#subject> ;
    mo:produced_work <album/20296#musicalwork> ;
    schema:name "Sparked a War"@en,
        "Sparked a War"@ja,
        "Sparked a War"@ja-latn .

<album/20296#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-07-20"^^xsd:date ;
    dcterms:title "Sparked a War"@en,
        "Sparked a War"@ja,
        "Sparked a War"@ja-latn ;
    mo:catalogue_number "DLN-05" ;
    mo:media_type "CD" ;
    mo:publication_of <album/20296#musicalexpression> ;
    mo:publisher _:Nba11dfa7cf464fb4afdc0d11b365e8f5 ;
    mo:record _:Necc6a96e4fa548d5857d501e4da2997f ;
    mo:record_count 1 ;
    schema:about <product/2070#subject>,
        <product/2072#subject> ;
    schema:byArtist <artist/2881#subject> ;
    schema:datePublished "2010-07-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/69/20296/20296-1280974308.jpg> ;
    schema:name "Sparked a War"@en,
        "Sparked a War"@ja,
        "Sparked a War"@ja-latn ;
    schema:publisher _:Nba11dfa7cf464fb4afdc0d11b365e8f5 ;
    foaf:depiction <https://media.vgm.io/albums/69/20296/20296-1280974308.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/20296#subject> ;
    schema:name "Corey Hart"@en ;
    foaf:made <album/20296#subject> ;
    foaf:name "Corey Hart"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Corey Hart"@en ;
    foaf:made <album/20296#subject> ;
    foaf:name "Corey Hart"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/20296#subject> ;
    schema:name "Robert Borrmann"@en ;
    foaf:made <album/20296#subject> ;
    foaf:name "Robert Borrmann"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Corey Hart"@en ;
    foaf:made <album/20296#lyrics> ;
    foaf:name "Corey Hart"@en .

_:N043f486ab27a4a82976397db58fb5c2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "You've Sparked A Coustic"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:Necc6a96e4fa548d5857d501e4da2997f ;
    schema:name "You've Sparked A Coustic"@en .

_:N131f1683bcca4bcc8832829d50ef0734 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Fighting Robot"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:08"^^xsd:interval ;
    schema:inPlaylist _:Necc6a96e4fa548d5857d501e4da2997f ;
    schema:name "Super Fighting Robot"@en .

_:N198264e610b046cba0c07c58b6bfb8e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "You've Sparked A War"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:Necc6a96e4fa548d5857d501e4da2997f ;
    schema:name "You've Sparked A War"@en .

_:N34939ea425c84f5fa3543a538d567d1f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lights Out"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:Necc6a96e4fa548d5857d501e4da2997f ;
    schema:name "Lights Out"@en .

_:Nba11dfa7cf464fb4afdc0d11b365e8f5 schema:name "The Megas"@en ;
    foaf:name "The Megas"@en .

_:Ncfeffe2c29ed4fdeb743b29b7f7f7276 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sunglasses at Night"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:Necc6a96e4fa548d5857d501e4da2997f ;
    schema:name "Sunglasses at Night"@en .

_:Necc6a96e4fa548d5857d501e4da2997f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N043f486ab27a4a82976397db58fb5c2e,
        _:N131f1683bcca4bcc8832829d50ef0734,
        _:N198264e610b046cba0c07c58b6bfb8e6,
        _:N34939ea425c84f5fa3543a538d567d1f,
        _:Ncfeffe2c29ed4fdeb743b29b7f7f7276 ;
    mo:track_count 5 ;
    schema:duration "PT19:01"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N043f486ab27a4a82976397db58fb5c2e,
        _:N131f1683bcca4bcc8832829d50ef0734,
        _:N198264e610b046cba0c07c58b6bfb8e6,
        _:N34939ea425c84f5fa3543a538d567d1f,
        _:Ncfeffe2c29ed4fdeb743b29b7f7f7276 .

