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

<artist/42655#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kazuhiro Watanabe"@en,
        "渡邊カズヒロ"@ja ;
    foaf:made <album/10221#lyrics>,
        <album/10221#subject> ;
    foaf:name "Kazuhiro Watanabe"@en,
        "渡邊カズヒロ"@ja .

<artist/69#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kanako Ito"@en,
        "いとうかなこ"@ja ;
    foaf:made <album/10221#subject>,
        <album/10221#vocals> ;
    foaf:name "Kanako Ito"@en,
        "いとうかなこ"@ja .

<artist/60#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10221#subject> ;
    schema:name "Toshimichi Isoe"@en,
        "磯江俊道"@ja ;
    foaf:made <album/10221#composition>,
        <album/10221#subject> ;
    foaf:name "Toshimichi Isoe"@en,
        "磯江俊道"@ja .

<event/29> a mo:Release ;
    schema:name "Pre-released at Comic Market 74 (Aug 15, 2008 to Aug 17, 2008)" .

<product/2033#subject> a schema:CreativeWork ;
    schema:name "Sound Drama Fate/Zero"@en,
        "Sound Drama Fate/Zero"@ja,
        "Sound Drama Fate/Zero"@ja-latn ;
    foaf:name "Sound Drama Fate/Zero"@en,
        "Sound Drama Fate/Zero"@ja,
        "Sound Drama Fate/Zero"@ja-latn .

<album/10221#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sound Drama Fate/Zero Vol.1 \"Daiyonji Seihai Sensou Hiwa\""@en,
        "Sound Drama Fate/Zero Vol.1 「第四次聖杯戦争秘話」"@ja,
        "Sound Drama Fate/Zero Vol.1 \"Daiyonji Seihai Sensou Hiwa\""@ja-latn ;
    mo:composer <artist/60#subject> ;
    mo:produced_work <album/10221#musicalwork> ;
    schema:name "Sound Drama Fate/Zero Vol.1 \"Daiyonji Seihai Sensou Hiwa\""@en,
        "Sound Drama Fate/Zero Vol.1 「第四次聖杯戦争秘話」"@ja,
        "Sound Drama Fate/Zero Vol.1 \"Daiyonji Seihai Sensou Hiwa\""@ja-latn .

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

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

<album/10221#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sound Drama Fate/Zero Vol.1 \"Daiyonji Seihai Sensou Hiwa\""@en,
        "Sound Drama Fate/Zero Vol.1 「第四次聖杯戦争秘話」"@ja,
        "Sound Drama Fate/Zero Vol.1 \"Daiyonji Seihai Sensou Hiwa\""@ja-latn ;
    mo:performance_of <album/10221#musicalwork> ;
    mo:recorded_as <album/10221#musicalexpression> ;
    schema:name "Sound Drama Fate/Zero Vol.1 \"Daiyonji Seihai Sensou Hiwa\""@en,
        "Sound Drama Fate/Zero Vol.1 「第四次聖杯戦争秘話」"@ja,
        "Sound Drama Fate/Zero Vol.1 \"Daiyonji Seihai Sensou Hiwa\""@ja-latn ;
    schema:workPerformed <album/10221#musicalwork> .

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

<org/6#subject> schema:name "HOBiRECORDS"@en,
        "ほびれこーど"@ja,
        "HOBiRECORDS"@ja-latn ;
    foaf:name "HOBiRECORDS"@en,
        "ほびれこーど"@ja,
        "HOBiRECORDS"@ja-latn .

<https://media.vgm.io/albums/12/10221/10221-5b6306997002.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/10221#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/12/10221/10221-5b6306997002.jpg> ;
    foaf:depicts <album/10221#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/12/10221/10221-5b6306997002.jpg> .

