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

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

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

<artist/190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9666#subject> ;
    schema:name "Koji Kondo"@en,
        "近藤浩治"@ja ;
    foaf:made <album/9666#composition>,
        <album/9666#subject> ;
    foaf:name "Koji Kondo"@en,
        "近藤浩治"@ja .

<artist/4656#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9666#subject> ;
    schema:name "mithius"@en ;
    foaf:made <album/9666#composition>,
        <album/9666#subject> ;
    foaf:name "mithius"@en .

<artist/504#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/9666#subject> ;
    schema:name "Akito Nakatsuka"@en,
        "中塚章人"@ja ;
    foaf:made <album/9666#composition>,
        <album/9666#subject> ;
    foaf:name "Akito Nakatsuka"@en,
        "中塚章人"@ja .

<product/416#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda"@en,
        "ゼルダの伝説"@ja,
        "The Legend of Zelda"@ja-latn ;
    foaf:name "The Legend of Zelda"@en,
        "ゼルダの伝説"@ja,
        "The Legend of Zelda"@ja-latn .

<product/500#subject> a schema:CreativeWork ;
    schema:name "The Legend of Zelda: A Link to the Past"@en,
        "ゼルダの伝説 神々のトライフォース"@ja,
        "Zelda no Densetsu: Kamigami no Triforce"@ja-latn ;
    foaf:name "The Legend of Zelda: A Link to the Past"@en,
        "ゼルダの伝説 神々のトライフォース"@ja,
        "Zelda no Densetsu: Kamigami no Triforce"@ja-latn .

<product/501#subject> a schema:CreativeWork ;
    schema:name "Zelda II: The Adventure of Link"@en,
        "リンクの冒険"@ja,
        "Link no Bouken"@ja-latn ;
    foaf:name "Zelda II: The Adventure of Link"@en,
        "リンクの冒険"@ja,
        "Link no Bouken"@ja-latn .

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

<album/9666#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Zelda: The Story of Hyrule"@en,
        "Zelda: The Story of Hyrule"@ja,
        "Zelda: The Story of Hyrule"@ja-latn ;
    mo:performance_of <album/9666#musicalwork> ;
    mo:recorded_as <album/9666#musicalexpression> ;
    schema:name "Zelda: The Story of Hyrule"@en,
        "Zelda: The Story of Hyrule"@ja,
        "Zelda: The Story of Hyrule"@ja-latn ;
    schema:workPerformed <album/9666#musicalwork> .

<https://media.vgm.io/albums/66/9666/9666-1290977248.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/9666#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/66/9666/9666-1290977248.png> ;
    foaf:depicts <album/9666#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/66/9666/9666-1290977248.png> .

<https://medium-media.vgm.io/albums/66/9666/9666-1290977248.png> a schema:ImageObject,
        foaf:Image .

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

<album/9666#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Zelda: The Story of Hyrule"@en,
        "Zelda: The Story of Hyrule"@ja,
        "Zelda: The Story of Hyrule"@ja-latn ;
    mo:composer <artist/190#subject>,
        <artist/4656#subject>,
        <artist/504#subject> ;
    mo:produced_work <album/9666#musicalwork> ;
    schema:name "Zelda: The Story of Hyrule"@en,
        "Zelda: The Story of Hyrule"@ja,
        "Zelda: The Story of Hyrule"@ja-latn .

<album/9666#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-07-17"^^xsd:date ;
    dcterms:title "Zelda: The Story of Hyrule"@en,
        "Zelda: The Story of Hyrule"@ja,
        "Zelda: The Story of Hyrule"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "2 Digital" ;
    mo:publication_of <album/9666#musicalexpression> ;
    mo:publisher _:N1d684660233c4084a26fd7d30ff2ac13 ;
    mo:record _:N1da46472a64e4e34a6b2f1014560180f,
        _:Nd5f89c3f22b044248ef044aa243baa6a ;
    mo:record_count 2 ;
    schema:about <product/416#subject>,
        <product/500#subject>,
        <product/501#subject> ;
    schema:datePublished "2008-07-17"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/66/9666/9666-1290977248.png> ;
    schema:name "Zelda: The Story of Hyrule"@en,
        "Zelda: The Story of Hyrule"@ja,
        "Zelda: The Story of Hyrule"@ja-latn ;
    schema:publisher _:N1d684660233c4084a26fd7d30ff2ac13 ;
    foaf:depiction <https://media.vgm.io/albums/66/9666/9666-1290977248.png> .

