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

<artist/24880#subject> a schema:Person,
        foaf:Person ;
    schema:name "Endcape"@en,
        "エンドケイプ"@ja ;
    foaf:made <album/34049#lyrics>,
        <album/34049#subject> ;
    foaf:name "Endcape"@en,
        "エンドケイプ"@ja .

<artist/32258#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuki Yucky"@en,
        "ゆきゆっき"@ja ;
    foaf:made <album/34049#lyrics>,
        <album/34049#subject> ;
    foaf:name "Yuki Yucky"@en,
        "ゆきゆっき"@ja .

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

<artist/1065#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/34049#subject> ;
    schema:name "Yusuke Sakamoto"@en,
        "坂本裕介"@ja ;
    foaf:made <album/34049#composition>,
        <album/34049#subject> ;
    foaf:name "Yusuke Sakamoto"@en,
        "坂本裕介"@ja .

<artist/37500#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/34049#subject> ;
    schema:name "KeN"@en ;
    foaf:made <album/34049#composition>,
        <album/34049#subject> ;
    foaf:name "KeN"@en .

<product/9370#subject> a schema:CreativeWork ;
    schema:name "Hatsune Miku and Future Stars Project mirai"@en,
        "初音ミク and Future Stars Project mirai"@ja,
        "Hatsune Miku and Future Stars Project mirai"@ja-latn ;
    foaf:name "Hatsune Miku and Future Stars Project mirai"@en,
        "初音ミク and Future Stars Project mirai"@ja,
        "Hatsune Miku and Future Stars Project mirai"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/94/34049/34049-1341970214.jpg> a schema:ImageObject,
        foaf:Image .

<album/34049#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Lots of Love feat. Miku Hatsune"@en,
        "Lots of Love feat. 初音ミク"@ja,
        "Lots of Love feat. Miku Hatsune"@ja-latn ;
    mo:composer <artist/1065#subject>,
        <artist/37500#subject> ;
    mo:produced_work <album/34049#musicalwork> ;
    schema:name "Lots of Love feat. Miku Hatsune"@en,
        "Lots of Love feat. 初音ミク"@ja,
        "Lots of Love feat. Miku Hatsune"@ja-latn .

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

<album/34049#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Lots of Love feat. Miku Hatsune"@en,
        "Lots of Love feat. 初音ミク"@ja,
        "Lots of Love feat. Miku Hatsune"@ja-latn ;
    mo:performance_of <album/34049#musicalwork> ;
    mo:performer <artist/2466#subject> ;
    mo:recorded_as <album/34049#musicalexpression> ;
    schema:byArtist <artist/2466#subject> ;
    schema:name "Lots of Love feat. Miku Hatsune"@en,
        "Lots of Love feat. 初音ミク"@ja,
        "Lots of Love feat. Miku Hatsune"@ja-latn ;
    schema:workPerformed <album/34049#musicalwork> .

<artist/2466#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/34049#performance> ;
    schema:name "Miku Hatsune"@en,
        "初音ミク"@ja ;
    foaf:name "Miku Hatsune"@en,
        "初音ミク"@ja .

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

<album/34049#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-03-07"^^xsd:date ;
    dcterms:title "Lots of Love feat. Miku Hatsune"@en,
        "Lots of Love feat. 初音ミク"@ja,
        "Lots of Love feat. Miku Hatsune"@ja-latn ;
    mo:catalogue_number "GMRD-1001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/34049#musicalexpression> ;
    mo:publisher _:N8de196652b9d41d2936acba78f412255 ;
    mo:record _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    mo:record_count 1 ;
    schema:about <product/9370#subject> ;
    schema:byArtist <artist/2466#subject> ;
    schema:datePublished "2012-03-07"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/94/34049/34049-1341970214.jpg> ;
    schema:name "Lots of Love feat. Miku Hatsune"@en,
        "Lots of Love feat. 初音ミク"@ja,
        "Lots of Love feat. Miku Hatsune"@ja-latn ;
    schema:publisher _:N8de196652b9d41d2936acba78f412255 ;
    foaf:depiction <https://media.vgm.io/albums/94/34049/34049-1341970214.jpg> .

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

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

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

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

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

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

