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

<artist/169#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiroko Kasahara"@en,
        "笠原弘子"@ja ;
    foaf:made <album/2845#subject>,
        <album/2845#vocals> ;
    foaf:name "Hiroko Kasahara"@en,
        "笠原弘子"@ja .

<artist/577#subject> a schema:Person,
        foaf:Person ;
    schema:name "KAORI"@en ;
    foaf:made <album/2845#subject>,
        <album/2845#vocals> ;
    foaf:name "KAORI"@en .

<artist/280#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2845#subject> ;
    schema:name "Takeshi Abo"@en,
        "阿保剛"@ja ;
    foaf:made <album/2845#composition>,
        <album/2845#subject> ;
    foaf:name "Takeshi Abo"@en,
        "阿保剛"@ja .

<artist/396#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2845#subject> ;
    schema:name "Chiyomaru Shikura"@en,
        "志倉千代丸"@ja ;
    foaf:made <album/2845#composition>,
        <album/2845#lyrics>,
        <album/2845#subject> ;
    foaf:name "Chiyomaru Shikura"@en,
        "志倉千代丸"@ja .

<product/23188#subject> a schema:CreativeWork ;
    schema:name "Ever17 -the out of infinity-"@en,
        "Ever17 -the out of infinity-"@ja,
        "Ever17 -the out of infinity-"@ja-latn ;
    foaf:name "Ever17 -the out of infinity-"@en,
        "Ever17 -the out of infinity-"@ja,
        "Ever17 -the out of infinity-"@ja-latn .

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

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

<album/2845#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ever17 ~the out of infinity~ Sound Collection"@en,
        "Ever17 ~the out of infinity~ サウンドコレクション"@ja,
        "Ever17 ~the out of infinity~ Sound Collection"@ja-latn ;
    mo:performance_of <album/2845#musicalwork> ;
    mo:recorded_as <album/2845#musicalexpression> ;
    schema:name "Ever17 ~the out of infinity~ Sound Collection"@en,
        "Ever17 ~the out of infinity~ サウンドコレクション"@ja,
        "Ever17 ~the out of infinity~ Sound Collection"@ja-latn ;
    schema:workPerformed <album/2845#musicalwork> .

<org/1364#subject> schema:name "Scitron Discs"@en,
        "サイトロン・ディスク"@ja,
        "Scitron Discs"@ja-latn ;
    foaf:name "Scitron Discs"@en,
        "サイトロン・ディスク"@ja,
        "Scitron Discs"@ja-latn .

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

<https://medium-media.vgm.io/albums/54/2845/2845-1199278315.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/2845#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ever17 ~the out of infinity~ Sound Collection"@en,
        "Ever17 ~the out of infinity~ サウンドコレクション"@ja,
        "Ever17 ~the out of infinity~ Sound Collection"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(KID)"@en ;
            foaf:made <album/2845#composition> ;
            foaf:name "(KID)"@en ],
        <artist/280#subject>,
        <artist/396#subject> ;
    mo:produced_work <album/2845#musicalwork> ;
    schema:name "Ever17 ~the out of infinity~ Sound Collection"@en,
        "Ever17 ~the out of infinity~ サウンドコレクション"@ja,
        "Ever17 ~the out of infinity~ Sound Collection"@ja-latn .

<album/2845#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2002-09-04"^^xsd:date ;
    dcterms:title "Ever17 ~the out of infinity~ Sound Collection"@en,
        "Ever17 ~the out of infinity~ サウンドコレクション"@ja,
        "Ever17 ~the out of infinity~ Sound Collection"@ja-latn ;
    mo:catalogue_number "SCDC-00204" ;
    mo:media_type "CD" ;
    mo:publication_of <album/2845#musicalexpression> ;
    mo:publisher <org/1364#subject> ;
    mo:record _:N4203ccf45f7541c78a0f93620e5907de ;
    mo:record_count 1 ;
    schema:about <product/23188#subject> ;
    schema:datePublished "2002-09-04"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/54/2845/2845-1199278315.jpg> ;
    schema:name "Ever17 ~the out of infinity~ Sound Collection"@en,
        "Ever17 ~the out of infinity~ サウンドコレクション"@ja,
        "Ever17 ~the out of infinity~ Sound Collection"@ja-latn ;
    schema:publisher <org/1364#subject> ;
    foaf:depiction <https://media.vgm.io/albums/54/2845/2845-1199278315.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2845#subject> ;
    schema:name "(KID)"@en ;
    foaf:made <album/2845#subject> ;
    foaf:name "(KID)"@en .

_:N0b838553ad3b4de4ab1cb3194e91343e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "White Dog"@en,
        "Weißer Hund"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:55"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "White Dog"@en,
        "Weißer Hund"@ja .

