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

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

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

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

<event/289> a mo:Release ;
    schema:name "Released at M3-2023 Spring (Apr 30, 2023)" .

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

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

<org/3908#subject> schema:name "ESPITZ MUSIC"@en,
        "ESPITZ MUSIC"@ja,
        "ESPITZ MUSIC"@ja-latn ;
    foaf:name "ESPITZ MUSIC"@en,
        "ESPITZ MUSIC"@ja,
        "ESPITZ MUSIC"@ja-latn .

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

<https://medium-media.vgm.io/albums/12/129021/129021-7199cd622dd1.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/129021#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-04-30"^^xsd:date ;
    dcterms:title "New Refresh"@en,
        "New Refresh"@ja,
        "New Refresh"@ja-latn ;
    mo:catalogue_number "ESPZ-DS01" ;
    mo:media_type "CD" ;
    mo:publication_of <album/129021#musicalexpression> ;
    mo:publisher <org/3908#subject> ;
    mo:record _:Nc8a0729c684d4128a9107d1da656acb5 ;
    mo:record_count 1 ;
    mo:release <event/289> ;
    schema:datePublished "2023-04-30"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/12/129021/129021-7199cd622dd1.jpg> ;
    schema:name "New Refresh"@en,
        "New Refresh"@ja,
        "New Refresh"@ja-latn ;
    schema:publisher <org/3908#subject> ;
    foaf:depiction <https://media.vgm.io/albums/12/129021/129021-7199cd622dd1.jpg> .

_:N3e445bc6adc74d4aa30252ca90844d1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Refresh (Original Mix)"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nc8a0729c684d4128a9107d1da656acb5 ;
    schema:name "Refresh (Original Mix)"@en .

_:N8e41e6c5a8874a428054aa38b5c7f459 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "New Refresh"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nc8a0729c684d4128a9107d1da656acb5 ;
    schema:name "New Refresh"@en .

_:Nc8a0729c684d4128a9107d1da656acb5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3e445bc6adc74d4aa30252ca90844d1b,
        _:N8e41e6c5a8874a428054aa38b5c7f459 ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N3e445bc6adc74d4aa30252ca90844d1b,
        _:N8e41e6c5a8874a428054aa38b5c7f459 .

