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

<artist/32666#subject> a schema:Person,
        foaf:Person ;
    schema:name "Akiko Suzuki"@en,
        "鈴木晶子"@ja ;
    foaf:made <album/123637#subject>,
        <album/123637#vocals> ;
    foaf:name "Akiko Suzuki"@en,
        "鈴木晶子"@ja .

<artist/3923#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ritsuko"@en ;
    foaf:made <album/123637#subject>,
        <album/123637#vocals> ;
    foaf:name "Ritsuko"@en .

<artist/63065#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ayumi Kumaki"@en,
        "熊木あゆみ"@ja ;
    foaf:made <album/123637#lyrics>,
        <album/123637#subject>,
        <album/123637#vocals> ;
    foaf:name "Ayumi Kumaki"@en,
        "熊木あゆみ"@ja .

<artist/63068#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shinnosuke Uesugi"@en,
        "上杉伸之助"@ja ;
    foaf:made <album/123637#lyrics>,
        <album/123637#subject> ;
    foaf:name "Shinnosuke Uesugi"@en,
        "上杉伸之助"@ja .

<album/71780> a mo:Release ;
    mo:catalogue_number "LD32-5102" .

<artist/12783#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123637#subject> ;
    schema:name "Kingo Hamada"@en,
        "濱田金吾"@ja ;
    foaf:made <album/123637#composition>,
        <album/123637#subject>,
        <album/123637#vocals> ;
    foaf:name "Kingo Hamada"@en,
        "濱田金吾"@ja .

<artist/14266#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123637#subject> ;
    schema:name "Milk"@en ;
    foaf:made <album/123637#composition>,
        <album/123637#subject>,
        <album/123637#vocals> ;
    foaf:name "Milk"@en .

<artist/20511#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123637#subject> ;
    schema:name "Yuta Saito"@en,
        "斎藤有太"@ja ;
    foaf:made <album/123637#composition>,
        <album/123637#subject> ;
    foaf:name "Yuta Saito"@en,
        "斎藤有太"@ja .

<artist/62946#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123637#subject> ;
    schema:name "Hideo Kuroda"@en,
        "黒田秀雄"@ja ;
    foaf:made <album/123637#composition>,
        <album/123637#subject> ;
    foaf:name "Hideo Kuroda"@en,
        "黒田秀雄"@ja .

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

<album/123637#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "EARTHIAN 2"@en,
        "アーシアン ORIGINAL ALBUM 2"@ja,
        "EARTHIAN ORIGINAL ALBUM 2"@ja-latn ;
    mo:performance_of <album/123637#musicalwork> ;
    mo:recorded_as <album/123637#musicalexpression> ;
    schema:name "EARTHIAN 2"@en,
        "アーシアン ORIGINAL ALBUM 2"@ja,
        "EARTHIAN ORIGINAL ALBUM 2"@ja-latn ;
    schema:workPerformed <album/123637#musicalwork> .

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

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

<https://medium-media.vgm.io/albums/73/123637/123637-ffc519a259c5.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/123637#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "EARTHIAN 2"@en,
        "アーシアン ORIGINAL ALBUM 2"@ja,
        "EARTHIAN ORIGINAL ALBUM 2"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "MONO Cram"@en ;
            foaf:made <album/123637#composition> ;
            foaf:name "MONO Cram"@en ],
        <artist/12783#subject>,
        <artist/14266#subject>,
        <artist/20511#subject>,
        <artist/62946#subject> ;
    mo:produced_work <album/123637#musicalwork> ;
    schema:name "EARTHIAN 2"@en,
        "アーシアン ORIGINAL ALBUM 2"@ja,
        "EARTHIAN ORIGINAL ALBUM 2"@ja-latn .

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

