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

<artist/16297#subject> a schema:Person,
        foaf:Person ;
    schema:name "aoYringo"@en,
        "青Yりんご"@ja ;
    foaf:made <album/36766#lyrics>,
        <album/36766#subject> ;
    foaf:name "aoYringo"@en,
        "青Yりんご"@ja .

<artist/4309#subject> a schema:Person,
        foaf:Person ;
    schema:name "Rina Satoh"@en,
        "佐藤利奈"@ja ;
    foaf:made <album/36766#subject>,
        <album/36766#vocals> ;
    foaf:name "Rina Satoh"@en,
        "佐藤利奈"@ja .

<artist/14021#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/36766#subject> ;
    schema:name "Ken Masutani"@en,
        "増谷賢"@ja ;
    foaf:made <album/36766#composition>,
        <album/36766#subject> ;
    foaf:name "Ken Masutani"@en,
        "増谷賢"@ja .

<product/1120#subject> a schema:CreativeWork ;
    schema:name "Hyperdimension Neptunia"@en,
        "超次元ゲイム ネプテューヌ"@ja,
        "Choujigen Game Neptune"@ja-latn ;
    foaf:name "Hyperdimension Neptunia"@en,
        "超次元ゲイム ネプテューヌ"@ja,
        "Choujigen Game Neptune"@ja-latn .

<product/3111#subject> a schema:CreativeWork ;
    schema:name "Hyperdimension Neptunia Victory"@en,
        "神次元ゲイムネプテューヌV"@ja,
        "Kamijigen Game Neptune Victory"@ja-latn ;
    foaf:name "Hyperdimension Neptunia Victory"@en,
        "神次元ゲイムネプテューヌV"@ja,
        "Kamijigen Game Neptune Victory"@ja-latn .

<album/36766#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Choujigen Game Neptune Shugo Megami Vol.3 VERT×GREEN HEART (cv.Rina Sato)"@en,
        "超次元ゲイム ネプテューヌ　守護女神Vol.3 ベール×グリーンハート（cv：佐藤利奈）"@ja,
        "Choujigen Game Neptune Shugo Megami Vol.3 VERT×GREEN HEART (cv.Rina Sato)"@ja-latn ;
    mo:composer <artist/14021#subject> ;
    mo:produced_work <album/36766#musicalwork> ;
    schema:name "Choujigen Game Neptune Shugo Megami Vol.3 VERT×GREEN HEART (cv.Rina Sato)"@en,
        "超次元ゲイム ネプテューヌ　守護女神Vol.3 ベール×グリーンハート（cv：佐藤利奈）"@ja,
        "Choujigen Game Neptune Shugo Megami Vol.3 VERT×GREEN HEART (cv.Rina Sato)"@ja-latn .

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

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

<album/36766#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Choujigen Game Neptune Shugo Megami Vol.3 VERT×GREEN HEART (cv.Rina Sato)"@en,
        "超次元ゲイム ネプテューヌ　守護女神Vol.3 ベール×グリーンハート（cv：佐藤利奈）"@ja,
        "Choujigen Game Neptune Shugo Megami Vol.3 VERT×GREEN HEART (cv.Rina Sato)"@ja-latn ;
    mo:performance_of <album/36766#musicalwork> ;
    mo:recorded_as <album/36766#musicalexpression> ;
    schema:name "Choujigen Game Neptune Shugo Megami Vol.3 VERT×GREEN HEART (cv.Rina Sato)"@en,
        "超次元ゲイム ネプテューヌ　守護女神Vol.3 ベール×グリーンハート（cv：佐藤利奈）"@ja,
        "Choujigen Game Neptune Shugo Megami Vol.3 VERT×GREEN HEART (cv.Rina Sato)"@ja-latn ;
    schema:workPerformed <album/36766#musicalwork> .

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

