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

<album/139219#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Rodents Kingdom / Camellia & Ironmouse"@en,
        "Rodents Kingdom / Camellia & Ironmouse"@ja,
        "Rodents Kingdom / Camellia & Ironmouse"@ja-latn ;
    mo:produced_work <album/139219#musicalwork> ;
    schema:name "Rodents Kingdom / Camellia & Ironmouse"@en,
        "Rodents Kingdom / Camellia & Ironmouse"@ja,
        "Rodents Kingdom / Camellia & Ironmouse"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/91/139219/139219-ec85b49c44f8.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/139219#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Rodents Kingdom / Camellia & Ironmouse"@en,
        "Rodents Kingdom / Camellia & Ironmouse"@ja,
        "Rodents Kingdom / Camellia & Ironmouse"@ja-latn ;
    mo:performance_of <album/139219#musicalwork> ;
    mo:performer <artist/63429#subject> ;
    mo:recorded_as <album/139219#musicalexpression> ;
    schema:byArtist <artist/63429#subject> ;
    schema:name "Rodents Kingdom / Camellia & Ironmouse"@en,
        "Rodents Kingdom / Camellia & Ironmouse"@ja,
        "Rodents Kingdom / Camellia & Ironmouse"@ja-latn ;
    schema:workPerformed <album/139219#musicalwork> .

<artist/63429#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/139219#performance> ;
    schema:name "Ironmouse"@en ;
    foaf:name "Ironmouse"@en .

<album/139219#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-03-01"^^xsd:date ;
    dcterms:title "Rodents Kingdom / Camellia & Ironmouse"@en,
        "Rodents Kingdom / Camellia & Ironmouse"@ja,
        "Rodents Kingdom / Camellia & Ironmouse"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/139219#musicalexpression> ;
    mo:publisher _:N90f5fb292abe47c5b7eb2ace762a798a ;
    mo:record _:N79247c32aa3c4c748751a0249079ffa2 ;
    mo:record_count 1 ;
    schema:byArtist <artist/63429#subject> ;
    schema:datePublished "2024-03-01"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/91/139219/139219-ec85b49c44f8.jpg> ;
    schema:name "Rodents Kingdom / Camellia & Ironmouse"@en,
        "Rodents Kingdom / Camellia & Ironmouse"@ja,
        "Rodents Kingdom / Camellia & Ironmouse"@ja-latn ;
    schema:publisher _:N90f5fb292abe47c5b7eb2ace762a798a ;
    foaf:depiction <https://media.vgm.io/albums/91/139219/139219-ec85b49c44f8.jpg> .

_:N79247c32aa3c4c748751a0249079ffa2 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nb413c31eb20a48fab8d4e2d88a9eb400 ;
    mo:track_count 1 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nb413c31eb20a48fab8d4e2d88a9eb400 .

_:N90f5fb292abe47c5b7eb2ace762a798a schema:name "VSHOJO"@en,
        "VSHOJO"@ja,
        "VSHOJO"@ja-latn ;
    foaf:name "VSHOJO"@en,
        "VSHOJO"@ja,
        "VSHOJO"@ja-latn .

_:Nb413c31eb20a48fab8d4e2d88a9eb400 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rodents Kingdom"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N79247c32aa3c4c748751a0249079ffa2 ;
    schema:name "Rodents Kingdom"@en .

