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

<album/120755#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Please Annihilate Oulu"@en,
        "Please Annihilate Oulu"@ja,
        "Please Annihilate Oulu"@ja-latn ;
    mo:produced_work <album/120755#musicalwork> ;
    schema:name "Please Annihilate Oulu"@en,
        "Please Annihilate Oulu"@ja,
        "Please Annihilate Oulu"@ja-latn .

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

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

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

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

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

<https://medium-media.vgm.io/albums/55/120755/120755-c4bb64c95785.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/120755#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2000-12-07"^^xsd:date ;
    dcterms:title "Please Annihilate Oulu"@en,
        "Please Annihilate Oulu"@ja,
        "Please Annihilate Oulu"@ja-latn ;
    mo:catalogue_number "mtk.mp3.043" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/120755#musicalexpression> ;
    mo:publisher _:Nc57d5fb0a29c4a7ab86312e4db51462d ;
    mo:record _:N02120f1f09934751a1f9558ddac790e3 ;
    mo:record_count 1 ;
    schema:datePublished "2000-12-07"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/55/120755/120755-c4bb64c95785.jpg> ;
    schema:name "Please Annihilate Oulu"@en,
        "Please Annihilate Oulu"@ja,
        "Please Annihilate Oulu"@ja-latn ;
    schema:publisher _:Nc57d5fb0a29c4a7ab86312e4db51462d ;
    foaf:depiction <https://media.vgm.io/albums/55/120755/120755-c4bb64c95785.jpg> .

_:N4c17116c97384623b2d20e55e9f6eba5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Copyplate"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N02120f1f09934751a1f9558ddac790e3 ;
    schema:name "Copyplate"@en .

_:Nb4aca7ecab4d44b08c7c67cd8c3575d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lissabon"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:inPlaylist _:N02120f1f09934751a1f9558ddac790e3 ;
    schema:name "Lissabon"@en .

_:Nc57d5fb0a29c4a7ab86312e4db51462d schema:name "Monotonik"@en,
        "Monotonik"@ja,
        "Monotonik"@ja-latn ;
    foaf:name "Monotonik"@en,
        "Monotonik"@ja,
        "Monotonik"@ja-latn .

_:N02120f1f09934751a1f9558ddac790e3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4c17116c97384623b2d20e55e9f6eba5,
        _:Nb4aca7ecab4d44b08c7c67cd8c3575d9 ;
    mo:track_count 2 ;
    schema:duration "PT7:00"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N4c17116c97384623b2d20e55e9f6eba5,
        _:Nb4aca7ecab4d44b08c7c67cd8c3575d9 .