<org/26#subject> schema:name "5pb. Records"@en,
        "5pb. Records"@ja,
        "5pb. Records"@ja-latn ;
    foaf:name "5pb. Records"@en,
        "5pb. Records"@ja,
        "5pb. Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/66/36766/36766-1448290290.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/36766#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-01-30"^^xsd:date ;
    dcterms:title "Choujigen Game Neptune Shugo Megami Vol.3 VERT×GREEN HEART (cv.Rina Sato)"@en,
        "超次元ゲイム ネプテューヌ　守護女神Vol.3 ベール×グリーンハート（cv：佐藤利奈）"@ja,
        "Choujigen Game Neptune Shugo Megami Vol.3 VERT×GREEN HEART (cv.Rina Sato)"@ja-latn ;
    mo:catalogue_number "FVCG-1223" ;
    mo:media_type "CD" ;
    mo:publication_of <album/36766#musicalexpression> ;
    mo:publisher <org/26#subject> ;
    mo:record _:N199e5e22ba8845778b2cc93d3cd289b3 ;
    mo:record_count 1 ;
    schema:about <product/1120#subject>,
        <product/3111#subject> ;
    schema:datePublished "2013-01-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/66/36766/36766-1448290290.jpg> ;
    schema:name "Choujigen Game Neptune Shugo Megami Vol.3 VERT×GREEN HEART (cv.Rina Sato)"@en,
        "超次元ゲイム ネプテューヌ　守護女神Vol.3 ベール×グリーンハート（cv：佐藤利奈）"@ja,
        "Choujigen Game Neptune Shugo Megami Vol.3 VERT×GREEN HEART (cv.Rina Sato)"@ja-latn ;
    schema:publisher <org/26#subject> ;
    foaf:depiction <https://media.vgm.io/albums/66/36766/36766-1448290290.jpg> .

_:N0b0582b7fed04f70a017b65abfa2cc51 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cast Relay Comment Satou Rina"@en,
        "キャストリレーコメント 佐藤利奈"@ja,
        "Cast Relay Comment Satou Rina"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:N199e5e22ba8845778b2cc93d3cd289b3 ;
    schema:name "Cast Relay Comment Satou Rina"@en,
        "キャストリレーコメント 佐藤利奈"@ja,
        "Cast Relay Comment Satou Rina"@ja-latn .

_:N1231ea8dd6f44ff4a69a844e445d002e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "HP ∞ L♡VE Power"@en,
        "HP ∞ L♡VE Power"@ja,
        "HP ∞ L♡VE Power"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:N199e5e22ba8845778b2cc93d3cd289b3 ;
    schema:name "HP ∞ L♡VE Power"@en,
        "HP ∞ L♡VE Power"@ja,
        "HP ∞ L♡VE Power"@ja-latn .

_:Nb0e8fed9ab9b40d6b31487af7388f66c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love is U la ♥ LOVE (off Vocal)"@en,
        "恋は U La ♥ LOVE (off Vocal)"@ja,
        "Koi wa U La ♥ LOVE (off Vocal)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N199e5e22ba8845778b2cc93d3cd289b3 ;
    schema:name "Love is U la ♥ LOVE (off Vocal)"@en,
        "恋は U La ♥ LOVE (off Vocal)"@ja,
        "Koi wa U La ♥ LOVE (off Vocal)"@ja-latn .

_:Nba2e990bcbbf4f7e8e4bcae890915e0b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love is U la ♥ LOVE"@en,
        "恋は U La ♥ LOVE"@ja,
        "Koi wa U La ♥ LOVE"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N199e5e22ba8845778b2cc93d3cd289b3 ;
    schema:name "Love is U la ♥ LOVE"@en,
        "恋は U La ♥ LOVE"@ja,
        "Koi wa U La ♥ LOVE"@ja-latn .

_:Nce69358801e444eebee787126b578333 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "HP ∞ L♡VE Power (off Vocal)"@en,
        "HP ∞ L♡VE Power (off Vocal)"@ja,
        "HP ∞ L♡VE Power (off Vocal)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N199e5e22ba8845778b2cc93d3cd289b3 ;
    schema:name "HP ∞ L♡VE Power (off Vocal)"@en,
        "HP ∞ L♡VE Power (off Vocal)"@ja,
        "HP ∞ L♡VE Power (off Vocal)"@ja-latn .

_:N199e5e22ba8845778b2cc93d3cd289b3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0b0582b7fed04f70a017b65abfa2cc51,
        _:N1231ea8dd6f44ff4a69a844e445d002e,
        _:Nb0e8fed9ab9b40d6b31487af7388f66c,
        _:Nba2e990bcbbf4f7e8e4bcae890915e0b,
        _:Nce69358801e444eebee787126b578333 ;
    mo:track_count 5 ;
    schema:duration "PT17:16"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N0b0582b7fed04f70a017b65abfa2cc51,
        _:N1231ea8dd6f44ff4a69a844e445d002e,
        _:Nb0e8fed9ab9b40d6b31487af7388f66c,
        _:Nba2e990bcbbf4f7e8e4bcae890915e0b,
        _:Nce69358801e444eebee787126b578333 .

