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

<artist/1976#subject> a schema:Person,
        foaf:Person ;
    schema:name "monet"@en ;
    foaf:made <album/118376#lyrics>,
        <album/118376#subject> ;
    foaf:name "monet"@en .

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

<artist/26394#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/118376#subject> ;
    schema:name "Kudo"@en,
        "くど"@ja ;
    foaf:made <album/118376#composition>,
        <album/118376#lyrics>,
        <album/118376#subject> ;
    foaf:name "Kudo"@en,
        "くど"@ja .

<event/220> a mo:Release ;
    schema:name "Released at M3-2019 Spring (Apr 28, 2019)" .

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

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

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

<org/1473#subject> schema:name "Pixelbee"@en,
        "ピクセルビー"@ja,
        "Pixelbee"@ja-latn ;
    foaf:name "Pixelbee"@en,
        "ピクセルビー"@ja,
        "Pixelbee"@ja-latn .

<https://media.vgm.io/albums/67/118376/118376-2988878eb883.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/118376#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/67/118376/118376-2988878eb883.jpg> ;
    foaf:depicts <album/118376#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/67/118376/118376-2988878eb883.jpg> .

<https://medium-media.vgm.io/albums/67/118376/118376-2988878eb883.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/118376#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-04-28"^^xsd:date ;
    dcterms:title "2 Messages"@en,
        "2 Messages"@ja,
        "2 Messages"@ja-latn ;
    mo:catalogue_number "PXB-014" ;
    mo:media_type "CD" ;
    mo:publication_of <album/118376#musicalexpression> ;
    mo:publisher <org/1473#subject> ;
    mo:record _:Nb0222e8498c1496097a7bd6db373cd5f ;
    mo:record_count 1 ;
    mo:release <event/220> ;
    schema:datePublished "2019-04-28"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/67/118376/118376-2988878eb883.jpg> ;
    schema:name "2 Messages"@en,
        "2 Messages"@ja,
        "2 Messages"@ja-latn ;
    schema:publisher <org/1473#subject> ;
    foaf:depiction <https://media.vgm.io/albums/67/118376/118376-2988878eb883.jpg> .

_:N86814eb3781345859908df5566e37986 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "雨上がる"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:34"^^xsd:interval ;
    schema:inPlaylist _:Nb0222e8498c1496097a7bd6db373cd5f ;
    schema:name "雨上がる"@ja .

_:Neb7b11d371c7449d8a55ff2186bfd026 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ヒカリ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Nb0222e8498c1496097a7bd6db373cd5f ;
    schema:name "ヒカリ"@ja .

_:Nb0222e8498c1496097a7bd6db373cd5f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N86814eb3781345859908df5566e37986,
        _:Neb7b11d371c7449d8a55ff2186bfd026 ;
    mo:track_count 2 ;
    schema:duration "PT10:20"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N86814eb3781345859908df5566e37986,
        _:Neb7b11d371c7449d8a55ff2186bfd026 .

