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

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

<artist/930#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/95326#subject> ;
    schema:name "soundTeMP"@en ;
    foaf:made <album/95326#composition>,
        <album/95326#subject> ;
    foaf:name "soundTeMP"@en .

<album/95326#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Game music Best with TeMP OST"@en,
        "Game music Best with TeMP OST"@ja,
        "Game music Best with TeMP OST"@ja-latn ;
    mo:composer <artist/930#subject> ;
    mo:produced_work <album/95326#musicalwork> ;
    schema:name "Game music Best with TeMP OST"@en,
        "Game music Best with TeMP OST"@ja,
        "Game music Best with TeMP OST"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/62/95326/95326-1578892250.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/95326#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Game music Best with TeMP OST"@en,
        "Game music Best with TeMP OST"@ja,
        "Game music Best with TeMP OST"@ja-latn ;
    mo:performance_of <album/95326#musicalwork> ;
    mo:performer _:N20a540346f2749738ff3bee0610f9c92,
        _:N48cb4c68eb874a58a68eac9abefc268a,
        _:Na89b41cfca224b98884ceb2c10da21cf,
        _:Nf44414945b9340708220ac5e44fe8097 ;
    mo:recorded_as <album/95326#musicalexpression> ;
    schema:byArtist _:N20a540346f2749738ff3bee0610f9c92,
        _:N48cb4c68eb874a58a68eac9abefc268a,
        _:Na89b41cfca224b98884ceb2c10da21cf,
        _:Nf44414945b9340708220ac5e44fe8097 ;
    schema:name "Game music Best with TeMP OST"@en,
        "Game music Best with TeMP OST"@ja,
        "Game music Best with TeMP OST"@ja-latn ;
    schema:workPerformed <album/95326#musicalwork> .

<album/95326#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2000-12-23"^^xsd:date ;
    dcterms:title "Game music Best with TeMP OST"@en,
        "Game music Best with TeMP OST"@ja,
        "Game music Best with TeMP OST"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/95326#musicalexpression> ;
    mo:publisher _:N1b1f6b4a01f84eda96be6fd1ad7d242c ;
    mo:record _:N7d7eaa80065a41b299a515edbf25e4eb ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "NAZCA"@en ;
            foaf:name "NAZCA"@en ],
        [ a schema:CreativeWork ;
            schema:name "Arcturus: The Curse and Loss of Divinity"@en ;
            foaf:name "Arcturus: The Curse and Loss of Divinity"@en ],
        [ a schema:CreativeWork ;
            schema:name "HEART BREAKERS"@en ;
            foaf:name "HEART BREAKERS"@en ],
        [ a schema:CreativeWork ;
            schema:name "Leithian"@en ;
            foaf:name "Leithian"@en ],
        [ a schema:CreativeWork ;
            schema:name "Merturl Wizard"@en ;
            foaf:name "Merturl Wizard"@en ],
        [ a schema:CreativeWork ;
            schema:name "YS II SPECIAL"@en ;
            foaf:name "YS II SPECIAL"@en ],
        [ a schema:CreativeWork ;
            schema:name "Astrocounter of Crescents"@en ;
            foaf:name "Astrocounter of Crescents"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Seock-Jin Lee"@en ;
            foaf:name "Seock-Jin Lee"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Dong-Il Kwak"@en ;
            foaf:name "Dong-Il Kwak"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Sung-Kyu Yang"@en ;
            foaf:name "Sung-Kyu Yang"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Goo-Hee Kwon"@en ;
            foaf:name "Goo-Hee Kwon"@en ] ;
    schema:datePublished "2000-12-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/62/95326/95326-1578892250.jpg> ;
    schema:name "Game music Best with TeMP OST"@en,
        "Game music Best with TeMP OST"@ja,
        "Game music Best with TeMP OST"@ja-latn ;
    schema:publisher _:N1b1f6b4a01f84eda96be6fd1ad7d242c ;
    foaf:depiction <https://media.vgm.io/albums/62/95326/95326-1578892250.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Won-Sul Lee"@en ;
    foaf:made <album/95326#lyrics> ;
    foaf:name "Won-Sul Lee"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Won-Sul Lee"@en ;
    foaf:made <album/95326#subject> ;
    foaf:name "Won-Sul Lee"@en .