_:N0f8500258194405a90b4c1f82de412fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ワスレナイデ -Song of the Earth-"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:32"^^xsd:interval ;
    schema:inPlaylist _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    schema:name "ワスレナイデ -Song of the Earth-"@ja .

_:N1c7b5167fd35481296b2de7744982dfa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "45分の恋人"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    schema:name "45分の恋人"@ja .

_:N4eafe2c9d00c47479df0b8129c6f0905 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "冬のエチュード"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    schema:name "冬のエチュード"@ja .

_:N5e13b07802c2485bad7a6bf6ce1a54d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Only Tonight"@ja ;
    mo:track_number 7 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    schema:name "Only Tonight"@ja .

_:N684cd4cdfe9e4950bea420c7ffd2830f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LOL -lots of laugh-"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    schema:name "LOL -lots of laugh-"@ja .

_:N79175fabc1134570ac0f8522da2a839e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "迷路"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    schema:name "迷路"@ja .

_:N8b4aa5126e12445f947e356f472d25ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sa-Ku-Ra"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:21"^^xsd:interval ;
    schema:inPlaylist _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    schema:name "Sa-Ku-Ra"@ja .

_:N8c61a0215bbc46d49452b7c8376753b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "maybe love me"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    schema:name "maybe love me"@ja .

_:N8de196652b9d41d2936acba78f412255 schema:name "Grand Muse"@en ;
    foaf:name "Grand Muse"@en .

_:N9ad90983e0254eeab04f86b1112b17df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ミルクココア"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    schema:name "ミルクココア"@ja .

_:Na53104316ce043c0b10cb986847d4fba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ワスレナイデ -Song of the Earth- (エレクトロ・ハウス・リミックス)"@ja ;
    mo:track_number 11 ;
    schema:duration "PT5:58"^^xsd:interval ;
    schema:inPlaylist _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    schema:name "ワスレナイデ -Song of the Earth- (エレクトロ・ハウス・リミックス)"@ja .

_:Nf07c033933ac463ca8acb403d25c0d8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "PoiPoi-DameDame"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    schema:name "PoiPoi-DameDame"@ja .

_:Nfb441dc5c6574a0199f4c8de7ae820e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LOL -lots of laugh- (ボサノバ・リミックス)"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N0e28b197c1d04b468bc4ef5b03648ac3 ;
    schema:name "LOL -lots of laugh- (ボサノバ・リミックス)"@ja .

_:N0e28b197c1d04b468bc4ef5b03648ac3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0f8500258194405a90b4c1f82de412fa,
        _:N1c7b5167fd35481296b2de7744982dfa,
        _:N4eafe2c9d00c47479df0b8129c6f0905,
        _:N5e13b07802c2485bad7a6bf6ce1a54d8,
        _:N684cd4cdfe9e4950bea420c7ffd2830f,
        _:N79175fabc1134570ac0f8522da2a839e,
        _:N8b4aa5126e12445f947e356f472d25ed,
        _:N8c61a0215bbc46d49452b7c8376753b4,
        _:N9ad90983e0254eeab04f86b1112b17df,
        _:Na53104316ce043c0b10cb986847d4fba,
        _:Nf07c033933ac463ca8acb403d25c0d8b,
        _:Nfb441dc5c6574a0199f4c8de7ae820e9 ;
    mo:track_count 12 ;
    schema:duration "PT53:32"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N0f8500258194405a90b4c1f82de412fa,
        _:N1c7b5167fd35481296b2de7744982dfa,
        _:N4eafe2c9d00c47479df0b8129c6f0905,
        _:N5e13b07802c2485bad7a6bf6ce1a54d8,
        _:N684cd4cdfe9e4950bea420c7ffd2830f,
        _:N79175fabc1134570ac0f8522da2a839e,
        _:N8b4aa5126e12445f947e356f472d25ed,
        _:N8c61a0215bbc46d49452b7c8376753b4,
        _:N9ad90983e0254eeab04f86b1112b17df,
        _:Na53104316ce043c0b10cb986847d4fba,
        _:Nf07c033933ac463ca8acb403d25c0d8b,
        _:Nfb441dc5c6574a0199f4c8de7ae820e9 .

