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

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

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

<artist/12474#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/119221#subject> ;
    schema:name "Austin Wintory"@en ;
    foaf:made <album/119221#composition>,
        <album/119221#subject> ;
    foaf:name "Austin Wintory"@en .

<product/18614#subject> a schema:CreativeWork ;
    schema:name "flOw"@en,
        "flOw"@ja,
        "flOw"@ja-latn ;
    foaf:name "flOw"@en,
        "flOw"@ja,
        "flOw"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/12/119221/119221-adfddd7deb8d.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/119221#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-03-23"^^xsd:date ;
    dcterms:title "Innocence"@en,
        "Innocence"@ja,
        "Innocence"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/119221#musicalexpression> ;
    mo:publisher _:N2d3f53fd82374bbe8039bb467f9e61df ;
    mo:record _:Nf334a62db93043a3a39640110a6c61de ;
    mo:record_count 1 ;
    schema:about <product/18614#subject> ;
    schema:datePublished "2022-03-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/12/119221/119221-adfddd7deb8d.jpg> ;
    schema:name "Innocence"@en,
        "Innocence"@ja,
        "Innocence"@ja-latn ;
    schema:publisher _:N2d3f53fd82374bbe8039bb467f9e61df ;
    foaf:depiction <https://media.vgm.io/albums/12/119221/119221-adfddd7deb8d.jpg> .

_:N19fd69e3f72f45a6a74886899bf3bfef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Innocence"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:17"^^xsd:interval ;
    schema:inPlaylist _:Nf334a62db93043a3a39640110a6c61de ;
    schema:name "Innocence"@en .

_:N2d3f53fd82374bbe8039bb467f9e61df schema:name "Bandcamp"@en ;
    foaf:name "Bandcamp"@en .

_:Nf334a62db93043a3a39640110a6c61de a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N19fd69e3f72f45a6a74886899bf3bfef ;
    mo:track_count 1 ;
    schema:duration "PT5:17"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N19fd69e3f72f45a6a74886899bf3bfef .

