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

<artist/726#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ikuko Ebata"@en,
        "江幡育子"@ja ;
    foaf:made <album/8015#lyrics>,
        <album/8015#subject> ;
    foaf:name "Ikuko Ebata"@en,
        "江幡育子"@ja .

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

<artist/63#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8015#subject> ;
    schema:name "Yoh Ohyama"@en,
        "大山曜"@ja ;
    foaf:made <album/8015#composition>,
        <album/8015#subject> ;
    foaf:name "Yoh Ohyama"@en,
        "大山曜"@ja .

<artist/65#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/8015#subject> ;
    schema:name "Masayoshi Murakami"@en,
        "村上正芳"@ja ;
    foaf:made <album/8015#composition>,
        <album/8015#subject> ;
    foaf:name "Masayoshi Murakami"@en,
        "村上正芳"@ja .

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

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

<https://media.vgm.io/albums/51/8015/8015-1375549507.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/8015#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/51/8015/8015-1375549507.png> ;
    foaf:depicts <album/8015#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/51/8015/8015-1375549507.png> .

<https://medium-media.vgm.io/albums/51/8015/8015-1375549507.png> a schema:ImageObject,
        foaf:Image .

<album/8015#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Gekkou/I myself am hell"@en,
        "月光/I myself am hell"@ja,
        "Gekkou/I myself am hell"@ja-latn ;
    mo:composer <artist/63#subject>,
        <artist/65#subject> ;
    mo:produced_work <album/8015#musicalwork> ;
    schema:name "Gekkou/I myself am hell"@en,
        "月光/I myself am hell"@ja,
        "Gekkou/I myself am hell"@ja-latn .

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

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

<artist/3744#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/8015#performance> ;
    schema:name "Hassy"@en ;
    foaf:made <album/8015#lyrics>,
        <album/8015#subject> ;
    foaf:name "Hassy"@en .

<artist/69#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/8015#performance> ;
    schema:name "Kanako Ito"@en,
        "いとうかなこ"@ja ;
    foaf:name "Kanako Ito"@en,
        "いとうかなこ"@ja .

<album/8015#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Gekkou/I myself am hell"@en,
        "月光/I myself am hell"@ja,
        "Gekkou/I myself am hell"@ja-latn ;
    mo:performance_of <album/8015#musicalwork> ;
    mo:performer <artist/3744#subject>,
        <artist/69#subject> ;
    mo:recorded_as <album/8015#musicalexpression> ;
    schema:byArtist <artist/3744#subject>,
        <artist/69#subject> ;
    schema:name "Gekkou/I myself am hell"@en,
        "月光/I myself am hell"@ja,
        "Gekkou/I myself am hell"@ja-latn ;
    schema:workPerformed <album/8015#musicalwork> .

<album/8015#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2004-03-24"^^xsd:date ;
    dcterms:title "Gekkou/I myself am hell"@en,
        "月光/I myself am hell"@ja,
        "Gekkou/I myself am hell"@ja-latn ;
    mo:catalogue_number "LACM-4124" ;
    mo:media_type "CD" ;
    mo:publication_of <album/8015#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:N1c3e45da5af8459faeeee6ff857cb371 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Phantom the Animation"@en ;
            foaf:name "Phantom the Animation"@en ] ;
    schema:byArtist <artist/3744#subject>,
        <artist/69#subject> ;
    schema:datePublished "2004-03-24"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/51/8015/8015-1375549507.png> ;
    schema:name "Gekkou/I myself am hell"@en,
        "月光/I myself am hell"@ja,
        "Gekkou/I myself am hell"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/51/8015/8015-1375549507.png> .

_:N8f4f39d6c2644577975c04174367b49a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I myself am hell"@en,
        "I myself am hell"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N1c3e45da5af8459faeeee6ff857cb371 ;
    schema:name "I myself am hell"@en,
        "I myself am hell"@ja .

_:Nb06a29ad5f794be98247dea1f459567a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Moonlight"@en,
        "月光"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:20"^^xsd:interval ;
    schema:inPlaylist _:N1c3e45da5af8459faeeee6ff857cb371 ;
    schema:name "Moonlight"@en,
        "月光"@ja .

_:Nbba9106ae4d24c54b61cb392c9370e60 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Moonlight (off vocal)"@en,
        "月光 (off vocal)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:19"^^xsd:interval ;
    schema:inPlaylist _:N1c3e45da5af8459faeeee6ff857cb371 ;
    schema:name "Moonlight (off vocal)"@en,
        "月光 (off vocal)"@ja .

_:Nc93fff89733141a790580199b913276f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I myself am hell (off vocal)"@en,
        "I my self am hell (off vocal)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N1c3e45da5af8459faeeee6ff857cb371 ;
    schema:name "I myself am hell (off vocal)"@en,
        "I my self am hell (off vocal)"@ja .

_:N1c3e45da5af8459faeeee6ff857cb371 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8f4f39d6c2644577975c04174367b49a,
        _:Nb06a29ad5f794be98247dea1f459567a,
        _:Nbba9106ae4d24c54b61cb392c9370e60,
        _:Nc93fff89733141a790580199b913276f ;
    mo:track_count 4 ;
    schema:duration "PT20:10"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N8f4f39d6c2644577975c04174367b49a,
        _:Nb06a29ad5f794be98247dea1f459567a,
        _:Nbba9106ae4d24c54b61cb392c9370e60,
        _:Nc93fff89733141a790580199b913276f .

