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

<artist/7081#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hidenori Tanaka"@en,
        "田中秀典"@ja ;
    foaf:made <album/101992#lyrics>,
        <album/101992#subject> ;
    foaf:name "Hidenori Tanaka"@en,
        "田中秀典"@ja .

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

<artist/9703#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101992#subject> ;
    schema:name "Keita Kawaguchi"@en,
        "川口圭太"@ja ;
    foaf:made <album/101992#composition>,
        <album/101992#subject> ;
    foaf:name "Keita Kawaguchi"@en,
        "川口圭太"@ja .

<product/3433#subject> a schema:CreativeWork ;
    schema:name "Dragon Ball Super"@en,
        "ドラゴンボール超(スーパー)"@ja,
        "Dragon Ball Super"@ja-latn ;
    foaf:name "Dragon Ball Super"@en,
        "ドラゴンボール超(スーパー)"@ja,
        "Dragon Ball Super"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/29/101992/101992-c43ae34482fb.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/101992#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "LAGRIMA / ONEPIXCEL [Type A]"@en,
        "LAGRIMA / ONEPIXCEL [Type A]"@ja,
        "LAGRIMA / ONEPIXCEL [Type A]"@ja-latn ;
    mo:performance_of <album/101992#musicalwork> ;
    mo:performer <artist/34460#subject> ;
    mo:recorded_as <album/101992#musicalexpression> ;
    schema:byArtist <artist/34460#subject> ;
    schema:name "LAGRIMA / ONEPIXCEL [Type A]"@en,
        "LAGRIMA / ONEPIXCEL [Type A]"@ja,
        "LAGRIMA / ONEPIXCEL [Type A]"@ja-latn ;
    schema:workPerformed <album/101992#musicalwork> .

<artist/34460#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/101992#performance> ;
    schema:name "ONEPIXCEL"@en ;
    foaf:name "ONEPIXCEL"@en .

<album/101992#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "LAGRIMA / ONEPIXCEL [Type A]"@en,
        "LAGRIMA / ONEPIXCEL [Type A]"@ja,
        "LAGRIMA / ONEPIXCEL [Type A]"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "AxSxE"@en ;
            foaf:made <album/101992#composition> ;
            foaf:name "AxSxE"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Miyu Sakamoto"@en ;
            foaf:made <album/101992#composition> ;
            foaf:name "Miyu Sakamoto"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Taiki Okumura"@en ;
            foaf:made <album/101992#composition> ;
            foaf:name "Taiki Okumura"@en ],
        <artist/9703#subject> ;
    mo:produced_work <album/101992#musicalwork> ;
    schema:name "LAGRIMA / ONEPIXCEL [Type A]"@en,
        "LAGRIMA / ONEPIXCEL [Type A]"@ja,
        "LAGRIMA / ONEPIXCEL [Type A]"@ja-latn .

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

<album/101992#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-03-07"^^xsd:date ;
    dcterms:title "LAGRIMA / ONEPIXCEL [Type A]"@en,
        "LAGRIMA / ONEPIXCEL [Type A]"@ja,
        "LAGRIMA / ONEPIXCEL [Type A]"@ja-latn ;
    mo:catalogue_number "COCA-17429" ;
    mo:media_type "CD" ;
    mo:publication_of <album/101992#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:N47da81d7a5ab4d24bf0af9b4681d8d88 ;
    mo:record_count 1 ;
    schema:about <product/3433#subject> ;
    schema:byArtist <artist/34460#subject> ;
    schema:datePublished "2018-03-07"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/29/101992/101992-c43ae34482fb.jpg> ;
    schema:name "LAGRIMA / ONEPIXCEL [Type A]"@en,
        "LAGRIMA / ONEPIXCEL [Type A]"@ja,
        "LAGRIMA / ONEPIXCEL [Type A]"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/29/101992/101992-c43ae34482fb.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Miyu Sakamoto"@en ;
    foaf:made <album/101992#lyrics> ;
    foaf:name "Miyu Sakamoto"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101992#subject> ;
    schema:name "Taiki Okumura"@en ;
    foaf:made <album/101992#subject> ;
    foaf:name "Taiki Okumura"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "IMATETSU"@en ;
    foaf:made <album/101992#lyrics> ;
    foaf:name "IMATETSU"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "松村PONY"@en ;
    foaf:made <album/101992#subject> ;
    foaf:name "松村PONY"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101992#subject> ;
    schema:name "AxSxE"@en ;
    foaf:made <album/101992#subject> ;
    foaf:name "AxSxE"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "IMATETSU"@en ;
    foaf:made <album/101992#subject> ;
    foaf:name "IMATETSU"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "松村PONY"@en ;
    foaf:made <album/101992#lyrics> ;
    foaf:name "松村PONY"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/101992#subject> ;
    schema:name "Miyu Sakamoto"@en ;
    foaf:made <album/101992#subject> ;
    foaf:name "Miyu Sakamoto"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Miyu Sakamoto"@en ;
    foaf:made <album/101992#subject> ;
    foaf:name "Miyu Sakamoto"@en .

_:N0c3cc7aa6c2c4649a089776ea0798db6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LAGRIMA (Instrumental)"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N47da81d7a5ab4d24bf0af9b4681d8d88 ;
    schema:name "LAGRIMA (Instrumental)"@en .

_:N67f90e6f2577495f9c8a736253a0578e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LAGRIMA"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N47da81d7a5ab4d24bf0af9b4681d8d88 ;
    schema:name "LAGRIMA"@en .

_:N792f39c566e149bfbc7a0dbcce7874fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TONDEKE (George(MOP of HEAD)Remix)"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N47da81d7a5ab4d24bf0af9b4681d8d88 ;
    schema:name "TONDEKE (George(MOP of HEAD)Remix)"@en .

_:N9ab722f8beec49ebb3ffa163c0632791 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Howling (Instrumental)"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:11"^^xsd:interval ;
    schema:inPlaylist _:N47da81d7a5ab4d24bf0af9b4681d8d88 ;
    schema:name "Howling (Instrumental)"@en .

_:Nb1b598dd7421449b8f712427198448a3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Howling"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N47da81d7a5ab4d24bf0af9b4681d8d88 ;
    schema:name "Howling"@en .

_:N47da81d7a5ab4d24bf0af9b4681d8d88 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0c3cc7aa6c2c4649a089776ea0798db6,
        _:N67f90e6f2577495f9c8a736253a0578e,
        _:N792f39c566e149bfbc7a0dbcce7874fc,
        _:N9ab722f8beec49ebb3ffa163c0632791,
        _:Nb1b598dd7421449b8f712427198448a3 ;
    mo:track_count 5 ;
    schema:duration "PT20:53"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N0c3cc7aa6c2c4649a089776ea0798db6,
        _:N67f90e6f2577495f9c8a736253a0578e,
        _:N792f39c566e149bfbc7a0dbcce7874fc,
        _:N9ab722f8beec49ebb3ffa163c0632791,
        _:Nb1b598dd7421449b8f712427198448a3 .

