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

<artist/9800#subject> a schema:Person,
        foaf:Person ;
    schema:name "Alice Sato"@en,
        "佐藤ありす"@ja ;
    foaf:made <album/28240#lyrics>,
        <album/28240#subject> ;
    foaf:name "Alice Sato"@en,
        "佐藤ありす"@ja .

<artist/9821#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiroko Asakawa"@en,
        "朝川ひろこ"@ja ;
    foaf:made <album/28240#subject>,
        <album/28240#vocals> ;
    foaf:name "Hiroko Asakawa"@en,
        "朝川ひろこ"@ja .

<album/44182> a mo:Release ;
    mo:catalogue_number "SM-341" .

<artist/2119#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/28240#subject> ;
    schema:name "Takanori Arisawa"@en,
        "有澤孝紀"@ja ;
    foaf:made <album/28240#composition>,
        <album/28240#subject> ;
    foaf:name "Takanori Arisawa"@en,
        "有澤孝紀"@ja .

<artist/3468#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/28240#subject> ;
    schema:name "Tetsuya Komoro"@en,
        "小諸鉄矢"@ja ;
    foaf:made <album/28240#composition>,
        <album/28240#subject> ;
    foaf:name "Tetsuya Komoro"@en,
        "小諸鉄矢"@ja .

<product/1236#subject> a schema:CreativeWork ;
    schema:name "Pretty Soldier Sailormoon S"@en,
        "美少女戦士セーラームーンS"@ja,
        "Bishoujo Senshi Sailormoon S"@ja-latn ;
    foaf:name "Pretty Soldier Sailormoon S"@en,
        "美少女戦士セーラームーンS"@ja,
        "Bishoujo Senshi Sailormoon S"@ja-latn .

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

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

<album/28240#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Pretty Soldier Sailormoon S Music Fantasy"@en,
        "美少女戦士セーラームーンS Music Fantasy"@ja,
        "Bishoujo Senshi Sailormoon S Music Fantasy"@ja-latn ;
    mo:performance_of <album/28240#musicalwork> ;
    mo:recorded_as <album/28240#musicalexpression> ;
    schema:name "Pretty Soldier Sailormoon S Music Fantasy"@en,
        "美少女戦士セーラームーンS Music Fantasy"@ja,
        "Bishoujo Senshi Sailormoon S Music Fantasy"@ja-latn ;
    schema:workPerformed <album/28240#musicalwork> .

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

<org/97#subject> schema:name "Forte Music Entertainment"@en,
        "フォルテ・ミュージックエンタテインメント"@ja,
        "Forte Music Entertainment"@ja-latn ;
    foaf:name "Forte Music Entertainment"@en,
        "フォルテ・ミュージックエンタテインメント"@ja,
        "Forte Music Entertainment"@ja-latn .

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

<https://medium-media.vgm.io/albums/04/28240/28240-1313703891.jpg> a schema:ImageObject,
        foaf:Image .

<album/28240#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Pretty Soldier Sailormoon S Music Fantasy"@en,
        "美少女戦士セーラームーンS Music Fantasy"@ja,
        "Bishoujo Senshi Sailormoon S Music Fantasy"@ja-latn ;
    mo:composer <artist/2119#subject>,
        <artist/3468#subject> ;
    mo:produced_work <album/28240#musicalwork> ;
    schema:name "Pretty Soldier Sailormoon S Music Fantasy"@en,
        "美少女戦士セーラームーンS Music Fantasy"@ja,
        "Bishoujo Senshi Sailormoon S Music Fantasy"@ja-latn .

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

<album/28240#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1995-02-21"^^xsd:date ;
    dcterms:title "Pretty Soldier Sailormoon S Music Fantasy"@en,
        "美少女戦士セーラームーンS Music Fantasy"@ja,
        "Bishoujo Senshi Sailormoon S Music Fantasy"@ja-latn ;
    mo:catalogue_number "FMCC-5054" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/44182> ;
    mo:publication_of <album/28240#musicalexpression> ;
    mo:publisher <org/97#subject> ;
    mo:record _:N54752945f9624ffababb841e38420a0e ;
    mo:record_count 1 ;
    schema:about <product/1236#subject> ;
    schema:datePublished "1995-02-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/04/28240/28240-1313703891.jpg> ;
    schema:name "Pretty Soldier Sailormoon S Music Fantasy"@en,
        "美少女戦士セーラームーンS Music Fantasy"@ja,
        "Bishoujo Senshi Sailormoon S Music Fantasy"@ja-latn ;
    schema:publisher <org/97#subject> ;
    foaf:depiction <https://media.vgm.io/albums/04/28240/28240-1313703891.jpg> .