_:N395dbe89a76e47538c6c8a4e219ec80e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Searching all Over"@en,
        "Das Absuchen"@ja ;
    mo:track_number 16 ;
    schema:duration "PT2:37"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Searching all Over"@en,
        "Das Absuchen"@ja .

_:N48301dc2118449289c5fcc9b7c6dce9c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "First Ground"@en,
        "Ersteboden"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:18"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "First Ground"@en,
        "Ersteboden"@ja .

_:N51748c7455814d2eaa484f949599c7e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deep Blue"@en,
        "Tief Blau"@ja ;
    mo:track_number 12 ;
    schema:duration "PT2:15"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Deep Blue"@en,
        "Tief Blau"@ja .

_:N5340df80e7634deab0b8b465c716bd32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jellyfish"@en,
        "Qualle"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Jellyfish"@en,
        "Qualle"@ja .

_:N5b37fb99d03e49a8b13953fe4ed95bbc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Third Floor"@en,
        "Drittestock"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:13"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Third Floor"@en,
        "Drittestock"@ja .

_:N776c01a3f5fa4147bcc5c26b1af9daa5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Karma"@en,
        "Karma"@ja ;
    mo:track_number 22 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Karma"@en,
        "Karma"@ja .

_:N79d478992d8c487fbd0d6daa71b49465 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Depending (on)"@en,
        "Je nach"@ja ;
    mo:track_number 24 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Depending (on)"@en,
        "Je nach"@ja .

_:N79e8d3f747b04868b9a8c410ea328ebe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Moon The Sea"@en,
        "Der Mond Das Meer"@ja ;
    mo:track_number 23 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "The Moon The Sea"@en,
        "Der Mond Das Meer"@ja .

_:N7f2fc9d4d3064291b4fe1ede28386f5f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Racket"@en,
        "Klamauk"@ja ;
    mo:track_number 19 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Racket"@en,
        "Klamauk"@ja .

_:N85247183e65b43f3a34bd0ffc7241974 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Second Floor"@en,
        "Zweitestock"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Second Floor"@en,
        "Zweitestock"@ja .

_:N863bb34a9afe43f8959b576d68f52ce5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Remedy"@en,
        "Heilmittel"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:55"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Remedy"@en,
        "Heilmittel"@ja .

_:N8f57a098a0a348fd9b20bb70137d40ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Header"@en,
        "Kopfsprung"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Header"@en,
        "Kopfsprung"@ja .

_:N96496c3303e4441fb15074ee6ddb44c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Amnesia"@en,
        "Gedaechtnisschwund"@ja ;
    mo:track_number 17 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Amnesia"@en,
        "Gedaechtnisschwund"@ja .

_:N9d45ab212fd244c5a85a4fc40be13aa7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Holograph"@en,
        "Hologramm"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Holograph"@en,
        "Hologramm"@ja .

_:N9feeb68a050e46d1a4f2096d9589f006 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Third Eye"@en,
        "Drittes Auge"@ja ;
    mo:track_number 18 ;
    schema:duration "PT2:07"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Third Eye"@en,
        "Drittes Auge"@ja .

_:Na457af01cad34cdda3e0870468bdf6ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Resurrection"@en,
        "Wiedergeburt"@ja ;
    mo:track_number 21 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Resurrection"@en,
        "Wiedergeburt"@ja .

_:Na5533d2fa5a5464daf6bc6115d419e2b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LeMU ~Far Away Continent of Lemuria~"@en,
        "『LeMU～遙かなるレムリア大陸～』"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:36"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "LeMU ~Far Away Continent of Lemuria~"@en,
        "『LeMU～遙かなるレムリア大陸～』"@ja .

_:Nc8da7142dff94a02a6b9bba7f6572bb2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Island Zero"@en,
        "Insel null"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:55"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Island Zero"@en,
        "Insel null"@ja .

_:Nd5313eb2564e43df9000555960cf099c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dream in the Darkness"@en,
        "Traum in der Dunkelheit"@ja ;
    mo:track_number 14 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Dream in the Darkness"@en,
        "Traum in der Dunkelheit"@ja .

_:Nd6379a69c2d14405af5e07f1c687ff53 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "IBF Emergency"@en,
        "IBF Notfall"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "IBF Emergency"@en,
        "IBF Notfall"@ja .

_:Nd8f7e1e4481246d19bb0d60d73939e9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cosmic Whale"@en,
        "Kosmisher Wal"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Cosmic Whale"@en,
        "Kosmisher Wal"@ja .

_:Ne287be87341c432884f04f49ac62300a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aqua Stripe"@en,
        "『Aqua Stripe』"@ja ;
    mo:track_number 26 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Aqua Stripe"@en,
        "『Aqua Stripe』"@ja .

