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

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

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

<artist/1530#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1845#subject> ;
    schema:name "Masafumi Takada"@en,
        "高田雅史"@ja ;
    foaf:made <album/1845#composition>,
        <album/1845#subject> ;
    foaf:name "Masafumi Takada"@en,
        "高田雅史"@ja .

<artist/2426#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1845#subject> ;
    schema:name "M.Ravel"@en ;
    foaf:made <album/1845#composition>,
        <album/1845#subject> ;
    foaf:name "M.Ravel"@en .

<artist/3070#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1845#subject> ;
    schema:name "C.Debussy"@en ;
    foaf:made <album/1845#composition>,
        <album/1845#subject> ;
    foaf:name "C.Debussy"@en .

<artist/3071#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1845#subject> ;
    schema:name "E.Satie"@en ;
    foaf:made <album/1845#composition>,
        <album/1845#subject> ;
    foaf:name "E.Satie"@en .

<artist/3142#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1845#subject> ;
    schema:name "R.Schumann"@en ;
    foaf:made <album/1845#composition>,
        <album/1845#subject> ;
    foaf:name "R.Schumann"@en .

<artist/3143#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1845#subject> ;
    schema:name "G.Gershwin"@en ;
    foaf:made <album/1845#composition>,
        <album/1845#subject> ;
    foaf:name "G.Gershwin"@en .

<artist/3144#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1845#subject> ;
    schema:name "Torn"@en ;
    foaf:made <album/1845#composition>,
        <album/1845#subject> ;
    foaf:name "Torn"@en .

<artist/3146#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1845#subject> ;
    schema:name "Shingo Yasumoto"@en,
        "保本真吾"@ja ;
    foaf:made <album/1845#composition>,
        <album/1845#subject> ;
    foaf:name "Shingo Yasumoto"@en,
        "保本真吾"@ja .

<artist/48846#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1845#subject> ;
    schema:name "J.S.Bach"@en ;
    foaf:made <album/1845#composition>,
        <album/1845#subject> ;
    foaf:name "J.S.Bach"@en .

<product/10224#subject> a schema:CreativeWork ;
    schema:name "Flower, Sun, and Rain"@en,
        "花と太陽と雨と"@ja,
        "Hana to Taiyou to Ame to"@ja-latn ;
    foaf:name "Flower, Sun, and Rain"@en,
        "花と太陽と雨と"@ja,
        "Hana to Taiyou to Ame to"@ja-latn .

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

<album/1845#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "water ~For Relaxing Time~"@en,
        "ウォター ～フォー・リラクシングタイム～"@ja,
        "water ~For Relaxing Time~"@ja-latn ;
    mo:performance_of <album/1845#musicalwork> ;
    mo:recorded_as <album/1845#musicalexpression> ;
    schema:name "water ~For Relaxing Time~"@en,
        "ウォター ～フォー・リラクシングタイム～"@ja,
        "water ~For Relaxing Time~"@ja-latn ;
    schema:workPerformed <album/1845#musicalwork> .

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

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

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

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

<album/1845#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "water ~For Relaxing Time~"@en,
        "ウォター ～フォー・リラクシングタイム～"@ja,
        "water ~For Relaxing Time~"@ja-latn ;
    mo:composer <artist/1530#subject>,
        <artist/2426#subject>,
        <artist/3070#subject>,
        <artist/3071#subject>,
        <artist/3142#subject>,
        <artist/3143#subject>,
        <artist/3144#subject>,
        <artist/3146#subject>,
        <artist/48846#subject> ;
    mo:produced_work <album/1845#musicalwork> ;
    schema:name "water ~For Relaxing Time~"@en,
        "ウォター ～フォー・リラクシングタイム～"@ja,
        "water ~For Relaxing Time~"@ja-latn .