_:N0209affce82b43978f1a4d3fe888c6cb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "또다른 기억속으로"@ko ;
    mo:track_number 11 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "또다른 기억속으로"@ko .

_:N024a5fe2617845acbf3e9846aafee351 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ACID HALL"@ko ;
    mo:track_number 13 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "ACID HALL"@ko .

_:N09a8403c039141328b4ff42be99ae3a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "REBELLIOUS CITY"@ko ;
    mo:track_number 12 ;
    schema:duration "PT2:39"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "REBELLIOUS CITY"@ko .

_:N0ceab2dc4be445ee8e7c079fc1e78ba1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "바람의 프렐류드 (M.R.)"@ko ;
    mo:track_number 18 ;
    schema:duration "PT3:55"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "바람의 프렐류드 (M.R.)"@ko .

_:N0f202cc35cdf4535a28888a76e3958b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ALWAYS I (M.R.)"@ko ;
    mo:track_number 10 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "ALWAYS I (M.R.)"@ko .

_:N1b1f6b4a01f84eda96be6fd1ad7d242c schema:name "Wizard Soft Ltd."@en ;
    foaf:name "Wizard Soft Ltd."@en .

_:N20a540346f2749738ff3bee0610f9c92 a schema:Person,
        foaf:Person ;
    mo:performed <album/95326#performance> ;
    schema:name "Sung-Kyu Yang"@en ;
    foaf:name "Sung-Kyu Yang"@en .

_:N23c610227bc04236ad85c52f51713f87 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TeMP IN AN ACID WAY"@ko ;
    mo:track_number 9 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "TeMP IN AN ACID WAY"@ko .

_:N2d2984786f7a4c33bfd375d06ebcf644 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SAD MY HEART"@ko ;
    mo:track_number 17 ;
    schema:duration "PT0:51"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "SAD MY HEART"@ko .

_:N41394d7b6ae544bd8d51292df56e3902 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "나보다 더 나를..."@ko ;
    mo:track_number 6 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "나보다 더 나를..."@ko .

_:N48cb4c68eb874a58a68eac9abefc268a a schema:Person,
        foaf:Person ;
    mo:performed <album/95326#performance> ;
    schema:name "Seock-Jin Lee"@en ;
    foaf:name "Seock-Jin Lee"@en .

_:N73c600bad4e2429196f72c02df022fd3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "머털도사–COMPILATION"@ko ;
    mo:track_number 7 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "머털도사–COMPILATION"@ko .

_:N7978f53862234ed78a30fe078f40f435 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Arcturus opening"@ko ;
    mo:track_number 19 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "Arcturus opening"@ko .

_:N88aee58676974fde987247afd571e34f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LOVE ME TONIGHT"@ko ;
    mo:track_number 5 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "LOVE ME TONIGHT"@ko .

_:N8eba3c53867548a3a0625843b2e9433c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "그리운 금강산"@ko ;
    mo:track_number 2 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "그리운 금강산"@ko .

_:N8fc41875c7cf46f490ca929ef740a30c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "세상의 모든 아침"@ko ;
    mo:track_number 14 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "세상의 모든 아침"@ko .

_:N976f66819e1241158c690765e5b12b36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "호기심"@ko ;
    mo:track_number 8 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "호기심"@ko .

_:N9eb3e2d17d09471bb35f3848337ed15c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "이스 II SPECIAL–COMPILATION"@ko ;
    mo:track_number 3 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "이스 II SPECIAL–COMPILATION"@ko .

_:Na369745be8614893865977c06bbfe5e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ADVENTURER'S ANTHEM"@ko ;
    mo:track_number 4 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "ADVENTURER'S ANTHEM"@ko .

