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

<artist/3066#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kazuhiko Nagai"@en,
        "長井和彦"@ja ;
    foaf:made <album/7857#lyrics>,
        <album/7857#subject> ;
    foaf:name "Kazuhiko Nagai"@en,
        "長井和彦"@ja .

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

<artist/1481#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/7857#subject> ;
    schema:name "Sachio Ogawa"@en,
        "小河幸男"@ja ;
    foaf:made <album/7857#composition>,
        <album/7857#lyrics>,
        <album/7857#subject> ;
    foaf:name "Sachio Ogawa"@en,
        "小河幸男"@ja .

<artist/287#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/7857#subject> ;
    schema:name "Fryderyk Franciszek Chopin"@en ;
    foaf:made <album/7857#composition>,
        <album/7857#subject> ;
    foaf:name "Fryderyk Franciszek Chopin"@en .

<release/25745#subject> a schema:CreativeWork ;
    schema:name "Oshare Majo: Love and Berry - 2007 Autumn & Winter Collection"@en,
        "オシャレ魔女ラブandベリー 2007秋冬コレクション"@ja,
        "Oshare Majo: Love and Berry - 2007 Autumn & Winter Collection"@ja-latn ;
    foaf:name "Oshare Majo: Love and Berry - 2007 Autumn & Winter Collection"@en,
        "オシャレ魔女ラブandベリー 2007秋冬コレクション"@ja,
        "Oshare Majo: Love and Berry - 2007 Autumn & Winter Collection"@ja-latn .

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

<album/7857#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Oshare Majo Love and Berry 2007 Autumn & Winter Song Collection"@en,
        "オシャレ魔女 ラブ and ベリー　2007秋冬ソングコレクション"@ja,
        "Oshare Majo Love and Berry 2007 Autumn & Winter Song Collection"@ja-latn ;
    mo:performance_of <album/7857#musicalwork> ;
    mo:recorded_as <album/7857#musicalexpression> ;
    schema:name "Oshare Majo Love and Berry 2007 Autumn & Winter Song Collection"@en,
        "オシャレ魔女 ラブ and ベリー　2007秋冬ソングコレクション"@ja,
        "Oshare Majo Love and Berry 2007 Autumn & Winter Song Collection"@ja-latn ;
    schema:workPerformed <album/7857#musicalwork> .

<org/2873#subject> schema:name "SEGA"@en,
        "株式会社セガ"@ja,
        "SEGA"@ja-latn ;
    foaf:name "SEGA"@en,
        "株式会社セガ"@ja,
        "SEGA"@ja-latn .

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

<https://medium-media.vgm.io/albums/75/7857/7857-1207315081.jpg> a schema:ImageObject,
        foaf:Image .

<album/7857#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Oshare Majo Love and Berry 2007 Autumn & Winter Song Collection"@en,
        "オシャレ魔女 ラブ and ベリー　2007秋冬ソングコレクション"@ja,
        "Oshare Majo Love and Berry 2007 Autumn & Winter Song Collection"@ja-latn ;
    mo:composer <artist/1481#subject>,
        <artist/287#subject> ;
    mo:produced_work <album/7857#musicalwork> ;
    schema:name "Oshare Majo Love and Berry 2007 Autumn & Winter Song Collection"@en,
        "オシャレ魔女 ラブ and ベリー　2007秋冬ソングコレクション"@ja,
        "Oshare Majo Love and Berry 2007 Autumn & Winter Song Collection"@ja-latn .

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

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

<album/7857#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-09-20"^^xsd:date ;
    dcterms:title "Oshare Majo Love and Berry 2007 Autumn & Winter Song Collection"@en,
        "オシャレ魔女 ラブ and ベリー　2007秋冬ソングコレクション"@ja,
        "Oshare Majo Love and Berry 2007 Autumn & Winter Song Collection"@ja-latn ;
    mo:catalogue_number "HCV-0339" ;
    mo:media_type "CD" ;
    mo:publication_of <album/7857#musicalexpression> ;
    mo:publisher <org/2873#subject> ;
    mo:record _:N72fa13e37a374301b51eecad90b978e1 ;
    mo:record_count 1 ;
    schema:about <release/25745#subject> ;
    schema:datePublished "2007-09-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/75/7857/7857-1207315081.jpg> ;
    schema:name "Oshare Majo Love and Berry 2007 Autumn & Winter Song Collection"@en,
        "オシャレ魔女 ラブ and ベリー　2007秋冬ソングコレクション"@ja,
        "Oshare Majo Love and Berry 2007 Autumn & Winter Song Collection"@ja-latn ;
    schema:publisher <org/2873#subject> ;
    foaf:depiction <https://media.vgm.io/albums/75/7857/7857-1207315081.jpg> .

