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

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

<artist/11443#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44016#subject> ;
    schema:name "Fuminori Matsumoto"@en,
        "松本文紀"@ja ;
    foaf:made <album/44016#composition>,
        <album/44016#subject> ;
    foaf:name "Fuminori Matsumoto"@en,
        "松本文紀"@ja .

<artist/12569#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44016#subject> ;
    schema:name "fuyu"@en,
        "ふゆ"@ja ;
    foaf:made <album/44016#composition>,
        <album/44016#lyrics>,
        <album/44016#subject> ;
    foaf:name "fuyu"@en,
        "ふゆ"@ja .

<artist/1663#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44016#subject> ;
    schema:name "Ludwig van Beethoven"@en ;
    foaf:made <album/44016#composition>,
        <album/44016#subject> ;
    foaf:name "Ludwig van Beethoven"@en .

<artist/3071#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44016#subject> ;
    schema:name "Erik Satie"@en ;
    foaf:made <album/44016#composition>,
        <album/44016#subject> ;
    foaf:name "Erik Satie"@en .

<artist/33886#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44016#subject> ;
    schema:name "Suhrta"@en,
        "さー太"@ja ;
    foaf:made <album/44016#composition>,
        <album/44016#subject> ;
    foaf:name "Suhrta"@en,
        "さー太"@ja .

<event/167> a mo:Release ;
    schema:name "Released at Comic Market 85 (Dec 29, 2013 to Dec 31, 2013)" .

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

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

<https://medium-media.vgm.io/albums/61/44016/44016-1390624206.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/11691#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/44016#performance> ;
    schema:name "Kiyono"@en,
        "きよの"@ja ;
    foaf:name "Kiyono"@en,
        "きよの"@ja .

<artist/12568#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/44016#performance> ;
    schema:name "prkr"@en ;
    foaf:name "prkr"@en .

<artist/2416#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/44016#performance> ;
    schema:name "ichigo"@en ;
    foaf:name "ichigo"@en .

<artist/2417#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/44016#performance> ;
    schema:name "Mi-cyan"@en,
        "みっちゃん"@ja ;
    foaf:name "Mi-cyan"@en,
        "みっちゃん"@ja .

<artist/9272#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/44016#performance> ;
    schema:name "Hayapi"@en,
        "はやぴ～"@ja ;
    foaf:name "Hayapi"@en,
        "はやぴ～"@ja .

<artist/2367#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/44016#subject> ;
    mo:performed <album/44016#performance> ;
    schema:name "Kisida"@en,
        "岸田"@ja ;
    foaf:made <album/44016#composition>,
        <album/44016#lyrics>,
        <album/44016#subject> ;
    foaf:name "Kisida"@en,
        "岸田"@ja .

<album/44016#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "WEE OST"@en,
        "WEE OST"@ja,
        "WEE OST"@ja-latn ;
    mo:composer <artist/11443#subject>,
        <artist/12569#subject>,
        <artist/1663#subject>,
        <artist/2367#subject>,
        <artist/3071#subject>,
        <artist/33886#subject> ;
    mo:produced_work <album/44016#musicalwork> ;
    schema:name "WEE OST"@en,
        "WEE OST"@ja,
        "WEE OST"@ja-latn .

<album/44016#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "WEE OST"@en,
        "WEE OST"@ja,
        "WEE OST"@ja-latn ;
    mo:performance_of <album/44016#musicalwork> ;
    mo:performer <artist/11691#subject>,
        <artist/12568#subject>,
        <artist/2367#subject>,
        <artist/2416#subject>,
        <artist/2417#subject>,
        <artist/9272#subject> ;
    mo:recorded_as <album/44016#musicalexpression> ;
    schema:byArtist <artist/11691#subject>,
        <artist/12568#subject>,
        <artist/2367#subject>,
        <artist/2416#subject>,
        <artist/2417#subject>,
        <artist/9272#subject> ;
    schema:name "WEE OST"@en,
        "WEE OST"@ja,
        "WEE OST"@ja-latn ;
    schema:workPerformed <album/44016#musicalwork> .

