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

<artist/10701#subject> a schema:Person,
        foaf:Person ;
    schema:name "Toshiyuki Toyonaga"@en,
        "豊永利行"@ja ;
    foaf:made <album/85315#subject>,
        <album/85315#vocals> ;
    foaf:name "Toshiyuki Toyonaga"@en,
        "豊永利行"@ja .

<artist/10715#subject> a schema:Person,
        foaf:Person ;
    schema:name "Natsumi Tadano"@en,
        "只野菜摘"@ja ;
    foaf:made <album/85315#lyrics>,
        <album/85315#subject> ;
    foaf:name "Natsumi Tadano"@en,
        "只野菜摘"@ja .

<artist/15384#subject> a schema:Person,
        foaf:Person ;
    schema:name "Takuya Sato"@en,
        "佐藤拓也"@ja ;
    foaf:made <album/85315#subject>,
        <album/85315#vocals> ;
    foaf:name "Takuya Sato"@en,
        "佐藤拓也"@ja .

<artist/18301#subject> a schema:Person,
        foaf:Person ;
    schema:name "Atsushi Tamaru"@en,
        "田丸篤志"@ja ;
    foaf:made <album/85315#subject>,
        <album/85315#vocals> ;
    foaf:name "Atsushi Tamaru"@en,
        "田丸篤志"@ja .

<artist/29904#subject> a schema:Person,
        foaf:Person ;
    schema:name "Junta Terashima"@en,
        "寺島惇太"@ja ;
    foaf:made <album/85315#subject>,
        <album/85315#vocals> ;
    foaf:name "Junta Terashima"@en,
        "寺島惇太"@ja .

<artist/6497#subject> a schema:Person,
        foaf:Person ;
    schema:name "Satoshi Hino"@en,
        "日野聡"@ja ;
    foaf:made <album/85315#subject>,
        <album/85315#vocals> ;
    foaf:name "Satoshi Hino"@en,
        "日野聡"@ja .

<artist/7138#subject> a schema:Person,
        foaf:Person ;
    schema:name "Tetsuya Kakihara"@en,
        "柿原徹也"@ja ;
    foaf:made <album/85315#subject>,
        <album/85315#vocals> ;
    foaf:name "Tetsuya Kakihara"@en,
        "柿原徹也"@ja .

<artist/15062#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85315#subject> ;
    schema:name "Keiichi Hirokawa"@en,
        "広川恵一"@ja ;
    foaf:made <album/85315#composition>,
        <album/85315#subject> ;
    foaf:name "Keiichi Hirokawa"@en,
        "広川恵一"@ja .

<artist/16346#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/85315#subject> ;
    schema:name "Masayoshi Oishi"@en,
        "大石昌良"@ja ;
    foaf:made <album/85315#composition>,
        <album/85315#lyrics>,
        <album/85315#subject> ;
    foaf:name "Masayoshi Oishi"@en,
        "大石昌良"@ja .

<product/7744#subject> a schema:CreativeWork ;
    schema:name "A3! (Game)"@en,
        "A3! (Game)"@ja,
        "A3! (Game)"@ja-latn ;
    foaf:name "A3! (Game)"@en,
        "A3! (Game)"@ja,
        "A3! (Game)"@ja-latn .

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

<album/85315#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "A3! BRIGHT WINTER EP"@en,
        "A3! BRIGHT WINTER EP"@ja,
        "A3! BRIGHT WINTER EP"@ja-latn ;
    mo:performance_of <album/85315#musicalwork> ;
    mo:recorded_as <album/85315#musicalexpression> ;
    schema:name "A3! BRIGHT WINTER EP"@en,
        "A3! BRIGHT WINTER EP"@ja,
        "A3! BRIGHT WINTER EP"@ja-latn ;
    schema:workPerformed <album/85315#musicalwork> .

<org/2244#subject> schema:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn ;
    foaf:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn .

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

