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

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

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

<artist/1297#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107370#subject> ;
    schema:name "Rob Hubbard"@en ;
    foaf:made <album/107370#composition>,
        <album/107370#subject> ;
    foaf:name "Rob Hubbard"@en .

<artist/1298#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107370#subject> ;
    schema:name "Martin Galway"@en ;
    foaf:made <album/107370#composition>,
        <album/107370#subject> ;
    foaf:name "Martin Galway"@en .

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

<artist/1302#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107370#subject> ;
    schema:name "Ben Daglish"@en ;
    foaf:made <album/107370#composition>,
        <album/107370#subject> ;
    foaf:name "Ben Daglish"@en .

<artist/1304#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107370#subject> ;
    schema:name "Paul Norman"@en ;
    foaf:made <album/107370#composition>,
        <album/107370#subject> ;
    foaf:name "Paul Norman"@en .

<artist/1317#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107370#subject> ;
    schema:name "Richard Joseph"@en ;
    foaf:made <album/107370#composition>,
        <album/107370#subject> ;
    foaf:name "Richard Joseph"@en .

<artist/1947#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107370#subject> ;
    schema:name "Anthony Lees"@en ;
    foaf:made <album/107370#composition>,
        <album/107370#subject> ;
    foaf:name "Anthony Lees"@en .

<artist/3814#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107370#subject> ;
    schema:name "Graham Marsh"@en ;
    foaf:made <album/107370#composition>,
        <album/107370#subject> ;
    foaf:name "Graham Marsh"@en .

<artist/511#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107370#subject> ;
    schema:name "Mark Cooksey"@en ;
    foaf:made <album/107370#composition>,
        <album/107370#subject> ;
    foaf:name "Mark Cooksey"@en .

<product/7933#subject> a schema:CreativeWork ;
    schema:name "The Last Ninja"@en,
        "The Last Ninja"@ja,
        "The Last Ninja"@ja-latn ;
    foaf:name "The Last Ninja"@en,
        "The Last Ninja"@ja,
        "The Last Ninja"@ja-latn .

<release/10316#subject> a schema:CreativeWork ;
    schema:name "Ghouls 'n Ghosts (C64)"@en,
        "Ghouls 'n Ghosts (C64)"@ja,
        "Ghouls 'n Ghosts (C64)"@ja-latn ;
    foaf:name "Ghouls 'n Ghosts (C64)"@en,
        "Ghouls 'n Ghosts (C64)"@ja,
        "Ghouls 'n Ghosts (C64)"@ja-latn .

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

<album/107370#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "8-Bit Symphony: Just the Chips 2"@en,
        "8-Bit Symphony: Just the Chips 2"@ja,
        "8-Bit Symphony: Just the Chips 2"@ja-latn ;
    mo:performance_of <album/107370#musicalwork> ;
    mo:recorded_as <album/107370#musicalexpression> ;
    schema:name "8-Bit Symphony: Just the Chips 2"@en,
        "8-Bit Symphony: Just the Chips 2"@ja,
        "8-Bit Symphony: Just the Chips 2"@ja-latn ;
    schema:workPerformed <album/107370#musicalwork> .

<org/2034#subject> schema:name "C64Audio"@en,
        "C64Audio"@ja,
        "C64Audio"@ja-latn ;
    foaf:name "C64Audio"@en,
        "C64Audio"@ja,
        "C64Audio"@ja-latn .

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

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/107370#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/107370#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/107370#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "8-Bit Symphony: Just the Chips 2"@en,
        "8-Bit Symphony: Just the Chips 2"@ja,
        "8-Bit Symphony: Just the Chips 2"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Antony Crowther"@en ;
            foaf:made <album/107370#composition> ;
            foaf:name "Antony Crowther"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Graham Jarvis"@en ;
            foaf:made <album/107370#composition> ;
            foaf:name "Graham Jarvis"@en ],
        <artist/1297#subject>,
        <artist/1298#subject>,
        <artist/1301#subject>,
        <artist/1302#subject>,
        <artist/1304#subject>,
        <artist/1317#subject>,
        <artist/1947#subject>,
        <artist/3814#subject>,
        <artist/511#subject> ;
    mo:produced_work <album/107370#musicalwork> ;
    schema:name "8-Bit Symphony: Just the Chips 2"@en,
        "8-Bit Symphony: Just the Chips 2"@ja,
        "8-Bit Symphony: Just the Chips 2"@ja-latn .

<album/107370#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-09-01"^^xsd:date ;
    dcterms:title "8-Bit Symphony: Just the Chips 2"@en,
        "8-Bit Symphony: Just the Chips 2"@ja,
        "8-Bit Symphony: Just the Chips 2"@ja-latn ;
    mo:catalogue_number "8BSPS2" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/107370#musicalexpression> ;
    mo:publisher <org/2034#subject> ;
    mo:record_count 0 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Nemesis the Warlock"@en ;
            foaf:name "Nemesis the Warlock"@en ],
        [ a schema:CreativeWork ;
            schema:name "Defender of the Crown"@en ;
            foaf:name "Defender of the Crown"@en ],
        [ a schema:CreativeWork ;
            schema:name "Era of Eidolon"@en ;
            foaf:name "Era of Eidolon"@en ],
        [ a schema:CreativeWork ;
            schema:name "Super Huey"@en ;
            foaf:name "Super Huey"@en ],
        [ a schema:CreativeWork ;
            schema:name "Ark Pandora"@en ;
            foaf:name "Ark Pandora"@en ],
        [ a schema:CreativeWork ;
            schema:name "Storm Warrior"@en ;
            foaf:name "Storm Warrior"@en ],
        [ a schema:CreativeWork ;
            schema:name "Wizardry"@en ;
            foaf:name "Wizardry"@en ],
        [ a schema:CreativeWork ;
            schema:name "Master of Magic"@en ;
            foaf:name "Master of Magic"@en ],
        [ a schema:CreativeWork ;
            schema:name "Times of Lore"@en ;
            foaf:name "Times of Lore"@en ],
        [ a schema:CreativeWork ;
            schema:name "Dragon's Lair II: Escape from Singe's Castle"@en ;
            foaf:name "Dragon's Lair II: Escape from Singe's Castle"@en ],
        [ a schema:CreativeWork ;
            schema:name "Bump Set Spike"@en ;
            foaf:name "Bump Set Spike"@en ],
        [ a schema:CreativeWork ;
            schema:name "Hunter Patrol"@en ;
            foaf:name "Hunter Patrol"@en ],
        <product/7933#subject>,
        <release/10316#subject> ;
    schema:datePublished "2021-09-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "8-Bit Symphony: Just the Chips 2"@en,
        "8-Bit Symphony: Just the Chips 2"@ja,
        "8-Bit Symphony: Just the Chips 2"@ja-latn ;
    schema:publisher <org/2034#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107370#subject> ;
    schema:name "Graham Jarvis"@en ;
    foaf:made <album/107370#subject> ;
    foaf:name "Graham Jarvis"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/107370#subject> ;
    schema:name "Antony Crowther"@en ;
    foaf:made <album/107370#subject> ;
    foaf:name "Antony Crowther"@en .

