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

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

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

<artist/78059#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/131769#subject> ;
    schema:name "Sonya Belousova"@en ;
    foaf:made <album/131769#composition>,
        <album/131769#subject> ;
    foaf:name "Sonya Belousova"@en .

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

<album/131769#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Wealth Fame Power"@en,
        "Wealth Fame Power"@ja,
        "Wealth Fame Power"@ja-latn ;
    mo:performance_of <album/131769#musicalwork> ;
    mo:recorded_as <album/131769#musicalexpression> ;
    schema:name "Wealth Fame Power"@en,
        "Wealth Fame Power"@ja,
        "Wealth Fame Power"@ja-latn ;
    schema:workPerformed <album/131769#musicalwork> .

<https://media.vgm.io/albums/96/131769/131769-14bf679a3f89.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/131769#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/96/131769/131769-14bf679a3f89.jpg> ;
    foaf:depicts <album/131769#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/96/131769/131769-14bf679a3f89.jpg> .

<https://medium-media.vgm.io/albums/96/131769/131769-14bf679a3f89.jpg> a schema:ImageObject,
        foaf:Image .

<album/131769#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Wealth Fame Power"@en,
        "Wealth Fame Power"@ja,
        "Wealth Fame Power"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Giona Ostinelli"@en ;
            foaf:made <album/131769#composition> ;
            foaf:name "Giona Ostinelli"@en ],
        <artist/78059#subject> ;
    mo:produced_work <album/131769#musicalwork> ;
    schema:name "Wealth Fame Power"@en,
        "Wealth Fame Power"@ja,
        "Wealth Fame Power"@ja-latn .

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

<album/131769#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-08-18"^^xsd:date ;
    dcterms:title "Wealth Fame Power"@en,
        "Wealth Fame Power"@ja,
        "Wealth Fame Power"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/131769#musicalexpression> ;
    mo:publisher _:Nbfb83aa00cfd44f28efbf6dfcd5cad82 ;
    mo:record _:Nad2bd53b79964278bb1f8fb205ec1ce6 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "One Piece (Live Action)"@en ;
            foaf:name "One Piece (Live Action)"@en ] ;
    schema:datePublished "2023-08-18"^^xsd:date ;
    schema:genre "Live Action" ;
    schema:image <https://media.vgm.io/albums/96/131769/131769-14bf679a3f89.jpg> ;
    schema:name "Wealth Fame Power"@en,
        "Wealth Fame Power"@ja,
        "Wealth Fame Power"@ja-latn ;
    schema:publisher _:Nbfb83aa00cfd44f28efbf6dfcd5cad82 ;
    foaf:depiction <https://media.vgm.io/albums/96/131769/131769-14bf679a3f89.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/131769#subject> ;
    schema:name "Giona Ostinelli"@en ;
    foaf:made <album/131769#subject> ;
    foaf:name "Giona Ostinelli"@en .

_:N53f7e2a1f8044288a5837e6ab8486698 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wealth Fame Power (From the Netflix Series \"One Piece\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:Nad2bd53b79964278bb1f8fb205ec1ce6 ;
    schema:name "Wealth Fame Power (From the Netflix Series \"One Piece\")"@en .

_:Nad2bd53b79964278bb1f8fb205ec1ce6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N53f7e2a1f8044288a5837e6ab8486698 ;
    mo:track_count 1 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N53f7e2a1f8044288a5837e6ab8486698 .

_:Nbfb83aa00cfd44f28efbf6dfcd5cad82 schema:name "Netflix Music"@en,
        "Netflix Music"@ja,
        "Netflix Music"@ja-latn ;
    foaf:name "Netflix Music"@en,
        "Netflix Music"@ja,
        "Netflix Music"@ja-latn .

