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

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

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

<artist/35914#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/119722#subject> ;
    schema:name "Nami Melumad"@en ;
    foaf:made <album/119722#composition>,
        <album/119722#subject> ;
    foaf:name "Nami Melumad"@en .

<album/119722#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Far From the Tree"@en,
        "Far From the Tree"@ja,
        "Far From the Tree"@ja-latn ;
    mo:composer <artist/35914#subject> ;
    mo:produced_work <album/119722#musicalwork> ;
    schema:name "Far From the Tree"@en,
        "Far From the Tree"@ja,
        "Far From the Tree"@ja-latn .

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

<album/119722#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Far From the Tree"@en,
        "Far From the Tree"@ja,
        "Far From the Tree"@ja-latn ;
    mo:performance_of <album/119722#musicalwork> ;
    mo:recorded_as <album/119722#musicalexpression> ;
    schema:name "Far From the Tree"@en,
        "Far From the Tree"@ja,
        "Far From the Tree"@ja-latn ;
    schema:workPerformed <album/119722#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/22/119722/119722-c3215faea3e1.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/119722#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/22/119722/119722-c3215faea3e1.jpg> ;
    foaf:depicts <album/119722#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/22/119722/119722-c3215faea3e1.jpg> .

<https://medium-media.vgm.io/albums/22/119722/119722-c3215faea3e1.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/119722#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-03-25"^^xsd:date ;
    dcterms:title "Far From the Tree"@en,
        "Far From the Tree"@ja,
        "Far From the Tree"@ja-latn ;
    mo:catalogue_number "D004020215" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/119722#musicalexpression> ;
    mo:publisher <org/1144#subject> ;
    mo:record _:Nabce080f6c244e4ead54324ad0bc3817 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Far From the Tree"@en ;
            foaf:name "Far From the Tree"@en ] ;
    schema:datePublished "2022-03-25"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/22/119722/119722-c3215faea3e1.jpg> ;
    schema:name "Far From the Tree"@en,
        "Far From the Tree"@ja,
        "Far From the Tree"@ja-latn ;
    schema:publisher <org/1144#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/119722/119722-c3215faea3e1.jpg> .

_:N07996ada48714527b15c30a043824d81 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Far From the Tree (From \"Far From the Tree\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT7:05"^^xsd:interval ;
    schema:inPlaylist _:Nabce080f6c244e4ead54324ad0bc3817 ;
    schema:name "Far From the Tree (From \"Far From the Tree\")"@en .

_:Nabce080f6c244e4ead54324ad0bc3817 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07996ada48714527b15c30a043824d81 ;
    mo:track_count 1 ;
    schema:duration "PT7:05"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N07996ada48714527b15c30a043824d81 .

