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

<album/43783#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "BLACK ACT"@en,
        "BLACK ACT"@ja,
        "BLACK ACT"@ja-latn ;
    mo:produced_work <album/43783#musicalwork> ;
    schema:name "BLACK ACT"@en,
        "BLACK ACT"@ja,
        "BLACK ACT"@ja-latn .

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

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

<event/152> a mo:Release ;
    schema:name "Released at M3-2012 Fall (Oct 28, 2012)" .

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

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

<org/4262#subject> schema:name "ACT"@en,
        "ACT"@ja,
        "ACT"@ja-latn ;
    foaf:name "ACT"@en,
        "ACT"@ja,
        "ACT"@ja-latn .

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

<https://medium-media.vgm.io/albums/38/43783/43783-1389978346.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/43783#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-10-28"^^xsd:date ;
    dcterms:title "BLACK ACT"@en,
        "BLACK ACT"@ja,
        "BLACK ACT"@ja-latn ;
    mo:catalogue_number "ACTR-0003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/43783#musicalexpression> ;
    mo:publisher <org/4262#subject> ;
    mo:record _:Ned9e79a2da574a07b1c56160bf906674 ;
    mo:record_count 1 ;
    mo:release <event/152> ;
    schema:datePublished "2012-10-28"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/38/43783/43783-1389978346.jpg> ;
    schema:name "BLACK ACT"@en,
        "BLACK ACT"@ja,
        "BLACK ACT"@ja-latn ;
    schema:publisher <org/4262#subject> ;
    foaf:depiction <https://media.vgm.io/albums/38/43783/43783-1389978346.jpg> .

_:N5bebc5fe4edb4beea499e99cd9895edb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ブラックメリーゴーラウンド"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:Ned9e79a2da574a07b1c56160bf906674 ;
    schema:name "ブラックメリーゴーラウンド"@ja .

_:Na52649962e5340119f0cab588a77361e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Last Leaf."@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:Ned9e79a2da574a07b1c56160bf906674 ;
    schema:name "The Last Leaf."@ja .

_:Ne543f65111644cbeb129468309617779 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Motty Tight!"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:Ned9e79a2da574a07b1c56160bf906674 ;
    schema:name "Motty Tight!"@ja .

_:Ned9e79a2da574a07b1c56160bf906674 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5bebc5fe4edb4beea499e99cd9895edb,
        _:Na52649962e5340119f0cab588a77361e,
        _:Ne543f65111644cbeb129468309617779 ;
    mo:track_count 3 ;
    schema:duration "PT10:46"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N5bebc5fe4edb4beea499e99cd9895edb,
        _:Na52649962e5340119f0cab588a77361e,
        _:Ne543f65111644cbeb129468309617779 .

