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

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

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

<artist/67237#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/144542#subject> ;
    schema:name "OkanP"@en,
        "おかんP"@ja ;
    foaf:made <album/144542#composition>,
        <album/144542#subject> ;
    foaf:name "OkanP"@en,
        "おかんP"@ja .

<album/144542#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "SONIC34 / OkanP"@en,
        "SONIC34 / おかんP"@ja,
        "SONIC34 / OkanP"@ja-latn ;
    mo:composer <artist/67237#subject> ;
    mo:produced_work <album/144542#musicalwork> ;
    schema:name "SONIC34 / OkanP"@en,
        "SONIC34 / おかんP"@ja,
        "SONIC34 / OkanP"@ja-latn .

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

<album/144542#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "SONIC34 / OkanP"@en,
        "SONIC34 / おかんP"@ja,
        "SONIC34 / OkanP"@ja-latn ;
    mo:performance_of <album/144542#musicalwork> ;
    mo:recorded_as <album/144542#musicalexpression> ;
    schema:name "SONIC34 / OkanP"@en,
        "SONIC34 / おかんP"@ja,
        "SONIC34 / OkanP"@ja-latn ;
    schema:workPerformed <album/144542#musicalwork> .

<https://media.vgm.io/albums/24/144542/144542-5e68680f8699.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/144542#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/24/144542/144542-5e68680f8699.jpg> ;
    foaf:depicts <album/144542#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/24/144542/144542-5e68680f8699.jpg> .

<https://medium-media.vgm.io/albums/24/144542/144542-5e68680f8699.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/144542#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-10-05"^^xsd:date ;
    dcterms:title "SONIC34 / OkanP"@en,
        "SONIC34 / おかんP"@ja,
        "SONIC34 / OkanP"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/144542#musicalexpression> ;
    mo:publisher _:Nc23545e8db40439fa74a0b2d44f48026 ;
    mo:record _:N936b4f4d8b4e433ebd675df7220ce0e5 ;
    mo:record_count 1 ;
    schema:datePublished "2024-10-05"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/24/144542/144542-5e68680f8699.jpg> ;
    schema:name "SONIC34 / OkanP"@en,
        "SONIC34 / おかんP"@ja,
        "SONIC34 / OkanP"@ja-latn ;
    schema:publisher _:Nc23545e8db40439fa74a0b2d44f48026 ;
    foaf:depiction <https://media.vgm.io/albums/24/144542/144542-5e68680f8699.jpg> .

_:N69830555cf7444779e051fcd2ede5221 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SONIC 34"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:inPlaylist _:N936b4f4d8b4e433ebd675df7220ce0e5 ;
    schema:name "SONIC 34"@en .

_:N936b4f4d8b4e433ebd675df7220ce0e5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N69830555cf7444779e051fcd2ede5221 ;
    mo:track_count 1 ;
    schema:duration "PT1:04"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N69830555cf7444779e051fcd2ede5221 .

_:Nc23545e8db40439fa74a0b2d44f48026 schema:name "okanP"@en,
        "okanP"@ja,
        "okanP"@ja-latn ;
    foaf:name "okanP"@en,
        "okanP"@ja,
        "okanP"@ja-latn .

