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

<album/130821#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "RPG / Yooh"@en,
        "RPG / Yooh"@ja,
        "RPG / Yooh"@ja-latn ;
    mo:produced_work <album/130821#musicalwork> ;
    schema:name "RPG / Yooh"@en,
        "RPG / Yooh"@ja,
        "RPG / Yooh"@ja-latn .

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

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

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

<album/130821#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "RPG / Yooh"@en,
        "RPG / Yooh"@ja,
        "RPG / Yooh"@ja-latn ;
    mo:performance_of <album/130821#musicalwork> ;
    mo:recorded_as <album/130821#musicalexpression> ;
    schema:name "RPG / Yooh"@en,
        "RPG / Yooh"@ja,
        "RPG / Yooh"@ja-latn ;
    schema:workPerformed <album/130821#musicalwork> .

<org/2855#subject> schema:name "Yoohsic Roomz"@en,
        "Yoohsic Roomz"@ja,
        "Yoohsic Roomz"@ja-latn ;
    foaf:name "Yoohsic Roomz"@en,
        "Yoohsic Roomz"@ja,
        "Yoohsic Roomz"@ja-latn .

<https://media.vgm.io/albums/12/130821/130821-278cd183adb7.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/130821#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/12/130821/130821-278cd183adb7.jpg> ;
    foaf:depicts <album/130821#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/12/130821/130821-278cd183adb7.jpg> .

<https://medium-media.vgm.io/albums/12/130821/130821-278cd183adb7.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/130821#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-11-23"^^xsd:date ;
    dcterms:title "RPG / Yooh"@en,
        "RPG / Yooh"@ja,
        "RPG / Yooh"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/130821#musicalexpression> ;
    mo:publisher <org/2855#subject> ;
    mo:record _:Nb26e4c992e1a40d39b191ba147386aa3 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "osu! World Cup 2021"@en ;
            foaf:name "osu! World Cup 2021"@en ] ;
    schema:datePublished "2021-11-23"^^xsd:date ;
    schema:genre "Event" ;
    schema:image <https://media.vgm.io/albums/12/130821/130821-278cd183adb7.jpg> ;
    schema:name "RPG / Yooh"@en,
        "RPG / Yooh"@ja,
        "RPG / Yooh"@ja-latn ;
    schema:publisher <org/2855#subject> ;
    foaf:depiction <https://media.vgm.io/albums/12/130821/130821-278cd183adb7.jpg> .

_:Nb26e4c992e1a40d39b191ba147386aa3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nf04ed25c8a714fe580a69644fd30916a ;
    mo:track_count 1 ;
    schema:duration "PT6:09"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nf04ed25c8a714fe580a69644fd30916a .

_:Nf04ed25c8a714fe580a69644fd30916a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RPG"@en ;
    mo:track_number 1 ;
    schema:duration "PT6:09"^^xsd:interval ;
    schema:inPlaylist _:Nb26e4c992e1a40d39b191ba147386aa3 ;
    schema:name "RPG"@en .

