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

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

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

<artist/146#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96046#subject> ;
    schema:name "Yasunori Mitsuda"@en,
        "光田康典"@ja ;
    foaf:made <album/96046#composition>,
        <album/96046#subject> ;
    foaf:name "Yasunori Mitsuda"@en,
        "光田康典"@ja .

<product/194#subject> a schema:CreativeWork ;
    schema:name "Chrono Trigger"@en,
        "クロノ・トリガー"@ja,
        "Chrono Trigger"@ja-latn ;
    foaf:name "Chrono Trigger"@en,
        "クロノ・トリガー"@ja,
        "Chrono Trigger"@ja-latn .

<product/195#subject> a schema:CreativeWork ;
    schema:name "Chrono Cross"@en,
        "クロノ・クロス"@ja,
        "Chrono Cross"@ja-latn ;
    foaf:name "Chrono Cross"@en,
        "クロノ・クロス"@ja,
        "Chrono Cross"@ja-latn .

<product/369#subject> a schema:CreativeWork ;
    schema:name "Xenogears"@en,
        "ゼノギアス"@ja,
        "Xenogears"@ja-latn ;
    foaf:name "Xenogears"@en,
        "ゼノギアス"@ja,
        "Xenogears"@ja-latn .

<album/96046#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Kara Comparetto Plays Mitsuda"@en,
        "Kara Comparetto Plays Mitsuda"@ja,
        "Kara Comparetto Plays Mitsuda"@ja-latn ;
    mo:composer <artist/146#subject> ;
    mo:produced_work <album/96046#musicalwork> ;
    schema:name "Kara Comparetto Plays Mitsuda"@en,
        "Kara Comparetto Plays Mitsuda"@ja,
        "Kara Comparetto Plays Mitsuda"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/64/96046/96046-1581058686.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/96046#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Kara Comparetto Plays Mitsuda"@en,
        "Kara Comparetto Plays Mitsuda"@ja,
        "Kara Comparetto Plays Mitsuda"@ja-latn ;
    mo:performance_of <album/96046#musicalwork> ;
    mo:performer <artist/29346#subject> ;
    mo:recorded_as <album/96046#musicalexpression> ;
    schema:byArtist <artist/29346#subject> ;
    schema:name "Kara Comparetto Plays Mitsuda"@en,
        "Kara Comparetto Plays Mitsuda"@ja,
        "Kara Comparetto Plays Mitsuda"@ja-latn ;
    schema:workPerformed <album/96046#musicalwork> .

<artist/29346#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/96046#performance> ;
    schema:name "Kara Comparetto"@en ;
    foaf:name "Kara Comparetto"@en .

<album/96046#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-01-28"^^xsd:date ;
    dcterms:title "Kara Comparetto Plays Mitsuda"@en,
        "Kara Comparetto Plays Mitsuda"@ja,
        "Kara Comparetto Plays Mitsuda"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/96046#musicalexpression> ;
    mo:publisher _:N36e448debb984af9a046c7e0db883d8d ;
    mo:record _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    mo:record_count 1 ;
    schema:about <product/194#subject>,
        <product/195#subject>,
        <product/369#subject> ;
    schema:byArtist <artist/29346#subject> ;
    schema:datePublished "2020-01-28"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/64/96046/96046-1581058686.jpg> ;
    schema:name "Kara Comparetto Plays Mitsuda"@en,
        "Kara Comparetto Plays Mitsuda"@ja,
        "Kara Comparetto Plays Mitsuda"@ja-latn ;
    schema:publisher _:N36e448debb984af9a046c7e0db883d8d ;
    foaf:depiction <https://media.vgm.io/albums/64/96046/96046-1581058686.jpg> .