<https://medium-media.vgm.io/albums/12/10221/10221-5b6306997002.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/10221#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-08-22"^^xsd:date ;
    dcterms:title "Sound Drama Fate/Zero Vol.1 \"Daiyonji Seihai Sensou Hiwa\""@en,
        "Sound Drama Fate/Zero Vol.1 「第四次聖杯戦争秘話」"@ja,
        "Sound Drama Fate/Zero Vol.1 \"Daiyonji Seihai Sensou Hiwa\""@ja-latn ;
    mo:catalogue_number "WACD-600" ;
    mo:media_type "3 CD" ;
    mo:publication_of <album/10221#musicalexpression> ;
    mo:publisher <org/6#subject> ;
    mo:record _:N5f62ef68193144a198461018d62655f1,
        _:N86e4d134f77e4de7a272994387fc72f0,
        _:Na45c680b89784483ba43445f7ff1a760 ;
    mo:record_count 3 ;
    mo:release <event/29> ;
    schema:about <product/2033#subject> ;
    schema:datePublished "2008-08-22"^^xsd:date ;
    schema:genre "Radio/Audio Drama" ;
    schema:image <https://media.vgm.io/albums/12/10221/10221-5b6306997002.jpg> ;
    schema:name "Sound Drama Fate/Zero Vol.1 \"Daiyonji Seihai Sensou Hiwa\""@en,
        "Sound Drama Fate/Zero Vol.1 「第四次聖杯戦争秘話」"@ja,
        "Sound Drama Fate/Zero Vol.1 \"Daiyonji Seihai Sensou Hiwa\""@ja-latn ;
    schema:publisher <org/6#subject> ;
    foaf:depiction <https://media.vgm.io/albums/12/10221/10221-5b6306997002.jpg> .

_:N0188c0835bfc4ab1b057582da88058c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tusk-Baring Berserker"@en,
        "牙剥く狂戦士"@ja ;
    mo:track_number 7 ;
    schema:duration "PT10:49"^^xsd:interval ;
    schema:inPlaylist _:N5f62ef68193144a198461018d62655f1 ;
    schema:name "Tusk-Baring Berserker"@en,
        "牙剥く狂戦士"@ja .

_:N15042e50056440e4b61cdaa33bde8c7a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Man with a Motive, Man of Doubt"@en,
        "志ある者、迷いし者"@ja ;
    mo:track_number 3 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:Na45c680b89784483ba43445f7ff1a760 ;
    schema:name "Man with a Motive, Man of Doubt"@en,
        "志ある者、迷いし者"@ja .

_:N1c9bd21688e346db915477fb12b28586 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gold Archer"@en,
        "黄金の射手"@ja ;
    mo:track_number 7 ;
    schema:duration "PT5:57"^^xsd:interval ;
    schema:inPlaylist _:N86e4d134f77e4de7a272994387fc72f0 ;
    schema:name "Gold Archer"@en,
        "黄金の射手"@ja .

_:N1ceaf54523174b4b9b3b9658a35b089b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wicked Rivals"@en,
        "凶敵手たち"@ja ;
    mo:track_number 8 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N5f62ef68193144a198461018d62655f1 ;
    schema:name "Wicked Rivals"@en,
        "凶敵手たち"@ja .

_:N208c3694a9f844c59e3fef6c6ed526ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Murderous Demon Pair"@en,
        "殺人鬼二つ"@ja ;
    mo:track_number 6 ;
    schema:duration "PT11:30"^^xsd:interval ;
    schema:inPlaylist _:N86e4d134f77e4de7a272994387fc72f0 ;
    schema:name "Murderous Demon Pair"@en,
        "殺人鬼二つ"@ja .

_:N25bed71298be4609befc69095887a033 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Strongest Hand, Enemy of Nothingness"@en,
        "最強の手札、虚無の敵"@ja ;
    mo:track_number 7 ;
    schema:duration "PT14:05"^^xsd:interval ;
    schema:inPlaylist _:Na45c680b89784483ba43445f7ff1a760 ;
    schema:name "The Strongest Hand, Enemy of Nothingness"@en,
        "最強の手札、虚無の敵"@ja .

_:N27849b9328cd460baa07dda23e10d491 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Return to Makiri"@en,
        "間桐への帰還"@ja ;
    mo:track_number 5 ;
    schema:duration "PT8:35"^^xsd:interval ;
    schema:inPlaylist _:Na45c680b89784483ba43445f7ff1a760 ;
    schema:name "Return to Makiri"@en,
        "間桐への帰還"@ja .

_:N2cb630ef9cd848eab9aa1e2c483d3bc1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Spirits of the War Dead Five Shadows"@en,
        "英霊五影"@ja ;
    mo:track_number 6 ;
    schema:duration "PT8:33"^^xsd:interval ;
    schema:inPlaylist _:N5f62ef68193144a198461018d62655f1 ;
    schema:name "Spirits of the War Dead Five Shadows"@en,
        "英霊五影"@ja .

