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

<artist/14946#subject> a schema:Person,
        foaf:Person ;
    schema:name "Tim Rice"@en ;
    foaf:made <album/84867#lyrics>,
        <album/84867#subject> ;
    foaf:name "Tim Rice"@en .

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

<artist/8766#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84867#subject> ;
    schema:name "Hans Zimmer"@en ;
    foaf:made <album/84867#composition>,
        <album/84867#subject> ;
    foaf:name "Hans Zimmer"@en .

<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 .

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

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

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

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

<https://medium-media.vgm.io/albums/76/84867/84867-1551640483.jpg> a schema:ImageObject,
        foaf:Image .

<album/84867#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Can You Feel The Love Tonight / Elton John"@en,
        "Can You Feel The Love Tonight / Elton John"@ja,
        "Can You Feel The Love Tonight / Elton John"@ja-latn ;
    mo:composer <artist/19465#subject>,
        <artist/8766#subject> ;
    mo:produced_work <album/84867#musicalwork> ;
    schema:name "Can You Feel The Love Tonight / Elton John"@en,
        "Can You Feel The Love Tonight / Elton John"@ja,
        "Can You Feel The Love Tonight / Elton John"@ja-latn .

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

<artist/18939#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/84867#performance> ;
    schema:name "Joseph Williams"@en ;
    foaf:name "Joseph Williams"@en .

<artist/19465#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84867#subject> ;
    mo:performed <album/84867#performance> ;
    schema:name "Elton John"@en ;
    foaf:made <album/84867#composition>,
        <album/84867#subject> ;
    foaf:name "Elton John"@en .

<album/84867#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Can You Feel The Love Tonight / Elton John"@en,
        "Can You Feel The Love Tonight / Elton John"@ja,
        "Can You Feel The Love Tonight / Elton John"@ja-latn ;
    mo:performance_of <album/84867#musicalwork> ;
    mo:performer _:Na24595f79bde44f3be3d4ea1f527cfd0,
        _:Nc8145d7d11f941da8031bb86bd746329,
        <artist/18939#subject>,
        <artist/19465#subject> ;
    mo:recorded_as <album/84867#musicalexpression> ;
    schema:byArtist _:Na24595f79bde44f3be3d4ea1f527cfd0,
        _:Nc8145d7d11f941da8031bb86bd746329,
        <artist/18939#subject>,
        <artist/19465#subject> ;
    schema:name "Can You Feel The Love Tonight / Elton John"@en,
        "Can You Feel The Love Tonight / Elton John"@ja,
        "Can You Feel The Love Tonight / Elton John"@ja-latn ;
    schema:workPerformed <album/84867#musicalwork> .

<album/84867#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1994-01-01"^^xsd:date ;
    dcterms:title "Can You Feel The Love Tonight / Elton John"@en,
        "Can You Feel The Love Tonight / Elton John"@ja,
        "Can You Feel The Love Tonight / Elton John"@ja-latn ;
    mo:catalogue_number "EJSCD 34" ;
    mo:media_type "CD" ;
    mo:publication_of <album/84867#musicalexpression> ;
    mo:publisher <org/1027#subject> ;
    mo:record _:N9a92dcb91e7f4e6f87ebe092f1d48582 ;
    mo:record_count 1 ;
    schema:about <product/2801#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Ernie Sabella"@en ;
            foaf:name "Ernie Sabella"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Nathan Lane"@en ;
            foaf:name "Nathan Lane"@en ],
        <artist/18939#subject>,
        <artist/19465#subject> ;
    schema:datePublished "1994-01-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/76/84867/84867-1551640483.jpg> ;
    schema:name "Can You Feel The Love Tonight / Elton John"@en,
        "Can You Feel The Love Tonight / Elton John"@ja,
        "Can You Feel The Love Tonight / Elton John"@ja-latn ;
    schema:publisher <org/1027#subject> ;
    foaf:depiction <https://media.vgm.io/albums/76/84867/84867-1551640483.jpg> .

_:N0806ef30928b4de69719f4af3bb89e2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Under The Stars - Instrumental"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:N9a92dcb91e7f4e6f87ebe092f1d48582 ;
    schema:name "Under The Stars - Instrumental"@en .

_:N0da677b431bd4819bb6a5844ebcf2f23 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Can You Feel The Love Tonight"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:N9a92dcb91e7f4e6f87ebe092f1d48582 ;
    schema:name "Can You Feel The Love Tonight"@en .

_:N4f6197d11ba84d019893ef30a4079b78 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Can You Feel The Love Tonight - Instrumental"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:N9a92dcb91e7f4e6f87ebe092f1d48582 ;
    schema:name "Can You Feel The Love Tonight - Instrumental"@en .

_:Na24595f79bde44f3be3d4ea1f527cfd0 a schema:Person,
        foaf:Person ;
    mo:performed <album/84867#performance> ;
    schema:name "Nathan Lane"@en ;
    foaf:name "Nathan Lane"@en .

_:Nc8145d7d11f941da8031bb86bd746329 a schema:Person,
        foaf:Person ;
    mo:performed <album/84867#performance> ;
    schema:name "Ernie Sabella"@en ;
    foaf:name "Ernie Sabella"@en .

_:Neeae436369e44a8ca31a4581fac62a4d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hakuna Matata"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:31"^^xsd:interval ;
    schema:inPlaylist _:N9a92dcb91e7f4e6f87ebe092f1d48582 ;
    schema:name "Hakuna Matata"@en .

_:N9a92dcb91e7f4e6f87ebe092f1d48582 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0806ef30928b4de69719f4af3bb89e2c,
        _:N0da677b431bd4819bb6a5844ebcf2f23,
        _:N4f6197d11ba84d019893ef30a4079b78,
        _:Neeae436369e44a8ca31a4581fac62a4d ;
    mo:track_count 4 ;
    schema:duration "PT15:12"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N0806ef30928b4de69719f4af3bb89e2c,
        _:N0da677b431bd4819bb6a5844ebcf2f23,
        _:N4f6197d11ba84d019893ef30a4079b78,
        _:Neeae436369e44a8ca31a4581fac62a4d .

