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

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

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

<artist/12003#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/127099#subject> ;
    schema:name "Massive New Krew"@en ;
    foaf:made <album/127099#composition>,
        <album/127099#subject> ;
    foaf:name "Massive New Krew"@en .

<artist/55486#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/127099#subject> ;
    schema:name "Harmony's"@en ;
    foaf:made <album/127099#composition>,
        <album/127099#subject> ;
    foaf:name "Harmony's"@en .

<artist/7169#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/127099#subject> ;
    schema:name "P*Light"@en ;
    foaf:made <album/127099#composition>,
        <album/127099#subject> ;
    foaf:name "P*Light"@en .

<event/223> a mo:Release ;
    schema:name "Released at Comic Market 96 (Aug 09, 2019 to Aug 12, 2019)" .

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

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

<org/3604#subject> schema:name "Massive CircleZ"@en,
        "Massive CircleZ"@ja,
        "Massive CircleZ"@ja-latn ;
    foaf:name "Massive CircleZ"@en,
        "Massive CircleZ"@ja,
        "Massive CircleZ"@ja-latn .

<https://media.vgm.io/albums/99/127099/127099-4b9101d12ff7.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/127099#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/99/127099/127099-4b9101d12ff7.jpg> ;
    foaf:depicts <album/127099#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/99/127099/127099-4b9101d12ff7.jpg> .

<https://medium-media.vgm.io/albums/99/127099/127099-4b9101d12ff7.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/127099#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "RESONANCE"@en,
        "RESONANCE"@ja,
        "RESONANCE"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Massive CircleZ)"@en ;
            foaf:made <album/127099#composition> ;
            foaf:name "(Massive CircleZ)"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "(pichnopop)"@en ;
            foaf:made <album/127099#composition> ;
            foaf:name "(pichnopop)"@en ],
        <artist/12003#subject>,
        <artist/55486#subject>,
        <artist/7169#subject> ;
    mo:produced_work <album/127099#musicalwork> ;
    schema:name "RESONANCE"@en,
        "RESONANCE"@ja,
        "RESONANCE"@ja-latn .

<album/127099#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-08-12"^^xsd:date ;
    dcterms:title "RESONANCE"@en,
        "RESONANCE"@ja,
        "RESONANCE"@ja-latn ;
    mo:catalogue_number "HMN-001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/127099#musicalexpression> ;
    mo:publisher <org/3604#subject> ;
    mo:record _:N210f08aa253c486e9137cda7b79df6e8 ;
    mo:record_count 1 ;
    mo:release <event/223> ;
    schema:datePublished "2019-08-12"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/99/127099/127099-4b9101d12ff7.jpg> ;
    schema:name "RESONANCE"@en,
        "RESONANCE"@ja,
        "RESONANCE"@ja-latn ;
    schema:publisher <org/3604#subject> ;
    foaf:depiction <https://media.vgm.io/albums/99/127099/127099-4b9101d12ff7.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/127099#subject> ;
    schema:name "(pichnopop)"@en ;
    foaf:made <album/127099#subject> ;
    foaf:name "(pichnopop)"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/127099#subject> ;
    schema:name "(Massive CircleZ)"@en ;
    foaf:made <album/127099#subject> ;
    foaf:name "(Massive CircleZ)"@en .

_:N27b88f9dbdf84f249b6cf22e3004f096 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BOOM! BOOM!! BOOM!!! (Massive New Krew Remix)"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:52"^^xsd:interval ;
    schema:inPlaylist _:N210f08aa253c486e9137cda7b79df6e8 ;
    schema:name "BOOM! BOOM!! BOOM!!! (Massive New Krew Remix)"@ja .

_:N38a8867d2e3548d180c129cd1d25b688 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ever Free (P*Light Remix)"@ja ;
    mo:track_number 10 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:N210f08aa253c486e9137cda7b79df6e8 ;
    schema:name "Ever Free (P*Light Remix)"@ja .

