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

<album/140412#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Just Beachy!"@en,
        "Just Beachy!"@ja,
        "Just Beachy!"@ja-latn ;
    mo:produced_work <album/140412#musicalwork> ;
    schema:name "Just Beachy!"@en,
        "Just Beachy!"@ja,
        "Just Beachy!"@ja-latn .

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

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

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

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

<https://media.vgm.io/albums/21/140412/140412-492cf4aac3e0.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/140412#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/21/140412/140412-492cf4aac3e0.jpg> ;
    foaf:depicts <album/140412#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/21/140412/140412-492cf4aac3e0.jpg> .

<https://medium-media.vgm.io/albums/21/140412/140412-492cf4aac3e0.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/140412#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-09-12"^^xsd:date ;
    dcterms:title "Just Beachy!"@en,
        "Just Beachy!"@ja,
        "Just Beachy!"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/140412#musicalexpression> ;
    mo:publisher _:Nb9653cf3d4684402b1fa835c307c4dfd ;
    mo:record _:Nf54b4177cbe94034ba8e10e4dbfba2d1 ;
    mo:record_count 1 ;
    schema:datePublished "2023-09-12"^^xsd:date ;
    schema:genre "Game-adjacent" ;
    schema:image <https://media.vgm.io/albums/21/140412/140412-492cf4aac3e0.jpg> ;
    schema:name "Just Beachy!"@en,
        "Just Beachy!"@ja,
        "Just Beachy!"@ja-latn ;
    schema:publisher _:Nb9653cf3d4684402b1fa835c307c4dfd ;
    foaf:depiction <https://media.vgm.io/albums/21/140412/140412-492cf4aac3e0.jpg> .

_:N128f2713ae6a416ab7048ed657b7b503 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Just Beachy!"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:inPlaylist _:Nf54b4177cbe94034ba8e10e4dbfba2d1 ;
    schema:name "Just Beachy!"@en .

_:Nb9653cf3d4684402b1fa835c307c4dfd schema:name "Maplewood Street"@en,
        "Maplewood Street"@ja,
        "Maplewood Street"@ja-latn ;
    foaf:name "Maplewood Street"@en,
        "Maplewood Street"@ja,
        "Maplewood Street"@ja-latn .

_:Nf54b4177cbe94034ba8e10e4dbfba2d1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N128f2713ae6a416ab7048ed657b7b503 ;
    mo:track_count 1 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N128f2713ae6a416ab7048ed657b7b503 .

