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

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

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

<artist/6879#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/14048#subject> ;
    schema:name "Alexander Porfiryevich Borodin"@en,
        "Александр Порфирьевич Бородин"@ja ;
    foaf:made <album/14048#composition>,
        <album/14048#subject> ;
    foaf:name "Alexander Porfiryevich Borodin"@en,
        "Александр Порфирьевич Бородин"@ja .

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

<org/59#subject> schema:name "Konami Music Entertainment, Inc."@en,
        "株式会社コナミミュージックエンタテインメント"@ja,
        "Konami Music Entertainment, Inc."@ja-latn ;
    foaf:name "Konami Music Entertainment, Inc."@en,
        "株式会社コナミミュージックエンタテインメント"@ja,
        "Konami Music Entertainment, Inc."@ja-latn .

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

<https://medium-media.vgm.io/albums/84/14048/14048-1245292103.jpg> a schema:ImageObject,
        foaf:Image .

<album/14048#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Infinite Circle - A room with a view ~FUKEI NO ARU HEYA~"@en,
        "Infinite Circle 『A room with a view ～風景のある部屋～』"@ja,
        "Infinite Circle - A room with a view ~FUKEI NO ARU HEYA~"@ja-latn ;
    mo:composer <artist/3415#subject>,
        <artist/6879#subject> ;
    mo:produced_work <album/14048#musicalwork> ;
    schema:name "Infinite Circle - A room with a view ~FUKEI NO ARU HEYA~"@en,
        "Infinite Circle 『A room with a view ～風景のある部屋～』"@ja,
        "Infinite Circle - A room with a view ~FUKEI NO ARU HEYA~"@ja-latn .

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

<artist/3089#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14048#performance> ;
    schema:name "Mantell Nonoda"@en,
        "野々田万照"@ja ;
    foaf:name "Mantell Nonoda"@en,
        "野々田万照"@ja .

<artist/3416#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14048#performance> ;
    schema:name "Jiro Okada"@en,
        "岡田治郎"@ja ;
    foaf:name "Jiro Okada"@en,
        "岡田治郎"@ja .

<artist/4578#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14048#performance> ;
    schema:name "Infinite Circle"@en ;
    foaf:name "Infinite Circle"@en .

<artist/6298#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14048#performance> ;
    schema:name "Takashi Yofu"@en,
        "養父貴"@ja ;
    foaf:name "Takashi Yofu"@en,
        "養父貴"@ja .

<artist/7126#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14048#performance> ;
    schema:name "Tomo'o Tsuruya"@en,
        "鶴谷智生"@ja ;
    foaf:name "Tomo'o Tsuruya"@en,
        "鶴谷智生"@ja .

<artist/7655#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/14048#performance> ;
    schema:name "Masatoshi Kainuma"@en,
        "海沼正利"@ja ;
    foaf:name "Masatoshi Kainuma"@en,
        "海沼正利"@ja .

<artist/3415#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/14048#subject> ;
    mo:performed <album/14048#performance> ;
    schema:name "Shusei Murai"@en,
        "村井秀清"@ja ;
    foaf:made <album/14048#composition>,
        <album/14048#subject> ;
    foaf:name "Shusei Murai"@en,
        "村井秀清"@ja .

<album/14048#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2002-11-04"^^xsd:date ;
    dcterms:title "Infinite Circle - A room with a view ~FUKEI NO ARU HEYA~"@en,
        "Infinite Circle 『A room with a view ～風景のある部屋～』"@ja,
        "Infinite Circle - A room with a view ~FUKEI NO ARU HEYA~"@ja-latn ;
    mo:catalogue_number "KOLA-006" ;
    mo:media_type "CD" ;
    mo:publication_of <album/14048#musicalexpression> ;
    mo:publisher <org/59#subject> ;
    mo:record _:N1916c1a4868a4e9db10f734df16e9569 ;
    mo:record_count 1 ;
    schema:byArtist <artist/3089#subject>,
        <artist/3415#subject>,
        <artist/3416#subject>,
        <artist/4578#subject>,
        <artist/6298#subject>,
        <artist/7126#subject>,
        <artist/7655#subject> ;
    schema:datePublished "2002-11-04"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/84/14048/14048-1245292103.jpg> ;
    schema:name "Infinite Circle - A room with a view ~FUKEI NO ARU HEYA~"@en,
        "Infinite Circle 『A room with a view ～風景のある部屋～』"@ja,
        "Infinite Circle - A room with a view ~FUKEI NO ARU HEYA~"@ja-latn ;
    schema:publisher <org/59#subject> ;
    foaf:depiction <https://media.vgm.io/albums/84/14048/14048-1245292103.jpg> .

<album/14048#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Infinite Circle - A room with a view ~FUKEI NO ARU HEYA~"@en,
        "Infinite Circle 『A room with a view ～風景のある部屋～』"@ja,
        "Infinite Circle - A room with a view ~FUKEI NO ARU HEYA~"@ja-latn ;
    mo:performance_of <album/14048#musicalwork> ;
    mo:performer <artist/3089#subject>,
        <artist/3415#subject>,
        <artist/3416#subject>,
        <artist/4578#subject>,
        <artist/6298#subject>,
        <artist/7126#subject>,
        <artist/7655#subject> ;
    mo:recorded_as <album/14048#musicalexpression> ;
    schema:byArtist <artist/3089#subject>,
        <artist/3415#subject>,
        <artist/3416#subject>,
        <artist/4578#subject>,
        <artist/6298#subject>,
        <artist/7126#subject>,
        <artist/7655#subject> ;
    schema:name "Infinite Circle - A room with a view ~FUKEI NO ARU HEYA~"@en,
        "Infinite Circle 『A room with a view ～風景のある部屋～』"@ja,
        "Infinite Circle - A room with a view ~FUKEI NO ARU HEYA~"@ja-latn ;
    schema:workPerformed <album/14048#musicalwork> .

