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

<artist/142#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mami Nakayama"@en,
        "中山マミ"@ja ;
    foaf:made <album/2545#lyrics>,
        <album/2545#subject>,
        <album/2545#vocals> ;
    foaf:name "Mami Nakayama"@en,
        "中山マミ"@ja .

<artist/1994#subject> a schema:Person,
        foaf:Person ;
    schema:name "Milk Kurumi"@en,
        "みるくくるみ"@ja ;
    foaf:made <album/2545#lyrics>,
        <album/2545#subject>,
        <album/2545#vocals> ;
    foaf:name "Milk Kurumi"@en,
        "みるくくるみ"@ja .

<artist/7006#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mayo Okuyama"@en,
        "奥山マヨ"@ja ;
    foaf:made <album/2545#lyrics>,
        <album/2545#subject>,
        <album/2545#vocals> ;
    foaf:name "Mayo Okuyama"@en,
        "奥山マヨ"@ja .

<artist/211#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2545#subject> ;
    schema:name "Tsubasa Shiranui"@en,
        "不知火つばさ"@ja ;
    foaf:made <album/2545#composition>,
        <album/2545#subject> ;
    foaf:name "Tsubasa Shiranui"@en,
        "不知火つばさ"@ja .

<artist/46#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2545#subject> ;
    schema:name "Angel Note"@en ;
    foaf:made <album/2545#composition>,
        <album/2545#subject> ;
    foaf:name "Angel Note"@en .

<artist/591#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2545#subject> ;
    schema:name "Hajime Iino"@en,
        "飯野ハジメ"@ja ;
    foaf:made <album/2545#composition>,
        <album/2545#subject> ;
    foaf:name "Hajime Iino"@en,
        "飯野ハジメ"@ja .

<product/16455#subject> a schema:CreativeWork ;
    schema:name "Katayoku no Tenshi"@en,
        "片翼の天使"@ja,
        "Katayoku no Tenshi"@ja-latn ;
    foaf:name "Katayoku no Tenshi"@en,
        "片翼の天使"@ja,
        "Katayoku no Tenshi"@ja-latn .

<product/17399#subject> a schema:CreativeWork ;
    schema:name "Yin-Yang! X Change Alternative"@en,
        "Yin-Yang! X Change Alternative"@ja,
        "Yin-Yang! X Change Alternative"@ja-latn ;
    foaf:name "Yin-Yang! X Change Alternative"@en,
        "Yin-Yang! X Change Alternative"@ja,
        "Yin-Yang! X Change Alternative"@ja-latn .

<product/5640#subject> a schema:CreativeWork ;
    schema:name "Lime-iro Senkitan (Game)"@en,
        "らいむいろ戦奇譚 (Game)"@ja,
        "Lime-iro Senkitan (Game)"@ja-latn ;
    foaf:name "Lime-iro Senkitan (Game)"@en,
        "らいむいろ戦奇譚 (Game)"@ja,
        "Lime-iro Senkitan (Game)"@ja-latn .

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

<album/2545#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "~Angel Note~ Love Story"@en,
        "~Angel Note~ Love Story"@ja,
        "~Angel Note~ Love Story"@ja-latn ;
    mo:performance_of <album/2545#musicalwork> ;
    mo:recorded_as <album/2545#musicalexpression> ;
    schema:name "~Angel Note~ Love Story"@en,
        "~Angel Note~ Love Story"@ja,
        "~Angel Note~ Love Story"@ja-latn ;
    schema:workPerformed <album/2545#musicalwork> .

<org/40#subject> schema:name "KNS Entertainment"@en,
        "KNSエンタテインメント"@ja,
        "KNS Entertainment"@ja-latn ;
    foaf:name "KNS Entertainment"@en,
        "KNSエンタテインメント"@ja,
        "KNS Entertainment"@ja-latn .

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

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

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

<album/2545#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "~Angel Note~ Love Story"@en,
        "~Angel Note~ Love Story"@ja,
        "~Angel Note~ Love Story"@ja-latn ;
    mo:composer <artist/211#subject>,
        <artist/46#subject>,
        <artist/591#subject> ;
    mo:produced_work <album/2545#musicalwork> ;
    schema:name "~Angel Note~ Love Story"@en,
        "~Angel Note~ Love Story"@ja,
        "~Angel Note~ Love Story"@ja-latn .

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

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

