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

<artist/16417#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mio Aoyama"@en ;
    foaf:made <album/100326#lyrics>,
        <album/100326#subject> ;
    foaf:name "Mio Aoyama"@en .

<artist/25873#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kisuke"@en,
        "喜介"@ja ;
    foaf:made <album/100326#lyrics>,
        <album/100326#subject> ;
    foaf:name "Kisuke"@en,
        "喜介"@ja .

<artist/34205#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rena Komatsu"@en,
        "小松レナ"@ja ;
    foaf:made <album/100326#lyrics>,
        <album/100326#subject> ;
    foaf:name "Rena Komatsu"@en,
        "小松レナ"@ja .

<artist/4549#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiroyuki Yoshino"@en,
        "吉野裕行"@ja ;
    foaf:made <album/100326#subject>,
        <album/100326#vocals> ;
    foaf:name "Hiroyuki Yoshino"@en,
        "吉野裕行"@ja .

<artist/1069#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100326#subject> ;
    schema:name "Makoto Miyazaki"@en,
        "宮崎誠"@ja ;
    foaf:made <album/100326#composition>,
        <album/100326#subject> ;
    foaf:name "Makoto Miyazaki"@en,
        "宮崎誠"@ja .

<artist/36147#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100326#subject> ;
    schema:name "Kohei by SIMONSAYZ"@en ;
    foaf:made <album/100326#composition>,
        <album/100326#subject> ;
    foaf:name "Kohei by SIMONSAYZ"@en .

<artist/5190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100326#subject> ;
    schema:name "Takuya Watanabe"@en,
        "渡辺拓也"@ja ;
    foaf:made <album/100326#composition>,
        <album/100326#subject> ;
    foaf:name "Takuya Watanabe"@en,
        "渡辺拓也"@ja .

<artist/8896#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100326#subject> ;
    schema:name "R·O·N"@en ;
    foaf:made <album/100326#composition>,
        <album/100326#subject> ;
    foaf:name "R·O·N"@en .

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

<album/100326#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Peace / Hiroyuki Yoshino"@en,
        "Peace / 吉野裕行"@ja,
        "Peace / Hiroyuki Yoshino"@ja-latn ;
    mo:performance_of <album/100326#musicalwork> ;
    mo:recorded_as <album/100326#musicalexpression> ;
    schema:name "Peace / Hiroyuki Yoshino"@en,
        "Peace / 吉野裕行"@ja,
        "Peace / Hiroyuki Yoshino"@ja-latn ;
    schema:workPerformed <album/100326#musicalwork> .

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

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

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

<https://medium-media.vgm.io/albums/62/100326/100326-1592090314.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/100326#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Peace / Hiroyuki Yoshino"@en,
        "Peace / 吉野裕行"@ja,
        "Peace / Hiroyuki Yoshino"@ja-latn ;
    mo:composer <artist/1069#subject>,
        <artist/36147#subject>,
        <artist/5190#subject>,
        <artist/8896#subject> ;
    mo:produced_work <album/100326#musicalwork> ;
    schema:name "Peace / Hiroyuki Yoshino"@en,
        "Peace / 吉野裕行"@ja,
        "Peace / Hiroyuki Yoshino"@ja-latn .

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

<album/100326#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-10-29"^^xsd:date ;
    dcterms:title "Peace / Hiroyuki Yoshino"@en,
        "Peace / 吉野裕行"@ja,
        "Peace / Hiroyuki Yoshino"@ja-latn ;
    mo:catalogue_number "LACA-15461" ;
    mo:media_type "CD" ;
    mo:publication_of <album/100326#musicalexpression> ;
    mo:publisher <org/1067#subject> ;
    mo:record _:Nf73c994773c94f04a9b51b01f3a6010a ;
    mo:record_count 1 ;
    schema:datePublished "2014-10-29"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/62/100326/100326-1592090314.jpg> ;
    schema:name "Peace / Hiroyuki Yoshino"@en,
        "Peace / 吉野裕行"@ja,
        "Peace / Hiroyuki Yoshino"@ja-latn ;
    schema:publisher <org/1067#subject> ;
    foaf:depiction <https://media.vgm.io/albums/62/100326/100326-1592090314.jpg> .

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

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

_:N218fb04ebf0f4cf48200c4626fb05dd8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CATWALK"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:Nf73c994773c94f04a9b51b01f3a6010a ;
    schema:name "CATWALK"@ja .

_:N428b11909b274e3b9e98314a1fdc69d7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Anthem"@ja ;
    mo:track_number 6 ;
    schema:duration "PT5:38"^^xsd:interval ;
    schema:inPlaylist _:Nf73c994773c94f04a9b51b01f3a6010a ;
    schema:name "Anthem"@ja .

_:N459298ed56384e298d1f80677634923e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "74R"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:Nf73c994773c94f04a9b51b01f3a6010a ;
    schema:name "74R"@ja .

_:N6dc33f8d264644e4884c5aec4b9823b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ブルーラグーンに恋して"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:Nf73c994773c94f04a9b51b01f3a6010a ;
    schema:name "ブルーラグーンに恋して"@ja .

_:N98084b6d93854096a188e9aa9200c6a2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "さみしがりやのバラード"@ja ;
    mo:track_number 2 ;
    schema:duration "PT6:22"^^xsd:interval ;
    schema:inPlaylist _:Nf73c994773c94f04a9b51b01f3a6010a ;
    schema:name "さみしがりやのバラード"@ja .

_:Nb3d464d25ab743368b7348fbdd48666a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "マイペース"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:51"^^xsd:interval ;
    schema:inPlaylist _:Nf73c994773c94f04a9b51b01f3a6010a ;
    schema:name "マイペース"@ja .

_:Nf73c994773c94f04a9b51b01f3a6010a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N218fb04ebf0f4cf48200c4626fb05dd8,
        _:N428b11909b274e3b9e98314a1fdc69d7,
        _:N459298ed56384e298d1f80677634923e,
        _:N6dc33f8d264644e4884c5aec4b9823b6,
        _:N98084b6d93854096a188e9aa9200c6a2,
        _:Nb3d464d25ab743368b7348fbdd48666a ;
    mo:track_count 6 ;
    schema:duration "PT28:46"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N218fb04ebf0f4cf48200c4626fb05dd8,
        _:N428b11909b274e3b9e98314a1fdc69d7,
        _:N459298ed56384e298d1f80677634923e,
        _:N6dc33f8d264644e4884c5aec4b9823b6,
        _:N98084b6d93854096a188e9aa9200c6a2,
        _:Nb3d464d25ab743368b7348fbdd48666a .

