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

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

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

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

<product/5788#subject> a schema:CreativeWork ;
    schema:name "Cuphead"@en,
        "Cuphead"@ja,
        "Cuphead"@ja-latn ;
    foaf:name "Cuphead"@en,
        "Cuphead"@ja,
        "Cuphead"@ja-latn .

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

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

<https://media.vgm.io/albums/76/147067/147067-218d359e8254.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/147067#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/76/147067/147067-218d359e8254.png> ;
    foaf:depicts <album/147067#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/76/147067/147067-218d359e8254.png> .

<https://medium-media.vgm.io/albums/76/147067/147067-218d359e8254.png> a schema:ImageObject,
        foaf:Image .

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

<album/147067#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-10-23"^^xsd:date ;
    dcterms:title "Watch Out"@en,
        "Watch Out"@ja,
        "Watch Out"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/147067#musicalexpression> ;
    mo:publisher _:N9382d16a7043469ba37616c931ed1023 ;
    mo:record _:N0216800952704455aee0ec05f3d4eb02 ;
    mo:record_count 1 ;
    schema:about <product/5788#subject> ;
    schema:datePublished "2020-10-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/76/147067/147067-218d359e8254.png> ;
    schema:name "Watch Out"@en,
        "Watch Out"@ja,
        "Watch Out"@ja-latn ;
    schema:publisher _:N9382d16a7043469ba37616c931ed1023 ;
    foaf:depiction <https://media.vgm.io/albums/76/147067/147067-218d359e8254.png> .

_:N3461e061fc4e499290b3327a931f99a4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Watch Out (Instrumental)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N0216800952704455aee0ec05f3d4eb02 ;
    schema:name "Watch Out (Instrumental)"@en .

_:N9382d16a7043469ba37616c931ed1023 schema:name "Victor McKnight"@en,
        "Victor McKnight"@ja,
        "Victor McKnight"@ja-latn ;
    foaf:name "Victor McKnight"@en,
        "Victor McKnight"@ja,
        "Victor McKnight"@ja-latn .

_:Na70390aeeb0a4b26831336db6e897b6b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Watch Out (feat. Caleb Hyles)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N0216800952704455aee0ec05f3d4eb02 ;
    schema:name "Watch Out (feat. Caleb Hyles)"@en .

_:N0216800952704455aee0ec05f3d4eb02 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3461e061fc4e499290b3327a931f99a4,
        _:Na70390aeeb0a4b26831336db6e897b6b ;
    mo:track_count 2 ;
    schema:duration "PT6:46"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N3461e061fc4e499290b3327a931f99a4,
        _:Na70390aeeb0a4b26831336db6e897b6b .

