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

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

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

<artist/351#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6190#subject> ;
    schema:name "Yasuhiro Kawakami"@en,
        "川上泰広"@ja ;
    foaf:made <album/6190#composition>,
        <album/6190#subject> ;
    foaf:name "Yasuhiro Kawakami"@en,
        "川上泰広"@ja .

<artist/354#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6190#subject> ;
    schema:name "Ryuji Sasai"@en,
        "笹井隆司"@ja ;
    foaf:made <album/6190#composition>,
        <album/6190#subject> ;
    foaf:name "Ryuji Sasai"@en,
        "笹井隆司"@ja .

<product/1334#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY MYSTIC QUEST"@en,
        "ファイナルファンタジーUSA ミスティッククエスト"@ja,
        "Final Fantasy USA: Mystic Quest"@ja-latn ;
    foaf:name "FINAL FANTASY MYSTIC QUEST"@en,
        "ファイナルファンタジーUSA ミスティッククエスト"@ja,
        "Final Fantasy USA: Mystic Quest"@ja-latn .

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

<org/49#subject> schema:name "OverLooked ReMiX"@en,
        "OverLooked ReMiX"@ja,
        "OverLooked ReMiX"@ja-latn ;
    foaf:name "OverLooked ReMiX"@en,
        "OverLooked ReMiX"@ja,
        "OverLooked ReMiX"@ja-latn .

<album/6190#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@en,
        "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@ja,
        "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@ja-latn ;
    mo:composer <artist/351#subject>,
        <artist/354#subject> ;
    mo:produced_work <album/6190#musicalwork> ;
    schema:name "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@en,
        "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@ja,
        "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@ja-latn .

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

<artist/1265#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6190#performance> ;
    schema:name "Christian Pacaud"@en ;
    foaf:name "Christian Pacaud"@en .

<artist/1269#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6190#performance> ;
    schema:name "Diggi Dis"@en ;
    foaf:name "Diggi Dis"@en .

<artist/2220#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6190#performance> ;
    schema:name "t3h real adam d."@en ;
    foaf:name "t3h real adam d."@en .

<artist/2221#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6190#performance> ;
    schema:name "Xenon Odyssey"@en ;
    foaf:name "Xenon Odyssey"@en .

<artist/2223#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6190#performance> ;
    schema:name "the_p00t"@en ;
    foaf:name "the_p00t"@en .

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

<album/6190#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@en,
        "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@ja,
        "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@ja-latn ;
    mo:performance_of <album/6190#musicalwork> ;
    mo:performer <artist/1265#subject>,
        <artist/1269#subject>,
        <artist/2220#subject>,
        <artist/2221#subject>,
        <artist/2223#subject> ;
    mo:recorded_as <album/6190#musicalexpression> ;
    schema:byArtist <artist/1265#subject>,
        <artist/1269#subject>,
        <artist/2220#subject>,
        <artist/2221#subject>,
        <artist/2223#subject> ;
    schema:name "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@en,
        "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@ja,
        "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@ja-latn ;
    schema:workPerformed <album/6190#musicalwork> .

<album/6190#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-12-31"^^xsd:date ;
    dcterms:title "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@en,
        "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@ja,
        "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/6190#musicalexpression> ;
    mo:publisher <org/49#subject> ;
    mo:record _:Nb4c334191cbd4e41899f6e80779f8477 ;
    mo:record_count 1 ;
    schema:about <product/1334#subject> ;
    schema:byArtist <artist/1265#subject>,
        <artist/1269#subject>,
        <artist/2220#subject>,
        <artist/2221#subject>,
        <artist/2223#subject> ;
    schema:datePublished "2005-12-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@en,
        "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@ja,
        "Misstik Kwest: A Final Fantasy Mystic Quest ReMiX Project"@ja-latn ;
    schema:publisher <org/49#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N0fcd143e16c3416caf9d597e1f3dae20 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Journey Begins At Yonder Pub"@en ;
    mo:track_number 14 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "Journey Begins At Yonder Pub"@en .

_:N18d1cc206fe44a13bd9f54986610d47d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Confuse'd People Talk During Bass Solos"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "Confuse'd People Talk During Bass Solos"@en .

_:N1b238c2ec02548b78dbe2332ac8b4b2b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "And he returned home"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:14"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "And he returned home"@en .

_:N201692bf60e44710ae1c0066b64b3ace a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Synth is Serious Business"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:35"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "Synth is Serious Business"@en .

_:N2ccbd4a467d44b0b9c33bb89105f9242 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "H5N1"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "H5N1"@en .

_:N372fb2108f524f429649701787868816 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "mystic lust mine"@en ;
    mo:track_number 12 ;
    schema:duration "PT2:28"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "mystic lust mine"@en .