_:N048dc4b132414314a5d618d434d0cd85 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Schala's Theme (From \"Chrono Trigger\")"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "Schala's Theme (From \"Chrono Trigger\")"@en .

_:N11e5583a75514161ae747908af06d6c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Singing Mountain (From \"Chrono Trigger\")"@en ;
    mo:track_number 9 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "Singing Mountain (From \"Chrono Trigger\")"@en .

_:N28bebcdb6feb4d649333f7a5788e2e5e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Time's Scar (From \"Chrono Cross\")"@en ;
    mo:track_number 12 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "Time's Scar (From \"Chrono Cross\")"@en .

_:N36e448debb984af9a046c7e0db883d8d schema:name "Kara Comparetto"@en ;
    foaf:name "Kara Comparetto"@en .

_:N3b6010bc3c35410094fbe431b07c1233 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wind Scene (From \"Chrono Trigger\") [Piano Arrangement]"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "Wind Scene (From \"Chrono Trigger\") [Piano Arrangement]"@en .

_:N434b87e95d9349dabb43c11533f9456d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "To Good Friends (From \"Chrono Trigger\")"@en ;
    mo:track_number 13 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "To Good Friends (From \"Chrono Trigger\")"@en .

_:N59d009874f834099a8db6b5d450ec3f6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shevat, the Wind is Calling (From \"Xenogears\")"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "Shevat, the Wind is Calling (From \"Xenogears\")"@en .

_:N87e4fc319ccc49e98451cb8bc53718e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chrono Trigger Medley (From \"Chrono Trigger\")"@en ;
    mo:track_number 7 ;
    schema:duration "PT6:40"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "Chrono Trigger Medley (From \"Chrono Trigger\")"@en .

_:N8ef8fb4cb6b54313bfe50400039ebc5b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "To Far Away Times (From \"Chrono Trigger\")"@en ;
    mo:track_number 15 ;
    schema:duration "PT5:16"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "To Far Away Times (From \"Chrono Trigger\")"@en .

_:N902781e7eb284aebab9556f875a6dbd5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "World Revolution (From \"Chrono Trigger\")"@en ;
    mo:track_number 14 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "World Revolution (From \"Chrono Trigger\")"@en .

_:N9c1879ebd3404c4597717fb87f70e910 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Frog's Theme (From \"Chrono Trigger\")"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "Frog's Theme (From \"Chrono Trigger\")"@en .

_:Nab5ac2a9b98d452d90e6a09b74916b35 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dream of the Shore Near Another World (From \"Chrono Cross\")"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "Dream of the Shore Near Another World (From \"Chrono Cross\")"@en .

_:Nabd1d3d121ad46ceba83ff96d93e46dc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "At the Bottom of Night (From \"Chrono Trigger\")"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "At the Bottom of Night (From \"Chrono Trigger\")"@en .

_:Nbc59f6f4da0b4092b380ef2362fa9e8a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corridors of Time (From \"Chrono Trigger\")"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "Corridors of Time (From \"Chrono Trigger\")"@en .

_:Nc47f5e2aaf9f43e19933d89f77747645 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Bend of Time (From \"Chrono Cross\")"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "The Bend of Time (From \"Chrono Cross\")"@en .

_:Nf097ba48cf00474b92025ee2995898ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Secret of the Forest (From \"Chrono Trigger\")"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:58"^^xsd:interval ;
    schema:inPlaylist _:Nd337eb6a67ea4ab180dfd1991a78cc9f ;
    schema:name "Secret of the Forest (From \"Chrono Trigger\")"@en .

_:Nd337eb6a67ea4ab180dfd1991a78cc9f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N048dc4b132414314a5d618d434d0cd85,
        _:N11e5583a75514161ae747908af06d6c7,
        _:N28bebcdb6feb4d649333f7a5788e2e5e,
        _:N3b6010bc3c35410094fbe431b07c1233,
        _:N434b87e95d9349dabb43c11533f9456d,
        _:N59d009874f834099a8db6b5d450ec3f6,
        _:N87e4fc319ccc49e98451cb8bc53718e6,
        _:N8ef8fb4cb6b54313bfe50400039ebc5b,
        _:N902781e7eb284aebab9556f875a6dbd5,
        _:N9c1879ebd3404c4597717fb87f70e910,
        _:Nab5ac2a9b98d452d90e6a09b74916b35,
        _:Nabd1d3d121ad46ceba83ff96d93e46dc,
        _:Nbc59f6f4da0b4092b380ef2362fa9e8a,
        _:Nc47f5e2aaf9f43e19933d89f77747645,
        _:Nf097ba48cf00474b92025ee2995898ef ;
    mo:track_count 15 ;
    schema:duration "PT58:32"^^xsd:interval ;
    schema:numTracks 15 ;
    schema:track _:N048dc4b132414314a5d618d434d0cd85,
        _:N11e5583a75514161ae747908af06d6c7,
        _:N28bebcdb6feb4d649333f7a5788e2e5e,
        _:N3b6010bc3c35410094fbe431b07c1233,
        _:N434b87e95d9349dabb43c11533f9456d,
        _:N59d009874f834099a8db6b5d450ec3f6,
        _:N87e4fc319ccc49e98451cb8bc53718e6,
        _:N8ef8fb4cb6b54313bfe50400039ebc5b,
        _:N902781e7eb284aebab9556f875a6dbd5,
        _:N9c1879ebd3404c4597717fb87f70e910,
        _:Nab5ac2a9b98d452d90e6a09b74916b35,
        _:Nabd1d3d121ad46ceba83ff96d93e46dc,
        _:Nbc59f6f4da0b4092b380ef2362fa9e8a,
        _:Nc47f5e2aaf9f43e19933d89f77747645,
        _:Nf097ba48cf00474b92025ee2995898ef .

