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

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

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

<artist/140#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/24508#subject> ;
    schema:name "Hiroki Kikuta"@en,
        "菊田裕樹"@ja ;
    foaf:made <album/24508#composition>,
        <album/24508#subject> ;
    foaf:name "Hiroki Kikuta"@en,
        "菊田裕樹"@ja .

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

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

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

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

<org/749#subject> schema:name "Metaphasic Child"@en,
        "メタファジックチャイルド"@ja,
        "Metaphasic Child"@ja-latn ;
    foaf:name "Metaphasic Child"@en,
        "メタファジックチャイルド"@ja,
        "Metaphasic Child"@ja-latn .

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

<https://medium-media.vgm.io/albums/80/24508/24508-1299614528.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/24508#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-12-31"^^xsd:date ;
    dcterms:title "NAVEN"@en,
        "NAVEN"@ja,
        "NAVEN"@ja-latn ;
    mo:catalogue_number "META-0015" ;
    mo:media_type "CD" ;
    mo:publication_of <album/24508#musicalexpression> ;
    mo:publisher <org/749#subject> ;
    mo:record _:N2f23dcd4f3d6409296097a57dd293602 ;
    mo:record_count 1 ;
    mo:release <event/98> ;
    schema:datePublished "2010-12-31"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/80/24508/24508-1299614528.jpg> ;
    schema:name "NAVEN"@en,
        "NAVEN"@ja,
        "NAVEN"@ja-latn ;
    schema:publisher <org/749#subject> ;
    foaf:depiction <https://media.vgm.io/albums/80/24508/24508-1299614528.jpg> .

_:N2f23dcd4f3d6409296097a57dd293602 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nd98f2011a2e14156bffd3fd8923b5860 ;
    mo:track_count 1 ;
    schema:duration "PT8:42"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nd98f2011a2e14156bffd3fd8923b5860 .

_:Nd98f2011a2e14156bffd3fd8923b5860 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "NAVEN"@en ;
    mo:track_number 1 ;
    schema:duration "PT8:42"^^xsd:interval ;
    schema:inPlaylist _:N2f23dcd4f3d6409296097a57dd293602 ;
    schema:name "NAVEN"@en .