<album/123637#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-12-21"^^xsd:date ;
    dcterms:title "EARTHIAN 2"@en,
        "アーシアン ORIGINAL ALBUM 2"@ja,
        "EARTHIAN ORIGINAL ALBUM 2"@ja-latn ;
    mo:catalogue_number "UPCY-7800" ;
    mo:media_type "SHM-CD" ;
    mo:other_release_of <album/71780> ;
    mo:publication_of <album/123637#musicalexpression> ;
    mo:publisher <org/67#subject> ;
    mo:record _:N8ec070f533164966ae02a15791f5742b ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Earthian"@en ;
            foaf:name "Earthian"@en ] ;
    schema:datePublished "2022-12-21"^^xsd:date ;
    schema:genre "Publication" ;
    schema:image <https://media.vgm.io/albums/73/123637/123637-ffc519a259c5.jpg> ;
    schema:name "EARTHIAN 2"@en,
        "アーシアン ORIGINAL ALBUM 2"@ja,
        "EARTHIAN ORIGINAL ALBUM 2"@ja-latn ;
    schema:publisher <org/67#subject> ;
    foaf:depiction <https://media.vgm.io/albums/73/123637/123637-ffc519a259c5.jpg> .

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

_:N2401cd5772ff43ee9487b1576fc914a5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Terrors Of \"The House\""@en ;
    mo:track_number 6 ;
    schema:duration "PT4:35"^^xsd:interval ;
    schema:inPlaylist _:N8ec070f533164966ae02a15791f5742b ;
    schema:name "Terrors Of \"The House\""@en .

_:N2803dfc3334947ab94c1ac119efe2d2e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Air Aquarium Planet"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N8ec070f533164966ae02a15791f5742b ;
    schema:name "Blue Air Aquarium Planet"@en .

_:N335c30bf1449432a9056ec3c0dd9e862 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shake & Down"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:29"^^xsd:interval ;
    schema:inPlaylist _:N8ec070f533164966ae02a15791f5742b ;
    schema:name "Shake & Down"@en .

_:N3b5e97486b1747d582028b98334a5758 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Secret Blue II"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N8ec070f533164966ae02a15791f5742b ;
    schema:name "Secret Blue II"@en .

_:N70760142c286438481a32268adace010 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Grand-Rule"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N8ec070f533164966ae02a15791f5742b ;
    schema:name "Grand-Rule"@en .

_:N74ebf7ea842c4e769236e2761f40550d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mother (for the EARTHIAN)"@en ;
    mo:track_number 9 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N8ec070f533164966ae02a15791f5742b ;
    schema:name "Mother (for the EARTHIAN)"@en .

_:N7b2f942e6888473b96719daff79bc08a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heart Code"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:N8ec070f533164966ae02a15791f5742b ;
    schema:name "Heart Code"@en .

_:Nc86e2e7a35c848cca277519229dd097b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Eternal Romance"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N8ec070f533164966ae02a15791f5742b ;
    schema:name "Eternal Romance"@en .

_:Nfb5d8730a17949c5824ad0798996e650 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Theme of Earth"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:04"^^xsd:interval ;
    schema:inPlaylist _:N8ec070f533164966ae02a15791f5742b ;
    schema:name "Theme of Earth"@en .

_:N8ec070f533164966ae02a15791f5742b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2401cd5772ff43ee9487b1576fc914a5,
        _:N2803dfc3334947ab94c1ac119efe2d2e,
        _:N335c30bf1449432a9056ec3c0dd9e862,
        _:N3b5e97486b1747d582028b98334a5758,
        _:N70760142c286438481a32268adace010,
        _:N74ebf7ea842c4e769236e2761f40550d,
        _:N7b2f942e6888473b96719daff79bc08a,
        _:Nc86e2e7a35c848cca277519229dd097b,
        _:Nfb5d8730a17949c5824ad0798996e650 ;
    mo:track_count 9 ;
    schema:duration "PT38:57"^^xsd:interval ;
    schema:numTracks 9 ;
    schema:track _:N2401cd5772ff43ee9487b1576fc914a5,
        _:N2803dfc3334947ab94c1ac119efe2d2e,
        _:N335c30bf1449432a9056ec3c0dd9e862,
        _:N3b5e97486b1747d582028b98334a5758,
        _:N70760142c286438481a32268adace010,
        _:N74ebf7ea842c4e769236e2761f40550d,
        _:N7b2f942e6888473b96719daff79bc08a,
        _:Nc86e2e7a35c848cca277519229dd097b,
        _:Nfb5d8730a17949c5824ad0798996e650 .

