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

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

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

<artist/26151#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/89102#subject> ;
    schema:name "Lena Raine"@en ;
    foaf:made <album/89102#composition>,
        <album/89102#subject> ;
    foaf:name "Lena Raine"@en .

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

<album/89102#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Summit (8-Bit)"@en,
        "Summit (8-Bit)"@ja,
        "Summit (8-Bit)"@ja-latn ;
    mo:composer <artist/26151#subject> ;
    mo:produced_work <album/89102#musicalwork> ;
    schema:name "Summit (8-Bit)"@en,
        "Summit (8-Bit)"@ja,
        "Summit (8-Bit)"@ja-latn .

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

<album/89102#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Summit (8-Bit)"@en,
        "Summit (8-Bit)"@ja,
        "Summit (8-Bit)"@ja-latn ;
    mo:performance_of <album/89102#musicalwork> ;
    mo:recorded_as <album/89102#musicalexpression> ;
    schema:name "Summit (8-Bit)"@en,
        "Summit (8-Bit)"@ja,
        "Summit (8-Bit)"@ja-latn ;
    schema:workPerformed <album/89102#musicalwork> .

<org/1574#subject> schema:name "Ship to Shore PhonoCo."@en,
        "Ship to Shore PhonoCo."@ja,
        "Ship to Shore PhonoCo."@ja-latn ;
    foaf:name "Ship to Shore PhonoCo."@en,
        "Ship to Shore PhonoCo."@ja,
        "Ship to Shore PhonoCo."@ja-latn .

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

<https://medium-media.vgm.io/albums/20/89102/89102-1564986796.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/89102#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-07-01"^^xsd:date ;
    dcterms:title "Summit (8-Bit)"@en,
        "Summit (8-Bit)"@ja,
        "Summit (8-Bit)"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Flexi Disc (33&frac13; rpm)" ;
    mo:publication_of <album/89102#musicalexpression> ;
    mo:publisher <org/1574#subject> ;
    mo:record _:N0436c51b14a24fb4ba6c0d15e4571e1d ;
    mo:record_count 1 ;
    schema:about <product/6729#subject> ;
    schema:datePublished "2019-07-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/20/89102/89102-1564986796.jpg> ;
    schema:name "Summit (8-Bit)"@en,
        "Summit (8-Bit)"@ja,
        "Summit (8-Bit)"@ja-latn ;
    schema:publisher <org/1574#subject> ;
    foaf:depiction <https://media.vgm.io/albums/20/89102/89102-1564986796.jpg> .

_:N0436c51b14a24fb4ba6c0d15e4571e1d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Ne0ac367a583044c3881360b1d8e0c84c ;
    mo:track_count 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Ne0ac367a583044c3881360b1d8e0c84c .

_:Ne0ac367a583044c3881360b1d8e0c84c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Summit (8-Bit)"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N0436c51b14a24fb4ba6c0d15e4571e1d ;
    schema:name "Summit (8-Bit)"@en .

