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

<artist/14951#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hideki Hayashi"@en,
        "林英樹"@ja ;
    foaf:made <album/54442#lyrics>,
        <album/54442#subject> ;
    foaf:name "Hideki Hayashi"@en,
        "林英樹"@ja .

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

<artist/13858#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/54442#subject> ;
    schema:name "Junichi Sato"@en,
        "佐藤純一"@ja ;
    foaf:made <album/54442#composition>,
        <album/54442#subject> ;
    foaf:name "Junichi Sato"@en,
        "佐藤純一"@ja .

<artist/13859#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/54442#subject> ;
    schema:name "yuxuki waga"@en ;
    foaf:made <album/54442#composition>,
        <album/54442#subject> ;
    foaf:name "yuxuki waga"@en .

<product/3897#subject> a schema:CreativeWork ;
    schema:name "Comet Lucifer"@en,
        "コメット・ルシファー"@ja,
        "Comet Lucifer"@ja-latn ;
    foaf:name "Comet Lucifer"@en,
        "コメット・ルシファー"@ja,
        "Comet Lucifer"@ja-latn .

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

<album/54442#musicalexpression> a mo:Signal ;
    mo:published_as <album/54442#subject> ;
    mo:records <album/54442#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/24/54442/54442-1443989506.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/54442#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/24/54442/54442-1443989506.png> ;
    foaf:depicts <album/54442#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/24/54442/54442-1443989506.png> .

<https://medium-media.vgm.io/albums/24/54442/54442-1443989506.png> a schema:ImageObject,
        foaf:Image .

<album/54442#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Comet Lucifer ~The Seed and the Sower~ / fhána [Artist Edition]"@en,
        "コメット・ルシファー 〜The Seed and the Sower〜 / fhána [アーティスト盤]"@ja,
        "Comet Lucifer ~The Seed and the Sower~ / fhána [Artist Edition]"@ja-latn ;
    mo:composer <artist/13858#subject>,
        <artist/13859#subject> ;
    mo:produced_work <album/54442#musicalwork> ;
    schema:name "Comet Lucifer ~The Seed and the Sower~ / fhána [Artist Edition]"@en,
        "コメット・ルシファー 〜The Seed and the Sower〜 / fhána [アーティスト盤]"@ja,
        "Comet Lucifer ~The Seed and the Sower~ / fhána [Artist Edition]"@ja-latn .

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

<artist/13857#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/54442#performance> ;
    schema:name "fhána"@en ;
    foaf:name "fhána"@en .

<artist/2254#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/54442#performance> ;
    schema:name "Toshino Tanabe"@en,
        "田辺トシノ"@ja ;
    foaf:name "Toshino Tanabe"@en,
        "田辺トシノ"@ja .

<artist/7412#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/54442#performance> ;
    schema:name "Daisensei Muroya Strings"@en,
        "大先生室屋ストリングス"@ja ;
    foaf:name "Daisensei Muroya Strings"@en,
        "大先生室屋ストリングス"@ja .

<artist/980#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/54442#performance> ;
    schema:name "Tatsuya Suzuki"@en,
        "鈴木達也"@ja ;
    foaf:name "Tatsuya Suzuki"@en,
        "鈴木達也"@ja .

<album/54442#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Comet Lucifer ~The Seed and the Sower~ / fhána [Artist Edition]"@en,
        "コメット・ルシファー 〜The Seed and the Sower〜 / fhána [アーティスト盤]"@ja,
        "Comet Lucifer ~The Seed and the Sower~ / fhána [Artist Edition]"@ja-latn ;
    mo:performance_of <album/54442#musicalwork> ;
    mo:performer <artist/13857#subject>,
        <artist/2254#subject>,
        <artist/7412#subject>,
        <artist/980#subject> ;
    mo:recorded_as <album/54442#musicalexpression> ;
    schema:byArtist <artist/13857#subject>,
        <artist/2254#subject>,
        <artist/7412#subject>,
        <artist/980#subject> ;
    schema:name "Comet Lucifer ~The Seed and the Sower~ / fhána [Artist Edition]"@en,
        "コメット・ルシファー 〜The Seed and the Sower〜 / fhána [アーティスト盤]"@ja,
        "Comet Lucifer ~The Seed and the Sower~ / fhána [Artist Edition]"@ja-latn ;
    schema:workPerformed <album/54442#musicalwork> .