_:N012be7e4caf84fdeac2ee31cc54121c0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Link's Journey Begins"@en ;
    mo:track_number 13 ;
    schema:duration "PT0:36"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Link's Journey Begins"@en .

_:N0167884ab7c449899c228a710b35b91d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Keeper of Knowledge"@en ;
    mo:track_number 18 ;
    schema:duration "PT0:57"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "The Keeper of Knowledge"@en .

_:N0276376037b24c49aec1c89b22bc2c9c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lostwoods ~ Master Sword"@en ;
    mo:track_number 12 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Lostwoods ~ Master Sword"@en .

_:N036dede067dd4a6ab1ec5fc4db70972e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Death Mountain Summit"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:25"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "Death Mountain Summit"@en .

_:N042d5d627ec547b2950b3d47179d7c2f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "7th Floor: The Triforce Calls"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:27"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "7th Floor: The Triforce Calls"@en .

_:N05fc41d1e62b41aaae87546a720e7806 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Wise Man ~ Kasuto Forest Meadow"@en ;
    mo:track_number 11 ;
    schema:duration "PT7:03"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "The Wise Man ~ Kasuto Forest Meadow"@en .

_:N097c3f33096141f49556eea1aac6c2e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "New Kasuto Town"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "New Kasuto Town"@en .

_:N1229bc76fc8e4c4b98b3ccbb75d3eef1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Sun Sets on The Continent of Hyrule"@en ;
    mo:track_number 18 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "The Sun Sets on The Continent of Hyrule"@en .

_:N130a2ad1387746a6b11dbbec51fc4f6c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ganon, the Eternal Beast ~ Ganondorf Dragmire"@en ;
    mo:track_number 10 ;
    schema:duration "PT1:20"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "Ganon, the Eternal Beast ~ Ganondorf Dragmire"@en .

_:N1c0d67adaf0448bcbec7569637dc7c75 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Agahnim's Plot"@en ;
    mo:track_number 3 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Agahnim's Plot"@en .

_:N1d684660233c4084a26fd7d30ff2ac13 schema:name "mithius"@en ;
    foaf:name "mithius"@en .

_:N23737a328e6048e8a24f26f40232daaa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Prologue ~ Ganondorf's Labyrinth"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Prologue ~ Ganondorf's Labyrinth"@en .

_:N2713782e0c20475896f4648b483e8973 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "8th Floor: Agahnim's Respite"@en ;
    mo:track_number 8 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "8th Floor: Agahnim's Respite"@en .

_:N271a83d43b9d4d7da5658579c9a336ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "West Hyrule ~ The Dark Lands"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "West Hyrule ~ The Dark Lands"@en .

_:N2a586a11b5e44d51bda888b469805986 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Dark Forest"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "The Dark Forest"@en .

_:N313661bfb22d4875b964f694f39f99e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ganondorf's Betrayal"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "Ganondorf's Betrayal"@en .

_:N354cfb0b4ae94892b97bf1381576c6cd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Great Fairy Cave"@en ;
    mo:track_number 9 ;
    schema:duration "PT1:45"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "The Great Fairy Cave"@en .

_:N3a1a4a9e28934099a01b644bdb5badaa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Goddess Calls in the Secret Caverns"@en ;
    mo:track_number 16 ;
    schema:duration "PT0:57"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Goddess Calls in the Secret Caverns"@en .

