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

<album/110086#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Fatality / Come2gether"@en,
        "Fatality / Come2gether"@ja,
        "Fatality / Come2gether"@ja-latn ;
    mo:produced_work <album/110086#musicalwork> ;
    schema:name "Fatality / Come2gether"@en,
        "Fatality / Come2gether"@ja,
        "Fatality / Come2gether"@ja-latn .

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

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

<product/10235#subject> a schema:CreativeWork ;
    schema:name "Mortal Kombat (Movie)"@en,
        "Mortal Kombat (Movie)"@ja,
        "Mortal Kombat (Movie)"@ja-latn ;
    foaf:name "Mortal Kombat (Movie)"@en,
        "Mortal Kombat (Movie)"@ja,
        "Mortal Kombat (Movie)"@ja-latn .

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

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

<https://media.vgm.io/albums/68/110086/110086-40c2430aa9db.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/110086#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/68/110086/110086-40c2430aa9db.jpg> ;
    foaf:depicts <album/110086#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/68/110086/110086-40c2430aa9db.jpg> .

<https://medium-media.vgm.io/albums/68/110086/110086-40c2430aa9db.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/110086#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1996-11-01"^^xsd:date ;
    dcterms:title "Fatality / Come2gether"@en,
        "Fatality / Come2gether"@ja,
        "Fatality / Come2gether"@ja-latn ;
    mo:catalogue_number "TVT 8034-0P" ;
    mo:media_type "Vinyl (12\" 33&frac13; rpm)" ;
    mo:publication_of <album/110086#musicalexpression> ;
    mo:publisher _:Ne0be7730d1354dda89954b1aa3caff35 ;
    mo:record _:Nfeba31188fad4b2298e73002e2436ef6 ;
    mo:record_count 1 ;
    schema:about <product/10235#subject> ;
    schema:datePublished "1996-11-01"^^xsd:date ;
    schema:genre "Live Action" ;
    schema:image <https://media.vgm.io/albums/68/110086/110086-40c2430aa9db.jpg> ;
    schema:name "Fatality / Come2gether"@en,
        "Fatality / Come2gether"@ja,
        "Fatality / Come2gether"@ja-latn ;
    schema:publisher _:Ne0be7730d1354dda89954b1aa3caff35 ;
    foaf:depiction <https://media.vgm.io/albums/68/110086/110086-40c2430aa9db.jpg> .

_:N012082bd8c5745b1a0d90160727c871d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Come2gether"@en ;
    mo:track_number 2 ;
    schema:duration "PT6:18"^^xsd:interval ;
    schema:inPlaylist _:Nfeba31188fad4b2298e73002e2436ef6 ;
    schema:name "Come2gether"@en .

_:N040aafeaa7424c1db0dee92b54c9a067 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fatality"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:Nfeba31188fad4b2298e73002e2436ef6 ;
    schema:name "Fatality"@en .

_:Ne0be7730d1354dda89954b1aa3caff35 schema:name "TVT Soundtrax"@en ;
    foaf:name "TVT Soundtrax"@en .

_:Nfeba31188fad4b2298e73002e2436ef6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N012082bd8c5745b1a0d90160727c871d,
        _:N040aafeaa7424c1db0dee92b54c9a067 ;
    mo:track_count 2 ;
    schema:duration "PT6:18"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N012082bd8c5745b1a0d90160727c871d,
        _:N040aafeaa7424c1db0dee92b54c9a067 .