<album/44016#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-12-31"^^xsd:date ;
    dcterms:title "WEE OST"@en,
        "WEE OST"@ja,
        "WEE OST"@ja-latn ;
    mo:catalogue_number "SPMWEE03" ;
    mo:media_type "4 CD + Digital" ;
    mo:publication_of <album/44016#musicalexpression> ;
    mo:publisher _:N9b0455da4866495eaf6600a25ed5e9fd ;
    mo:record _:N21fc2c379a32457086e762b1a74ca992,
        _:N61ef232049b442d28b7fc9b95655c493,
        _:Nc94f4aaaf89447da9aeab450ce807b5e,
        _:Nc955fc50124a45c89dc04b1b3fbe01be,
        _:Ne7d629fbc1414ede8e779caf333eb9f0 ;
    mo:record_count 5 ;
    mo:release <event/167> ;
    schema:about [ a schema:CreativeWork ;
            schema:name "WORLD END ECONOMiCA"@en ;
            foaf:name "WORLD END ECONOMiCA"@en ] ;
    schema:byArtist <artist/11691#subject>,
        <artist/12568#subject>,
        <artist/2367#subject>,
        <artist/2416#subject>,
        <artist/2417#subject>,
        <artist/9272#subject> ;
    schema:datePublished "2013-12-31"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/61/44016/44016-1390624206.jpg> ;
    schema:name "WEE OST"@en,
        "WEE OST"@ja,
        "WEE OST"@ja-latn ;
    schema:publisher _:N9b0455da4866495eaf6600a25ed5e9fd ;
    foaf:depiction <https://media.vgm.io/albums/61/44016/44016-1390624206.jpg> .

_:N04cf7dab6f944fde93f05e568b88baee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The madness of the madness"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "The madness of the madness"@ja .

_:N07c852d93135403088bf57bb569f0818 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハルのテーマ"@ja,
        "リサのテーマ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "ハルのテーマ"@ja,
        "リサのテーマ"@ja .

_:N08b7847ccb78440f9a7eeee220e9c168 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "retrograde interior"@ja ;
    mo:track_number 2 ;
    schema:duration "PT7:00"^^xsd:interval ;
    schema:inPlaylist _:Ne7d629fbc1414ede8e779caf333eb9f0 ;
    schema:name "retrograde interior"@ja .

_:N0acd296e4a0443649b2522fbbfe75668 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shine City"@ja,
        "散策"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Shine City"@ja,
        "散策"@ja .

_:N0c4aee7ab8ef479891cc8d7d27b6b38f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "regret or..."@ja ;
    mo:track_number 26 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "regret or..."@ja .

_:N0fe8c219254546c68f78028ac2ab07ba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Happy Street"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Happy Street"@ja .

_:N10756f1cfc1a443ca97aa85aec6dfb95 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another Ambitous"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Another Ambitous"@ja .

_:N11d7a4c5a05841f087af1fe66f21d010 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Walking the sunday's street"@ja,
        "world end economica"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Walking the sunday's street"@ja,
        "world end economica"@ja .

_:N1309dc8c73784796bd5dfcfbb4da1f48 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "not bound"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:Ne7d629fbc1414ede8e779caf333eb9f0 ;
    schema:name "not bound"@ja .

_:N140b4c3f3b7745a59a07a0a664c32060 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "狂想"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:12"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "狂想"@ja .

_:N171497ce57884f27ac5fdc4402f98013 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Office"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:23"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "Office"@ja .

_:N18b4423658d8423c87f7d1bc68e5767c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "escape from predicament"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:Ne7d629fbc1414ede8e779caf333eb9f0 ;
    schema:name "escape from predicament"@ja .

_:N1c5a56ad036d4eebaa9c32a9e02fe5b2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ride a Bull"@ja,
        "world end economica"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Ride a Bull"@ja,
        "world end economica"@ja .

_:N1edd8839a0dc456598edfa9e08960f1c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dreaming Night"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:N61ef232049b442d28b7fc9b95655c493 ;
    schema:name "Dreaming Night"@ja .

_:N21a917f2243a4b9f9ee897d46f131fc6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "想い"@ja ;
    mo:track_number 27 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "想い"@ja .

_:N23fef60bff1b43259135ad0727a7084f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dear Old Friends"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "Dear Old Friends"@ja .

_:N24e8e8a0f8f041c08023aa05bda925e0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Break Street"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:17"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Break Street"@ja .

_:N258894f2227c4466b2e3c60537a7eff5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Depth of Thought"@ja ;
    mo:track_number 12 ;
    schema:duration "PT2:32"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Depth of Thought"@ja .

_:N2f7d9aed50124a3eb1d9898cc89d1ceb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hop on the hill"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:09"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "Hop on the hill"@ja .

_:N2ff0e31cae804823861c8d38f0b7d1b0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "誰にも止められない"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:12"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "誰にも止められない"@ja .

_:N377a14923b2044a7adf479f656950f2a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハガナのテーマ"@ja,
        "六番街のカンタータ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:18"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "ハガナのテーマ"@ja,
        "六番街のカンタータ"@ja .

