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

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

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

<album/38704> a mo:Release ;
    mo:catalogue_number "D001405202" .

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

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

<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/98/150989/150989-767ec20a02de.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/150989#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/98/150989/150989-767ec20a02de.jpg> ;
    foaf:depicts <album/150989#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/98/150989/150989-767ec20a02de.jpg> .

<https://medium-media.vgm.io/albums/98/150989/150989-767ec20a02de.jpg> a schema:ImageObject,
        foaf:Image .

<album/150989#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "BRAVE"@en,
        "BRAVE"@ja,
        "BRAVE"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Alex Mandel"@en ;
            foaf:made <album/150989#composition> ;
            foaf:name "Alex Mandel"@en ],
        <artist/14864#subject> ;
    mo:produced_work <album/150989#musicalwork> ;
    schema:name "BRAVE"@en,
        "BRAVE"@ja,
        "BRAVE"@ja-latn .

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

<artist/2051#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/150989#performance> ;
    schema:name "London Symphony Orchestra"@en ;
    foaf:name "London Symphony Orchestra"@en .

<artist/23348#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/150989#performance> ;
    schema:name "Alex Norton"@en ;
    foaf:name "Alex Norton"@en .

<artist/14864#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/150989#subject> ;
    mo:performed <album/150989#performance> ;
    schema:name "Patrick Doyle"@en ;
    foaf:made <album/150989#composition>,
        <album/150989#subject> ;
    foaf:name "Patrick Doyle"@en .

<album/150989#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2012-01-01"^^xsd:date ;
    dcterms:title "BRAVE"@en,
        "BRAVE"@ja,
        "BRAVE"@ja-latn ;
    mo:catalogue_number "5099970545326" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/38704> ;
    mo:publication_of <album/150989#musicalexpression> ;
    mo:publisher <org/1144#subject> ;
    mo:record _:N764cadbf8b2a418b9521d115235c6ae6 ;
    mo:record_count 1 ;
    schema:about <product/4999#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Emma Thompson"@en ;
            foaf:name "Emma Thompson"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Peigi Barker"@en ;
            foaf:name "Peigi Barker"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Julie Fowlis"@en ;
            foaf:name "Julie Fowlis"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Billy Connolly"@en ;
            foaf:name "Billy Connolly"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Gordon Neville"@en ;
            foaf:name "Gordon Neville"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Birdy [with Mumford & Sons]"@en ;
            foaf:name "Birdy [with Mumford & Sons]"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Scott Davies"@en ;
            foaf:name "Scott Davies"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Carey Wilson"@en ;
            foaf:name "Carey Wilson"@en ],
        <artist/14864#subject>,
        <artist/2051#subject>,
        <artist/23348#subject> ;
    schema:datePublished "2012-01-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/98/150989/150989-767ec20a02de.jpg> ;
    schema:name "BRAVE"@en,
        "BRAVE"@ja,
        "BRAVE"@ja-latn ;
    schema:publisher <org/1144#subject> ;
    foaf:depiction <https://media.vgm.io/albums/98/150989/150989-767ec20a02de.jpg> .

<album/150989#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "BRAVE"@en,
        "BRAVE"@ja,
        "BRAVE"@ja-latn ;
    mo:performance_of <album/150989#musicalwork> ;
    mo:performer _:N5c7fd634f7144e1a8c2275f7884a742a,
        _:N67210ed441f44dcab3f854fc8aa6ede4,
        _:N73eb774f879f46f5b31cec637b4451fa,
        _:N990aee7ddbcf4a109d10561246d560f3,
        _:Ndeb89ee6b9974962997092d785c67ceb,
        _:Nee60ba8e8971459191361c865bfdc187,
        _:Nfd73c4dc159649eb8fc1cb4d773653e3,
        _:Nfe61621aefba47c9b5ec8a4c6c677f9e,
        <artist/14864#subject>,
        <artist/2051#subject>,
        <artist/23348#subject> ;
    mo:recorded_as <album/150989#musicalexpression> ;
    schema:byArtist _:N5c7fd634f7144e1a8c2275f7884a742a,
        _:N67210ed441f44dcab3f854fc8aa6ede4,
        _:N73eb774f879f46f5b31cec637b4451fa,
        _:N990aee7ddbcf4a109d10561246d560f3,
        _:Ndeb89ee6b9974962997092d785c67ceb,
        _:Nee60ba8e8971459191361c865bfdc187,
        _:Nfd73c4dc159649eb8fc1cb4d773653e3,
        _:Nfe61621aefba47c9b5ec8a4c6c677f9e,
        <artist/14864#subject>,
        <artist/2051#subject>,
        <artist/23348#subject> ;
    schema:name "BRAVE"@en,
        "BRAVE"@ja,
        "BRAVE"@ja-latn ;
    schema:workPerformed <album/150989#musicalwork> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/150989#subject> ;
    schema:name "Alex Mandel"@en ;
    foaf:made <album/150989#subject> ;
    foaf:name "Alex Mandel"@en .

