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

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

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

<artist/112#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42829#subject> ;
    schema:name "Hitoshi Sakimoto"@en,
        "崎元仁"@ja ;
    foaf:made <album/42829#composition>,
        <album/42829#subject> ;
    foaf:name "Hitoshi Sakimoto"@en,
        "崎元仁"@ja .

<artist/295#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42829#subject> ;
    schema:name "Masaharu Iwata"@en,
        "岩田匡治"@ja ;
    foaf:made <album/42829#composition>,
        <album/42829#subject> ;
    foaf:name "Masaharu Iwata"@en,
        "岩田匡治"@ja .

<artist/810#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/42829#subject> ;
    schema:name "Kaori Ohkoshi"@en,
        "大越香里"@ja ;
    foaf:made <album/42829#composition>,
        <album/42829#subject> ;
    foaf:name "Kaori Ohkoshi"@en,
        "大越香里"@ja .

<product/203#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY TACTICS"@en,
        "ファイナルファンタジータクティクス"@ja,
        "FINAL FANTASY TACTICS"@ja-latn ;
    foaf:name "FINAL FANTASY TACTICS"@en,
        "ファイナルファンタジータクティクス"@ja,
        "FINAL FANTASY TACTICS"@ja-latn .

<product/341#subject> a schema:CreativeWork ;
    schema:name "FINAL FANTASY TACTICS ADVANCE"@en,
        "ファイナルファンタジータクティクス アドバンス"@ja,
        "FINAL FANTASY TACTICS ADVANCE"@ja-latn ;
    foaf:name "FINAL FANTASY TACTICS ADVANCE"@en,
        "ファイナルファンタジータクティクス アドバンス"@ja,
        "FINAL FANTASY TACTICS ADVANCE"@ja-latn .

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

<org/547#subject> schema:name "MUSiC FANTASY TACTICS"@en,
        "MUSiC FANTASY TACTICS"@ja,
        "MUSiC FANTASY TACTICS"@ja-latn ;
    foaf:name "MUSiC FANTASY TACTICS"@en,
        "MUSiC FANTASY TACTICS"@ja,
        "MUSiC FANTASY TACTICS"@ja-latn .

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

<https://medium-media.vgm.io/albums/92/42829/42829-1385295255.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/42829#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "la Grand Grimoire"@en,
        "la Grand Grimoire"@ja,
        "la Grand Grimoire"@ja-latn ;
    mo:performance_of <album/42829#musicalwork> ;
    mo:performer <artist/7245#subject> ;
    mo:recorded_as <album/42829#musicalexpression> ;
    schema:byArtist <artist/7245#subject> ;
    schema:name "la Grand Grimoire"@en,
        "la Grand Grimoire"@ja,
        "la Grand Grimoire"@ja-latn ;
    schema:workPerformed <album/42829#musicalwork> .

<artist/7245#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/42829#performance> ;
    schema:name "Dynastess"@en ;
    foaf:name "Dynastess"@en .

<album/42829#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "la Grand Grimoire"@en,
        "la Grand Grimoire"@ja,
        "la Grand Grimoire"@ja-latn ;
    mo:composer <artist/112#subject>,
        <artist/295#subject>,
        <artist/810#subject> ;
    mo:produced_work <album/42829#musicalwork> ;
    schema:name "la Grand Grimoire"@en,
        "la Grand Grimoire"@ja,
        "la Grand Grimoire"@ja-latn .

<album/42829#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2004-07-04"^^xsd:date ;
    dcterms:title "la Grand Grimoire"@en,
        "la Grand Grimoire"@ja,
        "la Grand Grimoire"@ja-latn ;
    mo:catalogue_number "MFT1" ;
    mo:media_type "2 CD" ;
    mo:publication_of <album/42829#musicalexpression> ;
    mo:publisher <org/547#subject> ;
    mo:record _:N9be7e516429f4520a2e9b1b4e4a61c75,
        _:Nbcabf02c9dc640598eee3dd047ae252f ;
    mo:record_count 2 ;
    schema:about <product/203#subject>,
        <product/341#subject> ;
    schema:byArtist <artist/7245#subject> ;
    schema:datePublished "2004-07-04"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/92/42829/42829-1385295255.jpg> ;
    schema:name "la Grand Grimoire"@en,
        "la Grand Grimoire"@ja,
        "la Grand Grimoire"@ja-latn ;
    schema:publisher <org/547#subject> ;
    foaf:depiction <https://media.vgm.io/albums/92/42829/42829-1385295255.jpg> .