_:N45d0286328e140c1ac41e58d142a74dc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gold Shit (Still Smells Like Shit, Yeah)"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "Gold Shit (Still Smells Like Shit, Yeah)"@en .

_:N4961b1b1a10245c685e5dd20ff6b3914 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Noise Gates Are For Pussies"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "Noise Gates Are For Pussies"@en .

_:N4d5156dcc50247f8941c412b54e72f66 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Meow Meow"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "Meow Meow"@en .

_:N4eb2476d6a7b4f9a95949e19b36e8a44 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Tacos Live!"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "The Tacos Live!"@en .

_:N8824924b5bee4a99a547c8ba7e4ea915 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Song That Never Was"@en ;
    mo:track_number 15 ;
    schema:duration "PT1:59"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "The Song That Never Was"@en .

_:N8e9bc4a8e1514377a4e99db88f0426be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Ramones Meet Jimmy Page"@en ;
    mo:track_number 13 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "The Ramones Meet Jimmy Page"@en .

_:Na30c66957500468d93e2f757c6c6eae4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "My Sax Fell Into The Volcano..."@en ;
    mo:track_number 16 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "My Sax Fell Into The Volcano..."@en .

_:Nb2918538cb324900a1e3d35b3737a74e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "fur burger"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "fur burger"@en .

_:Nbfd81d14dc8740adabecd15f62af061c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "broken quartz extreme"@en ;
    mo:track_number 17 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "broken quartz extreme"@en .

_:Nc3442a9a49a04023bb2eb872b09b8615 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Homestar's Mystic Quest"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "Homestar's Mystic Quest"@en .

_:Nd3d7bafc22ff40c0b709fb240373430a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "hahaharemix"@en ;
    mo:track_number 18 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "hahaharemix"@en .

_:Ndd90455c11a14e51a5c93ea9c32c5be7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GIANTSQUID VS Killer Seals"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:Nb4c334191cbd4e41899f6e80779f8477 ;
    schema:name "GIANTSQUID VS Killer Seals"@en .

_:Nb4c334191cbd4e41899f6e80779f8477 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0fcd143e16c3416caf9d597e1f3dae20,
        _:N18d1cc206fe44a13bd9f54986610d47d,
        _:N1b238c2ec02548b78dbe2332ac8b4b2b,
        _:N201692bf60e44710ae1c0066b64b3ace,
        _:N2ccbd4a467d44b0b9c33bb89105f9242,
        _:N372fb2108f524f429649701787868816,
        _:N45d0286328e140c1ac41e58d142a74dc,
        _:N4961b1b1a10245c685e5dd20ff6b3914,
        _:N4d5156dcc50247f8941c412b54e72f66,
        _:N4eb2476d6a7b4f9a95949e19b36e8a44,
        _:N8824924b5bee4a99a547c8ba7e4ea915,
        _:N8e9bc4a8e1514377a4e99db88f0426be,
        _:Na30c66957500468d93e2f757c6c6eae4,
        _:Nb2918538cb324900a1e3d35b3737a74e,
        _:Nbfd81d14dc8740adabecd15f62af061c,
        _:Nc3442a9a49a04023bb2eb872b09b8615,
        _:Nd3d7bafc22ff40c0b709fb240373430a,
        _:Ndd90455c11a14e51a5c93ea9c32c5be7 ;
    mo:track_count 18 ;
    schema:duration "PT49:16"^^xsd:interval ;
    schema:numTracks 18 ;
    schema:track _:N0fcd143e16c3416caf9d597e1f3dae20,
        _:N18d1cc206fe44a13bd9f54986610d47d,
        _:N1b238c2ec02548b78dbe2332ac8b4b2b,
        _:N201692bf60e44710ae1c0066b64b3ace,
        _:N2ccbd4a467d44b0b9c33bb89105f9242,
        _:N372fb2108f524f429649701787868816,
        _:N45d0286328e140c1ac41e58d142a74dc,
        _:N4961b1b1a10245c685e5dd20ff6b3914,
        _:N4d5156dcc50247f8941c412b54e72f66,
        _:N4eb2476d6a7b4f9a95949e19b36e8a44,
        _:N8824924b5bee4a99a547c8ba7e4ea915,
        _:N8e9bc4a8e1514377a4e99db88f0426be,
        _:Na30c66957500468d93e2f757c6c6eae4,
        _:Nb2918538cb324900a1e3d35b3737a74e,
        _:Nbfd81d14dc8740adabecd15f62af061c,
        _:Nc3442a9a49a04023bb2eb872b09b8615,
        _:Nd3d7bafc22ff40c0b709fb240373430a,
        _:Ndd90455c11a14e51a5c93ea9c32c5be7 .