_:N1f2641635d8c4ddfb5d9a69254cd0d1d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A room with a view"@en,
        "A room with a view"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:N1916c1a4868a4e9db10f734df16e9569 ;
    schema:name "A room with a view"@en,
        "A room with a view"@ja .

_:N36982b9ef356480aa4d8576cae93bd72 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Soaring Clouds, Still Water..."@en,
        "Soaring Clouds, Still Water..."@ja ;
    mo:track_number 1 ;
    schema:duration "PT8:23"^^xsd:interval ;
    schema:inPlaylist _:N1916c1a4868a4e9db10f734df16e9569 ;
    schema:name "Soaring Clouds, Still Water..."@en,
        "Soaring Clouds, Still Water..."@ja .

_:N4c39c5c605d949b0a0117679cbfc4dea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Datanbito no Odori"@en,
        "ダッタン人の踊り"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:13"^^xsd:interval ;
    schema:inPlaylist _:N1916c1a4868a4e9db10f734df16e9569 ;
    schema:name "Datanbito no Odori"@en,
        "ダッタン人の踊り"@ja .

_:N6b29194b912c46518911a52f760dac2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "tik-tick-tok"@en,
        "tik-tick-tok"@ja ;
    mo:track_number 9 ;
    schema:duration "PT5:37"^^xsd:interval ;
    schema:inPlaylist _:N1916c1a4868a4e9db10f734df16e9569 ;
    schema:name "tik-tick-tok"@en,
        "tik-tick-tok"@ja .

_:N84f129ca3ab34076a0567fa569a168c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Gift of Earth"@en,
        "The Gift of Earth"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:55"^^xsd:interval ;
    schema:inPlaylist _:N1916c1a4868a4e9db10f734df16e9569 ;
    schema:name "The Gift of Earth"@en,
        "The Gift of Earth"@ja .

_:N90ccc597c4ba445984a8f6975471d9d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dawn"@en,
        "Dawn"@ja ;
    mo:track_number 10 ;
    schema:duration "PT8:59"^^xsd:interval ;
    schema:inPlaylist _:N1916c1a4868a4e9db10f734df16e9569 ;
    schema:name "Dawn"@en,
        "Dawn"@ja .

_:N93c4079001fc43ad9a34762e23427b7d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "~Ever Blue Sky~"@en,
        "~Ever Blue Sky~"@ja ;
    mo:track_number 7 ;
    schema:duration "PT8:14"^^xsd:interval ;
    schema:inPlaylist _:N1916c1a4868a4e9db10f734df16e9569 ;
    schema:name "~Ever Blue Sky~"@en,
        "~Ever Blue Sky~"@ja .

_:N9dd2dd7ed0334ad4adf0e3096f88bf5d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Start Here"@en,
        "Start Here"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:N1916c1a4868a4e9db10f734df16e9569 ;
    schema:name "Start Here"@en,
        "Start Here"@ja .

_:Na17e0dd4f55e4cc2b18715b02d7f30fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "jade green"@en,
        "jade green"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N1916c1a4868a4e9db10f734df16e9569 ;
    schema:name "jade green"@en,
        "jade green"@ja .

_:Nae3303861f894032bda24139727da240 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stealing Home"@en,
        "Stealing Home"@ja ;
    mo:track_number 6 ;
    schema:duration "PT6:12"^^xsd:interval ;
    schema:inPlaylist _:N1916c1a4868a4e9db10f734df16e9569 ;
    schema:name "Stealing Home"@en,
        "Stealing Home"@ja .

_:N1916c1a4868a4e9db10f734df16e9569 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1f2641635d8c4ddfb5d9a69254cd0d1d,
        _:N36982b9ef356480aa4d8576cae93bd72,
        _:N4c39c5c605d949b0a0117679cbfc4dea,
        _:N6b29194b912c46518911a52f760dac2e,
        _:N84f129ca3ab34076a0567fa569a168c8,
        _:N90ccc597c4ba445984a8f6975471d9d8,
        _:N93c4079001fc43ad9a34762e23427b7d,
        _:N9dd2dd7ed0334ad4adf0e3096f88bf5d,
        _:Na17e0dd4f55e4cc2b18715b02d7f30fe,
        _:Nae3303861f894032bda24139727da240 ;
    mo:track_count 10 ;
    schema:duration "PT60:02"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N1f2641635d8c4ddfb5d9a69254cd0d1d,
        _:N36982b9ef356480aa4d8576cae93bd72,
        _:N4c39c5c605d949b0a0117679cbfc4dea,
        _:N6b29194b912c46518911a52f760dac2e,
        _:N84f129ca3ab34076a0567fa569a168c8,
        _:N90ccc597c4ba445984a8f6975471d9d8,
        _:N93c4079001fc43ad9a34762e23427b7d,
        _:N9dd2dd7ed0334ad4adf0e3096f88bf5d,
        _:Na17e0dd4f55e4cc2b18715b02d7f30fe,
        _:Nae3303861f894032bda24139727da240 .