_:N3a08cd9c31144f998f6915592c857d73 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "actable luna"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:18"^^xsd:interval ;
    schema:inPlaylist _:Ne7d629fbc1414ede8e779caf333eb9f0 ;
    schema:name "actable luna"@ja .

_:N3a51fb3c94bc4d5598b1b3724b3cd75d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Downtown"@ja,
        "Shine City"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:49"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Downtown"@ja,
        "Shine City"@ja .

_:N3bbce4f8474e4ed68c60e84faffaaa70 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "また始める"@ja ;
    mo:track_number 30 ;
    schema:duration "PT1:47"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "また始める"@ja .

_:N3f3212a5cda24497b290221005a6cf65 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "取引の始まり"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "取引の始まり"@ja .

_:N429102e60cf74b2a8b807846dbe369fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Your Lost"@ja ;
    mo:track_number 17 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "Your Lost"@ja .

_:N43daf973a5344b149c004d60b1c2c0ff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ワールド・エンド・エコノミカ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:Ne7d629fbc1414ede8e779caf333eb9f0 ;
    schema:name "ワールド・エンド・エコノミカ"@ja .

_:N442a5d0e32ef417f8cffde6436f6f601 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sola"@ja ;
    mo:track_number 26 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Sola"@ja .

_:N454beafb5aad42019d13f47144a15e65 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "フラクタリングリーブス"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "フラクタリングリーブス"@ja .

_:N4d59b71bed4f401b84d4f27f65ba1d45 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Twon for Shopping"@ja ;
    mo:track_number 8 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Twon for Shopping"@ja .

_:N4edf0f477c6a4467a3c091e4930f7344 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Patience, Impatience"@ja ;
    mo:track_number 26 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Patience, Impatience"@ja .

_:N4fadec58a5ea415bba3871b9813999a5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ジムノペディ 第1番"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N61ef232049b442d28b7fc9b95655c493 ;
    schema:name "ジムノペディ 第1番"@ja .

_:N518cb6b4c68d440684b780051b4ae270 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alchemy"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:30"^^xsd:interval ;
    schema:inPlaylist _:Ne7d629fbc1414ede8e779caf333eb9f0 ;
    schema:name "Alchemy"@ja .

_:N562c5f7220284800bfa58a5fbd48407c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ice Break"@ja ;
    mo:track_number 24 ;
    schema:duration "PT1:10"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Ice Break"@ja .

_:N562fc513638e4316a8561f26fc1e8f39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ride a Bull"@ja,
        "六番街のカンタータ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Ride a Bull"@ja,
        "六番街のカンタータ"@ja .

_:N572006a30b6c4d148d019bbb5b5e602c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "宇宙のその先"@ja ;
    mo:track_number 23 ;
    schema:duration "PT1:44"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "宇宙のその先"@ja .

_:N5af227251b2949bab05427a56f5f7ef8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ピアノソナタ第8番ハ短調「悲愴」 第二楽章 Op.13"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "ピアノソナタ第8番ハ短調「悲愴」 第二楽章 Op.13"@ja .

_:N5f5b304b0a704e9cbcb6d46ccd27bce3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Great Escape"@ja,
        "散策"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:52"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "The Great Escape"@ja,
        "散策"@ja .

_:N6226f96a1c6a4feb9a25a9fa05495618 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Balmy Day"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "Balmy Day"@ja .

_:N637e6830b0a143e3a4cd32770ee5ea6c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "優雅なお茶会"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:08"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "優雅なお茶会"@ja .

_:N67aae88d73dd460ba881e13cc9e06be1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fun Fun Fun"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:24"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Fun Fun Fun"@ja .

_:N689eb9a7af684e5fb0271f34ba463aec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Walking the sunday's street"@ja,
        "穏やかな日々"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Walking the sunday's street"@ja,
        "穏やかな日々"@ja .

_:N68d76ebad8bf404581a44762c35a62cd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "0101 digit"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:44"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "0101 digit"@ja .

_:N6d436220c69e47d3847c3be85350561a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "アルハンブラ"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "アルハンブラ"@ja .

_:N6f21c3b3f8a04f6199ab3b853fd72e3a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Club"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:12"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "The Club"@ja .

_:N7550c8f66f114d6287defb50edd9ab66 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "核心"@ja ;
    mo:track_number 22 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "核心"@ja .

_:N862e26c0282445b0b7c65662f30e3ff6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Midnight Moon"@ja ;
    mo:track_number 17 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Midnight Moon"@ja .

_:N889e9c8f2bd142baa2c2049d764e97a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "枯れない泉のその裏側"@ja ;
    mo:track_number 2 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N61ef232049b442d28b7fc9b95655c493 ;
    schema:name "枯れない泉のその裏側"@ja .

