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

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

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

<artist/5874#subject> a schema:Person,
        foaf:Person ;
    schema:name "Goro Matsui"@en,
        "松井五郎"@ja ;
    foaf:made <album/100124#lyrics>,
        <album/100124#subject> ;
    foaf:name "Goro Matsui"@en,
        "松井五郎"@ja .

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

<artist/16053#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100124#subject> ;
    schema:name "Shuhei Mutsuki"@en,
        "睦月周平"@ja ;
    foaf:made <album/100124#composition>,
        <album/100124#subject> ;
    foaf:name "Shuhei Mutsuki"@en,
        "睦月周平"@ja .

<artist/8653#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100124#subject> ;
    schema:name "Ichiro Fujiya"@en,
        "藤谷一郎"@ja ;
    foaf:made <album/100124#composition>,
        <album/100124#subject> ;
    foaf:name "Ichiro Fujiya"@en,
        "藤谷一郎"@ja .

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

<album/100124#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Jounetsu Anthology / Hiroyuki Yoshino [Limited Edition]"@en,
        "情熱アンソロジー / 吉野裕行"@ja,
        "Jounetsu Anthology / Hiroyuki Yoshino [Limited Edition]"@ja-latn ;
    mo:performance_of <album/100124#musicalwork> ;
    mo:recorded_as <album/100124#musicalexpression> ;
    schema:name "Jounetsu Anthology / Hiroyuki Yoshino [Limited Edition]"@en,
        "情熱アンソロジー / 吉野裕行"@ja,
        "Jounetsu Anthology / Hiroyuki Yoshino [Limited Edition]"@ja-latn ;
    schema:workPerformed <album/100124#musicalwork> .

<album/100124#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/42/100124/100124-1591764390.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/100124#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/42/100124/100124-1591764390.jpg> ;
    foaf:depicts <album/100124#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/42/100124/100124-1591764390.jpg> .

<https://medium-media.vgm.io/albums/42/100124/100124-1591764390.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/100124#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Jounetsu Anthology / Hiroyuki Yoshino [Limited Edition]"@en,
        "情熱アンソロジー / 吉野裕行"@ja,
        "Jounetsu Anthology / Hiroyuki Yoshino [Limited Edition]"@ja-latn ;
    mo:composer <artist/1069#subject>,
        <artist/16053#subject>,
        <artist/8653#subject> ;
    mo:produced_work <album/100124#musicalwork> ;
    schema:name "Jounetsu Anthology / Hiroyuki Yoshino [Limited Edition]"@en,
        "情熱アンソロジー / 吉野裕行"@ja,
        "Jounetsu Anthology / Hiroyuki Yoshino [Limited Edition]"@ja-latn .

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

<album/100124#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-08-08"^^xsd:date ;
    dcterms:title "Jounetsu Anthology / Hiroyuki Yoshino [Limited Edition]"@en,
        "情熱アンソロジー / 吉野裕行"@ja,
        "Jounetsu Anthology / Hiroyuki Yoshino [Limited Edition]"@ja-latn ;
    mo:catalogue_number "LACM-34775" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/100124#musicalexpression> ;
    mo:publisher <org/1067#subject> ;
    mo:record _:N8bd3a80bbb9e456bb26ca172c102f93a,
        _:N91cf90f8d7e44f2f880c5772de5d403f ;
    mo:record_count 2 ;
    schema:datePublished "2018-08-08"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/42/100124/100124-1591764390.jpg> ;
    schema:name "Jounetsu Anthology / Hiroyuki Yoshino [Limited Edition]"@en,
        "情熱アンソロジー / 吉野裕行"@ja,
        "Jounetsu Anthology / Hiroyuki Yoshino [Limited Edition]"@ja-latn ;
    schema:publisher <org/1067#subject> ;
    foaf:depiction <https://media.vgm.io/albums/42/100124/100124-1591764390.jpg> .

_:N2a4f5565cd6746c2972ffe51cfb71849 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "情熱アンソロジー (MUSIC CLIP)"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N91cf90f8d7e44f2f880c5772de5d403f ;
    schema:name "情熱アンソロジー (MUSIC CLIP)"@ja .

_:N4004e583ae70443db42ce36c6dce4446 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "罠とダイヤモンド"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N8bd3a80bbb9e456bb26ca172c102f93a ;
    schema:name "罠とダイヤモンド"@ja .

_:N953f11d0fbe24bd5975d5f2fcaa44353 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "リカバリ哀歌"@ja ;
    mo:track_number 2 ;
    schema:duration "PT5:39"^^xsd:interval ;
    schema:inPlaylist _:N8bd3a80bbb9e456bb26ca172c102f93a ;
    schema:name "リカバリ哀歌"@ja .

_:Na08436123347475ab43529310e7758bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "情熱アンソロジー"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:N8bd3a80bbb9e456bb26ca172c102f93a ;
    schema:name "情熱アンソロジー"@ja .

_:Ned51ca23050a4c758afc9b77f48ec443 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TRAILER"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N91cf90f8d7e44f2f880c5772de5d403f ;
    schema:name "TRAILER"@ja .

_:N91cf90f8d7e44f2f880c5772de5d403f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N2a4f5565cd6746c2972ffe51cfb71849,
        _:Ned51ca23050a4c758afc9b77f48ec443 ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N2a4f5565cd6746c2972ffe51cfb71849,
        _:Ned51ca23050a4c758afc9b77f48ec443 .

_:N8bd3a80bbb9e456bb26ca172c102f93a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4004e583ae70443db42ce36c6dce4446,
        _:N953f11d0fbe24bd5975d5f2fcaa44353,
        _:Na08436123347475ab43529310e7758bd ;
    mo:track_count 3 ;
    schema:duration "PT14:39"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N4004e583ae70443db42ce36c6dce4446,
        _:N953f11d0fbe24bd5975d5f2fcaa44353,
        _:Na08436123347475ab43529310e7758bd .

