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

<album/140420#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "IRIS/CTRL / The Herb Shop"@en,
        "IRIS/CTRL / The Herb Shop"@ja,
        "IRIS/CTRL / The Herb Shop"@ja-latn ;
    mo:produced_work <album/140420#musicalwork> ;
    schema:name "IRIS/CTRL / The Herb Shop"@en,
        "IRIS/CTRL / The Herb Shop"@ja,
        "IRIS/CTRL / The Herb Shop"@ja-latn .

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

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

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

<album/140420#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "IRIS/CTRL / The Herb Shop"@en,
        "IRIS/CTRL / The Herb Shop"@ja,
        "IRIS/CTRL / The Herb Shop"@ja-latn ;
    mo:performance_of <album/140420#musicalwork> ;
    mo:recorded_as <album/140420#musicalexpression> ;
    schema:name "IRIS/CTRL / The Herb Shop"@en,
        "IRIS/CTRL / The Herb Shop"@ja,
        "IRIS/CTRL / The Herb Shop"@ja-latn ;
    schema:workPerformed <album/140420#musicalwork> .

<org/3579#subject> schema:name "WE DIE YOUNG"@en,
        "WE DIE YOUNG"@ja,
        "WE DIE YOUNG"@ja-latn ;
    foaf:name "WE DIE YOUNG"@en,
        "WE DIE YOUNG"@ja,
        "WE DIE YOUNG"@ja-latn .

<https://media.vgm.io/albums/02/140420/140420-47c049be2699.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/140420#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/02/140420/140420-47c049be2699.jpg> ;
    foaf:depicts <album/140420#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/02/140420/140420-47c049be2699.jpg> .

<https://medium-media.vgm.io/albums/02/140420/140420-47c049be2699.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/140420#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-03-01"^^xsd:date ;
    dcterms:title "IRIS/CTRL / The Herb Shop"@en,
        "IRIS/CTRL / The Herb Shop"@ja,
        "IRIS/CTRL / The Herb Shop"@ja-latn ;
    mo:catalogue_number "WDY-005" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/140420#musicalexpression> ;
    mo:publisher <org/3579#subject> ;
    mo:record _:N954e1a6b03214edeb67d82d2e9e26ca7 ;
    mo:record_count 1 ;
    schema:datePublished "2024-03-01"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/02/140420/140420-47c049be2699.jpg> ;
    schema:name "IRIS/CTRL / The Herb Shop"@en,
        "IRIS/CTRL / The Herb Shop"@ja,
        "IRIS/CTRL / The Herb Shop"@ja-latn ;
    schema:publisher <org/3579#subject> ;
    foaf:depiction <https://media.vgm.io/albums/02/140420/140420-47c049be2699.jpg> .

_:N13afcf7fb79f457080c7162c801954d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CTRL"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:N954e1a6b03214edeb67d82d2e9e26ca7 ;
    schema:name "CTRL"@en .

_:N53a80b323a3c40d08de79a6729f62233 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "IRIS"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N954e1a6b03214edeb67d82d2e9e26ca7 ;
    schema:name "IRIS"@en .

_:N954e1a6b03214edeb67d82d2e9e26ca7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N13afcf7fb79f457080c7162c801954d8,
        _:N53a80b323a3c40d08de79a6729f62233 ;
    mo:track_count 2 ;
    schema:duration "PT6:05"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N13afcf7fb79f457080c7162c801954d8,
        _:N53a80b323a3c40d08de79a6729f62233 .