_:N3014c8e5156143b58fecf92aa46487d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heroic Decision"@en,
        "悲壮なる決意"@ja ;
    mo:track_number 10 ;
    schema:duration "PT5:47"^^xsd:interval ;
    schema:inPlaylist _:Na45c680b89784483ba43445f7ff1a760 ;
    schema:name "Heroic Decision"@en,
        "悲壮なる決意"@ja .

_:N32a946f374584e4e848ae8bed94e0a0f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Disclosure of the Holy Grail War"@en,
        "聖杯戦争開示"@ja ;
    mo:track_number 2 ;
    schema:duration "PT11:27"^^xsd:interval ;
    schema:inPlaylist _:Na45c680b89784483ba43445f7ff1a760 ;
    schema:name "Disclosure of the Holy Grail War"@en,
        "聖杯戦争開示"@ja .

_:N38d747d6308c4a06a79b8073ec6cd2c8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Onlookers"@en,
        "傍観者たち"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N5f62ef68193144a198461018d62655f1 ;
    schema:name "Onlookers"@en,
        "傍観者たち"@ja .

_:N3ad1361d5bb6479fb41a8a60f655b863 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Saint and Knight"@en,
        "聖女と騎士の休日"@ja ;
    mo:track_number 1 ;
    schema:duration "PT12:32"^^xsd:interval ;
    schema:inPlaylist _:N5f62ef68193144a198461018d62655f1 ;
    schema:name "Saint and Knight"@en,
        "聖女と騎士の休日"@ja .

_:N3d136d77a9304330a243c9301cf123f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wild Goose Evening, Lamentation"@en,
        "雁夜、慟哭"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N5f62ef68193144a198461018d62655f1 ;
    schema:name "Wild Goose Evening, Lamentation"@en,
        "雁夜、慟哭"@ja .

_:N4ede98d328814b29be45f26c4227410b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rider Prepares for War"@en,
        "ライダー参戦"@ja ;
    mo:track_number 4 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:N5f62ef68193144a198461018d62655f1 ;
    schema:name "Rider Prepares for War"@en,
        "ライダー参戦"@ja .

_:N4ff8f36410f74207b5b7aa06e0c13a4e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rival Germination"@en,
        "敵手萌芽"@ja ;
    mo:track_number 9 ;
    schema:duration "PT2:18"^^xsd:interval ;
    schema:inPlaylist _:Na45c680b89784483ba43445f7ff1a760 ;
    schema:name "Rival Germination"@en,
        "敵手萌芽"@ja .

_:N62b293753cbb4a6eb4d9ca9f7dd0f9ae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prologue"@en,
        "プロローグ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT8:29"^^xsd:interval ;
    schema:inPlaylist _:Na45c680b89784483ba43445f7ff1a760 ;
    schema:name "Prologue"@en,
        "プロローグ"@ja .

_:N74cb63abb3c34057b954f8ae4db0b19c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Oath of the Blade"@en,
        "剣の誓い"@ja ;
    mo:track_number 5 ;
    schema:duration "PT12:08"^^xsd:interval ;
    schema:inPlaylist _:N86e4d134f77e4de7a272994387fc72f0 ;
    schema:name "Oath of the Blade"@en,
        "剣の誓い"@ja .

_:N7c2393f5533e4f9fa1f8f8b3a789bae0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Summons for the Spirits of the Dead"@en,
        "英霊召喚"@ja ;
    mo:track_number 1 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:N86e4d134f77e4de7a272994387fc72f0 ;
    schema:name "Summons for the Spirits of the Dead"@en,
        "英霊召喚"@ja .

_:N8dd2758ace1d4e96a8c1aa32040293fb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Strategic Genmine Kyoukai"@en,
        "策謀の言峰教会"@ja ;
    mo:track_number 9 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N86e4d134f77e4de7a272994387fc72f0 ;
    schema:name "The Strategic Genmine Kyoukai"@en,
        "策謀の言峰教会"@ja .

_:Na00b9bcef8c14fbcaa8401fd70970ef8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Invitation from the Conquering King"@en,
        "征服王の誘い"@ja ;
    mo:track_number 5 ;
    schema:duration "PT9:26"^^xsd:interval ;
    schema:inPlaylist _:N5f62ef68193144a198461018d62655f1 ;
    schema:name "Invitation from the Conquering King"@en,
        "征服王の誘い"@ja .

