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

<album/122920#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Disney Goes Classical"@en,
        "Disney Goes Classical"@ja,
        "Disney Goes Classical"@ja-latn ;
    mo:produced_work <album/122920#musicalwork> ;
    schema:name "Disney Goes Classical"@en,
        "Disney Goes Classical"@ja,
        "Disney Goes Classical"@ja-latn .

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

<album/99698> a mo:Release ;
    mo:catalogue_number "B0032366-02" .

<product/10291#subject> a schema:CreativeWork ;
    schema:name "The Jungle Book (1967)"@en,
        "The Jungle Book (1967)"@ja,
        "The Jungle Book (1967)"@ja-latn ;
    foaf:name "The Jungle Book (1967)"@en,
        "The Jungle Book (1967)"@ja,
        "The Jungle Book (1967)"@ja-latn .

<product/2801#subject> a schema:CreativeWork ;
    schema:name "The Lion King"@en,
        "The Lion King"@ja,
        "The Lion King"@ja-latn ;
    foaf:name "The Lion King"@en,
        "The Lion King"@ja,
        "The Lion King"@ja-latn .

<product/4133#subject> a schema:CreativeWork ;
    schema:name "Pinocchio"@en,
        "Pinocchio"@ja,
        "Pinocchio"@ja-latn ;
    foaf:name "Pinocchio"@en,
        "Pinocchio"@ja,
        "Pinocchio"@ja-latn .

<product/4157#subject> a schema:CreativeWork ;
    schema:name "Frozen"@en,
        "Frozen"@ja,
        "Frozen"@ja-latn ;
    foaf:name "Frozen"@en,
        "Frozen"@ja,
        "Frozen"@ja-latn .

<product/4998#subject> a schema:CreativeWork ;
    schema:name "The Little Mermaid"@en,
        "The Little Mermaid"@ja,
        "The Little Mermaid"@ja-latn ;
    foaf:name "The Little Mermaid"@en,
        "The Little Mermaid"@ja,
        "The Little Mermaid"@ja-latn .

<product/5000#subject> a schema:CreativeWork ;
    schema:name "Beauty and the Beast"@en,
        "Beauty and the Beast"@ja,
        "Beauty and the Beast"@ja-latn ;
    foaf:name "Beauty and the Beast"@en,
        "Beauty and the Beast"@ja,
        "Beauty and the Beast"@ja-latn .

<product/5001#subject> a schema:CreativeWork ;
    schema:name "Aladdin"@en,
        "Aladdin"@ja,
        "Aladdin"@ja-latn ;
    foaf:name "Aladdin"@en,
        "Aladdin"@ja,
        "Aladdin"@ja-latn .

<product/5555#subject> a schema:CreativeWork ;
    schema:name "Tangled"@en,
        "Tangled"@ja,
        "Tangled"@ja-latn ;
    foaf:name "Tangled"@en,
        "Tangled"@ja,
        "Tangled"@ja-latn .

<product/6643#subject> a schema:CreativeWork ;
    schema:name "Pocahontas"@en,
        "Pocahontas"@ja,
        "Pocahontas"@ja-latn ;
    foaf:name "Pocahontas"@en,
        "Pocahontas"@ja,
        "Pocahontas"@ja-latn .

<product/6644#subject> a schema:CreativeWork ;
    schema:name "Mulan"@en,
        "Mulan"@ja,
        "Mulan"@ja-latn ;
    foaf:name "Mulan"@en,
        "Mulan"@ja,
        "Mulan"@ja-latn .

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

<org/1534#subject> schema:name "Decca"@en,
        "Decca"@ja,
        "Decca"@ja-latn ;
    foaf:name "Decca"@en,
        "Decca"@ja,
        "Decca"@ja-latn .

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

<https://medium-media.vgm.io/albums/02/122920/122920-d7d04d55c752.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/122920#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Disney Goes Classical"@en,
        "Disney Goes Classical"@ja,
        "Disney Goes Classical"@ja-latn ;
    mo:performance_of <album/122920#musicalwork> ;
    mo:performer <artist/4590#subject> ;
    mo:recorded_as <album/122920#musicalexpression> ;
    schema:byArtist <artist/4590#subject> ;
    schema:name "Disney Goes Classical"@en,
        "Disney Goes Classical"@ja,
        "Disney Goes Classical"@ja-latn ;
    schema:workPerformed <album/122920#musicalwork> .