_:N02e0f9a0167c41daaeef928e95d6e613 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Desert Land -Sand Storm Mix-"@ja ;
    mo:track_number 9 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "Desert Land -Sand Storm Mix-"@ja .

_:N07e3526676534f22b49dcaabe009c60c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Decisive Battle -DarkPath-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "Decisive Battle -DarkPath-"@ja .

_:N091bd2e1a2dd4f4f99f8f0e39dad4cbe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In Persuit"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "In Persuit"@ja .

_:N0d9b3b79061e4a10968fe628d9499edc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "破壊神アルテマ ～Hum, Are you Devil or Angel?～"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:00"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "破壊神アルテマ ～Hum, Are you Devil or Angel?～"@ja .

_:N0e75cc2be007432f836141455603915b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "交響曲「イヴァリース」第一楽章 -MFT CONCERT Mix-"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:20"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "交響曲「イヴァリース」第一楽章 -MFT CONCERT Mix-"@ja .

_:N13615efed5cf463c9600cec1cc7ae688 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MFT P.R. -Trisection piano'n mix-"@ja ;
    mo:track_number 18 ;
    schema:duration "PT0:50"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "MFT P.R. -Trisection piano'n mix-"@ja .

_:N15386d6d244e46c49d3a97e7e64c24fd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "FFT theme electro remix"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:16"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "FFT theme electro remix"@ja .

_:N19f3590e5a8b4456b7af3cd858365fd3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "交響曲「イヴァリース」間奏曲 -walk with me-"@ja ;
    mo:track_number 12 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "交響曲「イヴァリース」間奏曲 -walk with me-"@ja .

_:N2131acd8d8284b409db6d28f7c0703c0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Am Köenigsstadt \"Rusalia\" -Variante üeber Thema des \"Großer Ritter Zalbag\""@ja ;
    mo:track_number 13 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "Am Köenigsstadt \"Rusalia\" -Variante üeber Thema des \"Großer Ritter Zalbag\""@ja .

_:N25e19fe609934b11a0944bc1bd46d2ee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "まけない心 －書のみた夢－"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "まけない心 －書のみた夢－"@ja .

_:N28689a368f6742038644341f76267c32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "化身 ～Symphonic Trance Arrange ～"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:51"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "化身 ～Symphonic Trance Arrange ～"@ja .

_:N30b930fa6ff64fbc82aa68ea70cfdbe3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "マーシュ、まけない、心 -Groove on Heart-"@ja ;
    mo:track_number 14 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "マーシュ、まけない、心 -Groove on Heart-"@ja .

_:N3d71d476a5904cac8e365a6a3465e365 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Antipyretic -Liquid Trance mix-"@ja ;
    mo:track_number 2 ;
    schema:duration "PT6:38"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "Antipyretic -Liquid Trance mix-"@ja .

_:N59f07b1478a446e9826d45df97c12d19 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "夢と現実、理想と矛盾"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "夢と現実、理想と矛盾"@ja .

_:N72a2bddab9b54ba181e7a0863e8a4037 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "不思議な石の物語"@ja ;
    mo:track_number 5 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "不思議な石の物語"@ja .

_:N7818c87483a14d4d91c42d8fff9ecc7f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ultema the Nice Boke"@ja ;
    mo:track_number 8 ;
    schema:duration "PT2:04"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "Ultema the Nice Boke"@ja .

_:N7d2bfa10649b4009aa74e310a1888c97 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Under The Stars"@ja ;
    mo:track_number 15 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "Under The Stars"@ja .

_:N85085df8ad0246028d1cb5e59f63ffe0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ultema the Perfect Belly!"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "Ultema the Perfect Belly!"@ja .