_:Na6332bae999540b8935a68a433397d1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Endless Ambition"@en,
        "果て無き野心"@ja ;
    mo:track_number 3 ;
    schema:duration "PT8:57"^^xsd:interval ;
    schema:inPlaylist _:N86e4d134f77e4de7a272994387fc72f0 ;
    schema:name "Endless Ambition"@en,
        "果て無き野心"@ja .

_:Na9bb7de86dd64ea8be79ace6fda88261 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Waver Rises to Action"@en,
        "ウェイバーの決起"@ja ;
    mo:track_number 6 ;
    schema:duration "PT8:06"^^xsd:interval ;
    schema:inPlaylist _:Na45c680b89784483ba43445f7ff1a760 ;
    schema:name "Waver Rises to Action"@en,
        "ウェイバーの決起"@ja .

_:Nc0d796fa55344c17953cb13f66c411fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ordinary Intruder"@en,
        "日常の乱入者"@ja ;
    mo:track_number 8 ;
    schema:duration "PT6:05"^^xsd:interval ;
    schema:inPlaylist _:N86e4d134f77e4de7a272994387fc72f0 ;
    schema:name "Ordinary Intruder"@en,
        "日常の乱入者"@ja .

_:Nc1234f0218d745f4b9690c5531854585 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Conjurer's Boast"@en,
        "魔術師の誇り"@ja ;
    mo:track_number 8 ;
    schema:duration "PT10:52"^^xsd:interval ;
    schema:inPlaylist _:Na45c680b89784483ba43445f7ff1a760 ;
    schema:name "The Conjurer's Boast"@en,
        "魔術師の誇り"@ja .

_:Nc2ceb7e83bd34f5e9317fed15dccda6e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Indemnification for Dropping Out"@en,
        "落伍の代償"@ja ;
    mo:track_number 4 ;
    schema:duration "PT5:01"^^xsd:interval ;
    schema:inPlaylist _:Na45c680b89784483ba43445f7ff1a760 ;
    schema:name "Indemnification for Dropping Out"@en,
        "落伍の代償"@ja .

_:Nde80178eabaf4979aa3c5b2a47548ca9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Father and Daughter"@en,
        "父と娘"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:03"^^xsd:interval ;
    schema:inPlaylist _:N86e4d134f77e4de7a272994387fc72f0 ;
    schema:name "Father and Daughter"@en,
        "父と娘"@ja .

_:Ne38acdf3f79642d58f8fca0fb8332915 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SAMUSARA"@en,
        "SAMUSARA"@ja ;
    mo:track_number 10 ;
    schema:duration "PT4:30"^^xsd:interval ;
    schema:inPlaylist _:N5f62ef68193144a198461018d62655f1 ;
    schema:name "SAMUSARA"@en,
        "SAMUSARA"@ja .

_:Ne8f41fb247df445a83cb8c1ad088e0f2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Conquering King, Rise"@en,
        "征服王、立つ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT6:26"^^xsd:interval ;
    schema:inPlaylist _:N86e4d134f77e4de7a272994387fc72f0 ;
    schema:name "Conquering King, Rise"@en,
        "征服王、立つ"@ja .

_:Nf3e82bd237404e7d87b0a34ca7fc7b31 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Yomgaeru Reisou"@en,
        "蘇る霊装"@ja ;
    mo:track_number 10 ;
    schema:duration "PT7:25"^^xsd:interval ;
    schema:inPlaylist _:N86e4d134f77e4de7a272994387fc72f0 ;
    schema:name "Yomgaeru Reisou"@en,
        "蘇る霊装"@ja .

_:Nf76508fbecbe4148962a59a3698340f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crossing Swords and Spears"@en,
        "交差剣槍"@ja ;
    mo:track_number 3 ;
    schema:duration "PT15:59"^^xsd:interval ;
    schema:inPlaylist _:N5f62ef68193144a198461018d62655f1 ;
    schema:name "Crossing Swords and Spears"@en,
        "交差剣槍"@ja .