_:Necb4a0b1bd2c4b1ba63efd21936bdb76 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lemurian Ruins"@en,
        "Lemurianische Ruine"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Lemurian Ruins"@en,
        "Lemurianische Ruine"@ja .

_:Nef5f8b5bd72e46049a1b817fb8d33fe7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Take Third Eye"@en,
        "Drittes Auge nehmen"@ja ;
    mo:track_number 25 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Take Third Eye"@en,
        "Drittes Auge nehmen"@ja .

_:Nfe30fdd953794278aed1d76a0d70f05f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Merry-go-Around Dolphins"@en,
        "Karussell Delphine"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N4203ccf45f7541c78a0f93620e5907de ;
    schema:name "Merry-go-Around Dolphins"@en,
        "Karussell Delphine"@ja .

_:N4203ccf45f7541c78a0f93620e5907de a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0b838553ad3b4de4ab1cb3194e91343e,
        _:N395dbe89a76e47538c6c8a4e219ec80e,
        _:N48301dc2118449289c5fcc9b7c6dce9c,
        _:N51748c7455814d2eaa484f949599c7e5,
        _:N5340df80e7634deab0b8b465c716bd32,
        _:N5b37fb99d03e49a8b13953fe4ed95bbc,
        _:N776c01a3f5fa4147bcc5c26b1af9daa5,
        _:N79d478992d8c487fbd0d6daa71b49465,
        _:N79e8d3f747b04868b9a8c410ea328ebe,
        _:N7f2fc9d4d3064291b4fe1ede28386f5f,
        _:N85247183e65b43f3a34bd0ffc7241974,
        _:N863bb34a9afe43f8959b576d68f52ce5,
        _:N8f57a098a0a348fd9b20bb70137d40ef,
        _:N96496c3303e4441fb15074ee6ddb44c2,
        _:N9d45ab212fd244c5a85a4fc40be13aa7,
        _:N9feeb68a050e46d1a4f2096d9589f006,
        _:Na457af01cad34cdda3e0870468bdf6ef,
        _:Na5533d2fa5a5464daf6bc6115d419e2b,
        _:Nc8da7142dff94a02a6b9bba7f6572bb2,
        _:Nd5313eb2564e43df9000555960cf099c,
        _:Nd6379a69c2d14405af5e07f1c687ff53,
        _:Nd8f7e1e4481246d19bb0d60d73939e9e,
        _:Ne287be87341c432884f04f49ac62300a,
        _:Necb4a0b1bd2c4b1ba63efd21936bdb76,
        _:Nef5f8b5bd72e46049a1b817fb8d33fe7,
        _:Nfe30fdd953794278aed1d76a0d70f05f ;
    mo:track_count 26 ;
    schema:duration "PT67:58"^^xsd:interval ;
    schema:numTracks 26 ;
    schema:track _:N0b838553ad3b4de4ab1cb3194e91343e,
        _:N395dbe89a76e47538c6c8a4e219ec80e,
        _:N48301dc2118449289c5fcc9b7c6dce9c,
        _:N51748c7455814d2eaa484f949599c7e5,
        _:N5340df80e7634deab0b8b465c716bd32,
        _:N5b37fb99d03e49a8b13953fe4ed95bbc,
        _:N776c01a3f5fa4147bcc5c26b1af9daa5,
        _:N79d478992d8c487fbd0d6daa71b49465,
        _:N79e8d3f747b04868b9a8c410ea328ebe,
        _:N7f2fc9d4d3064291b4fe1ede28386f5f,
        _:N85247183e65b43f3a34bd0ffc7241974,
        _:N863bb34a9afe43f8959b576d68f52ce5,
        _:N8f57a098a0a348fd9b20bb70137d40ef,
        _:N96496c3303e4441fb15074ee6ddb44c2,
        _:N9d45ab212fd244c5a85a4fc40be13aa7,
        _:N9feeb68a050e46d1a4f2096d9589f006,
        _:Na457af01cad34cdda3e0870468bdf6ef,
        _:Na5533d2fa5a5464daf6bc6115d419e2b,
        _:Nc8da7142dff94a02a6b9bba7f6572bb2,
        _:Nd5313eb2564e43df9000555960cf099c,
        _:Nd6379a69c2d14405af5e07f1c687ff53,
        _:Nd8f7e1e4481246d19bb0d60d73939e9e,
        _:Ne287be87341c432884f04f49ac62300a,
        _:Necb4a0b1bd2c4b1ba63efd21936bdb76,
        _:Nef5f8b5bd72e46049a1b817fb8d33fe7,
        _:Nfe30fdd953794278aed1d76a0d70f05f .

