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

<artist/10511#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mari Okada"@en,
        "岡田麿里"@ja ;
    foaf:made <album/3356#lyrics>,
        <album/3356#subject> ;
    foaf:name "Mari Okada"@en,
        "岡田麿里"@ja .

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

<artist/3262#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3356#subject> ;
    schema:name "Masatoshi Sakashita"@en,
        "坂下正俊"@ja ;
    foaf:made <album/3356#composition>,
        <album/3356#subject> ;
    foaf:name "Masatoshi Sakashita"@en,
        "坂下正俊"@ja .

<artist/4010#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3356#subject> ;
    schema:name "Masashi Chizawa"@en,
        "千沢仁"@ja ;
    foaf:made <album/3356#composition>,
        <album/3356#subject> ;
    foaf:name "Masashi Chizawa"@en,
        "千沢仁"@ja .

<product/2714#subject> a schema:CreativeWork ;
    schema:name "Langrisser V: The End of Legend"@en,
        "ラングリッサーV The End of Legend"@ja,
        "Langrisser V: The End of Legend"@ja-latn ;
    foaf:name "Langrisser V: The End of Legend"@en,
        "ラングリッサーV The End of Legend"@ja,
        "Langrisser V: The End of Legend"@ja-latn .

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

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

<org/4688#subject> schema:name "first smile entertainment"@en,
        "ファーストスマイル・エンタテインメント"@ja,
        "first smile entertainment"@ja-latn ;
    foaf:name "first smile entertainment"@en,
        "ファーストスマイル・エンタテインメント"@ja,
        "first smile entertainment"@ja-latn .

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

<https://medium-media.vgm.io/albums/65/3356/3356-1190727406.jpg> a schema:ImageObject,
        foaf:Image .

<album/3356#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Langrisser V: The End of Legend Drama Album"@en,
        "Langrisser V: The End of Legend Drama Album"@ja,
        "Langrisser V: The End of Legend Drama Album"@ja-latn ;
    mo:composer <artist/3262#subject>,
        <artist/4010#subject> ;
    mo:produced_work <album/3356#musicalwork> ;
    schema:name "Langrisser V: The End of Legend Drama Album"@en,
        "Langrisser V: The End of Legend Drama Album"@ja,
        "Langrisser V: The End of Legend Drama Album"@ja-latn .

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

<artist/3266#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/3356#performance> ;
    schema:name "Tomoko Kawakami"@en,
        "川上とも子"@ja ;
    foaf:name "Tomoko Kawakami"@en,
        "川上とも子"@ja .

<artist/606#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/3356#performance> ;
    schema:name "Hikaru Midorikawa"@en,
        "緑川光"@ja ;
    foaf:name "Hikaru Midorikawa"@en,
        "緑川光"@ja .

<album/3356#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Langrisser V: The End of Legend Drama Album"@en,
        "Langrisser V: The End of Legend Drama Album"@ja,
        "Langrisser V: The End of Legend Drama Album"@ja-latn ;
    mo:performance_of <album/3356#musicalwork> ;
    mo:performer _:N408f2d4de19648558b611abb4aa7401f,
        <artist/3266#subject>,
        <artist/606#subject> ;
    mo:recorded_as <album/3356#musicalexpression> ;
    schema:byArtist _:N408f2d4de19648558b611abb4aa7401f,
        <artist/3266#subject>,
        <artist/606#subject> ;
    schema:name "Langrisser V: The End of Legend Drama Album"@en,
        "Langrisser V: The End of Legend Drama Album"@ja,
        "Langrisser V: The End of Legend Drama Album"@ja-latn ;
    schema:workPerformed <album/3356#musicalwork> .