_:N5f62ef68193144a198461018d62655f1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 3 ;
    mo:track _:N0188c0835bfc4ab1b057582da88058c9,
        _:N1ceaf54523174b4b9b3b9658a35b089b,
        _:N2cb630ef9cd848eab9aa1e2c483d3bc1,
        _:N38d747d6308c4a06a79b8073ec6cd2c8,
        _:N3ad1361d5bb6479fb41a8a60f655b863,
        _:N3d136d77a9304330a243c9301cf123f3,
        _:N4ede98d328814b29be45f26c4227410b,
        _:Na00b9bcef8c14fbcaa8401fd70970ef8,
        _:Ne38acdf3f79642d58f8fca0fb8332915,
        _:Nf76508fbecbe4148962a59a3698340f7 ;
    mo:track_count 10 ;
    schema:duration "PT74:40"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N0188c0835bfc4ab1b057582da88058c9,
        _:N1ceaf54523174b4b9b3b9658a35b089b,
        _:N2cb630ef9cd848eab9aa1e2c483d3bc1,
        _:N38d747d6308c4a06a79b8073ec6cd2c8,
        _:N3ad1361d5bb6479fb41a8a60f655b863,
        _:N3d136d77a9304330a243c9301cf123f3,
        _:N4ede98d328814b29be45f26c4227410b,
        _:Na00b9bcef8c14fbcaa8401fd70970ef8,
        _:Ne38acdf3f79642d58f8fca0fb8332915,
        _:Nf76508fbecbe4148962a59a3698340f7 .

_:N86e4d134f77e4de7a272994387fc72f0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N1c9bd21688e346db915477fb12b28586,
        _:N208c3694a9f844c59e3fef6c6ed526ad,
        _:N74cb63abb3c34057b954f8ae4db0b19c,
        _:N7c2393f5533e4f9fa1f8f8b3a789bae0,
        _:N8dd2758ace1d4e96a8c1aa32040293fb,
        _:Na6332bae999540b8935a68a433397d1b,
        _:Nc0d796fa55344c17953cb13f66c411fc,
        _:Nde80178eabaf4979aa3c5b2a47548ca9,
        _:Ne8f41fb247df445a83cb8c1ad088e0f2,
        _:Nf3e82bd237404e7d87b0a34ca7fc7b31 ;
    mo:track_count 10 ;
    schema:duration "PT71:13"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N1c9bd21688e346db915477fb12b28586,
        _:N208c3694a9f844c59e3fef6c6ed526ad,
        _:N74cb63abb3c34057b954f8ae4db0b19c,
        _:N7c2393f5533e4f9fa1f8f8b3a789bae0,
        _:N8dd2758ace1d4e96a8c1aa32040293fb,
        _:Na6332bae999540b8935a68a433397d1b,
        _:Nc0d796fa55344c17953cb13f66c411fc,
        _:Nde80178eabaf4979aa3c5b2a47548ca9,
        _:Ne8f41fb247df445a83cb8c1ad088e0f2,
        _:Nf3e82bd237404e7d87b0a34ca7fc7b31 .

_:Na45c680b89784483ba43445f7ff1a760 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N15042e50056440e4b61cdaa33bde8c7a,
        _:N25bed71298be4609befc69095887a033,
        _:N27849b9328cd460baa07dda23e10d491,
        _:N3014c8e5156143b58fecf92aa46487d9,
        _:N32a946f374584e4e848ae8bed94e0a0f,
        _:N4ff8f36410f74207b5b7aa06e0c13a4e,
        _:N62b293753cbb4a6eb4d9ca9f7dd0f9ae,
        _:Na9bb7de86dd64ea8be79ace6fda88261,
        _:Nc1234f0218d745f4b9690c5531854585,
        _:Nc2ceb7e83bd34f5e9317fed15dccda6e ;
    mo:track_count 10 ;
    schema:duration "PT79:49"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N15042e50056440e4b61cdaa33bde8c7a,
        _:N25bed71298be4609befc69095887a033,
        _:N27849b9328cd460baa07dda23e10d491,
        _:N3014c8e5156143b58fecf92aa46487d9,
        _:N32a946f374584e4e848ae8bed94e0a0f,
        _:N4ff8f36410f74207b5b7aa06e0c13a4e,
        _:N62b293753cbb4a6eb4d9ca9f7dd0f9ae,
        _:Na9bb7de86dd64ea8be79ace6fda88261,
        _:Nc1234f0218d745f4b9690c5531854585,
        _:Nc2ceb7e83bd34f5e9317fed15dccda6e .