_:N89446b2aa181460ca35fec25ef04322a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハガナのテーマ"@ja,
        "リサのテーマ"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:10"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "ハガナのテーマ"@ja,
        "リサのテーマ"@ja .

_:N8a35eecfe14e4eb9b946c1770518d21f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "これまでとこれからと進む勇気を"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:26"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "これまでとこれからと進む勇気を"@ja .

_:N8c4d96e09b9b452181b9c567445b15de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "懐かしい昔日"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:05"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "懐かしい昔日"@ja .

_:N8f164fa5cd87452b8357eb20a54f8d7b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "On the Stage"@ja ;
    mo:track_number 25 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "On the Stage"@ja .

_:N91f3178d9aab46aaa71c408d61b44377 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Glass /w ice"@ja,
        "均衡"@ja ;
    mo:track_number 19 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Glass /w ice"@ja,
        "均衡"@ja .

_:N925b8563af444ef0ba78c5845b8b5d6e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Palace party(バートンのテーマ)"@ja ;
    mo:track_number 22 ;
    schema:duration "PT1:37"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Palace party(バートンのテーマ)"@ja .

_:N949c5c6c92fa4241a018d8b0e5a51bbc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "疑念"@ja ;
    mo:track_number 22 ;
    schema:duration "PT1:38"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "疑念"@ja .

_:N95265d8f3e8d4de2b49ec2b005ec7762 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Last 10mins."@ja ;
    mo:track_number 17 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Last 10mins."@ja .

_:N9759729481be47e19d89376b6c7f32df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "地球を見上げて"@ja ;
    mo:track_number 25 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "地球を見上げて"@ja .

_:N98f84cdc0b914ed088cde4d9d7abe38c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Friendly Days"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:03"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Friendly Days"@ja .

_:N99679b34aced40d69f2a528abfec2e73 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heart Beat Hard"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "Heart Beat Hard"@ja .

_:N9b0455da4866495eaf6600a25ed5e9fd schema:name "Spicy Tails"@en ;
    foaf:name "Spicy Tails"@en .

_:N9faeb28e35414c028a68519a72381d3f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "月面の北壁"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:39"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "月面の北壁"@ja .

_:Na11aa82a61ff482388118ef082db475d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Day time"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Day time"@ja .

_:Na3eb07cf552f41bf8503a9a3911a8081 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Big Boss"@ja ;
    mo:track_number 28 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "Big Boss"@ja .

_:Na43107db93d345acaf4513f3590a6c9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "意外"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:21"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "意外"@ja .

_:Na8bbc5fb2f6241869d9f4b87c72dcccd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "End of his young days"@ja ;
    mo:track_number 3 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:N61ef232049b442d28b7fc9b95655c493 ;
    schema:name "End of his young days"@ja .

_:Na9019166a2da4196af157950ef281f68 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Daily Work"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:18"^^xsd:interval ;
    schema:inPlaylist _:N61ef232049b442d28b7fc9b95655c493 ;
    schema:name "Daily Work"@ja .

_:Naa2e85dbf6444c91845cb3ed1a2d47d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Glass /w ice"@ja,
        "均衡"@ja ;
    mo:track_number 20 ;
    schema:duration "PT1:23"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Glass /w ice"@ja,
        "均衡"@ja .

_:Nac2707d6fe694911b3efe46d71f8aaef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Buy Buy Buy"@ja ;
    mo:track_number 14 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Buy Buy Buy"@ja .

_:Nacb9aeb467644089ade072347c62e543 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Great Escape"@ja,
        "Under the net"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:24"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "The Great Escape"@ja,
        "Under the net"@ja .

_:Nad2dab2255a7405a99860a58b366632e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "焦燥"@ja ;
    mo:track_number 10 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "焦燥"@ja .

_:Naef148fdb3604ea69aa334cb2ad3583c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "やわらかな時間"@ja ;
    mo:track_number 11 ;
    schema:duration "PT1:58"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "やわらかな時間"@ja .

_:Naf1953cbc6344d92b3b2af5d28b9595b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Xover"@ja ;
    mo:track_number 21 ;
    schema:duration "PT1:49"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "Xover"@ja .

_:Nbaa6144fd22d47c38438531bff570d99 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Is it like a tea pot?"@ja ;
    mo:track_number 15 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Is it like a tea pot?"@ja .

_:Nbbd44af4c8554267bb78743874054532 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Place Pray for God"@ja ;
    mo:track_number 21 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Place Pray for God"@ja .

_:Nbd4849872e2047018e8113881bddd428 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Amazing Grace for Chris"@ja ;
    mo:track_number 23 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "Amazing Grace for Chris"@ja .