<album/2545#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2004-03-31"^^xsd:date ;
    dcterms:title "~Angel Note~ Love Story"@en,
        "~Angel Note~ Love Story"@ja,
        "~Angel Note~ Love Story"@ja-latn ;
    mo:catalogue_number "AKCI-26009" ;
    mo:media_type "CD" ;
    mo:publication_of <album/2545#musicalexpression> ;
    mo:publisher <org/40#subject> ;
    mo:record _:Na071ec86596a47e3ade61794aa425dde ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Lovely Love Doll"@en ;
            foaf:name "Lovely Love Doll"@en ],
        [ a schema:CreativeWork ;
            schema:name "Ketsui to Ketsubetsu to ~Choukyou Sareshi Mono~"@en ;
            foaf:name "Ketsui to Ketsubetsu to ~Choukyou Sareshi Mono~"@en ],
        [ a schema:CreativeWork ;
            schema:name "Kisetsu no Hanayome"@en ;
            foaf:name "Kisetsu no Hanayome"@en ],
        [ a schema:CreativeWork ;
            schema:name "Jewels Ocean"@en ;
            foaf:name "Jewels Ocean"@en ],
        [ a schema:CreativeWork ;
            schema:name "revenir"@en ;
            foaf:name "revenir"@en ],
        <product/16455#subject>,
        <product/17399#subject>,
        <product/5640#subject> ;
    schema:datePublished "2004-03-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/54/2545/2545-1368907646.jpg> ;
    schema:name "~Angel Note~ Love Story"@en,
        "~Angel Note~ Love Story"@ja,
        "~Angel Note~ Love Story"@ja-latn ;
    schema:publisher <org/40#subject> ;
    foaf:depiction <https://media.vgm.io/albums/54/2545/2545-1368907646.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Hiroyuki Miyoshi"@en ;
    foaf:made <album/2545#subject> ;
    foaf:name "Hiroyuki Miyoshi"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Hiroyuki Miyoshi"@en ;
    foaf:made <album/2545#lyrics> ;
    foaf:name "Hiroyuki Miyoshi"@en .

