@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 _:N0023d69a8db844ada9e5f075dd249073,
        _:N2460d55cb2d742319b84d30f1f9ec0e2,
        <artist/18939#subject>,
        <artist/19465#subject> ;
    mo:recorded_as <album/84867#musicalexpression> ;
    schema:byArtist _:N0023d69a8db844ada9e5f075dd249073,
        _:N2460d55cb2d742319b84d30f1f9ec0e2,
        <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 _:N0ad94e2a0530415e96ca42adb5c3ebce ;
    mo:record_count 1 ;
    schema:about <product/2801#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Nathan Lane"@en ;
            foaf:name "Nathan Lane"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Ernie Sabella"@en ;
            foaf:name "Ernie Sabella"@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> .

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

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

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

_:Nae21da3ef4094c3a84df136230d355a5 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 _:N0ad94e2a0530415e96ca42adb5c3ebce ;
    schema:name "Can You Feel The Love Tonight - Instrumental"@en .

_:Ncb4163c18af64a3eaee35ff4bb6f794d 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 _:N0ad94e2a0530415e96ca42adb5c3ebce ;
    schema:name "Can You Feel The Love Tonight"@en .

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

_:N0ad94e2a0530415e96ca42adb5c3ebce a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N05c149072380451aac08e623a0da8ccb,
        _:Nae21da3ef4094c3a84df136230d355a5,
        _:Ncb4163c18af64a3eaee35ff4bb6f794d,
        _:Nf178790257014962a43b4a464e3b95e8 ;
    mo:track_count 4 ;
    schema:duration "PT15:12"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N05c149072380451aac08e623a0da8ccb,
        _:Nae21da3ef4094c3a84df136230d355a5,
        _:Ncb4163c18af64a3eaee35ff4bb6f794d,
        _:Nf178790257014962a43b4a464e3b95e8 .