_:N3fc919f1c1ae466c830e11701ded1678 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Underworld ~ Secret Caverns"@en ;
    mo:track_number 15 ;
    schema:duration "PT1:11"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Underworld ~ Secret Caverns"@en .

_:N45367b717c274828b037e825006909da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Link is Revived"@en ;
    mo:track_number 22 ;
    schema:duration "PT0:32"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Link is Revived"@en .

_:N4b20e7d1f43541b2ae68b85a8d6f3b84 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "1st Floor: Ganondorf's Tower and Labyrinth"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:47"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "1st Floor: Ganondorf's Tower and Labyrinth"@en .

_:N55e96cece9dc448983760293a9ec2b27 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Link Fails ~ Game Over"@en ;
    mo:track_number 21 ;
    schema:duration "PT1:37"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Link Fails ~ Game Over"@en .

_:N6052c2b544e64f0fb78eb52549e77693 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boss Fight: Agahnim"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "Boss Fight: Agahnim"@en .

_:N643bf046b0c342618cc442f4f9cad73e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Duel with Ganon"@en ;
    mo:track_number 11 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "The Duel with Ganon"@en .

_:N688f83870a0045ba9745dc08c7939815 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Epilogue: Bonus"@en ;
    mo:track_number 20 ;
    schema:duration "PT0:59"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "Epilogue: Bonus"@en .

_:N72ad27a81c0241968abbc21cc5b61517 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Triforce Wish"@en ;
    mo:track_number 13 ;
    schema:duration "PT0:25"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "The Triforce Wish"@en .

_:N7d671e39092e4e1f8a595c90ed9eda95 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Forger of Strength"@en ;
    mo:track_number 17 ;
    schema:duration "PT1:34"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "The Forger of Strength"@en .

_:N8c34520c940c4d00b7e75b50b5a7fcbe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Great Ruined Golden Temple"@en ;
    mo:track_number 24 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Great Ruined Golden Temple"@en .

_:N9f3eedf3279a4d2e981960c7b879199a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Juror of Courage"@en ;
    mo:track_number 19 ;
    schema:duration "PT0:36"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "The Juror of Courage"@en .

_:Na0c8313a9647484e943935ebf9c177ad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Princess Zelda's Rememberance"@en ;
    mo:track_number 17 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "Princess Zelda's Rememberance"@en .

_:Na1bb343e1eec445db1e77585ea983c75 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Underworld ~ Phantom Ganon"@en ;
    mo:track_number 20 ;
    schema:duration "PT1:00"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Underworld ~ Phantom Ganon"@en .

_:Na297e8226f2049ccae1e98f1e842cf9f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boss Fight: Armos Knight"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:02"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Boss Fight: Armos Knight"@en .

_:Na97bf4ae389947178f79429ab21a8912 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Upper Chambers"@en ;
    mo:track_number 5 ;
    schema:duration "PT0:35"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Upper Chambers"@en .

_:Nb151258641624fec8a3afbc9e76d94f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Search for the Golden Forest"@en ;
    mo:track_number 1 ;
    schema:duration "PT9:11"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "The Search for the Golden Forest"@en .

_:Nbd2fed5f245d46d5869f2abcc0a9ddc2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Awakening of Peace in Hyrule"@en ;
    mo:track_number 16 ;
    schema:duration "PT1:37"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "The Awakening of Peace in Hyrule"@en .

_:Nbe4601595f3b4edc8d3ce3885c5a602a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "6th Floor Boss Chamber: Iron Knuckle"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "6th Floor Boss Chamber: Iron Knuckle"@en .

_:Nbf8a674f0795421f9aaf9dcdcf2f243c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Journey Home"@en ;
    mo:track_number 15 ;
    schema:duration "PT5:20"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "The Journey Home"@en .

_:Ncc07f8ad02fb49f98fb5518f1fdb8cee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Overworld ~ Hyrule Great Plains"@en ;
    mo:track_number 14 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Overworld ~ Hyrule Great Plains"@en .

