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

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

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

<artist/1040#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/23245#subject> ;
    schema:name "Danny Baranowsky"@en ;
    foaf:made <album/23245#composition>,
        <album/23245#subject> ;
    foaf:name "Danny Baranowsky"@en .

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

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

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

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

<https://medium-media.vgm.io/albums/54/23245/23245-1294921313.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/23245#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-12-14"^^xsd:date ;
    dcterms:title "Time Donkey"@en,
        "Time Donkey"@ja,
        "Time Donkey"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/23245#musicalexpression> ;
    mo:publisher _:Naa992823bd694fba8ac734659744a877 ;
    mo:record _:Nd64c05ea5c5a4f14b5ec40fd595c98f0 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Time Donkey"@en ;
            foaf:name "Time Donkey"@en ] ;
    schema:datePublished "2010-12-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/54/23245/23245-1294921313.jpg> ;
    schema:name "Time Donkey"@en,
        "Time Donkey"@ja,
        "Time Donkey"@ja-latn ;
    schema:publisher _:Naa992823bd694fba8ac734659744a877 ;
    foaf:depiction <https://media.vgm.io/albums/54/23245/23245-1294921313.jpg> .

_:Naa992823bd694fba8ac734659744a877 schema:name "dB soundworks"@en,
        "dB soundworks"@ja,
        "dB soundworks"@ja-latn ;
    foaf:name "dB soundworks"@en,
        "dB soundworks"@ja,
        "dB soundworks"@ja-latn .

_:Nd17517759e904a95adf90e493f1c67f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Time Donkey - 100 Tacos, 100 Dollars"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:18"^^xsd:interval ;
    schema:inPlaylist _:Nd64c05ea5c5a4f14b5ec40fd595c98f0 ;
    schema:name "Time Donkey - 100 Tacos, 100 Dollars"@en .

_:Nde89b995dd8843b899658fff9bf87e7b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Time Donkey - Tacos of Time"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:Nd64c05ea5c5a4f14b5ec40fd595c98f0 ;
    schema:name "Time Donkey - Tacos of Time"@en .

_:Nd64c05ea5c5a4f14b5ec40fd595c98f0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nd17517759e904a95adf90e493f1c67f7,
        _:Nde89b995dd8843b899658fff9bf87e7b ;
    mo:track_count 2 ;
    schema:duration "PT6:14"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:Nd17517759e904a95adf90e493f1c67f7,
        _:Nde89b995dd8843b899658fff9bf87e7b .

