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

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

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

<artist/55119#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/120263#subject> ;
    schema:name "Obadiah Brown-Beach"@en ;
    foaf:made <album/120263#composition>,
        <album/120263#subject> ;
    foaf:name "Obadiah Brown-Beach"@en .

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

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

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

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

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

<https://medium-media.vgm.io/albums/36/120263/120263-cbd8008ff43c.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/120263#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-11-02"^^xsd:date ;
    dcterms:title "Lullabye"@en,
        "Lullabye"@ja,
        "Lullabye"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/120263#musicalexpression> ;
    mo:publisher _:N76b8c17fb08b4d74883115212dd5eb8d ;
    mo:record _:Nf415788ff2ca415aaa5a964c15259d85 ;
    mo:record_count 1 ;
    schema:about <product/8451#subject> ;
    schema:datePublished "2020-11-02"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/36/120263/120263-cbd8008ff43c.jpg> ;
    schema:name "Lullabye"@en,
        "Lullabye"@ja,
        "Lullabye"@ja-latn ;
    schema:publisher _:N76b8c17fb08b4d74883115212dd5eb8d ;
    foaf:depiction <https://media.vgm.io/albums/36/120263/120263-cbd8008ff43c.jpg> .

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

_:N9ed69a56d75c4508b7b1f1da66fc25cd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lullabye"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:Nf415788ff2ca415aaa5a964c15259d85 ;
    schema:name "Lullabye"@en .

_:Nc70d6a27630e4cc8b99600d37ac834c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lullabye (Instrumental Version)"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:Nf415788ff2ca415aaa5a964c15259d85 ;
    schema:name "Lullabye (Instrumental Version)"@en .

_:Nf415788ff2ca415aaa5a964c15259d85 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N9ed69a56d75c4508b7b1f1da66fc25cd,
        _:Nc70d6a27630e4cc8b99600d37ac834c7 ;
    mo:track_count 2 ;
    schema:duration "PT9:00"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N9ed69a56d75c4508b7b1f1da66fc25cd,
        _:Nc70d6a27630e4cc8b99600d37ac834c7 .