_:Ncc5237ca899e4ba69c857008bdd355e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Boss Win"@en ;
    mo:track_number 7 ;
    schema:duration "PT0:20"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Boss Win"@en .

_:Nd45e5a31f6cf495e80404c2ea4f696f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Master Sword is Returned"@en ;
    mo:track_number 19 ;
    schema:duration "PT1:23"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "The Master Sword is Returned"@en .

_:Ne769a76b76fc4fb4a9106e456e4d26bf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Title Screen"@en ;
    mo:track_number 1 ;
    schema:duration "PT0:22"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Title Screen"@en .

_:Ne82506b6bb1c49e7b3191f05bcd6ff4c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hyrule Castle"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:06"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Hyrule Castle"@en .

_:Ne8344dc52cdf45908d328e8764cea947 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Link Frees Princess Zelda"@en ;
    mo:track_number 14 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "Link Frees Princess Zelda"@en .

_:Nebd676b8a717419fa5e5e7da84ad413d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Return to the Underworld Palace"@en ;
    mo:track_number 23 ;
    schema:duration "PT2:20"^^xsd:interval ;
    schema:inPlaylist _:Nd5f89c3f22b044248ef044aa243baa6a ;
    schema:name "Return to the Underworld Palace"@en .

_:Nf4485f36bbad4cc4a8c4f676a0b15b4b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Triforce is Whole Again"@en ;
    mo:track_number 12 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:N1da46472a64e4e34a6b2f1014560180f ;
    schema:name "The Triforce is Whole Again"@en .

_:N1da46472a64e4e34a6b2f1014560180f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N036dede067dd4a6ab1ec5fc4db70972e,
        _:N042d5d627ec547b2950b3d47179d7c2f,
        _:N1229bc76fc8e4c4b98b3ccbb75d3eef1,
        _:N130a2ad1387746a6b11dbbec51fc4f6c,
        _:N2713782e0c20475896f4648b483e8973,
        _:N2a586a11b5e44d51bda888b469805986,
        _:N313661bfb22d4875b964f694f39f99e7,
        _:N4b20e7d1f43541b2ae68b85a8d6f3b84,
        _:N6052c2b544e64f0fb78eb52549e77693,
        _:N643bf046b0c342618cc442f4f9cad73e,
        _:N688f83870a0045ba9745dc08c7939815,
        _:N72ad27a81c0241968abbc21cc5b61517,
        _:Na0c8313a9647484e943935ebf9c177ad,
        _:Nb151258641624fec8a3afbc9e76d94f3,
        _:Nbd2fed5f245d46d5869f2abcc0a9ddc2,
        _:Nbe4601595f3b4edc8d3ce3885c5a602a,
        _:Nbf8a674f0795421f9aaf9dcdcf2f243c,
        _:Nd45e5a31f6cf495e80404c2ea4f696f7,
        _:Ne8344dc52cdf45908d328e8764cea947,
        _:Nf4485f36bbad4cc4a8c4f676a0b15b4b ;
    mo:track_count 20 ;
    schema:duration "PT57:08"^^xsd:interval ;
    schema:numTracks 20 ;
    schema:track _:N036dede067dd4a6ab1ec5fc4db70972e,
        _:N042d5d627ec547b2950b3d47179d7c2f,
        _:N1229bc76fc8e4c4b98b3ccbb75d3eef1,
        _:N130a2ad1387746a6b11dbbec51fc4f6c,
        _:N2713782e0c20475896f4648b483e8973,
        _:N2a586a11b5e44d51bda888b469805986,
        _:N313661bfb22d4875b964f694f39f99e7,
        _:N4b20e7d1f43541b2ae68b85a8d6f3b84,
        _:N6052c2b544e64f0fb78eb52549e77693,
        _:N643bf046b0c342618cc442f4f9cad73e,
        _:N688f83870a0045ba9745dc08c7939815,
        _:N72ad27a81c0241968abbc21cc5b61517,
        _:Na0c8313a9647484e943935ebf9c177ad,
        _:Nb151258641624fec8a3afbc9e76d94f3,
        _:Nbd2fed5f245d46d5869f2abcc0a9ddc2,
        _:Nbe4601595f3b4edc8d3ce3885c5a602a,
        _:Nbf8a674f0795421f9aaf9dcdcf2f243c,
        _:Nd45e5a31f6cf495e80404c2ea4f696f7,
        _:Ne8344dc52cdf45908d328e8764cea947,
        _:Nf4485f36bbad4cc4a8c4f676a0b15b4b .

