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

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

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

<artist/14923#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42019#subject> ;
    schema:name "Nick Yonge"@en ;
    foaf:made <album/42019#composition>,
        <album/42019#subject> ;
    foaf:name "Nick Yonge"@en .

<album/42019#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "i saw her standing there. but then she was a zombie. official soundtrack"@en,
        "i saw her standing there. but then she was a zombie. official soundtrack"@ja,
        "i saw her standing there. but then she was a zombie. official soundtrack"@ja-latn ;
    mo:composer <artist/14923#subject> ;
    mo:produced_work <album/42019#musicalwork> ;
    schema:name "i saw her standing there. but then she was a zombie. official soundtrack"@en,
        "i saw her standing there. but then she was a zombie. official soundtrack"@ja,
        "i saw her standing there. but then she was a zombie. official soundtrack"@ja-latn .

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

<album/42019#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "i saw her standing there. but then she was a zombie. official soundtrack"@en,
        "i saw her standing there. but then she was a zombie. official soundtrack"@ja,
        "i saw her standing there. but then she was a zombie. official soundtrack"@ja-latn ;
    mo:performance_of <album/42019#musicalwork> ;
    mo:recorded_as <album/42019#musicalexpression> ;
    schema:name "i saw her standing there. but then she was a zombie. official soundtrack"@en,
        "i saw her standing there. but then she was a zombie. official soundtrack"@ja,
        "i saw her standing there. but then she was a zombie. official soundtrack"@ja-latn ;
    schema:workPerformed <album/42019#musicalwork> .

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

<https://medium-media.vgm.io/albums/91/42019/42019-1380669309.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/42019#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-04-14"^^xsd:date ;
    dcterms:title "i saw her standing there. but then she was a zombie. official soundtrack"@en,
        "i saw her standing there. but then she was a zombie. official soundtrack"@ja,
        "i saw her standing there. but then she was a zombie. official soundtrack"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/42019#musicalexpression> ;
    mo:publisher _:Na10471756052491cbe7d9933f34ba3ed ;
    mo:record _:N02ab0d75e15e410fafee57062a1f427f ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "i saw her standing there"@en ;
            foaf:name "i saw her standing there"@en ] ;
    schema:datePublished "2011-04-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/91/42019/42019-1380669309.jpg> ;
    schema:name "i saw her standing there. but then she was a zombie. official soundtrack"@en,
        "i saw her standing there. but then she was a zombie. official soundtrack"@ja,
        "i saw her standing there. but then she was a zombie. official soundtrack"@ja-latn ;
    schema:publisher _:Na10471756052491cbe7d9933f34ba3ed ;
    foaf:depiction <https://media.vgm.io/albums/91/42019/42019-1380669309.jpg> .

_:N02ab0d75e15e410fafee57062a1f427f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N607130718e744f70aa665ea3c73f70ea ;
    mo:track_count 1 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N607130718e744f70aa665ea3c73f70ea .

_:N607130718e744f70aa665ea3c73f70ea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "i saw her making pancakes"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N02ab0d75e15e410fafee57062a1f427f ;
    schema:name "i saw her making pancakes"@en .

_:Na10471756052491cbe7d9933f34ba3ed schema:name "krangGAMES"@en,
        "krangGAMES"@ja,
        "krangGAMES"@ja-latn ;
    foaf:name "krangGAMES"@en,
        "krangGAMES"@ja,
        "krangGAMES"@ja-latn .