<https://medium-media.vgm.io/albums/51/85315/85315-1560961778.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/85315#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "A3! BRIGHT WINTER EP"@en,
        "A3! BRIGHT WINTER EP"@ja,
        "A3! BRIGHT WINTER EP"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(MONACA)"@en ;
            foaf:made <album/85315#composition> ;
            foaf:name "(MONACA)"@en ],
        <artist/15062#subject>,
        <artist/16346#subject> ;
    mo:produced_work <album/85315#musicalwork> ;
    schema:name "A3! BRIGHT WINTER EP"@en,
        "A3! BRIGHT WINTER EP"@ja,
        "A3! BRIGHT WINTER EP"@ja-latn .

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

<album/85315#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-07-24"^^xsd:date ;
    dcterms:title "A3! BRIGHT WINTER EP"@en,
        "A3! BRIGHT WINTER EP"@ja,
        "A3! BRIGHT WINTER EP"@ja-latn ;
    mo:catalogue_number "PCCG-01794" ;
    mo:media_type "CD" ;
    mo:publication_of <album/85315#musicalexpression> ;
    mo:publisher <org/2244#subject> ;
    mo:record _:N50fc17238e9a4797917bef13d7b5bcfb ;
    mo:record_count 1 ;
    schema:about <product/7744#subject> ;
    schema:datePublished "2019-07-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/51/85315/85315-1560961778.jpg> ;
    schema:name "A3! BRIGHT WINTER EP"@en,
        "A3! BRIGHT WINTER EP"@ja,
        "A3! BRIGHT WINTER EP"@ja-latn ;
    schema:publisher <org/2244#subject> ;
    foaf:depiction <https://media.vgm.io/albums/51/85315/85315-1560961778.jpg> .

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

_:N3940e73ff2a946228e8d8e469f6d6c22 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "PLASTIC POKER"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N50fc17238e9a4797917bef13d7b5bcfb ;
    schema:name "PLASTIC POKER"@ja .

_:N455bf18cbedf4de991e2e33ba08caf0d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ever☆Blooming! ～冬組Ver.～"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N50fc17238e9a4797917bef13d7b5bcfb ;
    schema:name "Ever☆Blooming! ～冬組Ver.～"@ja .

_:N489a9fdbf8e246dfb10e37af332b510a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "『A3!』ボイスドラマ 「MANKAIチャンネル ～冬組編～」"@ja ;
    mo:track_number 3 ;
    schema:duration "PT10:14"^^xsd:interval ;
    schema:inPlaylist _:N50fc17238e9a4797917bef13d7b5bcfb ;
    schema:name "『A3!』ボイスドラマ 「MANKAIチャンネル ～冬組編～」"@ja .

_:N4e58d8f61d174485a39a7827c51d2319 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "PLASTIC POKER (INSTRUMENTAL)"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N50fc17238e9a4797917bef13d7b5bcfb ;
    schema:name "PLASTIC POKER (INSTRUMENTAL)"@ja .

_:Nae4b892b77334fa79da9405af0019c7e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ever☆Blooming! (INSTRUMENTAL)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N50fc17238e9a4797917bef13d7b5bcfb ;
    schema:name "Ever☆Blooming! (INSTRUMENTAL)"@ja .

_:N50fc17238e9a4797917bef13d7b5bcfb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3940e73ff2a946228e8d8e469f6d6c22,
        _:N455bf18cbedf4de991e2e33ba08caf0d,
        _:N489a9fdbf8e246dfb10e37af332b510a,
        _:N4e58d8f61d174485a39a7827c51d2319,
        _:Nae4b892b77334fa79da9405af0019c7e ;
    mo:track_count 5 ;
    schema:duration "PT26:48"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N3940e73ff2a946228e8d8e469f6d6c22,
        _:N455bf18cbedf4de991e2e33ba08caf0d,
        _:N489a9fdbf8e246dfb10e37af332b510a,
        _:N4e58d8f61d174485a39a7827c51d2319,
        _:Nae4b892b77334fa79da9405af0019c7e .