_:Nd5f89c3f22b044248ef044aa243baa6a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N012be7e4caf84fdeac2ee31cc54121c0,
        _:N0167884ab7c449899c228a710b35b91d,
        _:N0276376037b24c49aec1c89b22bc2c9c,
        _:N05fc41d1e62b41aaae87546a720e7806,
        _:N097c3f33096141f49556eea1aac6c2e6,
        _:N1c0d67adaf0448bcbec7569637dc7c75,
        _:N23737a328e6048e8a24f26f40232daaa,
        _:N271a83d43b9d4d7da5658579c9a336ef,
        _:N354cfb0b4ae94892b97bf1381576c6cd,
        _:N3a1a4a9e28934099a01b644bdb5badaa,
        _:N3fc919f1c1ae466c830e11701ded1678,
        _:N45367b717c274828b037e825006909da,
        _:N55e96cece9dc448983760293a9ec2b27,
        _:N7d671e39092e4e1f8a595c90ed9eda95,
        _:N8c34520c940c4d00b7e75b50b5a7fcbe,
        _:N9f3eedf3279a4d2e981960c7b879199a,
        _:Na1bb343e1eec445db1e77585ea983c75,
        _:Na297e8226f2049ccae1e98f1e842cf9f,
        _:Na97bf4ae389947178f79429ab21a8912,
        _:Ncc07f8ad02fb49f98fb5518f1fdb8cee,
        _:Ncc5237ca899e4ba69c857008bdd355e1,
        _:Ne769a76b76fc4fb4a9106e456e4d26bf,
        _:Ne82506b6bb1c49e7b3191f05bcd6ff4c,
        _:Nebd676b8a717419fa5e5e7da84ad413d ;
    mo:track_count 24 ;
    schema:duration "PT43:56"^^xsd:interval ;
    schema:numTracks 24 ;
    schema:track _:N012be7e4caf84fdeac2ee31cc54121c0,
        _:N0167884ab7c449899c228a710b35b91d,
        _:N0276376037b24c49aec1c89b22bc2c9c,
        _:N05fc41d1e62b41aaae87546a720e7806,
        _:N097c3f33096141f49556eea1aac6c2e6,
        _:N1c0d67adaf0448bcbec7569637dc7c75,
        _:N23737a328e6048e8a24f26f40232daaa,
        _:N271a83d43b9d4d7da5658579c9a336ef,
        _:N354cfb0b4ae94892b97bf1381576c6cd,
        _:N3a1a4a9e28934099a01b644bdb5badaa,
        _:N3fc919f1c1ae466c830e11701ded1678,
        _:N45367b717c274828b037e825006909da,
        _:N55e96cece9dc448983760293a9ec2b27,
        _:N7d671e39092e4e1f8a595c90ed9eda95,
        _:N8c34520c940c4d00b7e75b50b5a7fcbe,
        _:N9f3eedf3279a4d2e981960c7b879199a,
        _:Na1bb343e1eec445db1e77585ea983c75,
        _:Na297e8226f2049ccae1e98f1e842cf9f,
        _:Na97bf4ae389947178f79429ab21a8912,
        _:Ncc07f8ad02fb49f98fb5518f1fdb8cee,
        _:Ncc5237ca899e4ba69c857008bdd355e1,
        _:Ne769a76b76fc4fb4a9106e456e4d26bf,
        _:Ne82506b6bb1c49e7b3191f05bcd6ff4c,
        _:Nebd676b8a717419fa5e5e7da84ad413d .

