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

<album/96892#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Loyal Brave True / Christina Aguilera"@en,
        "Loyal Brave True / Christina Aguilera"@ja,
        "Loyal Brave True / Christina Aguilera"@ja-latn ;
    mo:produced_work <album/96892#musicalwork> ;
    schema:name "Loyal Brave True / Christina Aguilera"@en,
        "Loyal Brave True / Christina Aguilera"@ja,
        "Loyal Brave True / Christina Aguilera"@ja-latn .

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

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

<product/8210#subject> a schema:CreativeWork ;
    schema:name "Mulan (Live Action)"@en,
        "Mulan (Live Action)"@ja,
        "Mulan (Live Action)"@ja-latn ;
    foaf:name "Mulan (Live Action)"@en,
        "Mulan (Live Action)"@ja,
        "Mulan (Live Action)"@ja-latn .

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

<album/96892#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Loyal Brave True / Christina Aguilera"@en,
        "Loyal Brave True / Christina Aguilera"@ja,
        "Loyal Brave True / Christina Aguilera"@ja-latn ;
    mo:performance_of <album/96892#musicalwork> ;
    mo:recorded_as <album/96892#musicalexpression> ;
    schema:name "Loyal Brave True / Christina Aguilera"@en,
        "Loyal Brave True / Christina Aguilera"@ja,
        "Loyal Brave True / Christina Aguilera"@ja-latn ;
    schema:workPerformed <album/96892#musicalwork> .

<org/1144#subject> schema:name "Walt Disney Records"@en,
        "Walt Disney Records"@ja,
        "Walt Disney Records"@ja-latn ;
    foaf:name "Walt Disney Records"@en,
        "Walt Disney Records"@ja,
        "Walt Disney Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/29/96892/96892-1583579884.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/96892#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-03-06"^^xsd:date ;
    dcterms:title "Loyal Brave True / Christina Aguilera"@en,
        "Loyal Brave True / Christina Aguilera"@ja,
        "Loyal Brave True / Christina Aguilera"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/96892#musicalexpression> ;
    mo:publisher <org/1144#subject> ;
    mo:record _:N9cf4b8a5472b4494957f0df698eaa386 ;
    mo:record_count 1 ;
    schema:about <product/8210#subject> ;
    schema:datePublished "2020-03-06"^^xsd:date ;
    schema:genre "Live Action" ;
    schema:image <https://media.vgm.io/albums/29/96892/96892-1583579884.jpg> ;
    schema:name "Loyal Brave True / Christina Aguilera"@en,
        "Loyal Brave True / Christina Aguilera"@ja,
        "Loyal Brave True / Christina Aguilera"@ja-latn ;
    schema:publisher <org/1144#subject> ;
    foaf:depiction <https://media.vgm.io/albums/29/96892/96892-1583579884.jpg> .

_:N4352d3a26a374a2994300e1d644847da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Loyal Brave True (From \"Mulan\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N9cf4b8a5472b4494957f0df698eaa386 ;
    schema:name "Loyal Brave True (From \"Mulan\")"@en .

_:N9cf4b8a5472b4494957f0df698eaa386 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4352d3a26a374a2994300e1d644847da ;
    mo:track_count 1 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N4352d3a26a374a2994300e1d644847da .

