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

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

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

<artist/11774#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/29238#subject> ;
    schema:name "Jeff Ball"@en ;
    foaf:made <album/29238#composition>,
        <album/29238#subject> ;
    foaf:name "Jeff Ball"@en .

<album/29238#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tiny Barbarian Soundtrack"@en,
        "Tiny Barbarian Soundtrack"@ja,
        "Tiny Barbarian Soundtrack"@ja-latn ;
    mo:composer <artist/11774#subject> ;
    mo:produced_work <album/29238#musicalwork> ;
    schema:name "Tiny Barbarian Soundtrack"@en,
        "Tiny Barbarian Soundtrack"@ja,
        "Tiny Barbarian Soundtrack"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/83/29238/29238-1317484531.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/29238#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-02-07"^^xsd:date ;
    dcterms:title "Tiny Barbarian Soundtrack"@en,
        "Tiny Barbarian Soundtrack"@ja,
        "Tiny Barbarian Soundtrack"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/29238#musicalexpression> ;
    mo:publisher _:Nd871508f5bcf4dbea90acc438fc49649 ;
    mo:record _:N241fa623307540f9a6fcfcb394370a65 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Tiny Barbarian"@en ;
            foaf:name "Tiny Barbarian"@en ] ;
    schema:datePublished "2011-02-07"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/83/29238/29238-1317484531.jpg> ;
    schema:name "Tiny Barbarian Soundtrack"@en,
        "Tiny Barbarian Soundtrack"@ja,
        "Tiny Barbarian Soundtrack"@ja-latn ;
    schema:publisher _:Nd871508f5bcf4dbea90acc438fc49649 ;
    foaf:depiction <https://media.vgm.io/albums/83/29238/29238-1317484531.jpg> .

_:N83c06f3f4df14b7d8c6a326126bc824f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Through the Ice Fields"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N241fa623307540f9a6fcfcb394370a65 ;
    schema:name "Through the Ice Fields"@en .

_:Nd871508f5bcf4dbea90acc438fc49649 schema:name "Jeff Ball"@en ;
    foaf:name "Jeff Ball"@en .

_:Nda6ee11510764bfca055036c6aff3a32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Battle with the Frost Giants"@en ;
    mo:track_number 2 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:N241fa623307540f9a6fcfcb394370a65 ;
    schema:name "Battle with the Frost Giants"@en .

_:N241fa623307540f9a6fcfcb394370a65 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N83c06f3f4df14b7d8c6a326126bc824f,
        _:Nda6ee11510764bfca055036c6aff3a32 ;
    mo:track_count 2 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N83c06f3f4df14b7d8c6a326126bc824f,
        _:Nda6ee11510764bfca055036c6aff3a32 .