<album/1845#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2001-06-27"^^xsd:date ;
    dcterms:title "water ~For Relaxing Time~"@en,
        "ウォター ～フォー・リラクシングタイム～"@ja,
        "water ~For Relaxing Time~"@ja-latn ;
    mo:catalogue_number "KICA-5055" ;
    mo:media_type "CD" ;
    mo:publication_of <album/1845#musicalexpression> ;
    mo:publisher <org/4#subject> ;
    mo:record _:N3fbe86226c2842178e6b23e450c02670 ;
    mo:record_count 1 ;
    schema:about <product/10224#subject> ;
    schema:datePublished "2001-06-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/54/1845/1845-1246104965.jpg> ;
    schema:name "water ~For Relaxing Time~"@en,
        "ウォター ～フォー・リラクシングタイム～"@ja,
        "water ~For Relaxing Time~"@ja-latn ;
    schema:publisher <org/4#subject> ;
    foaf:depiction <https://media.vgm.io/albums/54/1845/1845-1246104965.jpg> .

_:N0b0aaac7167a4bc6bc40c70fe085fd32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Entrance"@en,
        "Entrance"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Entrance"@en,
        "Entrance"@ja .

_:N1704f2d4bb164b1fbba5423c813658b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Step"@en,
        "Step"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Step"@en,
        "Step"@ja .

_:N24468db253464ca0ab52834a34df223b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Air on the G String"@en,
        "G線上のアリア"@ja ;
    mo:track_number 15 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Air on the G String"@en,
        "G線上のアリア"@ja .

_:N29f7c6ab767b4a559f1dee2910dc2900 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prélude à l'après-midi d'un faune"@en,
        "牧神の午後への前奏曲"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Prélude à l'après-midi d'un faune"@en,
        "牧神の午後への前奏曲"@ja .

_:N34bd35ec9e71451c849ad7c607cf8cdd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "'s wonderful"@en,
        "'s wonderful"@ja ;
    mo:track_number 18 ;
    schema:duration "PT2:11"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "'s wonderful"@en,
        "'s wonderful"@ja .

_:N3eb46b75a9ae43d08de344477d3b7132 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I love you, Porgy"@en,
        "I love you, Porgy"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "I love you, Porgy"@en,
        "I love you, Porgy"@ja .

_:N4d3f484462cd4651ab0d96fe53f1e877 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Morning"@en,
        "Morning"@ja ;
    mo:track_number 10 ;
    schema:duration "PT0:54"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Morning"@en,
        "Morning"@ja .

_:N54775f34f56a432eb867524a61ab8974 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Träumerei"@en,
        "トロイメライ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Träumerei"@en,
        "トロイメライ"@ja .

_:N5c6c1d79dd754ebaaab005d879d2a338 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "F.S.R."@en,
        "F.S.R."@ja ;
    mo:track_number 21 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "F.S.R."@en,
        "F.S.R."@ja .

_:N671c9b2ed59e4851aebca1cc990b7e19 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Summertime"@en,
        "Summertime"@ja ;
    mo:track_number 7 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Summertime"@en,
        "Summertime"@ja .

_:N8d3b2b1ab6934e8cba8c6ccbd4b6874a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Welcome to Losspass"@en,
        "Welcome to Losspass"@ja ;
    mo:track_number 16 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Welcome to Losspass"@en,
        "Welcome to Losspass"@ja .

_:N90996c7629f14d5fb0eb4a7e49db58a7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Final Mondo"@en,
        "Final Mondo"@ja ;
    mo:track_number 12 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Final Mondo"@en,
        "Final Mondo"@ja .

_:N9e88e79921194e618b35fdfa40d0dbfa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gymnopedie#1"@en,
        "Gymnopedie#1"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Gymnopedie#1"@en,
        "Gymnopedie#1"@ja .

_:Naddf035e91cc429f92fa73daa04d1914 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "La fille aux cheveux de lin"@en,
        "亜麻色の髪の乙女"@ja ;
    mo:track_number 17 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "La fille aux cheveux de lin"@en,
        "亜麻色の髪の乙女"@ja .

_:Nb44a9ae7ed0b4f4db8ef57e6a79bbaa2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Clair de lune"@en,
        "月の光"@ja ;
    mo:track_number 13 ;
    schema:duration "PT6:00"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Clair de lune"@en,
        "月の光"@ja .

_:Nb4d0d7d167834b409c824f04e077f41c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sleepy KATH"@en,
        "Sleepy KATH"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Sleepy KATH"@en,
        "Sleepy KATH"@ja .