_:Nbeed5370c36f449abf323fdd6050e6c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rain, Sad Rain"@ja,
        "エレノアのテーマ"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Rain, Sad Rain"@ja,
        "エレノアのテーマ"@ja .

_:Nc0fdff6326714a3089e5002bfa5d244e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "疾走"@ja ;
    mo:track_number 24 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "疾走"@ja .

_:Nc58ce05efe4647d9ae788315f52e7d9c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rain, Sad Rain"@ja,
        "エレノアのテーマ"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:36"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Rain, Sad Rain"@ja,
        "エレノアのテーマ"@ja .

_:Nc92d7251eca748a889b17c640e38efb9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Spark and Bright"@ja ;
    mo:track_number 9 ;
    schema:duration "PT1:14"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Spark and Bright"@ja .

_:Nc9a7e0d68ec74f5b9b8797ac532fc4dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "クリスのテーマ"@ja ;
    mo:track_number 3 ;
    schema:duration "PT1:11"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "クリスのテーマ"@ja .

_:Nccfb0ca72fe34a07992870d56a5e9136 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tales of Panties"@ja ;
    mo:track_number 18 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Tales of Panties"@ja .

_:Nce66965f4b154e928ad198ec35432ad7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "宵"@ja ;
    mo:track_number 7 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "宵"@ja .

_:Ncedbd034e6824addac87ce4d0d5fd4ae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "重なる今と昔"@ja ;
    mo:track_number 27 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "重なる今と昔"@ja .

_:Ncf3a0e66b6444f2ea2c9df4b8b674366 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "U FINE?"@ja ;
    mo:track_number 4 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "U FINE?"@ja .

_:Ncfe1639c88044485a71287eab521de36 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Deep Space"@ja ;
    mo:track_number 21 ;
    schema:duration "PT2:14"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Deep Space"@ja .

_:Nd2a046a21bba4db9b42406805960807f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tragedy"@ja ;
    mo:track_number 18 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "Tragedy"@ja .

_:Nd9dcab438bb942449094243e444beda4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Under the net"@ja,
        "穏やかな日々"@ja ;
    mo:track_number 11 ;
    schema:duration "PT2:00"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Under the net"@ja,
        "穏やかな日々"@ja .

_:Ndb46e3fb05b34b9895aa6394266e8524 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Restlessness"@ja ;
    mo:track_number 24 ;
    schema:duration "PT1:56"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Restlessness"@ja .

_:Ne0ef2007f4754b82bbe2ccf45f68abc7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "緊張"@ja ;
    mo:track_number 25 ;
    schema:duration "PT1:10"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "緊張"@ja .

_:Ne2a432bbaf0447268756de2a931b7112 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Decision"@ja ;
    mo:track_number 23 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Decision"@ja .

_:Ne7c06a6d37bb48769a859814d6004b45 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "M.M."@ja ;
    mo:track_number 13 ;
    schema:duration "PT1:11"^^xsd:interval ;
    schema:inPlaylist _:Nc955fc50124a45c89dc04b1b3fbe01be ;
    schema:name "M.M."@ja .

_:Nefafd7a3509243dcb69f6c98c8625cb2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "凱旋"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:23"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "凱旋"@ja .

_:Nf219c034a418403fbf1e9fc674b1b01c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wondaring World"@ja ;
    mo:track_number 12 ;
    schema:duration "PT1:16"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "Wondaring World"@ja .

_:Nfac5521186334c979cd58ef9542e5fe2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "月光イノセンス"@ja ;
    mo:track_number 5 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:Ne7d629fbc1414ede8e779caf333eb9f0 ;
    schema:name "月光イノセンス"@ja .

_:Nfc8a5f41d0e24c95ab4622f8f641dddc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Downtown"@ja,
        "ハルのテーマ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:50"^^xsd:interval ;
    schema:inPlaylist _:N21fc2c379a32457086e762b1a74ca992 ;
    schema:name "Downtown"@ja,
        "ハルのテーマ"@ja .

_:Nfd15aead5aa3471b9bc7297b7d334494 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Termination"@ja ;
    mo:track_number 29 ;
    schema:duration "PT1:35"^^xsd:interval ;
    schema:inPlaylist _:Nc94f4aaaf89447da9aeab450ce807b5e ;
    schema:name "Termination"@ja .

_:Nffdb10daddac4937ae5477b47caa9485 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "cause to decide"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:Ne7d629fbc1414ede8e779caf333eb9f0 ;
    schema:name "cause to decide"@ja .

