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

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

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

<album/41985#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Library Pancake History"@en,
        "Library Pancake History"@ja,
        "Library Pancake History"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "FRACTURES"@en ;
            foaf:made <album/41985#composition> ;
            foaf:name "FRACTURES"@en ] ;
    mo:produced_work <album/41985#musicalwork> ;
    schema:name "Library Pancake History"@en,
        "Library Pancake History"@ja,
        "Library Pancake History"@ja-latn .

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

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

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

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/41985#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/41985#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/41985#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-11-27"^^xsd:date ;
    dcterms:title "Library Pancake History"@en,
        "Library Pancake History"@ja,
        "Library Pancake History"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/41985#musicalexpression> ;
    mo:publisher _:N9fc7c70fac9f4ab18bf869fd29584405 ;
    mo:record _:N1fef99e899f447618e067c1b01d80568 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Library Pancake History: An Indie Adventure"@en ;
            foaf:name "Library Pancake History: An Indie Adventure"@en ] ;
    schema:datePublished "2012-11-27"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Library Pancake History"@en,
        "Library Pancake History"@ja,
        "Library Pancake History"@ja-latn ;
    schema:publisher _:N9fc7c70fac9f4ab18bf869fd29584405 ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41985#subject> ;
    schema:name "FRACTURES"@en ;
    foaf:made <album/41985#subject> ;
    foaf:name "FRACTURES"@en .

_:N2afc0b34c4984aba903c849a58d64cca a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Man's Best Friend"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:N1fef99e899f447618e067c1b01d80568 ;
    schema:name "Man's Best Friend"@en .

_:N9fc7c70fac9f4ab18bf869fd29584405 schema:name "FRACTURES Music"@en,
        "FRACTURES Music"@ja,
        "FRACTURES Music"@ja-latn ;
    foaf:name "FRACTURES Music"@en,
        "FRACTURES Music"@ja,
        "FRACTURES Music"@ja-latn .

_:Na9cacb5634e84dab9b1a4ac3a1c70b3e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Search"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:inPlaylist _:N1fef99e899f447618e067c1b01d80568 ;
    schema:name "The Search"@en .

_:N1fef99e899f447618e067c1b01d80568 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2afc0b34c4984aba903c849a58d64cca,
        _:Na9cacb5634e84dab9b1a4ac3a1c70b3e ;
    mo:track_count 2 ;
    schema:duration "PT6:01"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N2afc0b34c4984aba903c849a58d64cca,
        _:Na9cacb5634e84dab9b1a4ac3a1c70b3e .