<artist/4590#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/122920#performance> ;
    schema:name "Royal Philharmonic Orchestra"@en ;
    foaf:name "Royal Philharmonic Orchestra"@en .

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

<album/122920#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-10-02"^^xsd:date ;
    dcterms:title "Disney Goes Classical"@en,
        "Disney Goes Classical"@ja,
        "Disney Goes Classical"@ja-latn ;
    mo:catalogue_number "0724242" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/99698> ;
    mo:publication_of <album/122920#musicalexpression> ;
    mo:publisher <org/1534#subject> ;
    mo:record _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Princess and the Frog"@en ;
            foaf:name "Princess and the Frog"@en ],
        [ a schema:CreativeWork ;
            schema:name "Hercules"@en ;
            foaf:name "Hercules"@en ],
        [ a schema:CreativeWork ;
            schema:name "Moana"@en ;
            foaf:name "Moana"@en ],
        [ a schema:CreativeWork ;
            schema:name "Mary Poppins"@en ;
            foaf:name "Mary Poppins"@en ],
        [ a schema:CreativeWork ;
            schema:name "Toy Story 2"@en ;
            foaf:name "Toy Story 2"@en ],
        <product/10291#subject>,
        <product/2801#subject>,
        <product/4133#subject>,
        <product/4157#subject>,
        <product/4998#subject>,
        <product/5000#subject>,
        <product/5001#subject>,
        <product/5555#subject>,
        <product/6643#subject>,
        <product/6644#subject> ;
    schema:byArtist <artist/4590#subject> ;
    schema:datePublished "2020-10-02"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/02/122920/122920-d7d04d55c752.jpg> ;
    schema:name "Disney Goes Classical"@en,
        "Disney Goes Classical"@ja,
        "Disney Goes Classical"@ja-latn ;
    schema:publisher <org/1534#subject> ;
    foaf:depiction <https://media.vgm.io/albums/02/122920/122920-d7d04d55c752.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "The Opera Men"@en ;
    foaf:made <album/122920#subject> ;
    foaf:name "The Opera Men"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Christian Li"@en ;
    foaf:made <album/122920#vocals> ;
    foaf:name "Christian Li"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Matteo Bocelli"@en ;
    foaf:made <album/122920#subject> ;
    foaf:name "Matteo Bocelli"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Renée Fleming"@en ;
    foaf:made <album/122920#vocals> ;
    foaf:name "Renée Fleming"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Matteo Bocelli"@en ;
    foaf:made <album/122920#vocals> ;
    foaf:name "Matteo Bocelli"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Christian Li"@en ;
    foaf:made <album/122920#subject> ;
    foaf:name "Christian Li"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Renée Fleming"@en ;
    foaf:made <album/122920#subject> ;
    foaf:name "Renée Fleming"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "The Opera Men"@en ;
    foaf:made <album/122920#vocals> ;
    foaf:name "The Opera Men"@en .

_:N09d1aeceab194e69a7590278ebabfa4d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Can You Feel the Love Tonight with Matteo Bocelli - From \"The Lion King\""@en ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "Can You Feel the Love Tonight with Matteo Bocelli - From \"The Lion King\""@en .

_:N1645ad97f92a42ab9d4c28376f6443a3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Part of Your World with Kaori Muraji - From \"The Little Mermaid\""@en ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "Part of Your World with Kaori Muraji - From \"The Little Mermaid\""@en .

_:N183b0c41459a4b7e99fc392324d2debc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I See the Light - From \"Tangled\""@en ;
    mo:track_number 12 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "I See the Light - From \"Tangled\""@en .

_:N2b43b09e128d47d088d116a6ee20609c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reflection - From \"Mulan\""@en ;
    mo:track_number 14 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "Reflection - From \"Mulan\""@en .

_:N3d21c2bde409444ba85498263c920eac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Go the Distance - From \"Hercules\""@en ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "Go the Distance - From \"Hercules\""@en .

