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

<artist/2000#subject> a schema:Person,
        foaf:Person ;
    schema:name "Megumi Hayashibara"@en,
        "林原めぐみ"@ja ;
    foaf:made <album/2103#subject>,
        <album/2103#vocals> ;
    foaf:name "Megumi Hayashibara"@en,
        "林原めぐみ"@ja .

<artist/40138#subject> a schema:Person,
        foaf:Person ;
    schema:name "MEGUMI"@en ;
    foaf:made <album/2103#lyrics>,
        <album/2103#subject> ;
    foaf:name "MEGUMI"@en .

<artist/8159#subject> a schema:Person,
        foaf:Person ;
    schema:name "Satomi Arimori"@en,
        "有森聡美"@ja ;
    foaf:made <album/2103#lyrics>,
        <album/2103#subject> ;
    foaf:name "Satomi Arimori"@en,
        "有森聡美"@ja .

<artist/3406#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2103#subject> ;
    schema:name "Hidetoshi Sato"@en,
        "佐藤英敏"@ja ;
    foaf:made <album/2103#composition>,
        <album/2103#subject> ;
    foaf:name "Hidetoshi Sato"@en,
        "佐藤英敏"@ja .

<product/3022#subject> a schema:CreativeWork ;
    schema:name "Slayers Gorgeous"@en,
        "スレイヤーズごうじゃす"@ja,
        "Slayers Gorgeous"@ja-latn ;
    foaf:name "Slayers Gorgeous"@en,
        "スレイヤーズごうじゃす"@ja,
        "Slayers Gorgeous"@ja-latn .

<product/3023#subject> a schema:CreativeWork ;
    schema:name "Slayers Royal 2"@en,
        "スレイヤーズ ろいやる2"@ja,
        "Slayers Royal 2"@ja-latn ;
    foaf:name "Slayers Royal 2"@en,
        "スレイヤーズ ろいやる2"@ja,
        "Slayers Royal 2"@ja-latn .

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

<album/2103#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "raging waves / Megumi Hayashibara"@en,
        "raging waves / 林原めぐみ"@ja,
        "raging waves / Megumi Hayashibara"@ja-latn ;
    mo:performance_of <album/2103#musicalwork> ;
    mo:recorded_as <album/2103#musicalexpression> ;
    schema:name "raging waves / Megumi Hayashibara"@en,
        "raging waves / 林原めぐみ"@ja,
        "raging waves / Megumi Hayashibara"@ja-latn ;
    schema:workPerformed <album/2103#musicalwork> .

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

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

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

<https://medium-media.vgm.io/albums/30/2103/2103-cd0fbde1b6f0.jpg> a schema:ImageObject,
        foaf:Image .

<album/2103#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "raging waves / Megumi Hayashibara"@en,
        "raging waves / 林原めぐみ"@ja,
        "raging waves / Megumi Hayashibara"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "HARRY KARKLAND"@en ;
            foaf:made <album/2103#composition> ;
            foaf:name "HARRY KARKLAND"@en ],
        <artist/3406#subject> ;
    mo:produced_work <album/2103#musicalwork> ;
    schema:name "raging waves / Megumi Hayashibara"@en,
        "raging waves / 林原めぐみ"@ja,
        "raging waves / Megumi Hayashibara"@ja-latn .

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

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

<album/2103#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1998-07-03"^^xsd:date ;
    dcterms:title "raging waves / Megumi Hayashibara"@en,
        "raging waves / 林原めぐみ"@ja,
        "raging waves / Megumi Hayashibara"@ja-latn ;
    mo:catalogue_number "KIDA-163" ;
    mo:media_type "Mini CD" ;
    mo:publication_of <album/2103#musicalexpression> ;
    mo:publisher <org/21#subject> ;
    mo:record _:Nfb0a09f97b7644229a044388c981f655 ;
    mo:record_count 1 ;
    schema:about <product/3022#subject>,
        <product/3023#subject> ;
    schema:datePublished "1998-07-03"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/30/2103/2103-cd0fbde1b6f0.jpg> ;
    schema:name "raging waves / Megumi Hayashibara"@en,
        "raging waves / 林原めぐみ"@ja,
        "raging waves / Megumi Hayashibara"@ja-latn ;
    schema:publisher <org/21#subject> ;
    foaf:depiction <https://media.vgm.io/albums/30/2103/2103-cd0fbde1b6f0.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2103#subject> ;
    schema:name "HARRY KARKLAND"@en ;
    foaf:made <album/2103#subject> ;
    foaf:name "HARRY KARKLAND"@en .

_:N22541b680eb549e1a6f1c07609226fcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I & Myself"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:Nfb0a09f97b7644229a044388c981f655 ;
    schema:name "I & Myself"@en .

_:N92cf3758cde84bad842213fce2aec94c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I & Myself (Off Vocal Version)"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:Nfb0a09f97b7644229a044388c981f655 ;
    schema:name "I & Myself (Off Vocal Version)"@en .

_:Nad6b46fd55f040bba03d68547161cb19 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Raging Waves"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:Nfb0a09f97b7644229a044388c981f655 ;
    schema:name "Raging Waves"@en .

_:Nc7d0b439e2ec486991cdfda6f3b083d0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Raging Waves (Off Vocal Version)"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:03"^^xsd:interval ;
    schema:inPlaylist _:Nfb0a09f97b7644229a044388c981f655 ;
    schema:name "Raging Waves (Off Vocal Version)"@en .

_:Nfb0a09f97b7644229a044388c981f655 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N22541b680eb549e1a6f1c07609226fcf,
        _:N92cf3758cde84bad842213fce2aec94c,
        _:Nad6b46fd55f040bba03d68547161cb19,
        _:Nc7d0b439e2ec486991cdfda6f3b083d0 ;
    mo:track_count 4 ;
    schema:duration "PT19:07"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N22541b680eb549e1a6f1c07609226fcf,
        _:N92cf3758cde84bad842213fce2aec94c,
        _:Nad6b46fd55f040bba03d68547161cb19,
        _:Nc7d0b439e2ec486991cdfda6f3b083d0 .

