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

<artist/18049#subject> a schema:Person,
        foaf:Person ;
    schema:name "Azumi Waki"@en,
        "和氣あず未"@ja ;
    foaf:made <album/99409#subject>,
        <album/99409#vocals> ;
    foaf:name "Azumi Waki"@en,
        "和氣あず未"@ja .

<artist/29638#subject> a schema:Person,
        foaf:Person ;
    schema:name "Haruka Shamoto"@en,
        "社本悠"@ja ;
    foaf:made <album/99409#subject>,
        <album/99409#vocals> ;
    foaf:name "Haruka Shamoto"@en,
        "社本悠"@ja .

<artist/29874#subject> a schema:Person,
        foaf:Person ;
    schema:name "Wakana Kingyo"@en,
        "金魚わかな"@ja ;
    foaf:made <album/99409#subject>,
        <album/99409#vocals> ;
    foaf:name "Wakana Kingyo"@en,
        "金魚わかな"@ja .

<artist/33760#subject> a schema:Person,
        foaf:Person ;
    schema:name "2ndlifecrew"@en ;
    foaf:made <album/99409#lyrics>,
        <album/99409#subject> ;
    foaf:name "2ndlifecrew"@en .

<product/8393#subject> a schema:CreativeWork ;
    schema:name "8 beat Story♪"@en,
        "8 beat Story♪"@ja,
        "8 beat Story♪"@ja-latn ;
    foaf:name "8 beat Story♪"@en,
        "8 beat Story♪"@ja,
        "8 beat Story♪"@ja-latn .

<album/99409#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "INNOCENT / 8/pLanet!!"@en,
        "INNOCENT / 8/pLanet!!"@ja,
        "INNOCENT / 8/pLanet!!"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "戸叶理人"@en ;
            foaf:made <album/99409#composition> ;
            foaf:name "戸叶理人"@en ] ;
    mo:produced_work <album/99409#musicalwork> ;
    schema:name "INNOCENT / 8/pLanet!!"@en,
        "INNOCENT / 8/pLanet!!"@ja,
        "INNOCENT / 8/pLanet!!"@ja-latn .

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

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

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

<org/2181#subject> schema:name "HoriPro"@en,
        "株式会社ホリプロ"@ja,
        "HoriPro"@ja-latn ;
    foaf:name "HoriPro"@en,
        "株式会社ホリプロ"@ja,
        "HoriPro"@ja-latn .

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

<https://medium-media.vgm.io/albums/90/99409/99409-1590319643.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/99409#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-12-07"^^xsd:date ;
    dcterms:title "INNOCENT / 8/pLanet!!"@en,
        "INNOCENT / 8/pLanet!!"@ja,
        "INNOCENT / 8/pLanet!!"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/99409#musicalexpression> ;
    mo:publisher <org/2181#subject> ;
    mo:record _:Na15da56a1e664da4b87979c449e0b9ff ;
    mo:record_count 1 ;
    schema:about <product/8393#subject> ;
    schema:datePublished "2016-12-07"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/90/99409/99409-1590319643.jpg> ;
    schema:name "INNOCENT / 8/pLanet!!"@en,
        "INNOCENT / 8/pLanet!!"@ja,
        "INNOCENT / 8/pLanet!!"@ja-latn ;
    schema:publisher <org/2181#subject> ;
    foaf:depiction <https://media.vgm.io/albums/90/99409/99409-1590319643.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99409#subject> ;
    schema:name "戸叶理人"@en ;
    foaf:made <album/99409#subject> ;
    foaf:name "戸叶理人"@en .

_:Na15da56a1e664da4b87979c449e0b9ff a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nefa22548eea843f4a57b94db1ba2ed8c ;
    mo:track_count 1 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nefa22548eea843f4a57b94db1ba2ed8c .

_:Nefa22548eea843f4a57b94db1ba2ed8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "INNOCENT"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:Na15da56a1e664da4b87979c449e0b9ff ;
    schema:name "INNOCENT"@en .

