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

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

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

<artist/34890#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/21997#subject> ;
    schema:name "Barry Gray"@en ;
    foaf:made <album/21997#composition>,
        <album/21997#subject> ;
    foaf:name "Barry Gray"@en .

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

<album/21997#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Thunderbirds Theme Music"@en,
        "Thunderbirds Theme Music"@ja,
        "Thunderbirds Theme Music"@ja-latn ;
    mo:composer <artist/34890#subject> ;
    mo:produced_work <album/21997#musicalwork> ;
    schema:name "Thunderbirds Theme Music"@en,
        "Thunderbirds Theme Music"@ja,
        "Thunderbirds Theme Music"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/79/21997/21997-1290288540.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/21997#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1989-01-01"^^xsd:date ;
    dcterms:title "Thunderbirds Theme Music"@en,
        "Thunderbirds Theme Music"@ja,
        "Thunderbirds Theme Music"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Cassette" ;
    mo:publication_of <album/21997#musicalexpression> ;
    mo:publisher _:N358d427fa9a34ae2a8cb511e2018c24b ;
    mo:record_count 0 ;
    schema:about <product/11477#subject> ;
    schema:datePublished "1989-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/79/21997/21997-1290288540.jpg> ;
    schema:name "Thunderbirds Theme Music"@en,
        "Thunderbirds Theme Music"@ja,
        "Thunderbirds Theme Music"@ja-latn ;
    schema:publisher _:N358d427fa9a34ae2a8cb511e2018c24b ;
    foaf:depiction <https://media.vgm.io/albums/79/21997/21997-1290288540.jpg> .

_:N358d427fa9a34ae2a8cb511e2018c24b schema:name "Grandslam Entertainments"@en ;
    foaf:name "Grandslam Entertainments"@en .

