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

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

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

<artist/7001#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36065#subject> ;
    schema:name "da"@en,
        "だ"@ja ;
    foaf:made <album/36065#composition>,
        <album/36065#subject> ;
    foaf:name "da"@en,
        "だ"@ja .

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

<album/36065#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "C77 Omake CD"@en,
        "C77 Omake CD"@ja,
        "C77 Omake CD"@ja-latn ;
    mo:composer <artist/7001#subject> ;
    mo:produced_work <album/36065#musicalwork> ;
    schema:name "C77 Omake CD"@en,
        "C77 Omake CD"@ja,
        "C77 Omake CD"@ja-latn .

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

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

<org/495#subject> schema:name "Forest306"@en,
        "Forest306"@ja,
        "Forest306"@ja-latn ;
    foaf:name "Forest306"@en,
        "Forest306"@ja,
        "Forest306"@ja-latn .

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

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/36065#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/36065#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/36065#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-12-30"^^xsd:date ;
    dcterms:title "C77 Omake CD"@en,
        "C77 Omake CD"@ja,
        "C77 Omake CD"@ja-latn ;
    mo:catalogue_number "F306-0003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/36065#musicalexpression> ;
    mo:publisher <org/495#subject> ;
    mo:record _:N00c88165ec614bb8b948d30fbcab710f ;
    mo:record_count 1 ;
    mo:release <event/66> ;
    schema:datePublished "2009-12-30"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "C77 Omake CD"@en,
        "C77 Omake CD"@ja,
        "C77 Omake CD"@ja-latn ;
    schema:publisher <org/495#subject> ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N686994296de143c18763412a2a1ee055 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "くろまくかわいいよくろまく"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N00c88165ec614bb8b948d30fbcab710f ;
    schema:name "くろまくかわいいよくろまく"@ja .

_:N6cc7ace754a748cdbeb902414a1b1180 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "戦場のメリー（９）リスマス"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N00c88165ec614bb8b948d30fbcab710f ;
    schema:name "戦場のメリー（９）リスマス"@ja .

_:N00c88165ec614bb8b948d30fbcab710f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N686994296de143c18763412a2a1ee055,
        _:N6cc7ace754a748cdbeb902414a1b1180 ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N686994296de143c18763412a2a1ee055,
        _:N6cc7ace754a748cdbeb902414a1b1180 .