_:Na89b41cfca224b98884ceb2c10da21cf a schema:Person,
        foaf:Person ;
    mo:performed <album/95326#performance> ;
    schema:name "Goo-Hee Kwon"@en ;
    foaf:name "Goo-Hee Kwon"@en .

_:Nbf7455839c994f969c2806be2fcb4197 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "레이디안–COMPILATION"@ko ;
    mo:track_number 15 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "레이디안–COMPILATION"@ko .

_:Nd084d99f5f3d476cac3fe9cabfe22a93 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "非 HAPPY (M.R.)"@ko ;
    mo:track_number 16 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "非 HAPPY (M.R.)"@ko .

_:Nf44414945b9340708220ac5e44fe8097 a schema:Person,
        foaf:Person ;
    mo:performed <album/95326#performance> ;
    schema:name "Dong-Il Kwak"@en ;
    foaf:name "Dong-Il Kwak"@en .

_:Nfe1ff6d5e8414f5c9324c9f8ecdde458 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "아무도 못말려"@ko ;
    mo:track_number 1 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N7d7eaa80065a41b299a515edbf25e4eb ;
    schema:name "아무도 못말려"@ko .

_:N7d7eaa80065a41b299a515edbf25e4eb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0209affce82b43978f1a4d3fe888c6cb,
        _:N024a5fe2617845acbf3e9846aafee351,
        _:N09a8403c039141328b4ff42be99ae3a9,
        _:N0ceab2dc4be445ee8e7c079fc1e78ba1,
        _:N0f202cc35cdf4535a28888a76e3958b2,
        _:N23c610227bc04236ad85c52f51713f87,
        _:N2d2984786f7a4c33bfd375d06ebcf644,
        _:N41394d7b6ae544bd8d51292df56e3902,
        _:N73c600bad4e2429196f72c02df022fd3,
        _:N7978f53862234ed78a30fe078f40f435,
        _:N88aee58676974fde987247afd571e34f,
        _:N8eba3c53867548a3a0625843b2e9433c,
        _:N8fc41875c7cf46f490ca929ef740a30c,
        _:N976f66819e1241158c690765e5b12b36,
        _:N9eb3e2d17d09471bb35f3848337ed15c,
        _:Na369745be8614893865977c06bbfe5e7,
        _:Nbf7455839c994f969c2806be2fcb4197,
        _:Nd084d99f5f3d476cac3fe9cabfe22a93,
        _:Nfe1ff6d5e8414f5c9324c9f8ecdde458 ;
    mo:track_count 19 ;
    schema:duration "PT55:56"^^xsd:interval ;
    schema:numTracks 19 ;
    schema:track _:N0209affce82b43978f1a4d3fe888c6cb,
        _:N024a5fe2617845acbf3e9846aafee351,
        _:N09a8403c039141328b4ff42be99ae3a9,
        _:N0ceab2dc4be445ee8e7c079fc1e78ba1,
        _:N0f202cc35cdf4535a28888a76e3958b2,
        _:N23c610227bc04236ad85c52f51713f87,
        _:N2d2984786f7a4c33bfd375d06ebcf644,
        _:N41394d7b6ae544bd8d51292df56e3902,
        _:N73c600bad4e2429196f72c02df022fd3,
        _:N7978f53862234ed78a30fe078f40f435,
        _:N88aee58676974fde987247afd571e34f,
        _:N8eba3c53867548a3a0625843b2e9433c,
        _:N8fc41875c7cf46f490ca929ef740a30c,
        _:N976f66819e1241158c690765e5b12b36,
        _:N9eb3e2d17d09471bb35f3848337ed15c,
        _:Na369745be8614893865977c06bbfe5e7,
        _:Nbf7455839c994f969c2806be2fcb4197,
        _:Nd084d99f5f3d476cac3fe9cabfe22a93,
        _:Nfe1ff6d5e8414f5c9324c9f8ecdde458 .

