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

<artist/15107#subject> a schema:Person,
        foaf:Person ;
    schema:name "Misaki Kuno"@en,
        "久野美咲"@ja ;
    foaf:made <album/121401#subject>,
        <album/121401#vocals> ;
    foaf:name "Misaki Kuno"@en,
        "久野美咲"@ja .

<artist/15564#subject> a schema:Person,
        foaf:Person ;
    schema:name "Chika Anzai"@en,
        "安済知佳"@ja ;
    foaf:made <album/121401#subject>,
        <album/121401#vocals> ;
    foaf:name "Chika Anzai"@en,
        "安済知佳"@ja .

<artist/43383#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shion Wakayama"@en,
        "若山詩音"@ja ;
    foaf:made <album/121401#subject>,
        <album/121401#vocals> ;
    foaf:name "Shion Wakayama"@en,
        "若山詩音"@ja .

<artist/52815#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kosuke Sakaki"@en,
        "さかき孝輔"@ja ;
    foaf:made <album/121401#subject>,
        <album/121401#vocals> ;
    foaf:name "Kosuke Sakaki"@en,
        "さかき孝輔"@ja .

<artist/832#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ami Koshimizu"@en,
        "小清水亜美"@ja ;
    foaf:made <album/121401#subject>,
        <album/121401#vocals> ;
    foaf:name "Ami Koshimizu"@en,
        "小清水亜美"@ja .

<album/121401#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "LYCORIS RECOIL Volume:5 Bonus CD"@en,
        "リコリス・リコイル Volume:5 特典CD"@ja,
        "LYCORIS RECOIL Volume:5 Bonus CD"@ja-latn ;
    mo:produced_work <album/121401#musicalwork> ;
    schema:name "LYCORIS RECOIL Volume:5 Bonus CD"@en,
        "リコリス・リコイル Volume:5 特典CD"@ja,
        "LYCORIS RECOIL Volume:5 Bonus CD"@ja-latn .

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

<product/11541#subject> a schema:CreativeWork ;
    schema:name "Lycoris Recoil"@en,
        "リコリス・リコイル"@ja,
        "Lycoris Recoil"@ja-latn ;
    foaf:name "Lycoris Recoil"@en,
        "リコリス・リコイル"@ja,
        "Lycoris Recoil"@ja-latn .

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

<album/121401#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "LYCORIS RECOIL Volume:5 Bonus CD"@en,
        "リコリス・リコイル Volume:5 特典CD"@ja,
        "LYCORIS RECOIL Volume:5 Bonus CD"@ja-latn ;
    mo:performance_of <album/121401#musicalwork> ;
    mo:recorded_as <album/121401#musicalexpression> ;
    schema:name "LYCORIS RECOIL Volume:5 Bonus CD"@en,
        "リコリス・リコイル Volume:5 特典CD"@ja,
        "LYCORIS RECOIL Volume:5 Bonus CD"@ja-latn ;
    schema:workPerformed <album/121401#musicalwork> .

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

<https://media.vgm.io/albums/10/121401/121401-7caee1641c54.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/121401#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/10/121401/121401-7caee1641c54.jpg> ;
    foaf:depicts <album/121401#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/10/121401/121401-7caee1641c54.jpg> .

<https://medium-media.vgm.io/albums/10/121401/121401-7caee1641c54.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/121401#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-01-25"^^xsd:date ;
    dcterms:title "LYCORIS RECOIL Volume:5 Bonus CD"@en,
        "リコリス・リコイル Volume:5 特典CD"@ja,
        "LYCORIS RECOIL Volume:5 Bonus CD"@ja-latn ;
    mo:catalogue_number "ANZX-15310" ;
    mo:media_type "CD" ;
    mo:publication_of <album/121401#musicalexpression> ;
    mo:publisher <org/86#subject> ;
    mo:record_count 0 ;
    schema:about <product/11541#subject> ;
    schema:datePublished "2023-01-25"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/10/121401/121401-7caee1641c54.jpg> ;
    schema:name "LYCORIS RECOIL Volume:5 Bonus CD"@en,
        "リコリス・リコイル Volume:5 特典CD"@ja,
        "LYCORIS RECOIL Volume:5 Bonus CD"@ja-latn ;
    schema:publisher <org/86#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/121401/121401-7caee1641c54.jpg> .

