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

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

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

<artist/33414#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/97636#subject> ;
    schema:name "BaoUner"@en ;
    foaf:made <album/97636#composition>,
        <album/97636#subject> ;
    foaf:name "BaoUner"@en .

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

<album/97636#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Happy Brand New Year"@en,
        "示岁"@ja,
        "Shi Sui"@ja-latn ;
    mo:composer <artist/33414#subject> ;
    mo:produced_work <album/97636#musicalwork> ;
    schema:name "Happy Brand New Year"@en,
        "示岁"@ja,
        "Shi Sui"@ja-latn .

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

<album/97636#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Happy Brand New Year"@en,
        "示岁"@ja,
        "Shi Sui"@ja-latn ;
    mo:performance_of <album/97636#musicalwork> ;
    mo:recorded_as <album/97636#musicalexpression> ;
    schema:name "Happy Brand New Year"@en,
        "示岁"@ja,
        "Shi Sui"@ja-latn ;
    schema:workPerformed <album/97636#musicalwork> .

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

<https://medium-media.vgm.io/albums/63/97636/97636-1585895089.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/97636#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-01-22"^^xsd:date ;
    dcterms:title "Happy Brand New Year"@en,
        "示岁"@ja,
        "Shi Sui"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/97636#musicalexpression> ;
    mo:publisher _:Ne39ff653679d4d298e24610b24076bd4 ;
    mo:record _:N8ef0731ca63d4c5ca04fca64f6231355 ;
    mo:record_count 1 ;
    schema:about <product/8451#subject> ;
    schema:datePublished "2020-01-22"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/63/97636/97636-1585895089.jpg> ;
    schema:name "Happy Brand New Year"@en,
        "示岁"@ja,
        "Shi Sui"@ja-latn ;
    schema:publisher _:Ne39ff653679d4d298e24610b24076bd4 ;
    foaf:depiction <https://media.vgm.io/albums/63/97636/97636-1585895089.jpg> .

_:N442477e238a94e82bf688b3e20d473a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "示岁"@zd ;
    mo:track_number 1 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N8ef0731ca63d4c5ca04fca64f6231355 ;
    schema:name "示岁"@zd .

_:N8ef0731ca63d4c5ca04fca64f6231355 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N442477e238a94e82bf688b3e20d473a6 ;
    mo:track_count 1 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N442477e238a94e82bf688b3e20d473a6 .

_:Ne39ff653679d4d298e24610b24076bd4 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 .

