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

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

<product/21100#subject> a schema:CreativeWork ;
    schema:name "Project Babel"@en,
        "最果てのバベル"@ja,
        "Saihate no Babel"@ja-latn ;
    foaf:name "Project Babel"@en,
        "最果てのバベル"@ja,
        "Saihate no Babel"@ja-latn .

<album/87854#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "lien / Chima"@en,
        "lien / Chima"@ja,
        "lien / Chima"@ja-latn ;
    mo:composer <artist/23090#subject> ;
    mo:produced_work <album/87854#musicalwork> ;
    schema:name "lien / Chima"@en,
        "lien / Chima"@ja,
        "lien / Chima"@ja-latn .

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

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

<org/3#subject> schema:name "Lantis"@en,
        "Lantis"@ja,
        "Lantis"@ja-latn ;
    foaf:name "Lantis"@en,
        "Lantis"@ja,
        "Lantis"@ja-latn .

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

<https://medium-media.vgm.io/albums/45/87854/87854-1561520962.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/87854#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "lien / Chima"@en,
        "lien / Chima"@ja,
        "lien / Chima"@ja-latn ;
    mo:performance_of <album/87854#musicalwork> ;
    mo:performer <artist/23090#subject> ;
    mo:recorded_as <album/87854#musicalexpression> ;
    schema:byArtist <artist/23090#subject> ;
    schema:name "lien / Chima"@en,
        "lien / Chima"@ja,
        "lien / Chima"@ja-latn ;
    schema:workPerformed <album/87854#musicalwork> .

<artist/23090#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/87854#subject> ;
    mo:performed <album/87854#performance> ;
    schema:name "Chima"@en ;
    foaf:made <album/87854#composition>,
        <album/87854#lyrics>,
        <album/87854#subject> ;
    foaf:name "Chima"@en .

<album/87854#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-06-26"^^xsd:date ;
    dcterms:title "lien / Chima"@en,
        "lien / Chima"@ja,
        "lien / Chima"@ja-latn ;
    mo:catalogue_number "LZC-1500" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/87854#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:N3d37e88546f84f1d829ed3d58c3a9744 ;
    mo:record_count 1 ;
    schema:about <product/21100#subject> ;
    schema:byArtist <artist/23090#subject> ;
    schema:datePublished "2019-06-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/45/87854/87854-1561520962.jpg> ;
    schema:name "lien / Chima"@en,
        "lien / Chima"@ja,
        "lien / Chima"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/45/87854/87854-1561520962.jpg> .

_:N3d37e88546f84f1d829ed3d58c3a9744 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nd75744c46248470fa61616db89db502f ;
    mo:track_count 1 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nd75744c46248470fa61616db89db502f .

_:Nd75744c46248470fa61616db89db502f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "lien"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:N3d37e88546f84f1d829ed3d58c3a9744 ;
    schema:name "lien"@en .