_:Nb96b55698f0342958cb223b5e02498c3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pavane pour une infante défunte"@en,
        "亡き王女のためのパヴァーヌ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Pavane pour une infante défunte"@en,
        "亡き王女のためのパヴァーヌ"@ja .

_:Nc6c1d96de95f4335a367a7a16796f691 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boléro"@en,
        "ボレロ"@ja ;
    mo:track_number 11 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Boléro"@en,
        "ボレロ"@ja .

_:Ne52a51c668794a7bb4281122e3a0bbe5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Someone to watch over me"@en,
        "Someone to watch over me"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "Someone to watch over me"@en,
        "Someone to watch over me"@ja .

_:Nec693c49a3c141409e404c6069ff5c97 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "One resort"@en,
        "One resort"@ja ;
    mo:track_number 20 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "One resort"@en,
        "One resort"@ja .

_:Nf2166fc7be174909a625ef0f103effc2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "One island"@en,
        "One island"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N3fbe86226c2842178e6b23e450c02670 ;
    schema:name "One island"@en,
        "One island"@ja .

_:N3fbe86226c2842178e6b23e450c02670 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0b0aaac7167a4bc6bc40c70fe085fd32,
        _:N1704f2d4bb164b1fbba5423c813658b8,
        _:N24468db253464ca0ab52834a34df223b,
        _:N29f7c6ab767b4a559f1dee2910dc2900,
        _:N34bd35ec9e71451c849ad7c607cf8cdd,
        _:N3eb46b75a9ae43d08de344477d3b7132,
        _:N4d3f484462cd4651ab0d96fe53f1e877,
        _:N54775f34f56a432eb867524a61ab8974,
        _:N5c6c1d79dd754ebaaab005d879d2a338,
        _:N671c9b2ed59e4851aebca1cc990b7e19,
        _:N8d3b2b1ab6934e8cba8c6ccbd4b6874a,
        _:N90996c7629f14d5fb0eb4a7e49db58a7,
        _:N9e88e79921194e618b35fdfa40d0dbfa,
        _:Naddf035e91cc429f92fa73daa04d1914,
        _:Nb44a9ae7ed0b4f4db8ef57e6a79bbaa2,
        _:Nb4d0d7d167834b409c824f04e077f41c,
        _:Nb96b55698f0342958cb223b5e02498c3,
        _:Nc6c1d96de95f4335a367a7a16796f691,
        _:Ne52a51c668794a7bb4281122e3a0bbe5,
        _:Nec693c49a3c141409e404c6069ff5c97,
        _:Nf2166fc7be174909a625ef0f103effc2 ;
    mo:track_count 21 ;
    schema:duration "PT68:05"^^xsd:interval ;
    schema:numTracks 21 ;
    schema:track _:N0b0aaac7167a4bc6bc40c70fe085fd32,
        _:N1704f2d4bb164b1fbba5423c813658b8,
        _:N24468db253464ca0ab52834a34df223b,
        _:N29f7c6ab767b4a559f1dee2910dc2900,
        _:N34bd35ec9e71451c849ad7c607cf8cdd,
        _:N3eb46b75a9ae43d08de344477d3b7132,
        _:N4d3f484462cd4651ab0d96fe53f1e877,
        _:N54775f34f56a432eb867524a61ab8974,
        _:N5c6c1d79dd754ebaaab005d879d2a338,
        _:N671c9b2ed59e4851aebca1cc990b7e19,
        _:N8d3b2b1ab6934e8cba8c6ccbd4b6874a,
        _:N90996c7629f14d5fb0eb4a7e49db58a7,
        _:N9e88e79921194e618b35fdfa40d0dbfa,
        _:Naddf035e91cc429f92fa73daa04d1914,
        _:Nb44a9ae7ed0b4f4db8ef57e6a79bbaa2,
        _:Nb4d0d7d167834b409c824f04e077f41c,
        _:Nb96b55698f0342958cb223b5e02498c3,
        _:Nc6c1d96de95f4335a367a7a16796f691,
        _:Ne52a51c668794a7bb4281122e3a0bbe5,
        _:Nec693c49a3c141409e404c6069ff5c97,
        _:Nf2166fc7be174909a625ef0f103effc2 .

