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

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

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

<artist/1296#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/105988#subject> ;
    schema:name "Bobby Prince"@en ;
    foaf:made <album/105988#composition>,
        <album/105988#subject> ;
    foaf:name "Bobby Prince"@en .

<product/4199#subject> a schema:CreativeWork ;
    schema:name "DOOM (1993)"@en,
        "Doom (1993)"@ja,
        "DOOM (1993)"@ja-latn ;
    foaf:name "DOOM (1993)"@en,
        "Doom (1993)"@ja,
        "DOOM (1993)"@ja-latn .

<album/105988#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "E1M1"@en,
        "E1M1"@ja,
        "E1M1"@ja-latn ;
    mo:composer <artist/1296#subject> ;
    mo:produced_work <album/105988#musicalwork> ;
    schema:name "E1M1"@en,
        "E1M1"@ja,
        "E1M1"@ja-latn .

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

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

<https://media.vgm.io/albums/88/105988/105988-6093fb57cc60.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/105988#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/88/105988/105988-6093fb57cc60.jpg> ;
    foaf:depicts <album/105988#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/88/105988/105988-6093fb57cc60.jpg> .

<https://medium-media.vgm.io/albums/88/105988/105988-6093fb57cc60.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/105988#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-11-05"^^xsd:date ;
    dcterms:title "E1M1"@en,
        "E1M1"@ja,
        "E1M1"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/105988#musicalexpression> ;
    mo:publisher _:N5040e9f264ce4d719ed4528b6b020ee7 ;
    mo:record _:N8cb45e951b624c19bbbf9541fe17beff ;
    mo:record_count 1 ;
    schema:about <product/4199#subject> ;
    schema:datePublished "2020-11-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/88/105988/105988-6093fb57cc60.jpg> ;
    schema:name "E1M1"@en,
        "E1M1"@ja,
        "E1M1"@ja-latn ;
    schema:publisher _:N5040e9f264ce4d719ed4528b6b020ee7 ;
    foaf:depiction <https://media.vgm.io/albums/88/105988/105988-6093fb57cc60.jpg> .

_:N5040e9f264ce4d719ed4528b6b020ee7 schema:name "Gregorio Franco"@en,
        "Gregorio Franco"@ja,
        "Gregorio Franco"@ja-latn ;
    foaf:name "Gregorio Franco"@en,
        "Gregorio Franco"@ja,
        "Gregorio Franco"@ja-latn .

_:N8cb45e951b624c19bbbf9541fe17beff a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nff64dd77327b48faa8e17812e71c21f3 ;
    mo:track_count 1 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nff64dd77327b48faa8e17812e71c21f3 .

_:Nff64dd77327b48faa8e17812e71c21f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "E1M1"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:N8cb45e951b624c19bbbf9541fe17beff ;
    schema:name "E1M1"@en .

