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

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

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

<artist/11455#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139440#subject> ;
    schema:name "Zunba Kobayashi"@en ;
    foaf:made <album/139440#composition>,
        <album/139440#subject> ;
    foaf:name "Zunba Kobayashi"@en .

<album/139440#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "THIS IS YOU feat.Chis-A"@en,
        "THIS IS YOU feat.Chis-A"@ja,
        "THIS IS YOU feat.Chis-A"@ja-latn ;
    mo:composer <artist/11455#subject> ;
    mo:produced_work <album/139440#musicalwork> ;
    schema:name "THIS IS YOU feat.Chis-A"@en,
        "THIS IS YOU feat.Chis-A"@ja,
        "THIS IS YOU feat.Chis-A"@ja-latn .

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

<album/139440#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "THIS IS YOU feat.Chis-A"@en,
        "THIS IS YOU feat.Chis-A"@ja,
        "THIS IS YOU feat.Chis-A"@ja-latn ;
    mo:performance_of <album/139440#musicalwork> ;
    mo:recorded_as <album/139440#musicalexpression> ;
    schema:name "THIS IS YOU feat.Chis-A"@en,
        "THIS IS YOU feat.Chis-A"@ja,
        "THIS IS YOU feat.Chis-A"@ja-latn ;
    schema:workPerformed <album/139440#musicalwork> .

<https://media.vgm.io/albums/04/139440/139440-2c07f5d62ddf.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/139440#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/04/139440/139440-2c07f5d62ddf.jpg> ;
    foaf:depicts <album/139440#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/04/139440/139440-2c07f5d62ddf.jpg> .

<https://medium-media.vgm.io/albums/04/139440/139440-2c07f5d62ddf.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/139440#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-06-06"^^xsd:date ;
    dcterms:title "THIS IS YOU feat.Chis-A"@en,
        "THIS IS YOU feat.Chis-A"@ja,
        "THIS IS YOU feat.Chis-A"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/139440#musicalexpression> ;
    mo:publisher _:N3ec4e84cdfc14be5b0f7735a210d0ec8 ;
    mo:record _:N7544dad3ccc84b54a46a8b5dbca84aa4 ;
    mo:record_count 1 ;
    schema:datePublished "2023-06-06"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/04/139440/139440-2c07f5d62ddf.jpg> ;
    schema:name "THIS IS YOU feat.Chis-A"@en,
        "THIS IS YOU feat.Chis-A"@ja,
        "THIS IS YOU feat.Chis-A"@ja-latn ;
    schema:publisher _:N3ec4e84cdfc14be5b0f7735a210d0ec8 ;
    foaf:depiction <https://media.vgm.io/albums/04/139440/139440-2c07f5d62ddf.jpg> .

_:N3ec4e84cdfc14be5b0f7735a210d0ec8 schema:name "zunbakobayashi"@en,
        "zunbakobayashi"@ja,
        "zunbakobayashi"@ja-latn ;
    foaf:name "zunbakobayashi"@en,
        "zunbakobayashi"@ja,
        "zunbakobayashi"@ja-latn .

_:N7544dad3ccc84b54a46a8b5dbca84aa4 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N9389bd7a78cf4b8eb7430258cb32b3d2 ;
    mo:track_count 1 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N9389bd7a78cf4b8eb7430258cb32b3d2 .

_:N9389bd7a78cf4b8eb7430258cb32b3d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "THIS IS YOU feat.Chis-A"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:N7544dad3ccc84b54a46a8b5dbca84aa4 ;
    schema:name "THIS IS YOU feat.Chis-A"@en .

