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

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

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

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

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

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

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

<https://medium-media.vgm.io/albums/65/141656/141656-f0a9b00a4579.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/141656#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-07-23"^^xsd:date ;
    dcterms:title "Mocha Petal"@en,
        "Mocha Petal"@ja,
        "Mocha Petal"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/141656#musicalexpression> ;
    mo:publisher _:N04b9151f3978466581e94167fe705136 ;
    mo:record _:Nfe9387182c4e459d8b33d77cee37fd23 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Counter Strike: Global Offensive"@en ;
            foaf:name "Counter Strike: Global Offensive"@en ] ;
    schema:datePublished "2021-07-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/65/141656/141656-f0a9b00a4579.jpg> ;
    schema:name "Mocha Petal"@en,
        "Mocha Petal"@ja,
        "Mocha Petal"@ja-latn ;
    schema:publisher _:N04b9151f3978466581e94167fe705136 ;
    foaf:depiction <https://media.vgm.io/albums/65/141656/141656-f0a9b00a4579.jpg> .

_:N04b9151f3978466581e94167fe705136 schema:name "T-65b Records"@en,
        "T-65b Records"@ja,
        "T-65b Records"@ja-latn ;
    foaf:name "T-65b Records"@en,
        "T-65b Records"@ja,
        "T-65b Records"@ja-latn .

_:N62aa4fe3c1b640a3a62866abfbcf356b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mocha Petal"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:inPlaylist _:Nfe9387182c4e459d8b33d77cee37fd23 ;
    schema:name "Mocha Petal"@en .

_:Nfe9387182c4e459d8b33d77cee37fd23 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N62aa4fe3c1b640a3a62866abfbcf356b ;
    mo:track_count 1 ;
    schema:duration "PT3:28"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N62aa4fe3c1b640a3a62866abfbcf356b .

