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

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

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

<artist/57704#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/103058#subject> ;
    schema:name "Steven Grove"@en ;
    foaf:made <album/103058#composition>,
        <album/103058#subject> ;
    foaf:name "Steven Grove"@en .

<product/8451#subject> a schema:CreativeWork ;
    schema:name "Arknights"@en,
        "明日方舟"@ja,
        "Arknights"@ja-latn ;
    foaf:name "Arknights"@en,
        "明日方舟"@ja,
        "Arknights"@ja-latn .

<album/103058#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "El Brillo Solitario"@en,
        "El Brillo Solitario"@ja,
        "El Brillo Solitario"@ja-latn ;
    mo:composer <artist/57704#subject> ;
    mo:produced_work <album/103058#musicalwork> ;
    schema:name "El Brillo Solitario"@en,
        "El Brillo Solitario"@ja,
        "El Brillo Solitario"@ja-latn .

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

<album/103058#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "El Brillo Solitario"@en,
        "El Brillo Solitario"@ja,
        "El Brillo Solitario"@ja-latn ;
    mo:performance_of <album/103058#musicalwork> ;
    mo:recorded_as <album/103058#musicalexpression> ;
    schema:name "El Brillo Solitario"@en,
        "El Brillo Solitario"@ja,
        "El Brillo Solitario"@ja-latn ;
    schema:workPerformed <album/103058#musicalwork> .

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

<https://medium-media.vgm.io/albums/85/103058/103058-b209f55f2969.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/103058#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-08-12"^^xsd:date ;
    dcterms:title "El Brillo Solitario"@en,
        "El Brillo Solitario"@ja,
        "El Brillo Solitario"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/103058#musicalexpression> ;
    mo:publisher _:N396786ce7aef4070af637084f8c366df ;
    mo:record _:Nb5dcdffa98824df1be0ec7bd650b86d0 ;
    mo:record_count 1 ;
    schema:about <product/8451#subject> ;
    schema:datePublished "2020-08-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/85/103058/103058-b209f55f2969.jpg> ;
    schema:name "El Brillo Solitario"@en,
        "El Brillo Solitario"@ja,
        "El Brillo Solitario"@ja-latn ;
    schema:publisher _:N396786ce7aef4070af637084f8c366df ;
    foaf:depiction <https://media.vgm.io/albums/85/103058/103058-b209f55f2969.jpg> .

_:N396786ce7aef4070af637084f8c366df schema:name "Monster Siren Records"@en,
        "Monster Siren Records"@ja,
        "Monster Siren Records"@ja-latn ;
    foaf:name "Monster Siren Records"@en,
        "Monster Siren Records"@ja,
        "Monster Siren Records"@ja-latn .

_:N96eb33bd8a2e47f4b416dce468e612cc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "El Brillo Solitario"@untitled ;
    mo:track_number 1 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:Nb5dcdffa98824df1be0ec7bd650b86d0 ;
    schema:name "El Brillo Solitario"@untitled .

_:Nb5dcdffa98824df1be0ec7bd650b86d0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N96eb33bd8a2e47f4b416dce468e612cc ;
    mo:track_count 1 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N96eb33bd8a2e47f4b416dce468e612cc .