_:N00a68ae89365411eaebfca01f94ca1cf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Merida Rides Away"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Merida Rides Away"@en .

_:N031c5caa5480456ea93da462529949d0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Not Now!"@en ;
    mo:track_number 17 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Not Now!"@en .

_:N0516c6a35bea4168830ab1a5648ff77c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Merida's Home"@en ;
    mo:track_number 20 ;
    schema:duration "PT1:32"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Merida's Home"@en .

_:N17feaaecca2140b09a86c441ae640bf1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "We've Both Changed"@en ;
    mo:track_number 19 ;
    schema:duration "PT5:30"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "We've Both Changed"@en .

_:N279826520088482295892889c5713013 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mum Goes Wild"@en ;
    mo:track_number 14 ;
    schema:duration "PT3:25"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Mum Goes Wild"@en .

_:N2af452abde644839a84886ae799e74d2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Song of Mor'du"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Song of Mor'du"@en .

_:N5047b0a91775401abae5e07af76d06a9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In Her Heart"@en ;
    mo:track_number 15 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "In Her Heart"@en .

_:N5c7fd634f7144e1a8c2275f7884a742a a schema:Person,
        foaf:Person ;
    mo:performed <album/150989#performance> ;
    schema:name "Gordon Neville"@en ;
    foaf:name "Gordon Neville"@en .

_:N618e62a8e1834614b88e1be8dfc72065 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Games"@en ;
    mo:track_number 5 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "The Games"@en .

_:N655192b06d5844aaaeaaaca3970a3051 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Touch the Sky"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:31"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Touch the Sky"@en .

_:N67210ed441f44dcab3f854fc8aa6ede4 a schema:Person,
        foaf:Person ;
    mo:performed <album/150989#performance> ;
    schema:name "Birdy [with Mumford & Sons]"@en ;
    foaf:name "Birdy [with Mumford & Sons]"@en .

_:N73eb774f879f46f5b31cec637b4451fa a schema:Person,
        foaf:Person ;
    mo:performed <album/150989#performance> ;
    schema:name "Carey Wilson"@en ;
    foaf:name "Carey Wilson"@en .

_:N79a69acee24640b6ba00f01c52a4c760 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Remember to Smile"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Remember to Smile"@en .

_:N8b75a02453cf4d108ad7177177125869 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Noble Maiden Fair (A Mhaighdean Bhan Uasal)"@en ;
    mo:track_number 16 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Noble Maiden Fair (A Mhaighdean Bhan Uasal)"@en .

_:N925f46d670664f399e60b59ebfe5c61d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Legends Are Lessons"@en ;
    mo:track_number 12 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Legends Are Lessons"@en .

_:N990aee7ddbcf4a109d10561246d560f3 a schema:Person,
        foaf:Person ;
    mo:performed <album/150989#performance> ;
    schema:name "Scott Davies"@en ;
    foaf:name "Scott Davies"@en .

_:Naf84228d7f664ce3b57063b4b81622c2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Through the Castle"@en ;
    mo:track_number 11 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Through the Castle"@en .

_:Nb94019ccb36b466884044c395e338a20 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Into the Open Air"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Into the Open Air"@en .

_:Nc7691bb680e743a59b336c2891d18492 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fate and Destiny"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Fate and Destiny"@en .

_:Nc78692dd446545e3a93b2aaf45147844 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Show Us the Way"@en ;
    mo:track_number 13 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Show Us the Way"@en .

_:Nd3a3f087d8c14df79085e2a95110d1ac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Learn Me Right"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Learn Me Right"@en .