_:N01ceae00fcc04bf983faa84f697d253c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Invisible Wings ~Album Version~ (Witch \"One-Winged Angel\")"@en,
        "見えない翼 ~アルバムヴァージョン~ (Witch『片翼の天使』より)"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:Na071ec86596a47e3ade61794aa425dde ;
    schema:name "Invisible Wings ~Album Version~ (Witch \"One-Winged Angel\")"@en,
        "見えない翼 ~アルバムヴァージョン~ (Witch『片翼の天使』より)"@ja .

_:N4800bc2c2d72418c9bcf95bda4061581 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "challenge myself for the goal (CROWD \"Yin-Yang! XChange Alternative)"@en,
        "Challenge Myself For The Goal (Crowd『yin‐yang!xchange Alternative』より)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:Na071ec86596a47e3ade61794aa425dde ;
    schema:name "challenge myself for the goal (CROWD \"Yin-Yang! XChange Alternative)"@en,
        "Challenge Myself For The Goal (Crowd『yin‐yang!xchange Alternative』より)"@ja .

_:N778682b8fc5b47f1bd550e3dbfae6822 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "All of My Heart (Waffle \"Determination and Farewell ~The Trainer~\")"@en,
        "心あるかぎり (Waffle『決意と決別と~調教されし者~』より)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:inPlaylist _:Na071ec86596a47e3ade61794aa425dde ;
    schema:name "All of My Heart (Waffle \"Determination and Farewell ~The Trainer~\")"@en,
        "心あるかぎり (Waffle『決意と決別と~調教されし者~』より)"@ja .

_:N7c61d7e949674691acdc25099a8223f0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Edge of the World (Tropical Soft \"Revenir\")"@en,
        "世界の果て (トロピカルソフト『revenir』より)"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:Na071ec86596a47e3ade61794aa425dde ;
    schema:name "Edge of the World (Tropical Soft \"Revenir\")"@en,
        "世界の果て (トロピカルソフト『revenir』より)"@ja .

_:N9aee3a0047a94d4b9a1c4293f4e15c2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "K·I·S·E·K·I (Miracle) (Frontier Works \"Lime-iro Senkitan Drama CD SP2\")"@en,
        "K·I·S·E·K·I (フロンティアワークス『らいむいろ戦奇譚ドラマcd Sp2 斬れ! 世直し礼武隊』より)"@ja ;
    mo:track_number 10 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:Na071ec86596a47e3ade61794aa425dde ;
    schema:name "K·I·S·E·K·I (Miracle) (Frontier Works \"Lime-iro Senkitan Drama CD SP2\")"@en,
        "K·I·S·E·K·I (フロンティアワークス『らいむいろ戦奇譚ドラマcd Sp2 斬れ! 世直し礼武隊』より)"@ja .

_:N9b07aa99e0a94cd88e0c4089eec086fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "innocent ~ Remix Version (Escudo \"Jewel's Ocean\")"@en,
        "Innocent ~remixバージョン~ (エスクード『ジュエルスオーシャン』より)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:Na071ec86596a47e3ade61794aa425dde ;
    schema:name "innocent ~ Remix Version (Escudo \"Jewel's Ocean\")"@en,
        "Innocent ~remixバージョン~ (エスクード『ジュエルスオーシャン』より)"@ja .

_:N9d527a772f534659820fd8a46192956b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love doll (Escudo \"Lovely Love Doll\")"@en,
        "Love Doll (エスクード『ラブリー・ラブドール』より)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Na071ec86596a47e3ade61794aa425dde ;
    schema:name "Love doll (Escudo \"Lovely Love Doll\")"@en,
        "Love Doll (エスクード『ラブリー・ラブドール』より)"@ja .

_:Naeea69b08618403488801866efd7812b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "J·I·K·O·G·I·S·E·I (Sacrifice) (Frontier Works \"Lime-iro Senkitan Drama CD SP1\")"@en,
        "J·I·K·O·G·I·S·E·I (フロンティアワークス『らいむいろ戦奇譚ドラマcd Sp1 天国に一番近い教師』より)"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:Na071ec86596a47e3ade61794aa425dde ;
    schema:name "J·I·K·O·G·I·S·E·I (Sacrifice) (Frontier Works \"Lime-iro Senkitan Drama CD SP1\")"@en,
        "J·I·K·O·G·I·S·E·I (フロンティアワークス『らいむいろ戦奇譚ドラマcd Sp1 天国に一番近い教師』より)"@ja .

_:Ndfd2a590e002424c8817a5b66f362f6c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love Story ~Piano Version~ (Angel Note)"@en,
        "Love Story ~ピアノバージョン~ (Angel Note)"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:56"^^xsd:interval ;
    schema:inPlaylist _:Na071ec86596a47e3ade61794aa425dde ;
    schema:name "Love Story ~Piano Version~ (Angel Note)"@en,
        "Love Story ~ピアノバージョン~ (Angel Note)"@ja .

_:Nfb375ee8bd084f5bb3fdc96deb889f16 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love Story (Angel Note)"@en,
        "Love Story (Angel Note)"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:Na071ec86596a47e3ade61794aa425dde ;
    schema:name "Love Story (Angel Note)"@en,
        "Love Story (Angel Note)"@ja .

_:Nfc84d3072ef54206bc33a0a4df516bda a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SEASON (CPDA \"Bride of the Seasons\")"@en,
        "Season (Cdpa『季節の花嫁』より)"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:28"^^xsd:interval ;
    schema:inPlaylist _:Na071ec86596a47e3ade61794aa425dde ;
    schema:name "SEASON (CPDA \"Bride of the Seasons\")"@en,
        "Season (Cdpa『季節の花嫁』より)"@ja .

_:Na071ec86596a47e3ade61794aa425dde a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N01ceae00fcc04bf983faa84f697d253c,
        _:N4800bc2c2d72418c9bcf95bda4061581,
        _:N778682b8fc5b47f1bd550e3dbfae6822,
        _:N7c61d7e949674691acdc25099a8223f0,
        _:N9aee3a0047a94d4b9a1c4293f4e15c2c,
        _:N9b07aa99e0a94cd88e0c4089eec086fb,
        _:N9d527a772f534659820fd8a46192956b,
        _:Naeea69b08618403488801866efd7812b,
        _:Ndfd2a590e002424c8817a5b66f362f6c,
        _:Nfb375ee8bd084f5bb3fdc96deb889f16,
        _:Nfc84d3072ef54206bc33a0a4df516bda ;
    mo:track_count 11 ;
    schema:duration "PT41:46"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N01ceae00fcc04bf983faa84f697d253c,
        _:N4800bc2c2d72418c9bcf95bda4061581,
        _:N778682b8fc5b47f1bd550e3dbfae6822,
        _:N7c61d7e949674691acdc25099a8223f0,
        _:N9aee3a0047a94d4b9a1c4293f4e15c2c,
        _:N9b07aa99e0a94cd88e0c4089eec086fb,
        _:N9d527a772f534659820fd8a46192956b,
        _:Naeea69b08618403488801866efd7812b,
        _:Ndfd2a590e002424c8817a5b66f362f6c,
        _:Nfb375ee8bd084f5bb3fdc96deb889f16,
        _:Nfc84d3072ef54206bc33a0a4df516bda .

