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

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

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

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

<album/146491#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Peaceful Wind / OkanP"@en,
        "安らぎの風 / おかんP"@ja,
        "Peaceful Wind / OkanP"@ja-latn ;
    mo:composer <artist/67237#subject> ;
    mo:produced_work <album/146491#musicalwork> ;
    schema:name "Peaceful Wind / OkanP"@en,
        "安らぎの風 / おかんP"@ja,
        "Peaceful Wind / OkanP"@ja-latn .

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

<album/146491#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Peaceful Wind / OkanP"@en,
        "安らぎの風 / おかんP"@ja,
        "Peaceful Wind / OkanP"@ja-latn ;
    mo:performance_of <album/146491#musicalwork> ;
    mo:recorded_as <album/146491#musicalexpression> ;
    schema:name "Peaceful Wind / OkanP"@en,
        "安らぎの風 / おかんP"@ja,
        "Peaceful Wind / OkanP"@ja-latn ;
    schema:workPerformed <album/146491#musicalwork> .

<https://media.vgm.io/albums/19/146491/146491-1b68ddc84e0b.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/146491#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/19/146491/146491-1b68ddc84e0b.jpg> ;
    foaf:depicts <album/146491#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/19/146491/146491-1b68ddc84e0b.jpg> .

<https://medium-media.vgm.io/albums/19/146491/146491-1b68ddc84e0b.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/146491#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-12-07"^^xsd:date ;
    dcterms:title "Peaceful Wind / OkanP"@en,
        "安らぎの風 / おかんP"@ja,
        "Peaceful Wind / OkanP"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/146491#musicalexpression> ;
    mo:publisher _:Nbac6fa422663442bb7ca85d54638bb9c ;
    mo:record _:Ne14b137a29a0408798c624ef7e5b3bb1 ;
    mo:record_count 1 ;
    schema:datePublished "2024-12-07"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/19/146491/146491-1b68ddc84e0b.jpg> ;
    schema:name "Peaceful Wind / OkanP"@en,
        "安らぎの風 / おかんP"@ja,
        "Peaceful Wind / OkanP"@ja-latn ;
    schema:publisher _:Nbac6fa422663442bb7ca85d54638bb9c ;
    foaf:depiction <https://media.vgm.io/albums/19/146491/146491-1b68ddc84e0b.jpg> .

_:N8f23b467fc1a4deba1261212275de56d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Peaceful Wind"@en,
        "安らぎの風"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:51"^^xsd:interval ;
    schema:inPlaylist _:Ne14b137a29a0408798c624ef7e5b3bb1 ;
    schema:name "Peaceful Wind"@en,
        "安らぎの風"@ja .

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

_:Ne14b137a29a0408798c624ef7e5b3bb1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8f23b467fc1a4deba1261212275de56d ;
    mo:track_count 1 ;
    schema:duration "PT2:51"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N8f23b467fc1a4deba1261212275de56d .

