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

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

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

<album/51839#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Famous Paintings Parodies"@en,
        "Famous Paintings Parodies"@ja,
        "Famous Paintings Parodies"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "DJ Pulp"@en ;
            foaf:made <album/51839#composition> ;
            foaf:name "DJ Pulp"@en ] ;
    mo:produced_work <album/51839#musicalwork> ;
    schema:name "Famous Paintings Parodies"@en,
        "Famous Paintings Parodies"@ja,
        "Famous Paintings Parodies"@ja-latn .

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

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

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

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

<album/51839#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-12-02"^^xsd:date ;
    dcterms:title "Famous Paintings Parodies"@en,
        "Famous Paintings Parodies"@ja,
        "Famous Paintings Parodies"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/51839#musicalexpression> ;
    mo:publisher _:Nf7bff28910a74b1d9f828bbc9936e9c1 ;
    mo:record _:Nc6aca24ace5b4b85bc1469be23c2556f ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Famous Painting Parodies"@en ;
            foaf:name "Famous Painting Parodies"@en ] ;
    schema:datePublished "2014-12-02"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Famous Paintings Parodies"@en,
        "Famous Paintings Parodies"@ja,
        "Famous Paintings Parodies"@ja-latn ;
    schema:publisher _:Nf7bff28910a74b1d9f828bbc9936e9c1 ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

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

_:N163ebb61cd6f48c0ac308da84e0f08a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aura"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:Nc6aca24ace5b4b85bc1469be23c2556f ;
    schema:name "Aura"@en .

_:N2be4c5250bdb4a1bb20598341fbeccaa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fayer"@en ;
    mo:track_number 3 ;
    schema:duration "PT1:24"^^xsd:interval ;
    schema:inPlaylist _:Nc6aca24ace5b4b85bc1469be23c2556f ;
    schema:name "Fayer"@en .

_:Na0ca16331e2b42e596d3915766499e18 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vata"@en ;
    mo:track_number 2 ;
    schema:duration "PT0:55"^^xsd:interval ;
    schema:inPlaylist _:Nc6aca24ace5b4b85bc1469be23c2556f ;
    schema:name "Vata"@en .

_:Nf7bff28910a74b1d9f828bbc9936e9c1 schema:name "DJ Pulp"@en ;
    foaf:name "DJ Pulp"@en .

_:Nc6aca24ace5b4b85bc1469be23c2556f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N163ebb61cd6f48c0ac308da84e0f08a0,
        _:N2be4c5250bdb4a1bb20598341fbeccaa,
        _:Na0ca16331e2b42e596d3915766499e18 ;
    mo:track_count 3 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N163ebb61cd6f48c0ac308da84e0f08a0,
        _:N2be4c5250bdb4a1bb20598341fbeccaa,
        _:Na0ca16331e2b42e596d3915766499e18 .

