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

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

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

<artist/1824#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96771#subject> ;
    schema:name "Yoshimi Kudo"@en,
        "工藤吉三"@ja ;
    foaf:made <album/96771#composition>,
        <album/96771#subject> ;
    foaf:name "Yoshimi Kudo"@en,
        "工藤吉三"@ja .

<release/31008#subject> a schema:CreativeWork ;
    schema:name "Raiden V: Director's Cut"@en,
        "雷電V Director's Cut"@ja,
        "Raiden V: Director's Cut"@ja-latn ;
    foaf:name "Raiden V: Director's Cut"@en,
        "雷電V Director's Cut"@ja,
        "Raiden V: Director's Cut"@ja-latn .

<album/96771#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Raiden V: Director's Cut Original Soundtrack Sampler"@en,
        "Raiden V: Director's Cut Original Soundtrack Sampler"@ja,
        "Raiden V: Director's Cut Original Soundtrack Sampler"@ja-latn ;
    mo:composer <artist/1824#subject> ;
    mo:produced_work <album/96771#musicalwork> ;
    schema:name "Raiden V: Director's Cut Original Soundtrack Sampler"@en,
        "Raiden V: Director's Cut Original Soundtrack Sampler"@ja,
        "Raiden V: Director's Cut Original Soundtrack Sampler"@ja-latn .

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

<album/96771#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Raiden V: Director's Cut Original Soundtrack Sampler"@en,
        "Raiden V: Director's Cut Original Soundtrack Sampler"@ja,
        "Raiden V: Director's Cut Original Soundtrack Sampler"@ja-latn ;
    mo:performance_of <album/96771#musicalwork> ;
    mo:recorded_as <album/96771#musicalexpression> ;
    schema:name "Raiden V: Director's Cut Original Soundtrack Sampler"@en,
        "Raiden V: Director's Cut Original Soundtrack Sampler"@ja,
        "Raiden V: Director's Cut Original Soundtrack Sampler"@ja-latn ;
    schema:workPerformed <album/96771#musicalwork> .

<https://media.vgm.io/albums/17/96771/96771-1583107180.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/96771#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/17/96771/96771-1583107180.jpg> ;
    foaf:depicts <album/96771#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/17/96771/96771-1583107180.jpg> .

<https://medium-media.vgm.io/albums/17/96771/96771-1583107180.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/96771#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-07-25"^^xsd:date ;
    dcterms:title "Raiden V: Director's Cut Original Soundtrack Sampler"@en,
        "Raiden V: Director's Cut Original Soundtrack Sampler"@ja,
        "Raiden V: Director's Cut Original Soundtrack Sampler"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Mini CD" ;
    mo:publication_of <album/96771#musicalexpression> ;
    mo:publisher _:N03679586f0064128b300fb6c1aa8649f ;
    mo:record_count 0 ;
    schema:about <release/31008#subject> ;
    schema:datePublished "2019-07-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/17/96771/96771-1583107180.jpg> ;
    schema:name "Raiden V: Director's Cut Original Soundtrack Sampler"@en,
        "Raiden V: Director's Cut Original Soundtrack Sampler"@ja,
        "Raiden V: Director's Cut Original Soundtrack Sampler"@ja-latn ;
    schema:publisher _:N03679586f0064128b300fb6c1aa8649f ;
    foaf:depiction <https://media.vgm.io/albums/17/96771/96771-1583107180.jpg> .

_:N03679586f0064128b300fb6c1aa8649f schema:name "UFO Interactive"@en ;
    foaf:name "UFO Interactive"@en .