_:N61ef232049b442d28b7fc9b95655c493 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 5 ;
    mo:track _:N1edd8839a0dc456598edfa9e08960f1c,
        _:N4fadec58a5ea415bba3871b9813999a5,
        _:N889e9c8f2bd142baa2c2049d764e97a0,
        _:Na8bbc5fb2f6241869d9f4b87c72dcccd,
        _:Na9019166a2da4196af157950ef281f68 ;
    mo:track_count 5 ;
    schema:duration "PT12:29"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N1edd8839a0dc456598edfa9e08960f1c,
        _:N4fadec58a5ea415bba3871b9813999a5,
        _:N889e9c8f2bd142baa2c2049d764e97a0,
        _:Na8bbc5fb2f6241869d9f4b87c72dcccd,
        _:Na9019166a2da4196af157950ef281f68 .

_:Ne7d629fbc1414ede8e779caf333eb9f0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 4 ;
    mo:track _:N08b7847ccb78440f9a7eeee220e9c168,
        _:N1309dc8c73784796bd5dfcfbb4da1f48,
        _:N18b4423658d8423c87f7d1bc68e5767c,
        _:N3a08cd9c31144f998f6915592c857d73,
        _:N43daf973a5344b149c004d60b1c2c0ff,
        _:N518cb6b4c68d440684b780051b4ae270,
        _:Nfac5521186334c979cd58ef9542e5fe2,
        _:Nffdb10daddac4937ae5477b47caa9485 ;
    mo:track_count 8 ;
    schema:duration "PT34:33"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N08b7847ccb78440f9a7eeee220e9c168,
        _:N1309dc8c73784796bd5dfcfbb4da1f48,
        _:N18b4423658d8423c87f7d1bc68e5767c,
        _:N3a08cd9c31144f998f6915592c857d73,
        _:N43daf973a5344b149c004d60b1c2c0ff,
        _:N518cb6b4c68d440684b780051b4ae270,
        _:Nfac5521186334c979cd58ef9542e5fe2,
        _:Nffdb10daddac4937ae5477b47caa9485 .

_:N21fc2c379a32457086e762b1a74ca992 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07c852d93135403088bf57bb569f0818,
        _:N0acd296e4a0443649b2522fbbfe75668,
        _:N11d7a4c5a05841f087af1fe66f21d010,
        _:N1c5a56ad036d4eebaa9c32a9e02fe5b2,
        _:N24e8e8a0f8f041c08023aa05bda925e0,
        _:N2ff0e31cae804823861c8d38f0b7d1b0,
        _:N377a14923b2044a7adf479f656950f2a,
        _:N3a51fb3c94bc4d5598b1b3724b3cd75d,
        _:N442a5d0e32ef417f8cffde6436f6f601,
        _:N562fc513638e4316a8561f26fc1e8f39,
        _:N5f5b304b0a704e9cbcb6d46ccd27bce3,
        _:N689eb9a7af684e5fb0271f34ba463aec,
        _:N89446b2aa181460ca35fec25ef04322a,
        _:N925b8563af444ef0ba78c5845b8b5d6e,
        _:N95265d8f3e8d4de2b49ec2b005ec7762,
        _:N9759729481be47e19d89376b6c7f32df,
        _:Na11aa82a61ff482388118ef082db475d,
        _:Nac2707d6fe694911b3efe46d71f8aaef,
        _:Nacb9aeb467644089ade072347c62e543,
        _:Nbaa6144fd22d47c38438531bff570d99,
        _:Nccfb0ca72fe34a07992870d56a5e9136,
        _:Ncfe1639c88044485a71287eab521de36,
        _:Nd9dcab438bb942449094243e444beda4,
        _:Ndb46e3fb05b34b9895aa6394266e8524,
        _:Ne2a432bbaf0447268756de2a931b7112,
        _:Nfc8a5f41d0e24c95ab4622f8f641dddc ;
    mo:track_count 26 ;
    schema:duration "PT47:30"^^xsd:interval ;
    schema:numTracks 26 ;
    schema:track _:N07c852d93135403088bf57bb569f0818,
        _:N0acd296e4a0443649b2522fbbfe75668,
        _:N11d7a4c5a05841f087af1fe66f21d010,
        _:N1c5a56ad036d4eebaa9c32a9e02fe5b2,
        _:N24e8e8a0f8f041c08023aa05bda925e0,
        _:N2ff0e31cae804823861c8d38f0b7d1b0,
        _:N377a14923b2044a7adf479f656950f2a,
        _:N3a51fb3c94bc4d5598b1b3724b3cd75d,
        _:N442a5d0e32ef417f8cffde6436f6f601,
        _:N562fc513638e4316a8561f26fc1e8f39,
        _:N5f5b304b0a704e9cbcb6d46ccd27bce3,
        _:N689eb9a7af684e5fb0271f34ba463aec,
        _:N89446b2aa181460ca35fec25ef04322a,
        _:N925b8563af444ef0ba78c5845b8b5d6e,
        _:N95265d8f3e8d4de2b49ec2b005ec7762,
        _:N9759729481be47e19d89376b6c7f32df,
        _:Na11aa82a61ff482388118ef082db475d,
        _:Nac2707d6fe694911b3efe46d71f8aaef,
        _:Nacb9aeb467644089ade072347c62e543,
        _:Nbaa6144fd22d47c38438531bff570d99,
        _:Nccfb0ca72fe34a07992870d56a5e9136,
        _:Ncfe1639c88044485a71287eab521de36,
        _:Nd9dcab438bb942449094243e444beda4,
        _:Ndb46e3fb05b34b9895aa6394266e8524,
        _:Ne2a432bbaf0447268756de2a931b7112,
        _:Nfc8a5f41d0e24c95ab4622f8f641dddc .