_:N91a138b0a97e41da9f10df29da350eab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "trisection"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "trisection"@ja .

_:N91c8965047624502a1baab3eceee00f4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ultema, the Perfect Body \"PSy Mix\""@ja ;
    mo:track_number 14 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "Ultema, the Perfect Body \"PSy Mix\""@ja .

_:Na643206138a24420aa891369f2828b5a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "主人公のテーマ"@ja ;
    mo:track_number 16 ;
    schema:duration "PT1:31"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "主人公のテーマ"@ja .

_:Na9f80ec39bcf4dc2bd08ff084c609af7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "交響曲「イヴァリース」第二楽章 -べオルブの名にかけて-"@ja ;
    mo:track_number 15 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "交響曲「イヴァリース」第二楽章 -べオルブの名にかけて-"@ja .

_:Nb2b593b1795644dca047ce700fa97caa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Under the stars/Cry"@ja ;
    mo:track_number 12 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "Under the stars/Cry"@ja .

_:Nb59805c883624f78b0a48e296682d74e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "戦場に響く小夜曲"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "戦場に響く小夜曲"@ja .

_:Nbecac3a73e054ef2863f285374484f59 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "望郷の時"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:06"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "望郷の時"@ja .

_:Nc20ae4326e7b485e851f6e789a192168 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Decisive Battle -Make Shudder mix-"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "Decisive Battle -Make Shudder mix-"@ja .

_:Nd02e43f7b96945aab1d68bc7492dcebf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "data screen -MFT mix-"@ja ;
    mo:track_number 11 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "data screen -MFT mix-"@ja .

_:Ndc28bc7b57a2473391fd21296587be17 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Trisection -Cowboys from FFT-"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "Trisection -Cowboys from FFT-"@ja .

_:Nde957c00d34949f9855254f14ce25a06 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MFT P.R. -Alma in Rag time-"@ja ;
    mo:track_number 19 ;
    schema:duration "PT0:41"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "MFT P.R. -Alma in Rag time-"@ja .

_:Ne25bbed7d1ec41e7b38a16d025af07a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "編成画面　～techno arrange～"@ja ;
    mo:track_number 6 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "編成画面　～techno arrange～"@ja .

_:Ne4dcc5e96e724ef0b8ba03a4b52c94c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tutorial -Pure Wish Mix-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "Tutorial -Pure Wish Mix-"@ja .

_:Ne59dbb83e0ac4c748a2f998bc9bb139f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Trisection-progressive live mix-"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:Nbcabf02c9dc640598eee3dd047ae252f ;
    schema:name "Trisection-progressive live mix-"@ja .

_:Ne8cfa617f8e84d90bf983f4a2124a79a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tutorial -Goes up to Sky-"@ja ;
    mo:track_number 17 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "Tutorial -Goes up to Sky-"@ja .

_:Ne984829bc2de44659a5c328fe316df27 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "思い出"@ja ;
    mo:track_number 13 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:N9be7e516429f4520a2e9b1b4e4a61c75 ;
    schema:name "思い出"@ja .