_:N4d1829e401f4446693b9fabe644f227c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Let's Get Started"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N210f08aa253c486e9137cda7b79df6e8 ;
    schema:name "Let's Get Started"@ja .

_:N62d879bab14b4a45b576dba703eff7db a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shining Harmony"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N210f08aa253c486e9137cda7b79df6e8 ;
    schema:name "Shining Harmony"@ja .

_:N815d9a49239b446a9f76386ad9050fcd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dreamy Sky"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:N210f08aa253c486e9137cda7b79df6e8 ;
    schema:name "Dreamy Sky"@ja .

_:N8838a13f38c942a9bd651a33ae7eb1c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Universe"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:N210f08aa253c486e9137cda7b79df6e8 ;
    schema:name "Universe"@ja .

_:Nabc1b2ed7f624cb78dc4362185ce66b3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ENDROLL ~ミチシルベ~"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:N210f08aa253c486e9137cda7b79df6e8 ;
    schema:name "ENDROLL ~ミチシルベ~"@ja .

_:Nbd50df5b8d0c4228bc0afc0e6e22c14f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "BEGINING ~ハジマリノオト~"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:08"^^xsd:interval ;
    schema:inPlaylist _:N210f08aa253c486e9137cda7b79df6e8 ;
    schema:name "BEGINING ~ハジマリノオト~"@ja .

_:Nc006c62c33924ce39ec8e733614536c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Never Let You Go"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N210f08aa253c486e9137cda7b79df6e8 ;
    schema:name "Never Let You Go"@ja .

_:Nee0f3a7f13bc48c696353620d76c8bd9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Juvenile Story"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N210f08aa253c486e9137cda7b79df6e8 ;
    schema:name "Juvenile Story"@ja .

_:Need293832e5545edb66fb8742f35246c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SUNNY SUNNY SUMMER"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:N210f08aa253c486e9137cda7b79df6e8 ;
    schema:name "SUNNY SUNNY SUMMER"@ja .

_:Nf721a61062df4e8da907fb1a55bbfc73 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Feel so Alive"@ja ;
    mo:track_number 8 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:N210f08aa253c486e9137cda7b79df6e8 ;
    schema:name "Feel so Alive"@ja .

_:N210f08aa253c486e9137cda7b79df6e8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N27b88f9dbdf84f249b6cf22e3004f096,
        _:N38a8867d2e3548d180c129cd1d25b688,
        _:N4d1829e401f4446693b9fabe644f227c,
        _:N62d879bab14b4a45b576dba703eff7db,
        _:N815d9a49239b446a9f76386ad9050fcd,
        _:N8838a13f38c942a9bd651a33ae7eb1c8,
        _:Nabc1b2ed7f624cb78dc4362185ce66b3,
        _:Nbd50df5b8d0c4228bc0afc0e6e22c14f,
        _:Nc006c62c33924ce39ec8e733614536c2,
        _:Nee0f3a7f13bc48c696353620d76c8bd9,
        _:Need293832e5545edb66fb8742f35246c,
        _:Nf721a61062df4e8da907fb1a55bbfc73 ;
    mo:track_count 12 ;
    schema:duration "PT42:07"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N27b88f9dbdf84f249b6cf22e3004f096,
        _:N38a8867d2e3548d180c129cd1d25b688,
        _:N4d1829e401f4446693b9fabe644f227c,
        _:N62d879bab14b4a45b576dba703eff7db,
        _:N815d9a49239b446a9f76386ad9050fcd,
        _:N8838a13f38c942a9bd651a33ae7eb1c8,
        _:Nabc1b2ed7f624cb78dc4362185ce66b3,
        _:Nbd50df5b8d0c4228bc0afc0e6e22c14f,
        _:Nc006c62c33924ce39ec8e733614536c2,
        _:Nee0f3a7f13bc48c696353620d76c8bd9,
        _:Need293832e5545edb66fb8742f35246c,
        _:Nf721a61062df4e8da907fb1a55bbfc73 .

