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

<artist/27044#subject> a schema:Person,
        foaf:Person ;
    schema:name "Aoi Koga"@en,
        "古賀葵"@ja ;
    foaf:made <album/148802#subject>,
        <album/148802#vocals> ;
    foaf:name "Aoi Koga"@en,
        "古賀葵"@ja .

<artist/30564#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hikaru Tono"@en,
        "遠野ひかる"@ja ;
    foaf:made <album/148802#subject>,
        <album/148802#vocals> ;
    foaf:name "Hikaru Tono"@en,
        "遠野ひかる"@ja .

<artist/32249#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kana Yaginuma"@en,
        "やぎぬまかな"@ja ;
    foaf:made <album/148802#lyrics>,
        <album/148802#subject> ;
    foaf:name "Kana Yaginuma"@en,
        "やぎぬまかな"@ja .

<artist/50415#subject> a schema:Person,
        foaf:Person ;
    schema:name "Haruna Mikawa"@en,
        "三川華月"@ja ;
    foaf:made <album/148802#subject>,
        <album/148802#vocals> ;
    foaf:name "Haruna Mikawa"@en,
        "三川華月"@ja .

<artist/7261#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/148802#subject> ;
    schema:name "Kakeru Ishihama"@en,
        "石濱翔"@ja ;
    foaf:made <album/148802#composition>,
        <album/148802#subject> ;
    foaf:name "Kakeru Ishihama"@en,
        "石濱翔"@ja .

<product/21809#subject> a schema:CreativeWork ;
    schema:name "mono"@en,
        "mono: Weekend Animation"@ja,
        "mono"@ja-latn ;
    foaf:name "mono"@en,
        "mono: Weekend Animation"@ja,
        "mono"@ja-latn .

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

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

<album/148802#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Many Merry Memories! / Cinephoto Club"@en,
        "メニメリ・メモリーズ! / シネフォト部"@ja,
        "Many Merry Memories! / Cinephoto Club"@ja-latn ;
    mo:performance_of <album/148802#musicalwork> ;
    mo:recorded_as <album/148802#musicalexpression> ;
    schema:name "Many Merry Memories! / Cinephoto Club"@en,
        "メニメリ・メモリーズ! / シネフォト部"@ja,
        "Many Merry Memories! / Cinephoto Club"@ja-latn ;
    schema:workPerformed <album/148802#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/20/148802/148802-c491a96e624e.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/148802#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/20/148802/148802-c491a96e624e.png> ;
    foaf:depicts <album/148802#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/20/148802/148802-c491a96e624e.png> .

<https://medium-media.vgm.io/albums/20/148802/148802-c491a96e624e.png> a schema:ImageObject,
        foaf:Image .

<album/148802#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Many Merry Memories! / Cinephoto Club"@en,
        "メニメリ・メモリーズ! / シネフォト部"@ja,
        "Many Merry Memories! / Cinephoto Club"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(MONACA"@en ;
            foaf:made <album/148802#composition> ;
            foaf:name "(MONACA"@en ],
        <artist/7261#subject> ;
    mo:produced_work <album/148802#musicalwork> ;
    schema:name "Many Merry Memories! / Cinephoto Club"@en,
        "メニメリ・メモリーズ! / シネフォト部"@ja,
        "Many Merry Memories! / Cinephoto Club"@ja-latn .

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

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

<album/148802#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-04-20"^^xsd:date ;
    dcterms:title "Many Merry Memories! / Cinephoto Club"@en,
        "メニメリ・メモリーズ! / シネフォト部"@ja,
        "Many Merry Memories! / Cinephoto Club"@ja-latn ;
    mo:catalogue_number "ANXX-01328" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/148802#musicalexpression> ;
    mo:publisher <org/86#subject> ;
    mo:record _:N877225d36c13494b99d5577f7a3678f8 ;
    mo:record_count 1 ;
    schema:about <product/21809#subject> ;
    schema:datePublished "2025-04-20"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/20/148802/148802-c491a96e624e.png> ;
    schema:name "Many Merry Memories! / Cinephoto Club"@en,
        "メニメリ・メモリーズ! / シネフォト部"@ja,
        "Many Merry Memories! / Cinephoto Club"@ja-latn ;
    schema:publisher <org/86#subject> ;
    foaf:depiction <https://media.vgm.io/albums/20/148802/148802-c491a96e624e.png> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/148802#subject> ;
    schema:name "(MONACA"@en ;
    foaf:made <album/148802#subject> ;
    foaf:name "(MONACA"@en .

_:N877225d36c13494b99d5577f7a3678f8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nffad449f6f0f498b9763ec717440c896 ;
    mo:track_count 1 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nffad449f6f0f498b9763ec717440c896 .

_:Nffad449f6f0f498b9763ec717440c896 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Many Merry Memories!"@en,
        "メニメリ・メモリーズ!"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N877225d36c13494b99d5577f7a3678f8 ;
    schema:name "Many Merry Memories!"@en,
        "メニメリ・メモリーズ!"@ja .

