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

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

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

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

<product/20764#subject> a schema:CreativeWork ;
    schema:name "Horizon Chase Turbo"@en,
        "Horizon Chase Turbo"@ja,
        "Horizon Chase Turbo"@ja-latn ;
    foaf:name "Horizon Chase Turbo"@en,
        "Horizon Chase Turbo"@ja,
        "Horizon Chase Turbo"@ja-latn .

<album/89350#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Horizon Chase Turbo"@en,
        "Horizon Chase Turbo"@ja,
        "Horizon Chase Turbo"@ja-latn ;
    mo:composer <artist/1313#subject> ;
    mo:produced_work <album/89350#musicalwork> ;
    schema:name "Horizon Chase Turbo"@en,
        "Horizon Chase Turbo"@ja,
        "Horizon Chase Turbo"@ja-latn .

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

<org/1956#subject> schema:name "Minimum Records"@en,
        "Minimum Records"@ja,
        "Minimum Records"@ja-latn ;
    foaf:name "Minimum Records"@en,
        "Minimum Records"@ja,
        "Minimum Records"@ja-latn .

<https://media.vgm.io/albums/05/89350/89350-1565698147.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/89350#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/05/89350/89350-1565698147.png> ;
    foaf:depicts <album/89350#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/05/89350/89350-1565698147.png> .

<https://medium-media.vgm.io/albums/05/89350/89350-1565698147.png> a schema:ImageObject,
        foaf:Image .

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

<album/89350#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Horizon Chase Turbo"@en,
        "Horizon Chase Turbo"@ja,
        "Horizon Chase Turbo"@ja-latn ;
    mo:performance_of <album/89350#musicalwork> ;
    mo:performer _:Nf786e2325df04b629965c26eb9465239 ;
    mo:recorded_as <album/89350#musicalexpression> ;
    schema:byArtist _:Nf786e2325df04b629965c26eb9465239 ;
    schema:name "Horizon Chase Turbo"@en,
        "Horizon Chase Turbo"@ja,
        "Horizon Chase Turbo"@ja-latn ;
    schema:workPerformed <album/89350#musicalwork> .

<album/89350#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-10-14"^^xsd:date ;
    dcterms:title "Horizon Chase Turbo"@en,
        "Horizon Chase Turbo"@ja,
        "Horizon Chase Turbo"@ja-latn ;
    mo:catalogue_number "MIN002CT" ;
    mo:media_type "2 Cassette" ;
    mo:publication_of <album/89350#musicalexpression> ;
    mo:publisher <org/1956#subject> ;
    mo:record_count 0 ;
    schema:about <product/20764#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Ryan Schin"@en ;
            foaf:name "Ryan Schin"@en ] ;
    schema:datePublished "2019-10-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/05/89350/89350-1565698147.png> ;
    schema:name "Horizon Chase Turbo"@en,
        "Horizon Chase Turbo"@ja,
        "Horizon Chase Turbo"@ja-latn ;
    schema:publisher <org/1956#subject> ;
    foaf:depiction <https://media.vgm.io/albums/05/89350/89350-1565698147.png> .

_:Nf786e2325df04b629965c26eb9465239 a schema:Person,
        foaf:Person ;
    mo:performed <album/89350#performance> ;
    schema:name "Ryan Schin"@en ;
    foaf:name "Ryan Schin"@en .