_:N2637435a4e4a4549ac3463624ca2faf2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ピュアな心"@ja,
        "Pure no Kokoro"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N54752945f9624ffababb841e38420a0e ;
    schema:name "ピュアな心"@ja,
        "Pure no Kokoro"@ja-latn .

_:N2f8638146536446998c71ee477eeeb86 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fly me to the Moon"@ja,
        "Fly me to the Moon"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N54752945f9624ffababb841e38420a0e ;
    schema:name "Fly me to the Moon"@ja,
        "Fly me to the Moon"@ja-latn .

_:N54a2564259d14f2881435326e1a0989f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ちびムーン"@ja,
        "Chibimoon"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N54752945f9624ffababb841e38420a0e ;
    schema:name "ちびムーン"@ja,
        "Chibimoon"@ja-latn .

_:N61f04d693e9f4b7da5e4f776585921e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "悪の戦い"@ja,
        "Aku no Tatakai"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N54752945f9624ffababb841e38420a0e ;
    schema:name "悪の戦い"@ja,
        "Aku no Tatakai"@ja-latn .

_:N72fc3aae13ae4851999ad152f1eb6cb6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ムーンライト伝説"@ja,
        "Moonlight Densetsu"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N54752945f9624ffababb841e38420a0e ;
    schema:name "ムーンライト伝説"@ja,
        "Moonlight Densetsu"@ja-latn .

_:N86a6986cdb714444b5e8d577160ed015 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "正義の戦い"@ja,
        "Seigi no Tatakai"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N54752945f9624ffababb841e38420a0e ;
    schema:name "正義の戦い"@ja,
        "Seigi no Tatakai"@ja-latn .

_:Nca3699d536f24417bdcf3a216a36d3fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ランデブー"@ja,
        "Rendezvous"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:N54752945f9624ffababb841e38420a0e ;
    schema:name "ランデブー"@ja,
        "Rendezvous"@ja-latn .

_:Nd0b21d4ba24647cea80f95dc15105257 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ウラヌス、ネプチューン"@ja,
        "Uranus and Neptune"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:N54752945f9624ffababb841e38420a0e ;
    schema:name "ウラヌス、ネプチューン"@ja,
        "Uranus and Neptune"@ja-latn .

_:Nf43026735c8c42289e3e207170e2041c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ちびうさ変身"@ja,
        "ChibiUsa Henshin"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:N54752945f9624ffababb841e38420a0e ;
    schema:name "ちびうさ変身"@ja,
        "ChibiUsa Henshin"@ja-latn .

_:Nfa90df85242448f5b7a15e9f60e6bb5d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "うさぎ"@ja,
        "Usagi"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N54752945f9624ffababb841e38420a0e ;
    schema:name "うさぎ"@ja,
        "Usagi"@ja-latn .

_:N54752945f9624ffababb841e38420a0e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2637435a4e4a4549ac3463624ca2faf2,
        _:N2f8638146536446998c71ee477eeeb86,
        _:N54a2564259d14f2881435326e1a0989f,
        _:N61f04d693e9f4b7da5e4f776585921e1,
        _:N72fc3aae13ae4851999ad152f1eb6cb6,
        _:N86a6986cdb714444b5e8d577160ed015,
        _:Nca3699d536f24417bdcf3a216a36d3fa,
        _:Nd0b21d4ba24647cea80f95dc15105257,
        _:Nf43026735c8c42289e3e207170e2041c,
        _:Nfa90df85242448f5b7a15e9f60e6bb5d ;
    mo:track_count 10 ;
    schema:duration "PT39:34"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N2637435a4e4a4549ac3463624ca2faf2,
        _:N2f8638146536446998c71ee477eeeb86,
        _:N54a2564259d14f2881435326e1a0989f,
        _:N61f04d693e9f4b7da5e4f776585921e1,
        _:N72fc3aae13ae4851999ad152f1eb6cb6,
        _:N86a6986cdb714444b5e8d577160ed015,
        _:Nca3699d536f24417bdcf3a216a36d3fa,
        _:Nd0b21d4ba24647cea80f95dc15105257,
        _:Nf43026735c8c42289e3e207170e2041c,
        _:Nfa90df85242448f5b7a15e9f60e6bb5d .

