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

<album/22012#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The President is Missing Audio Cassette"@en,
        "The President is Missing Audio Cassette"@ja,
        "The President is Missing Audio Cassette"@ja-latn ;
    mo:produced_work <album/22012#musicalwork> ;
    schema:name "The President is Missing Audio Cassette"@en,
        "The President is Missing Audio Cassette"@ja,
        "The President is Missing Audio Cassette"@ja-latn .

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

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

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

<album/22012#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The President is Missing Audio Cassette"@en,
        "The President is Missing Audio Cassette"@ja,
        "The President is Missing Audio Cassette"@ja-latn ;
    mo:performance_of <album/22012#musicalwork> ;
    mo:recorded_as <album/22012#musicalexpression> ;
    schema:name "The President is Missing Audio Cassette"@en,
        "The President is Missing Audio Cassette"@ja,
        "The President is Missing Audio Cassette"@ja-latn ;
    schema:workPerformed <album/22012#musicalwork> .

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

<https://medium-media.vgm.io/albums/21/22012/22012-1290301557.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/22012#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1988-01-01"^^xsd:date ;
    dcterms:title "The President is Missing Audio Cassette"@en,
        "The President is Missing Audio Cassette"@ja,
        "The President is Missing Audio Cassette"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Cassette" ;
    mo:publication_of <album/22012#musicalexpression> ;
    mo:publisher _:N47c41adbdc4949d082fde9faf783bdf1 ;
    mo:record_count 0 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "The President is Missing"@en ;
            foaf:name "The President is Missing"@en ] ;
    schema:datePublished "1988-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/21/22012/22012-1290301557.jpg> ;
    schema:name "The President is Missing Audio Cassette"@en,
        "The President is Missing Audio Cassette"@ja,
        "The President is Missing Audio Cassette"@ja-latn ;
    schema:publisher _:N47c41adbdc4949d082fde9faf783bdf1 ;
    foaf:depiction <https://media.vgm.io/albums/21/22012/22012-1290301557.jpg> .

_:N47c41adbdc4949d082fde9faf783bdf1 schema:name "MicroProse"@en ;
    foaf:name "MicroProse"@en .

