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

<album/112844#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "CHIPGIRL!"@en,
        "CHIPGIRL!"@ja,
        "CHIPGIRL!"@ja-latn ;
    mo:produced_work <album/112844#musicalwork> ;
    schema:name "CHIPGIRL!"@en,
        "CHIPGIRL!"@ja,
        "CHIPGIRL!"@ja-latn .

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

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

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

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

<https://media.vgm.io/albums/44/112844/112844-9fb5d2009c11.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/112844#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/44/112844/112844-9fb5d2009c11.jpg> ;
    foaf:depicts <album/112844#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/44/112844/112844-9fb5d2009c11.jpg> .

<https://medium-media.vgm.io/albums/44/112844/112844-9fb5d2009c11.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/112844#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-10-30"^^xsd:date ;
    dcterms:title "CHIPGIRL!"@en,
        "CHIPGIRL!"@ja,
        "CHIPGIRL!"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD-R" ;
    mo:publication_of <album/112844#musicalexpression> ;
    mo:publisher _:N02311f6fdb2c453890cb6636b3572d2d ;
    mo:record _:N832026ef819d4d7ca6a8b30a128ad14f ;
    mo:record_count 1 ;
    schema:datePublished "2016-10-30"^^xsd:date ;
    schema:genre "Game-adjacent" ;
    schema:image <https://media.vgm.io/albums/44/112844/112844-9fb5d2009c11.jpg> ;
    schema:name "CHIPGIRL!"@en,
        "CHIPGIRL!"@ja,
        "CHIPGIRL!"@ja-latn ;
    schema:publisher _:N02311f6fdb2c453890cb6636b3572d2d ;
    foaf:depiction <https://media.vgm.io/albums/44/112844/112844-9fb5d2009c11.jpg> .

_:N02311f6fdb2c453890cb6636b3572d2d schema:name "kobalab"@en ;
    foaf:name "kobalab"@en .

_:N48677adfac93466cbbfb71d32feedf7b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mutant Girl"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:N832026ef819d4d7ca6a8b30a128ad14f ;
    schema:name "Mutant Girl"@en .

_:N9c5010ad00fc43589d3c83c24415a44b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Splash Girl"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N832026ef819d4d7ca6a8b30a128ad14f ;
    schema:name "Splash Girl"@en .

_:N832026ef819d4d7ca6a8b30a128ad14f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N48677adfac93466cbbfb71d32feedf7b,
        _:N9c5010ad00fc43589d3c83c24415a44b ;
    mo:track_count 2 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N48677adfac93466cbbfb71d32feedf7b,
        _:N9c5010ad00fc43589d3c83c24415a44b .

