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

<artist/27857#subject> a schema:Person,
        foaf:Person ;
    schema:name "Cristina Vee"@en ;
    foaf:made <album/97634#lyrics>,
        <album/97634#subject>,
        <album/97634#vocals> ;
    foaf:name "Cristina Vee"@en .

<artist/51411#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/97634#subject> ;
    schema:name "Jason Walsh"@en ;
    foaf:made <album/97634#composition>,
        <album/97634#subject> ;
    foaf:name "Jason Walsh"@en .

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

<album/97634#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Boiling Blood"@en,
        "Boiling Blood"@ja,
        "Boiling Blood"@ja-latn ;
    mo:composer <artist/51411#subject> ;
    mo:produced_work <album/97634#musicalwork> ;
    schema:name "Boiling Blood"@en,
        "Boiling Blood"@ja,
        "Boiling Blood"@ja-latn .

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

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

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

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

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

<https://medium-media.vgm.io/albums/43/97634/97634-1585893829.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/97634#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-12-31"^^xsd:date ;
    dcterms:title "Boiling Blood"@en,
        "Boiling Blood"@ja,
        "Boiling Blood"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/97634#musicalexpression> ;
    mo:publisher _:Nbcd70c8d04354b538ee64f56e8e47626 ;
    mo:record _:N0be41a33a91e4098af8e0a8aa8417311 ;
    mo:record_count 1 ;
    schema:about <product/8451#subject> ;
    schema:datePublished "2019-12-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/43/97634/97634-1585893829.jpg> ;
    schema:name "Boiling Blood"@en,
        "Boiling Blood"@ja,
        "Boiling Blood"@ja-latn ;
    schema:publisher _:Nbcd70c8d04354b538ee64f56e8e47626 ;
    foaf:depiction <https://media.vgm.io/albums/43/97634/97634-1585893829.jpg> .

_:N0be41a33a91e4098af8e0a8aa8417311 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4a6e9ede6d0b4007b80a87fca61b238c ;
    mo:track_count 1 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N4a6e9ede6d0b4007b80a87fca61b238c .

_:N4a6e9ede6d0b4007b80a87fca61b238c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boiling Blood"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:29"^^xsd:interval ;
    schema:inPlaylist _:N0be41a33a91e4098af8e0a8aa8417311 ;
    schema:name "Boiling Blood"@en .

_:Nbcd70c8d04354b538ee64f56e8e47626 schema:name "Monster Siren Records (distributed by NetEase)"@en ;
    foaf:name "Monster Siren Records (distributed by NetEase)"@en .