_:Ndeb89ee6b9974962997092d785c67ceb a schema:Person,
        foaf:Person ;
    mo:performed <album/150989#performance> ;
    schema:name "Julie Fowlis"@en ;
    foaf:name "Julie Fowlis"@en .

_:Ne55839b8a63f4ec7bcc8a6cc5dd00d4b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Get the Key"@en ;
    mo:track_number 18 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "Get the Key"@en .

_:Ne6aca032e98249579d291235ee5bce39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Am Merida"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:23"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "I Am Merida"@en .

_:Nee60ba8e8971459191361c865bfdc187 a schema:Person,
        foaf:Person ;
    mo:performed <album/150989#performance> ;
    schema:name "Emma Thompson"@en ;
    foaf:name "Emma Thompson"@en .

_:Nf34a8ffc6fc74633be55751f0ad7e89b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Witch's Cottage"@en ;
    mo:track_number 9 ;
    schema:duration "PT4:26"^^xsd:interval ;
    schema:inPlaylist _:N764cadbf8b2a418b9521d115235c6ae6 ;
    schema:name "The Witch's Cottage"@en .

_:Nfd73c4dc159649eb8fc1cb4d773653e3 a schema:Person,
        foaf:Person ;
    mo:performed <album/150989#performance> ;
    schema:name "Peigi Barker"@en ;
    foaf:name "Peigi Barker"@en .

_:Nfe61621aefba47c9b5ec8a4c6c677f9e a schema:Person,
        foaf:Person ;
    mo:performed <album/150989#performance> ;
    schema:name "Billy Connolly"@en ;
    foaf:name "Billy Connolly"@en .

_:N764cadbf8b2a418b9521d115235c6ae6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00a68ae89365411eaebfca01f94ca1cf,
        _:N031c5caa5480456ea93da462529949d0,
        _:N0516c6a35bea4168830ab1a5648ff77c,
        _:N17feaaecca2140b09a86c441ae640bf1,
        _:N279826520088482295892889c5713013,
        _:N2af452abde644839a84886ae799e74d2,
        _:N5047b0a91775401abae5e07af76d06a9,
        _:N618e62a8e1834614b88e1be8dfc72065,
        _:N655192b06d5844aaaeaaaca3970a3051,
        _:N79a69acee24640b6ba00f01c52a4c760,
        _:N8b75a02453cf4d108ad7177177125869,
        _:N925f46d670664f399e60b59ebfe5c61d,
        _:Naf84228d7f664ce3b57063b4b81622c2,
        _:Nb94019ccb36b466884044c395e338a20,
        _:Nc7691bb680e743a59b336c2891d18492,
        _:Nc78692dd446545e3a93b2aaf45147844,
        _:Nd3a3f087d8c14df79085e2a95110d1ac,
        _:Ne55839b8a63f4ec7bcc8a6cc5dd00d4b,
        _:Ne6aca032e98249579d291235ee5bce39,
        _:Nf34a8ffc6fc74633be55751f0ad7e89b ;
    mo:track_count 20 ;
    schema:duration "PT65:32"^^xsd:interval ;
    schema:numTracks 20 ;
    schema:track _:N00a68ae89365411eaebfca01f94ca1cf,
        _:N031c5caa5480456ea93da462529949d0,
        _:N0516c6a35bea4168830ab1a5648ff77c,
        _:N17feaaecca2140b09a86c441ae640bf1,
        _:N279826520088482295892889c5713013,
        _:N2af452abde644839a84886ae799e74d2,
        _:N5047b0a91775401abae5e07af76d06a9,
        _:N618e62a8e1834614b88e1be8dfc72065,
        _:N655192b06d5844aaaeaaaca3970a3051,
        _:N79a69acee24640b6ba00f01c52a4c760,
        _:N8b75a02453cf4d108ad7177177125869,
        _:N925f46d670664f399e60b59ebfe5c61d,
        _:Naf84228d7f664ce3b57063b4b81622c2,
        _:Nb94019ccb36b466884044c395e338a20,
        _:Nc7691bb680e743a59b336c2891d18492,
        _:Nc78692dd446545e3a93b2aaf45147844,
        _:Nd3a3f087d8c14df79085e2a95110d1ac,
        _:Ne55839b8a63f4ec7bcc8a6cc5dd00d4b,
        _:Ne6aca032e98249579d291235ee5bce39,
        _:Nf34a8ffc6fc74633be55751f0ad7e89b .

