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

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

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

<product/2539#subject> a schema:CreativeWork ;
    schema:name "Virtua Fighter (Game)"@en,
        "バーチャファイター (Game)"@ja,
        "Virtua Fighter (Game)"@ja-latn ;
    foaf:name "Virtua Fighter (Game)"@en,
        "バーチャファイター (Game)"@ja,
        "Virtua Fighter (Game)"@ja-latn .

<album/137779#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Virtua Fighter 3000"@en,
        "Virtua Fighter 3000"@ja,
        "Virtua Fighter 3000"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Radio The Artist"@en ;
            foaf:made <album/137779#composition> ;
            foaf:name "Radio The Artist"@en ] ;
    mo:produced_work <album/137779#musicalwork> ;
    schema:name "Virtua Fighter 3000"@en,
        "Virtua Fighter 3000"@ja,
        "Virtua Fighter 3000"@ja-latn .

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

<album/137779#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Virtua Fighter 3000"@en,
        "Virtua Fighter 3000"@ja,
        "Virtua Fighter 3000"@ja-latn ;
    mo:performance_of <album/137779#musicalwork> ;
    mo:recorded_as <album/137779#musicalexpression> ;
    schema:name "Virtua Fighter 3000"@en,
        "Virtua Fighter 3000"@ja,
        "Virtua Fighter 3000"@ja-latn ;
    schema:workPerformed <album/137779#musicalwork> .

<https://media.vgm.io/albums/97/137779/137779-9e04e2c387b3.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/137779#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/97/137779/137779-9e04e2c387b3.jpg> ;
    foaf:depicts <album/137779#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/97/137779/137779-9e04e2c387b3.jpg> .

<https://medium-media.vgm.io/albums/97/137779/137779-9e04e2c387b3.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/137779#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-03-29"^^xsd:date ;
    dcterms:title "Virtua Fighter 3000"@en,
        "Virtua Fighter 3000"@ja,
        "Virtua Fighter 3000"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/137779#musicalexpression> ;
    mo:publisher _:N3dda15cac7ea4e6bb6014e1e113f3fca ;
    mo:record _:Nd870d3e4e9294f4382c58a6fc305e6bc ;
    mo:record_count 1 ;
    schema:about <product/2539#subject> ;
    schema:datePublished "2020-03-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/97/137779/137779-9e04e2c387b3.jpg> ;
    schema:name "Virtua Fighter 3000"@en,
        "Virtua Fighter 3000"@ja,
        "Virtua Fighter 3000"@ja-latn ;
    schema:publisher _:N3dda15cac7ea4e6bb6014e1e113f3fca ;
    foaf:depiction <https://media.vgm.io/albums/97/137779/137779-9e04e2c387b3.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/137779#subject> ;
    schema:name "Radio The Artist"@en ;
    foaf:made <album/137779#subject> ;
    foaf:name "Radio The Artist"@en .

_:N0e3332c73fb8446886e95bc2c3971930 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Virtua Fighter 3000"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:Nd870d3e4e9294f4382c58a6fc305e6bc ;
    schema:name "Virtua Fighter 3000"@en .

_:N3dda15cac7ea4e6bb6014e1e113f3fca schema:name "Radio The Artist"@en,
        "Radio The Artist"@ja,
        "Radio The Artist"@ja-latn ;
    foaf:name "Radio The Artist"@en,
        "Radio The Artist"@ja,
        "Radio The Artist"@ja-latn .

_:Nd870d3e4e9294f4382c58a6fc305e6bc a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0e3332c73fb8446886e95bc2c3971930 ;
    mo:track_count 1 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N0e3332c73fb8446886e95bc2c3971930 .

