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

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

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

<artist/2596#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/134776#subject> ;
    schema:name "LV.4"@en ;
    foaf:made <album/134776#composition>,
        <album/134776#subject> ;
    foaf:name "LV.4"@en .

<event/220> a mo:Release ;
    schema:name "Released at M3-2019 Spring (Apr 28, 2019)" .

<album/134776#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Pollute EP"@en,
        "Pollute EP"@ja,
        "Pollute EP"@ja-latn ;
    mo:composer <artist/2596#subject> ;
    mo:produced_work <album/134776#musicalwork> ;
    schema:name "Pollute EP"@en,
        "Pollute EP"@ja,
        "Pollute EP"@ja-latn .

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

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

<org/458#subject> schema:name "CODE-49"@en,
        "CODE-49"@ja,
        "CODE-49"@ja-latn ;
    foaf:name "CODE-49"@en,
        "CODE-49"@ja,
        "CODE-49"@ja-latn .

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

<https://medium-media.vgm.io/albums/67/134776/134776-d0bfa5af63e7.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/134776#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-04-28"^^xsd:date ;
    dcterms:title "Pollute EP"@en,
        "Pollute EP"@ja,
        "Pollute EP"@ja-latn ;
    mo:catalogue_number "49CDEX-0009" ;
    mo:media_type "CD" ;
    mo:publication_of <album/134776#musicalexpression> ;
    mo:publisher <org/458#subject> ;
    mo:record _:Nbde414c8a9fc42ebb27f343d4e091425 ;
    mo:record_count 1 ;
    mo:release <event/220> ;
    schema:datePublished "2019-04-28"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/67/134776/134776-d0bfa5af63e7.jpg> ;
    schema:name "Pollute EP"@en,
        "Pollute EP"@ja,
        "Pollute EP"@ja-latn ;
    schema:publisher <org/458#subject> ;
    foaf:depiction <https://media.vgm.io/albums/67/134776/134776-d0bfa5af63e7.jpg> .

_:N041136c927954bb997e3fe3041d94874 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pollute"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nbde414c8a9fc42ebb27f343d4e091425 ;
    schema:name "Pollute"@en .

_:Na2fc2a0ed1c94f02a4dad2b588f188bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pollute (Instrumental)"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nbde414c8a9fc42ebb27f343d4e091425 ;
    schema:name "Pollute (Instrumental)"@en .

_:Nbde414c8a9fc42ebb27f343d4e091425 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N041136c927954bb997e3fe3041d94874,
        _:Na2fc2a0ed1c94f02a4dad2b588f188bb ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N041136c927954bb997e3fe3041d94874,
        _:Na2fc2a0ed1c94f02a4dad2b588f188bb .

