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

<album/149000#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Night Thea+er Etude / seatrus"@en,
        "Night Thea+er Etude / seatrus"@ja,
        "Night Thea+er Etude / seatrus"@ja-latn ;
    mo:produced_work <album/149000#musicalwork> ;
    schema:name "Night Thea+er Etude / seatrus"@en,
        "Night Thea+er Etude / seatrus"@ja,
        "Night Thea+er Etude / seatrus"@ja-latn .

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

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

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

<album/149000#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Night Thea+er Etude / seatrus"@en,
        "Night Thea+er Etude / seatrus"@ja,
        "Night Thea+er Etude / seatrus"@ja-latn ;
    mo:performance_of <album/149000#musicalwork> ;
    mo:recorded_as <album/149000#musicalexpression> ;
    schema:name "Night Thea+er Etude / seatrus"@en,
        "Night Thea+er Etude / seatrus"@ja,
        "Night Thea+er Etude / seatrus"@ja-latn ;
    schema:workPerformed <album/149000#musicalwork> .

<https://media.vgm.io/albums/00/149000/149000-6bda34d54e8f.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/149000#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/00/149000/149000-6bda34d54e8f.png> ;
    foaf:depicts <album/149000#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/00/149000/149000-6bda34d54e8f.png> .

<https://medium-media.vgm.io/albums/00/149000/149000-6bda34d54e8f.png> a schema:ImageObject,
        foaf:Image .

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

<album/149000#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-01-02"^^xsd:date ;
    dcterms:title "Night Thea+er Etude / seatrus"@en,
        "Night Thea+er Etude / seatrus"@ja,
        "Night Thea+er Etude / seatrus"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/149000#musicalexpression> ;
    mo:publisher _:Ne4d225daf5b44543bc6fa7045d5d0d9f ;
    mo:record _:Ndb3dfb7cc59641e4a258b79087d990f9 ;
    mo:record_count 1 ;
    schema:datePublished "2022-01-02"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/00/149000/149000-6bda34d54e8f.png> ;
    schema:name "Night Thea+er Etude / seatrus"@en,
        "Night Thea+er Etude / seatrus"@ja,
        "Night Thea+er Etude / seatrus"@ja-latn ;
    schema:publisher _:Ne4d225daf5b44543bc6fa7045d5d0d9f ;
    foaf:depiction <https://media.vgm.io/albums/00/149000/149000-6bda34d54e8f.png> .

_:Na0787b59e4de4e64ac340d4f24bd8818 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night Thea+er Etude"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:Ndb3dfb7cc59641e4a258b79087d990f9 ;
    schema:name "Night Thea+er Etude"@en .

_:Ndb3dfb7cc59641e4a258b79087d990f9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Na0787b59e4de4e64ac340d4f24bd8818 ;
    mo:track_count 1 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Na0787b59e4de4e64ac340d4f24bd8818 .

_:Ne4d225daf5b44543bc6fa7045d5d0d9f schema:name "seatrus"@en,
        "seatrus"@ja,
        "seatrus"@ja-latn ;
    foaf:name "seatrus"@en,
        "seatrus"@ja,
        "seatrus"@ja-latn .