_:N0643684ee5af4ba6a939091f7354126f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "まだまだナツもよう"@ja ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "まだまだナツもよう"@ja .

_:N1c3fb7dcba23466882d8766711de0d53 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハッピイきねんび"@ja ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "ハッピイきねんび"@ja .

_:N29c9e95e8eec4296943352f30825f385 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "グランドワルツ～華麗なる大円舞曲～"@ja ;
    mo:track_number 12 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "グランドワルツ～華麗なる大円舞曲～"@ja .

_:N4be2c04b6db3420eaaf16f2f5d6e3f11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハッピイきねんび"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "ハッピイきねんび"@ja .

_:N6e9d19952a8a4c46b3cc4f5abe791946 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "オシャレマジック"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "オシャレマジック"@ja .

_:N816739df11644e14b7f8d5db160400e9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あきいろセレナーデ"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "あきいろセレナーデ"@ja .

_:Na3664cb2441e4e81b6edd17cd94e7c2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "オシャレマジック"@ja ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "オシャレマジック"@ja .

_:Nace98907f70f4bb1b99f4201e49e581c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あきいろセレナーデ"@ja ;
    mo:track_number 11 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "あきいろセレナーデ"@ja .

_:Nc473e858e25449e18d051a872d37f5a7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あのそらのむこうに"@ja ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "あのそらのむこうに"@ja .

_:Nd1d6c305cbd3425899da7cb4597f5b12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ラブとベリーのおまけコーナー"@ja ;
    mo:track_number 13 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "ラブとベリーのおまけコーナー"@ja .

_:Nd55a4c22d0e74a9782fc78adede3cac3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "まだまだナツもよう"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "まだまだナツもよう"@ja .

_:Nf71720306f2e4713ba65739365640b57 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "グランドワルツ～華麗なる大円舞曲～"@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "グランドワルツ～華麗なる大円舞曲～"@ja .

_:Nfa00714f2f97463e825ac5325a891735 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "あのそらのむこうに"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N72fa13e37a374301b51eecad90b978e1 ;
    schema:name "あのそらのむこうに"@ja .

_:N72fa13e37a374301b51eecad90b978e1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0643684ee5af4ba6a939091f7354126f,
        _:N1c3fb7dcba23466882d8766711de0d53,
        _:N29c9e95e8eec4296943352f30825f385,
        _:N4be2c04b6db3420eaaf16f2f5d6e3f11,
        _:N6e9d19952a8a4c46b3cc4f5abe791946,
        _:N816739df11644e14b7f8d5db160400e9,
        _:Na3664cb2441e4e81b6edd17cd94e7c2c,
        _:Nace98907f70f4bb1b99f4201e49e581c,
        _:Nc473e858e25449e18d051a872d37f5a7,
        _:Nd1d6c305cbd3425899da7cb4597f5b12,
        _:Nd55a4c22d0e74a9782fc78adede3cac3,
        _:Nf71720306f2e4713ba65739365640b57,
        _:Nfa00714f2f97463e825ac5325a891735 ;
    mo:track_count 13 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N0643684ee5af4ba6a939091f7354126f,
        _:N1c3fb7dcba23466882d8766711de0d53,
        _:N29c9e95e8eec4296943352f30825f385,
        _:N4be2c04b6db3420eaaf16f2f5d6e3f11,
        _:N6e9d19952a8a4c46b3cc4f5abe791946,
        _:N816739df11644e14b7f8d5db160400e9,
        _:Na3664cb2441e4e81b6edd17cd94e7c2c,
        _:Nace98907f70f4bb1b99f4201e49e581c,
        _:Nc473e858e25449e18d051a872d37f5a7,
        _:Nd1d6c305cbd3425899da7cb4597f5b12,
        _:Nd55a4c22d0e74a9782fc78adede3cac3,
        _:Nf71720306f2e4713ba65739365640b57,
        _:Nfa00714f2f97463e825ac5325a891735 .

