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

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

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

<artist/12666#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/150409#subject> ;
    schema:name "Sergio de Prado"@en ;
    foaf:made <album/150409#composition>,
        <album/150409#subject> ;
    foaf:name "Sergio de Prado"@en .

<product/22162#subject> a schema:CreativeWork ;
    schema:name "NINJA GAIDEN: Ragebound"@en,
        "NINJA GAIDEN: Ragebound"@ja,
        "NINJA GAIDEN: Ragebound"@ja-latn ;
    foaf:name "NINJA GAIDEN: Ragebound"@en,
        "NINJA GAIDEN: Ragebound"@ja,
        "NINJA GAIDEN: Ragebound"@ja-latn .

<album/150409#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "NINJA GAIDEN: RAGEBOUND"@en,
        "NINJA GAIDEN: RAGEBOUND"@ja,
        "NINJA GAIDEN: RAGEBOUND"@ja-latn ;
    mo:composer <artist/12666#subject> ;
    mo:produced_work <album/150409#musicalwork> ;
    schema:name "NINJA GAIDEN: RAGEBOUND"@en,
        "NINJA GAIDEN: RAGEBOUND"@ja,
        "NINJA GAIDEN: RAGEBOUND"@ja-latn .

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

<album/150409#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "NINJA GAIDEN: RAGEBOUND"@en,
        "NINJA GAIDEN: RAGEBOUND"@ja,
        "NINJA GAIDEN: RAGEBOUND"@ja-latn ;
    mo:performance_of <album/150409#musicalwork> ;
    mo:recorded_as <album/150409#musicalexpression> ;
    schema:name "NINJA GAIDEN: RAGEBOUND"@en,
        "NINJA GAIDEN: RAGEBOUND"@ja,
        "NINJA GAIDEN: RAGEBOUND"@ja-latn ;
    schema:workPerformed <album/150409#musicalwork> .

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

<https://media.vgm.io/albums/90/150409/150409-f4d73262cff5.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/150409#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/90/150409/150409-f4d73262cff5.png> ;
    foaf:depicts <album/150409#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/90/150409/150409-f4d73262cff5.png> .

<https://medium-media.vgm.io/albums/90/150409/150409-f4d73262cff5.png> a schema:ImageObject,
        foaf:Image .

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

<album/150409#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-10-01"^^xsd:date ;
    dcterms:title "NINJA GAIDEN: RAGEBOUND"@en,
        "NINJA GAIDEN: RAGEBOUND"@ja,
        "NINJA GAIDEN: RAGEBOUND"@ja-latn ;
    mo:catalogue_number "KKR012" ;
    mo:media_type "2 Vinyl" ;
    mo:publication_of <album/150409#musicalexpression> ;
    mo:publisher <org/3899#subject> ;
    mo:record_count 0 ;
    schema:about <product/22162#subject> ;
    schema:datePublished "2025-10-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/90/150409/150409-f4d73262cff5.png> ;
    schema:name "NINJA GAIDEN: RAGEBOUND"@en,
        "NINJA GAIDEN: RAGEBOUND"@ja,
        "NINJA GAIDEN: RAGEBOUND"@ja-latn ;
    schema:publisher <org/3899#subject> ;
    foaf:depiction <https://media.vgm.io/albums/90/150409/150409-f4d73262cff5.png> .