_:Nc955fc50124a45c89dc04b1b3fbe01be a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N0fe8c219254546c68f78028ac2ab07ba,
        _:N10756f1cfc1a443ca97aa85aec6dfb95,
        _:N21a917f2243a4b9f9ee897d46f131fc6,
        _:N258894f2227c4466b2e3c60537a7eff5,
        _:N454beafb5aad42019d13f47144a15e65,
        _:N4d59b71bed4f401b84d4f27f65ba1d45,
        _:N4edf0f477c6a4467a3c091e4930f7344,
        _:N562c5f7220284800bfa58a5fbd48407c,
        _:N572006a30b6c4d148d019bbb5b5e602c,
        _:N5af227251b2949bab05427a56f5f7ef8,
        _:N637e6830b0a143e3a4cd32770ee5ea6c,
        _:N67aae88d73dd460ba881e13cc9e06be1,
        _:N6d436220c69e47d3847c3be85350561a,
        _:N862e26c0282445b0b7c65662f30e3ff6,
        _:N91f3178d9aab46aaa71c408d61b44377,
        _:N949c5c6c92fa4241a018d8b0e5a51bbc,
        _:N98f84cdc0b914ed088cde4d9d7abe38c,
        _:Naa2e85dbf6444c91845cb3ed1a2d47d1,
        _:Naef148fdb3604ea69aa334cb2ad3583c,
        _:Nbbd44af4c8554267bb78743874054532,
        _:Nbeed5370c36f449abf323fdd6050e6c4,
        _:Nc58ce05efe4647d9ae788315f52e7d9c,
        _:Nc92d7251eca748a889b17c640e38efb9,
        _:Nc9a7e0d68ec74f5b9b8797ac532fc4dd,
        _:Nd2a046a21bba4db9b42406805960807f,
        _:Ne0ef2007f4754b82bbe2ccf45f68abc7,
        _:Ne7c06a6d37bb48769a859814d6004b45 ;
    mo:track_count 27 ;
    schema:duration "PT44:26"^^xsd:interval ;
    schema:numTracks 27 ;
    schema:track _:N0fe8c219254546c68f78028ac2ab07ba,
        _:N10756f1cfc1a443ca97aa85aec6dfb95,
        _:N21a917f2243a4b9f9ee897d46f131fc6,
        _:N258894f2227c4466b2e3c60537a7eff5,
        _:N454beafb5aad42019d13f47144a15e65,
        _:N4d59b71bed4f401b84d4f27f65ba1d45,
        _:N4edf0f477c6a4467a3c091e4930f7344,
        _:N562c5f7220284800bfa58a5fbd48407c,
        _:N572006a30b6c4d148d019bbb5b5e602c,
        _:N5af227251b2949bab05427a56f5f7ef8,
        _:N637e6830b0a143e3a4cd32770ee5ea6c,
        _:N67aae88d73dd460ba881e13cc9e06be1,
        _:N6d436220c69e47d3847c3be85350561a,
        _:N862e26c0282445b0b7c65662f30e3ff6,
        _:N91f3178d9aab46aaa71c408d61b44377,
        _:N949c5c6c92fa4241a018d8b0e5a51bbc,
        _:N98f84cdc0b914ed088cde4d9d7abe38c,
        _:Naa2e85dbf6444c91845cb3ed1a2d47d1,
        _:Naef148fdb3604ea69aa334cb2ad3583c,
        _:Nbbd44af4c8554267bb78743874054532,
        _:Nbeed5370c36f449abf323fdd6050e6c4,
        _:Nc58ce05efe4647d9ae788315f52e7d9c,
        _:Nc92d7251eca748a889b17c640e38efb9,
        _:Nc9a7e0d68ec74f5b9b8797ac532fc4dd,
        _:Nd2a046a21bba4db9b42406805960807f,
        _:Ne0ef2007f4754b82bbe2ccf45f68abc7,
        _:Ne7c06a6d37bb48769a859814d6004b45 .