<album/54442#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-10-28"^^xsd:date ;
    dcterms:title "Comet Lucifer ~The Seed and the Sower~ / fhána [Artist Edition]"@en,
        "コメット・ルシファー 〜The Seed and the Sower〜 / fhána [アーティスト盤]"@ja,
        "Comet Lucifer ~The Seed and the Sower~ / fhána [Artist Edition]"@ja-latn ;
    mo:catalogue_number "LACM-14409" ;
    mo:media_type "UHQCD" ;
    mo:publication_of <album/54442#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:N2b175540c3454f6bba6ed40e5a695f40 ;
    mo:record_count 1 ;
    schema:about <product/3897#subject> ;
    schema:byArtist <artist/13857#subject>,
        <artist/2254#subject>,
        <artist/7412#subject>,
        <artist/980#subject> ;
    schema:datePublished "2015-10-28"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/24/54442/54442-1443989506.png> ;
    schema:name "Comet Lucifer ~The Seed and the Sower~ / fhána [Artist Edition]"@en,
        "コメット・ルシファー 〜The Seed and the Sower〜 / fhána [アーティスト盤]"@ja,
        "Comet Lucifer ~The Seed and the Sower~ / fhána [Artist Edition]"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/24/54442/54442-1443989506.png> .

_:N385377d84433476ba2026916b0b53a42 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Comet Lucifer ~The Seed and the Sower~ (Instrumental)"@en,
        "コメットルシファー ~The Seed and the Sower~ (Instrumental)"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N2b175540c3454f6bba6ed40e5a695f40 ;
    schema:name "Comet Lucifer ~The Seed and the Sower~ (Instrumental)"@en,
        "コメットルシファー ~The Seed and the Sower~ (Instrumental)"@ja .

_:N727ba9b6e4104d768533935a79a0c7c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Comet Lucifer ~The Seed and the Sower~"@en,
        "コメットルシファー ~The Seed and the Sower~"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N2b175540c3454f6bba6ed40e5a695f40 ;
    schema:name "Comet Lucifer ~The Seed and the Sower~"@en,
        "コメットルシファー ~The Seed and the Sower~"@ja .

_:Nae4c3ffef5e64d2c9e301644204de307 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "c.a.t. (Instrumental)"@en,
        "c.a.t. (Instrumental)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N2b175540c3454f6bba6ed40e5a695f40 ;
    schema:name "c.a.t. (Instrumental)"@en,
        "c.a.t. (Instrumental)"@ja .

_:Nb50605d74d574ebe9d5aea4f2e1eb9df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "c.a.t."@en,
        "c.a.t."@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:N2b175540c3454f6bba6ed40e5a695f40 ;
    schema:name "c.a.t."@en,
        "c.a.t."@ja .

_:N2b175540c3454f6bba6ed40e5a695f40 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N385377d84433476ba2026916b0b53a42,
        _:N727ba9b6e4104d768533935a79a0c7c9,
        _:Nae4c3ffef5e64d2c9e301644204de307,
        _:Nb50605d74d574ebe9d5aea4f2e1eb9df ;
    mo:track_count 4 ;
    schema:duration "PT17:26"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N385377d84433476ba2026916b0b53a42,
        _:N727ba9b6e4104d768533935a79a0c7c9,
        _:Nae4c3ffef5e64d2c9e301644204de307,
        _:Nb50605d74d574ebe9d5aea4f2e1eb9df .