_:Nbcabf02c9dc640598eee3dd047ae252f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N07e3526676534f22b49dcaabe009c60c,
        _:N091bd2e1a2dd4f4f99f8f0e39dad4cbe,
        _:N0d9b3b79061e4a10968fe628d9499edc,
        _:N0e75cc2be007432f836141455603915b,
        _:N19f3590e5a8b4456b7af3cd858365fd3,
        _:N2131acd8d8284b409db6d28f7c0703c0,
        _:N28689a368f6742038644341f76267c32,
        _:N3d71d476a5904cac8e365a6a3465e365,
        _:N7818c87483a14d4d91c42d8fff9ecc7f,
        _:N91a138b0a97e41da9f10df29da350eab,
        _:N91c8965047624502a1baab3eceee00f4,
        _:Na9f80ec39bcf4dc2bd08ff084c609af7,
        _:Nb59805c883624f78b0a48e296682d74e,
        _:Nd02e43f7b96945aab1d68bc7492dcebf,
        _:Ne59dbb83e0ac4c748a2f998bc9bb139f ;
    mo:track_count 15 ;
    schema:duration "PT59:47"^^xsd:interval ;
    schema:numTracks 15 ;
    schema:track _:N07e3526676534f22b49dcaabe009c60c,
        _:N091bd2e1a2dd4f4f99f8f0e39dad4cbe,
        _:N0d9b3b79061e4a10968fe628d9499edc,
        _:N0e75cc2be007432f836141455603915b,
        _:N19f3590e5a8b4456b7af3cd858365fd3,
        _:N2131acd8d8284b409db6d28f7c0703c0,
        _:N28689a368f6742038644341f76267c32,
        _:N3d71d476a5904cac8e365a6a3465e365,
        _:N7818c87483a14d4d91c42d8fff9ecc7f,
        _:N91a138b0a97e41da9f10df29da350eab,
        _:N91c8965047624502a1baab3eceee00f4,
        _:Na9f80ec39bcf4dc2bd08ff084c609af7,
        _:Nb59805c883624f78b0a48e296682d74e,
        _:Nd02e43f7b96945aab1d68bc7492dcebf,
        _:Ne59dbb83e0ac4c748a2f998bc9bb139f .

_:N9be7e516429f4520a2e9b1b4e4a61c75 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N02e0f9a0167c41daaeef928e95d6e613,
        _:N13615efed5cf463c9600cec1cc7ae688,
        _:N15386d6d244e46c49d3a97e7e64c24fd,
        _:N25e19fe609934b11a0944bc1bd46d2ee,
        _:N30b930fa6ff64fbc82aa68ea70cfdbe3,
        _:N59f07b1478a446e9826d45df97c12d19,
        _:N72a2bddab9b54ba181e7a0863e8a4037,
        _:N7d2bfa10649b4009aa74e310a1888c97,
        _:N85085df8ad0246028d1cb5e59f63ffe0,
        _:Na643206138a24420aa891369f2828b5a,
        _:Nb2b593b1795644dca047ce700fa97caa,
        _:Nbecac3a73e054ef2863f285374484f59,
        _:Nc20ae4326e7b485e851f6e789a192168,
        _:Ndc28bc7b57a2473391fd21296587be17,
        _:Nde957c00d34949f9855254f14ce25a06,
        _:Ne25bbed7d1ec41e7b38a16d025af07a6,
        _:Ne4dcc5e96e724ef0b8ba03a4b52c94c1,
        _:Ne8cfa617f8e84d90bf983f4a2124a79a,
        _:Ne984829bc2de44659a5c328fe316df27 ;
    mo:track_count 19 ;
    schema:duration "PT59:11"^^xsd:interval ;
    schema:numTracks 19 ;
    schema:track _:N02e0f9a0167c41daaeef928e95d6e613,
        _:N13615efed5cf463c9600cec1cc7ae688,
        _:N15386d6d244e46c49d3a97e7e64c24fd,
        _:N25e19fe609934b11a0944bc1bd46d2ee,
        _:N30b930fa6ff64fbc82aa68ea70cfdbe3,
        _:N59f07b1478a446e9826d45df97c12d19,
        _:N72a2bddab9b54ba181e7a0863e8a4037,
        _:N7d2bfa10649b4009aa74e310a1888c97,
        _:N85085df8ad0246028d1cb5e59f63ffe0,
        _:Na643206138a24420aa891369f2828b5a,
        _:Nb2b593b1795644dca047ce700fa97caa,
        _:Nbecac3a73e054ef2863f285374484f59,
        _:Nc20ae4326e7b485e851f6e789a192168,
        _:Ndc28bc7b57a2473391fd21296587be17,
        _:Nde957c00d34949f9855254f14ce25a06,
        _:Ne25bbed7d1ec41e7b38a16d025af07a6,
        _:Ne4dcc5e96e724ef0b8ba03a4b52c94c1,
        _:Ne8cfa617f8e84d90bf983f4a2124a79a,
        _:Ne984829bc2de44659a5c328fe316df27 .

