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

<album/23012#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Gun Hazard"@en,
        "ガンハザード"@ja,
        "Gun Hazard"@ja-latn ;
    mo:produced_work <album/23012#musicalwork> ;
    schema:name "Gun Hazard"@en,
        "ガンハザード"@ja,
        "Gun Hazard"@ja-latn .

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

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

<product/338#subject> a schema:CreativeWork ;
    schema:name "Front Mission: Gun Hazard"@en,
        "フロントミッションシリーズ ガンハザード"@ja,
        "Front Mission Series: Gun Hazard"@ja-latn ;
    foaf:name "Front Mission: Gun Hazard"@en,
        "フロントミッションシリーズ ガンハザード"@ja,
        "Front Mission Series: Gun Hazard"@ja-latn .

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

<album/23012#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Gun Hazard"@en,
        "ガンハザード"@ja,
        "Gun Hazard"@ja-latn ;
    mo:performance_of <album/23012#musicalwork> ;
    mo:recorded_as <album/23012#musicalexpression> ;
    schema:name "Gun Hazard"@en,
        "ガンハザード"@ja,
        "Gun Hazard"@ja-latn ;
    schema:workPerformed <album/23012#musicalwork> .

<org/2843#subject> schema:name "NTT PUB."@en,
        "NTT PUB."@ja,
        "NTT PUB."@ja-latn ;
    foaf:name "NTT PUB."@en,
        "NTT PUB."@ja,
        "NTT PUB."@ja-latn .

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

<album/23012#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1995-12-21"^^xsd:date ;
    dcterms:title "Gun Hazard"@en,
        "ガンハザード"@ja,
        "Gun Hazard"@ja-latn ;
    mo:catalogue_number "PSCN-5042" ;
    mo:media_type "CD" ;
    mo:publication_of <album/23012#musicalexpression> ;
    mo:publisher <org/2843#subject> ;
    mo:record_count 0 ;
    schema:about <product/338#subject> ;
    schema:datePublished "1995-12-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Gun Hazard"@en,
        "ガンハザード"@ja,
        "Gun Hazard"@ja-latn ;
    schema:publisher <org/2843#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/23012#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/23012#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

