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

<artist/39709#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takumi Kitamura"@en,
        "北村匠海"@ja ;
    foaf:made <album/142729#lyrics>,
        <album/142729#subject> ;
    foaf:name "Takumi Kitamura"@en,
        "北村匠海"@ja .

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

<album/142729#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "PLAN A / DISH//"@en,
        "プランA / DISH//"@ja,
        "PLAN A / DISH//"@ja-latn ;
    mo:composer <artist/20544#subject> ;
    mo:produced_work <album/142729#musicalwork> ;
    schema:name "PLAN A / DISH//"@en,
        "プランA / DISH//"@ja,
        "PLAN A / DISH//"@ja-latn .

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

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

<org/90#subject> schema:name "Sony Records"@en,
        "Sony Records"@ja,
        "Sony Records"@ja-latn ;
    foaf:name "Sony Records"@en,
        "Sony Records"@ja,
        "Sony Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/92/142729/142729-a3e838138b8e.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/142729#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "PLAN A / DISH//"@en,
        "プランA / DISH//"@ja,
        "PLAN A / DISH//"@ja-latn ;
    mo:performance_of <album/142729#musicalwork> ;
    mo:performer <artist/20544#subject> ;
    mo:recorded_as <album/142729#musicalexpression> ;
    schema:byArtist <artist/20544#subject> ;
    schema:name "PLAN A / DISH//"@en,
        "プランA / DISH//"@ja,
        "PLAN A / DISH//"@ja-latn ;
    schema:workPerformed <album/142729#musicalwork> .

<artist/20544#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/142729#subject> ;
    mo:performed <album/142729#performance> ;
    schema:name "DISH//"@en ;
    foaf:made <album/142729#composition>,
        <album/142729#subject> ;
    foaf:name "DISH//"@en .

<album/142729#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-07-14"^^xsd:date ;
    dcterms:title "PLAN A / DISH//"@en,
        "プランA / DISH//"@ja,
        "PLAN A / DISH//"@ja-latn ;
    mo:catalogue_number "SRXX-04996" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/142729#musicalexpression> ;
    mo:publisher <org/90#subject> ;
    mo:record _:N54cf1fd98c9b4cfcbde6b774aa67601a ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Nige Jouzu no Wakagimi"@en ;
            foaf:name "Nige Jouzu no Wakagimi"@en ] ;
    schema:byArtist <artist/20544#subject> ;
    schema:datePublished "2024-07-14"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/92/142729/142729-a3e838138b8e.jpg> ;
    schema:name "PLAN A / DISH//"@en,
        "プランA / DISH//"@ja,
        "PLAN A / DISH//"@ja-latn ;
    schema:publisher <org/90#subject> ;
    foaf:depiction <https://media.vgm.io/albums/92/142729/142729-a3e838138b8e.jpg> .

_:N4434d908f94245b9a01e9ef62e1fbe9a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "プランA"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N54cf1fd98c9b4cfcbde6b774aa67601a ;
    schema:name "プランA"@ja .

_:N54cf1fd98c9b4cfcbde6b774aa67601a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4434d908f94245b9a01e9ef62e1fbe9a ;
    mo:track_count 1 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N4434d908f94245b9a01e9ef62e1fbe9a .