_:N4d36b51b9f8749c2be5df0eb34b7ac60 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Almost There - From \"The Princess and the Frog\""@en ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "Almost There - From \"The Princess and the Frog\""@en .

_:N6a3225e1bfcf47bc9ad51ad6b0fba07c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Whole New World - From \"Aladdin\""@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "A Whole New World - From \"Aladdin\""@en .

_:N7f2e21ffc8c34fef86dc17e4aa291241 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "How Far I'll Go - From \"Moana\""@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "How Far I'll Go - From \"Moana\""@en .

_:N90e0565b9e4c484f873ab095874f0733 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Overture - From \"Mary Poppins\""@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "Overture - From \"Mary Poppins\""@en .

_:Na460df925d474f78aab5e270ce159714 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Bare Necessities - From \"The Jungle Book\""@en ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "The Bare Necessities - From \"The Jungle Book\""@en .

_:Nb414d7bd383642b38540fb70ff84747b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "When You Wish Upon a Star with Renée Fleming - From \"Pinocchio\""@en ;
    mo:track_number 15 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "When You Wish Upon a Star with Renée Fleming - From \"Pinocchio\""@en .

_:Nb81a84bc9c304bffa76b1b50ab6dbbec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Colors of the Wind - From \"Pocahontas\""@en ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "Colors of the Wind - From \"Pocahontas\""@en .

_:Nd33ec24e28544db1b7a99708138424e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "When She Loved Me with The Opera Men - From \"Toy Story 2\""@en ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "When She Loved Me with The Opera Men - From \"Toy Story 2\""@en .

_:Ne38756c143a34cf69fd7259b31345bdc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Let It Go with Christian Li - From \"Frozen\""@en ;
    mo:track_number 13 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "Let It Go with Christian Li - From \"Frozen\""@en .

_:Ne60a033f57f540b2b249d6c0163d730d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beauty and the Beast - From \"Beauty and the Beast\""@en ;
    mo:track_number 11 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Ne209dcfef24b45388dbe1fe8aadde3d3 ;
    schema:name "Beauty and the Beast - From \"Beauty and the Beast\""@en .

_:Ne209dcfef24b45388dbe1fe8aadde3d3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N09d1aeceab194e69a7590278ebabfa4d,
        _:N1645ad97f92a42ab9d4c28376f6443a3,
        _:N183b0c41459a4b7e99fc392324d2debc,
        _:N2b43b09e128d47d088d116a6ee20609c,
        _:N3d21c2bde409444ba85498263c920eac,
        _:N4d36b51b9f8749c2be5df0eb34b7ac60,
        _:N6a3225e1bfcf47bc9ad51ad6b0fba07c,
        _:N7f2e21ffc8c34fef86dc17e4aa291241,
        _:N90e0565b9e4c484f873ab095874f0733,
        _:Na460df925d474f78aab5e270ce159714,
        _:Nb414d7bd383642b38540fb70ff84747b,
        _:Nb81a84bc9c304bffa76b1b50ab6dbbec,
        _:Nd33ec24e28544db1b7a99708138424e4,
        _:Ne38756c143a34cf69fd7259b31345bdc,
        _:Ne60a033f57f540b2b249d6c0163d730d ;
    mo:track_count 15 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 15 ;
    schema:track _:N09d1aeceab194e69a7590278ebabfa4d,
        _:N1645ad97f92a42ab9d4c28376f6443a3,
        _:N183b0c41459a4b7e99fc392324d2debc,
        _:N2b43b09e128d47d088d116a6ee20609c,
        _:N3d21c2bde409444ba85498263c920eac,
        _:N4d36b51b9f8749c2be5df0eb34b7ac60,
        _:N6a3225e1bfcf47bc9ad51ad6b0fba07c,
        _:N7f2e21ffc8c34fef86dc17e4aa291241,
        _:N90e0565b9e4c484f873ab095874f0733,
        _:Na460df925d474f78aab5e270ce159714,
        _:Nb414d7bd383642b38540fb70ff84747b,
        _:Nb81a84bc9c304bffa76b1b50ab6dbbec,
        _:Nd33ec24e28544db1b7a99708138424e4,
        _:Ne38756c143a34cf69fd7259b31345bdc,
        _:Ne60a033f57f540b2b249d6c0163d730d .

