@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 _:Nae8cebdc149b4e43af1bcfc2f86a33c0 ;
    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> .

_:N16a8fff323d848b284adff56394a323d 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 _:Nae8cebdc149b4e43af1bcfc2f86a33c0 ;
    schema:name "jade green"@en,
        "jade green"@ja .

_:N1f33967d2678464ab36c0e1efcd5c3cf 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 _:Nae8cebdc149b4e43af1bcfc2f86a33c0 ;
    schema:name "~Ever Blue Sky~"@en,
        "~Ever Blue Sky~"@ja .

_:N46f7eb7239be49d3b25acec1c8309b7b 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 _:Nae8cebdc149b4e43af1bcfc2f86a33c0 ;
    schema:name "A room with a view"@en,
        "A room with a view"@ja .

_:N4a9701d72a07452b9a3f32513048823c 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 _:Nae8cebdc149b4e43af1bcfc2f86a33c0 ;
    schema:name "Stealing Home"@en,
        "Stealing Home"@ja .

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

_:Nc57e3360012949a0b2a27fe5ac8635a4 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 _:Nae8cebdc149b4e43af1bcfc2f86a33c0 ;
    schema:name "The Gift of Earth"@en,
        "The Gift of Earth"@ja .

_:Ne20431fc7a7b47ceacfaa300520e9bf1 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 _:Nae8cebdc149b4e43af1bcfc2f86a33c0 ;
    schema:name "Soaring Clouds, Still Water..."@en,
        "Soaring Clouds, Still Water..."@ja .

_:Ne4d2685b1dfd4463aaf8de3f4aa361ea 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 _:Nae8cebdc149b4e43af1bcfc2f86a33c0 ;
    schema:name "Start Here"@en,
        "Start Here"@ja .

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

_:Ne7b9be99a72e4e39884c51a88583ad57 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 _:Nae8cebdc149b4e43af1bcfc2f86a33c0 ;
    schema:name "tik-tick-tok"@en,
        "tik-tick-tok"@ja .

_:Nae8cebdc149b4e43af1bcfc2f86a33c0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N16a8fff323d848b284adff56394a323d,
        _:N1f33967d2678464ab36c0e1efcd5c3cf,
        _:N46f7eb7239be49d3b25acec1c8309b7b,
        _:N4a9701d72a07452b9a3f32513048823c,
        _:Nbb82150180414b49b24bdd760cd411ae,
        _:Nc57e3360012949a0b2a27fe5ac8635a4,
        _:Ne20431fc7a7b47ceacfaa300520e9bf1,
        _:Ne4d2685b1dfd4463aaf8de3f4aa361ea,
        _:Ne69305333db547ee88527c7ed6c85969,
        _:Ne7b9be99a72e4e39884c51a88583ad57 ;
    mo:track_count 10 ;
    schema:duration "PT60:02"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N16a8fff323d848b284adff56394a323d,
        _:N1f33967d2678464ab36c0e1efcd5c3cf,
        _:N46f7eb7239be49d3b25acec1c8309b7b,
        _:N4a9701d72a07452b9a3f32513048823c,
        _:Nbb82150180414b49b24bdd760cd411ae,
        _:Nc57e3360012949a0b2a27fe5ac8635a4,
        _:Ne20431fc7a7b47ceacfaa300520e9bf1,
        _:Ne4d2685b1dfd4463aaf8de3f4aa361ea,
        _:Ne69305333db547ee88527c7ed6c85969,
        _:Ne7b9be99a72e4e39884c51a88583ad57 .