_:Nc94f4aaaf89447da9aeab450ce807b5e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 3 ;
    mo:track _:N04cf7dab6f944fde93f05e568b88baee,
        _:N0c4aee7ab8ef479891cc8d7d27b6b38f,
        _:N140b4c3f3b7745a59a07a0a664c32060,
        _:N171497ce57884f27ac5fdc4402f98013,
        _:N23fef60bff1b43259135ad0727a7084f,
        _:N2f7d9aed50124a3eb1d9898cc89d1ceb,
        _:N3bbce4f8474e4ed68c60e84faffaaa70,
        _:N3f3212a5cda24497b290221005a6cf65,
        _:N429102e60cf74b2a8b807846dbe369fe,
        _:N6226f96a1c6a4feb9a25a9fa05495618,
        _:N68d76ebad8bf404581a44762c35a62cd,
        _:N6f21c3b3f8a04f6199ab3b853fd72e3a,
        _:N7550c8f66f114d6287defb50edd9ab66,
        _:N8a35eecfe14e4eb9b946c1770518d21f,
        _:N8c4d96e09b9b452181b9c567445b15de,
        _:N8f164fa5cd87452b8357eb20a54f8d7b,
        _:N99679b34aced40d69f2a528abfec2e73,
        _:N9faeb28e35414c028a68519a72381d3f,
        _:Na3eb07cf552f41bf8503a9a3911a8081,
        _:Na43107db93d345acaf4513f3590a6c9e,
        _:Nad2dab2255a7405a99860a58b366632e,
        _:Naf1953cbc6344d92b3b2af5d28b9595b,
        _:Nbd4849872e2047018e8113881bddd428,
        _:Nc0fdff6326714a3089e5002bfa5d244e,
        _:Nce66965f4b154e928ad198ec35432ad7,
        _:Ncedbd034e6824addac87ce4d0d5fd4ae,
        _:Ncf3a0e66b6444f2ea2c9df4b8b674366,
        _:Nefafd7a3509243dcb69f6c98c8625cb2,
        _:Nf219c034a418403fbf1e9fc674b1b01c,
        _:Nfd15aead5aa3471b9bc7297b7d334494 ;
    mo:track_count 30 ;
    schema:duration "PT51:12"^^xsd:interval ;
    schema:numTracks 30 ;
    schema:track _:N04cf7dab6f944fde93f05e568b88baee,
        _:N0c4aee7ab8ef479891cc8d7d27b6b38f,
        _:N140b4c3f3b7745a59a07a0a664c32060,
        _:N171497ce57884f27ac5fdc4402f98013,
        _:N23fef60bff1b43259135ad0727a7084f,
        _:N2f7d9aed50124a3eb1d9898cc89d1ceb,
        _:N3bbce4f8474e4ed68c60e84faffaaa70,
        _:N3f3212a5cda24497b290221005a6cf65,
        _:N429102e60cf74b2a8b807846dbe369fe,
        _:N6226f96a1c6a4feb9a25a9fa05495618,
        _:N68d76ebad8bf404581a44762c35a62cd,
        _:N6f21c3b3f8a04f6199ab3b853fd72e3a,
        _:N7550c8f66f114d6287defb50edd9ab66,
        _:N8a35eecfe14e4eb9b946c1770518d21f,
        _:N8c4d96e09b9b452181b9c567445b15de,
        _:N8f164fa5cd87452b8357eb20a54f8d7b,
        _:N99679b34aced40d69f2a528abfec2e73,
        _:N9faeb28e35414c028a68519a72381d3f,
        _:Na3eb07cf552f41bf8503a9a3911a8081,
        _:Na43107db93d345acaf4513f3590a6c9e,
        _:Nad2dab2255a7405a99860a58b366632e,
        _:Naf1953cbc6344d92b3b2af5d28b9595b,
        _:Nbd4849872e2047018e8113881bddd428,
        _:Nc0fdff6326714a3089e5002bfa5d244e,
        _:Nce66965f4b154e928ad198ec35432ad7,
        _:Ncedbd034e6824addac87ce4d0d5fd4ae,
        _:Ncf3a0e66b6444f2ea2c9df4b8b674366,
        _:Nefafd7a3509243dcb69f6c98c8625cb2,
        _:Nf219c034a418403fbf1e9fc674b1b01c,
        _:Nfd15aead5aa3471b9bc7297b7d334494 .

