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

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

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

<artist/12272#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/126456#subject> ;
    schema:name "Hommarju"@en ;
    foaf:made <album/126456#composition>,
        <album/126456#subject> ;
    foaf:name "Hommarju"@en .

<artist/2847#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/126456#subject> ;
    schema:name "RoughSketch"@en ;
    foaf:made <album/126456#composition>,
        <album/126456#subject> ;
    foaf:name "RoughSketch"@en .

<artist/35483#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/126456#subject> ;
    schema:name "Yooh"@en ;
    foaf:made <album/126456#composition>,
        <album/126456#subject> ;
    foaf:name "Yooh"@en .

<artist/38078#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/126456#subject> ;
    schema:name "Getty"@en ;
    foaf:made <album/126456#composition>,
        <album/126456#subject> ;
    foaf:name "Getty"@en .

<artist/46422#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/126456#subject> ;
    schema:name "Zekk"@en ;
    foaf:made <album/126456#composition>,
        <album/126456#subject> ;
    foaf:name "Zekk"@en .

<artist/49145#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/126456#subject> ;
    schema:name "Mitomoro"@en ;
    foaf:made <album/126456#composition>,
        <album/126456#subject> ;
    foaf:name "Mitomoro"@en .

<artist/58731#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/126456#subject> ;
    schema:name "Disco's Over"@en ;
    foaf:made <album/126456#composition>,
        <album/126456#subject> ;
    foaf:name "Disco's Over"@en .

<event/207> a mo:Release ;
    schema:name "Released at Comic Market 93 (Dec 29, 2017 to Dec 31, 2017)" .

<product/2941#subject> a schema:CreativeWork ;
    schema:name "beatmania IIDX 22 PENDUAL"@en,
        "beatmania IIDX 22 PENDUAL"@ja,
        "beatmania IIDX 22 PENDUAL"@ja-latn ;
    foaf:name "beatmania IIDX 22 PENDUAL"@en,
        "beatmania IIDX 22 PENDUAL"@ja,
        "beatmania IIDX 22 PENDUAL"@ja-latn .

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

<album/126456#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "LOUD SESSIONS / Hommarju & Friends"@en,
        "LOUD SESSIONS / Hommarju & Friends"@ja,
        "LOUD SESSIONS / Hommarju & Friends"@ja-latn ;
    mo:performance_of <album/126456#musicalwork> ;
    mo:recorded_as <album/126456#musicalexpression> ;
    schema:name "LOUD SESSIONS / Hommarju & Friends"@en,
        "LOUD SESSIONS / Hommarju & Friends"@ja,
        "LOUD SESSIONS / Hommarju & Friends"@ja-latn ;
    schema:workPerformed <album/126456#musicalwork> .

<org/3529#subject> schema:name "The NO1ZE"@en,
        "The NO1ZE"@ja,
        "The NO1ZE"@ja-latn ;
    foaf:name "The NO1ZE"@en,
        "The NO1ZE"@ja,
        "The NO1ZE"@ja-latn .

<https://media.vgm.io/albums/65/126456/126456-83a08ceed2ad.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/126456#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/65/126456/126456-83a08ceed2ad.jpg> ;
    foaf:depicts <album/126456#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/65/126456/126456-83a08ceed2ad.jpg> .

<https://medium-media.vgm.io/albums/65/126456/126456-83a08ceed2ad.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/126456#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "LOUD SESSIONS / Hommarju & Friends"@en,
        "LOUD SESSIONS / Hommarju & Friends"@ja,
        "LOUD SESSIONS / Hommarju & Friends"@ja-latn ;
    mo:composer <artist/12272#subject>,
        <artist/2847#subject>,
        <artist/35483#subject>,
        <artist/38078#subject>,
        <artist/46422#subject>,
        <artist/49145#subject>,
        <artist/58731#subject> ;
    mo:produced_work <album/126456#musicalwork> ;
    schema:name "LOUD SESSIONS / Hommarju & Friends"@en,
        "LOUD SESSIONS / Hommarju & Friends"@ja,
        "LOUD SESSIONS / Hommarju & Friends"@ja-latn .

<album/126456#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-12-29"^^xsd:date ;
    dcterms:title "LOUD SESSIONS / Hommarju & Friends"@en,
        "LOUD SESSIONS / Hommarju & Friends"@ja,
        "LOUD SESSIONS / Hommarju & Friends"@ja-latn ;
    mo:catalogue_number "NO1Z-0003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/126456#musicalexpression> ;
    mo:publisher <org/3529#subject> ;
    mo:record _:N82a356977e9e494ab213ef7f91da564d ;
    mo:record_count 1 ;
    mo:release <event/207> ;
    schema:about <product/2941#subject> ;
    schema:datePublished "2017-12-29"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/65/126456/126456-83a08ceed2ad.jpg> ;
    schema:name "LOUD SESSIONS / Hommarju & Friends"@en,
        "LOUD SESSIONS / Hommarju & Friends"@ja,
        "LOUD SESSIONS / Hommarju & Friends"@ja-latn ;
    schema:publisher <org/3529#subject> ;
    foaf:depiction <https://media.vgm.io/albums/65/126456/126456-83a08ceed2ad.jpg> .

_:N0b74a37dc74c485b8a2172cbe7d3b85e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Our Styles"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N82a356977e9e494ab213ef7f91da564d ;
    schema:name "Our Styles"@en .

_:N3a9de07b49ce42e1a009463c4aab1110 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Battle Drop"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N82a356977e9e494ab213ef7f91da564d ;
    schema:name "The Battle Drop"@en .

_:N7bac433eec3f4d55a33fabdaf70f36fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mosh Pit"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N82a356977e9e494ab213ef7f91da564d ;
    schema:name "Mosh Pit"@en .

_:N8045c75c67754aaa8b1bac4e2c492ee5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Flashes (Hommarju Remix)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N82a356977e9e494ab213ef7f91da564d ;
    schema:name "Flashes (Hommarju Remix)"@en .

_:Nbaab880bf95f491da5b1548b6b84a230 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pictures Of Light"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N82a356977e9e494ab213ef7f91da564d ;
    schema:name "Pictures Of Light"@en .

_:Nc660325edb694dfd8c896114dca891ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Party Better"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:N82a356977e9e494ab213ef7f91da564d ;
    schema:name "Party Better"@en .

_:Nd8539522866445c78039e1f9fb08c3b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Placebo Effect"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:N82a356977e9e494ab213ef7f91da564d ;
    schema:name "Placebo Effect"@en .

_:N82a356977e9e494ab213ef7f91da564d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0b74a37dc74c485b8a2172cbe7d3b85e,
        _:N3a9de07b49ce42e1a009463c4aab1110,
        _:N7bac433eec3f4d55a33fabdaf70f36fb,
        _:N8045c75c67754aaa8b1bac4e2c492ee5,
        _:Nbaab880bf95f491da5b1548b6b84a230,
        _:Nc660325edb694dfd8c896114dca891ee,
        _:Nd8539522866445c78039e1f9fb08c3b1 ;
    mo:track_count 7 ;
    schema:duration "PT23:39"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N0b74a37dc74c485b8a2172cbe7d3b85e,
        _:N3a9de07b49ce42e1a009463c4aab1110,
        _:N7bac433eec3f4d55a33fabdaf70f36fb,
        _:N8045c75c67754aaa8b1bac4e2c492ee5,
        _:Nbaab880bf95f491da5b1548b6b84a230,
        _:Nc660325edb694dfd8c896114dca891ee,
        _:Nd8539522866445c78039e1f9fb08c3b1 .

