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

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

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

<event/3> a mo:Release ;
    schema:name "Released at Comic Market 71 (Dec 29, 2006 to Dec 31, 2006)" .

<album/49650#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "schizophrenia"@en,
        "schizophrenia"@ja,
        "schizophrenia"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "dBu music"@en ;
            foaf:made <album/49650#composition> ;
            foaf:name "dBu music"@en ] ;
    mo:produced_work <album/49650#musicalwork> ;
    schema:name "schizophrenia"@en,
        "schizophrenia"@ja,
        "schizophrenia"@ja-latn .

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

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

<org/100#subject> schema:name "dBu music"@en,
        "dBu music"@ja,
        "dBu music"@ja-latn ;
    foaf:name "dBu music"@en,
        "dBu music"@ja,
        "dBu music"@ja-latn .

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

<https://medium-media.vgm.io/albums/05/49650/49650-1418187332.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/49650#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-12-31"^^xsd:date ;
    dcterms:title "schizophrenia"@en,
        "schizophrenia"@ja,
        "schizophrenia"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD-R" ;
    mo:publication_of <album/49650#musicalexpression> ;
    mo:publisher <org/100#subject> ;
    mo:record _:N19ef4e51c00a4092988f15e63ed80b1b ;
    mo:record_count 1 ;
    mo:release <event/3> ;
    schema:datePublished "2006-12-31"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/05/49650/49650-1418187332.jpg> ;
    schema:name "schizophrenia"@en,
        "schizophrenia"@ja,
        "schizophrenia"@ja-latn ;
    schema:publisher <org/100#subject> ;
    foaf:depiction <https://media.vgm.io/albums/05/49650/49650-1418187332.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/49650#subject> ;
    schema:name "dBu music"@en ;
    foaf:made <album/49650#subject> ;
    foaf:name "dBu music"@en .

_:N19ef4e51c00a4092988f15e63ed80b1b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nd7f6aeda9a814e4080559189c2a6b90b ;
    mo:track_count 1 ;
    schema:duration "PT36:49"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nd7f6aeda9a814e4080559189c2a6b90b .

_:Nd7f6aeda9a814e4080559189c2a6b90b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "schizophrenia"@ja ;
    mo:track_number 1 ;
    schema:duration "PT36:49"^^xsd:interval ;
    schema:inPlaylist _:N19ef4e51c00a4092988f15e63ed80b1b ;
    schema:name "schizophrenia"@ja .