<album/3356#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1998-09-18"^^xsd:date ;
    dcterms:title "Langrisser V: The End of Legend Drama Album"@en,
        "Langrisser V: The End of Legend Drama Album"@ja,
        "Langrisser V: The End of Legend Drama Album"@ja-latn ;
    mo:catalogue_number "FSCA-10045" ;
    mo:media_type "CD" ;
    mo:publication_of <album/3356#musicalexpression> ;
    mo:publisher <org/4688#subject> ;
    mo:record _:Nf5cfeef42a324065a22850029fd5d18e ;
    mo:record_count 1 ;
    schema:about <product/2714#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Yuko Minako"@en ;
            foaf:name "Yuko Minako"@en ],
        <artist/3266#subject>,
        <artist/606#subject> ;
    schema:datePublished "1998-09-18"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/65/3356/3356-1190727406.jpg> ;
    schema:name "Langrisser V: The End of Legend Drama Album"@en,
        "Langrisser V: The End of Legend Drama Album"@ja,
        "Langrisser V: The End of Legend Drama Album"@ja-latn ;
    schema:publisher <org/4688#subject> ;
    foaf:depiction <https://media.vgm.io/albums/65/3356/3356-1190727406.jpg> .

_:N408f2d4de19648558b611abb4aa7401f a schema:Person,
        foaf:Person ;
    mo:performed <album/3356#performance> ;
    schema:name "Yuko Minako"@en ;
    foaf:name "Yuko Minako"@en .

_:N5f5e629e052a46eba6ef38e05c42e14e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Drama 02 ~\"Song Garden\" Again~"@en,
        "ドラマ02～\"唄園\"再び～"@ja ;
    mo:track_number 2 ;
    schema:duration "PT19:49"^^xsd:interval ;
    schema:inPlaylist _:Nf5cfeef42a324065a22850029fd5d18e ;
    schema:name "Drama 02 ~\"Song Garden\" Again~"@en,
        "ドラマ02～\"唄園\"再び～"@ja .

_:Nb924bc18592b4835ab0e4921c177f496 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Drama 03 ~Service Recognition Party (Arranged Part)~"@en,
        "ドラマ03～慰労会（準備編）～"@ja ;
    mo:track_number 3 ;
    schema:duration "PT7:36"^^xsd:interval ;
    schema:inPlaylist _:Nf5cfeef42a324065a22850029fd5d18e ;
    schema:name "Drama 03 ~Service Recognition Party (Arranged Part)~"@en,
        "ドラマ03～慰労会（準備編）～"@ja .

_:Nd4ab3df2f34e4722902ae002f9fd5f99 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Der Langrisser"@en,
        "聖剣ラングリッサー"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:Nf5cfeef42a324065a22850029fd5d18e ;
    schema:name "Der Langrisser"@en,
        "聖剣ラングリッサー"@ja .

_:Nf406e4f15afc49528570412036cdde7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Drama 01 ~Signing Session in Akihabara~"@en,
        "ドラマ01～サイン会in秋葉原～"@ja ;
    mo:track_number 1 ;
    schema:duration "PT21:00"^^xsd:interval ;
    schema:inPlaylist _:Nf5cfeef42a324065a22850029fd5d18e ;
    schema:name "Drama 01 ~Signing Session in Akihabara~"@en,
        "ドラマ01～サイン会in秋葉原～"@ja .

_:Nf8a65f712ded4d2a9720fa095a356f46 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Let's go!"@en,
        "Let's go!"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:35"^^xsd:interval ;
    schema:inPlaylist _:Nf5cfeef42a324065a22850029fd5d18e ;
    schema:name "Let's go!"@en,
        "Let's go!"@ja .

_:Nf5cfeef42a324065a22850029fd5d18e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5f5e629e052a46eba6ef38e05c42e14e,
        _:Nb924bc18592b4835ab0e4921c177f496,
        _:Nd4ab3df2f34e4722902ae002f9fd5f99,
        _:Nf406e4f15afc49528570412036cdde7e,
        _:Nf8a65f712ded4d2a9720fa095a356f46 ;
    mo:track_count 5 ;
    schema:duration "PT56:06"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N5f5e629e052a46eba6ef38e05c42e14e,
        _:Nb924bc18592b4835ab0e4921c177f496,
        _:Nd4ab3df2f34e4722902ae002f9fd5f99,
        _:Nf406e4f15afc49528570412036cdde7e,
        _:Nf8a65f712ded4d2a9720fa095a356f46 .

