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

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

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

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

<org/2436#subject> schema:name "Capitol Records, Inc."@en,
        "Capitol Records, Inc."@ja,
        "Capitol Records, Inc."@ja-latn ;
    foaf:name "Capitol Records, Inc."@en,
        "Capitol Records, Inc."@ja,
        "Capitol Records, Inc."@ja-latn .

<https://media.vgm.io/albums/67/159876/159876-96d69f847b9a.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/159876#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/67/159876/159876-96d69f847b9a.jpg> ;
    foaf:depicts <album/159876#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/67/159876/159876-96d69f847b9a.jpg> .

<https://medium-media.vgm.io/albums/67/159876/159876-96d69f847b9a.jpg> a schema:ImageObject,
        foaf:Image .

<album/159876#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@en,
        "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@ja,
        "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Al Kasha"@en ;
            foaf:made <album/159876#composition> ;
            foaf:name "Al Kasha"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Joel Hirshhorn"@en ;
            foaf:made <album/159876#composition> ;
            foaf:name "Joel Hirshhorn"@en ] ;
    mo:produced_work <album/159876#musicalwork> ;
    schema:name "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@en,
        "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@ja,
        "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@ja-latn .

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

<artist/27017#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/159876#performance> ;
    schema:name "Irwin Kostal"@en ;
    foaf:name "Irwin Kostal"@en .

<album/159876#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1977-11-03"^^xsd:date ;
    dcterms:title "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@en,
        "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@ja,
        "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@ja-latn ;
    mo:catalogue_number "SW-11704" ;
    mo:media_type "Vinyl" ;
    mo:publication_of <album/159876#musicalexpression> ;
    mo:publisher <org/2436#subject> ;
    mo:record _:N18b7792478b243caa82fd586e5a88905 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Pete’s Dragon"@en ;
            foaf:name "Pete’s Dragon"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Jeff Conaway"@en ;
            foaf:name "Jeff Conaway"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Charlie Callas"@en ;
            foaf:name "Charlie Callas"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Helen Reddy"@en ;
            foaf:name "Helen Reddy"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Mickey Rooney"@en ;
            foaf:name "Mickey Rooney"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Sean Marshall"@en ;
            foaf:name "Sean Marshall"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Charles Tyner"@en ;
            foaf:name "Charles Tyner"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Gary Morgan"@en ;
            foaf:name "Gary Morgan"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Shelley Winters"@en ;
            foaf:name "Shelley Winters"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Red Buttons"@en ;
            foaf:name "Red Buttons"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Jim Dale"@en ;
            foaf:name "Jim Dale"@en ],
        <artist/27017#subject> ;
    schema:datePublished "1977-11-03"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/67/159876/159876-96d69f847b9a.jpg> ;
    schema:name "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@en,
        "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@ja,
        "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@ja-latn ;
    schema:publisher <org/2436#subject> ;
    foaf:depiction <https://media.vgm.io/albums/67/159876/159876-96d69f847b9a.jpg> .

<album/159876#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@en,
        "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@ja,
        "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@ja-latn ;
    mo:performance_of <album/159876#musicalwork> ;
    mo:performer _:N07f89f3ad548410fa353f2a3bb492d31,
        _:N20729854b02145f4b360e85251d2873f,
        _:N2e86183e51454ce6bb196834f1e33931,
        _:N582261d4f1c74518b32e5373cf98f7c0,
        _:N809c599ef82b435da220b7d0daef4618,
        _:N897639626477496c9696b61fe59df4c9,
        _:N90f335bbbce14093aef4573b3ae2abbe,
        _:Nb031bf84d37542809ac52473fb22370c,
        _:Nb3a82e2f9c7b40908203a69caa7d565d,
        _:Nd7de7e4cad0c4c6281b7dbf93504494a,
        <artist/27017#subject> ;
    mo:recorded_as <album/159876#musicalexpression> ;
    schema:byArtist _:N07f89f3ad548410fa353f2a3bb492d31,
        _:N20729854b02145f4b360e85251d2873f,
        _:N2e86183e51454ce6bb196834f1e33931,
        _:N582261d4f1c74518b32e5373cf98f7c0,
        _:N809c599ef82b435da220b7d0daef4618,
        _:N897639626477496c9696b61fe59df4c9,
        _:N90f335bbbce14093aef4573b3ae2abbe,
        _:Nb031bf84d37542809ac52473fb22370c,
        _:Nb3a82e2f9c7b40908203a69caa7d565d,
        _:Nd7de7e4cad0c4c6281b7dbf93504494a,
        <artist/27017#subject> ;
    schema:name "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@en,
        "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@ja,
        "PETE’S DRAGON (ORIGINAL MOTION PICTURE SOUNDTRACK)"@ja-latn ;
    schema:workPerformed <album/159876#musicalwork> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159876#subject> ;
    schema:name "Al Kasha"@en ;
    foaf:made <album/159876#subject> ;
    foaf:name "Al Kasha"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159876#subject> ;
    schema:name "Joel Hirshhorn"@en ;
    foaf:made <album/159876#subject> ;
    foaf:name "Joel Hirshhorn"@en .

_:N07f89f3ad548410fa353f2a3bb492d31 a schema:Person,
        foaf:Person ;
    mo:performed <album/159876#performance> ;
    schema:name "Gary Morgan"@en ;
    foaf:name "Gary Morgan"@en .

_:N20729854b02145f4b360e85251d2873f a schema:Person,
        foaf:Person ;
    mo:performed <album/159876#performance> ;
    schema:name "Mickey Rooney"@en ;
    foaf:name "Mickey Rooney"@en .

_:N2e86183e51454ce6bb196834f1e33931 a schema:Person,
        foaf:Person ;
    mo:performed <album/159876#performance> ;
    schema:name "Red Buttons"@en ;
    foaf:name "Red Buttons"@en .

_:N3743847b70ff42f4bd74f9f17e463e56 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Happiest Home in These Hills"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N18b7792478b243caa82fd586e5a88905 ;
    schema:name "The Happiest Home in These Hills"@en .

_:N3d3fc8e68928454eafea72059ab26ce7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Saw a Dragon"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:33"^^xsd:interval ;
    schema:inPlaylist _:N18b7792478b243caa82fd586e5a88905 ;
    schema:name "I Saw a Dragon"@en .

_:N52fc7e4496734762ae376a108b6ab79a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Passamashloddy"@en ;
    mo:track_number 10 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:N18b7792478b243caa82fd586e5a88905 ;
    schema:name "Passamashloddy"@en .

_:N56a10b4a0dc74edaa62c6d5e05a32927 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Main Title - Pete's Dragon"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:N18b7792478b243caa82fd586e5a88905 ;
    schema:name "Main Title - Pete's Dragon"@en .

_:N56f38a2a6b2d4080b6052fdefbe444c7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bill of Sale"@en ;
    mo:track_number 11 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:N18b7792478b243caa82fd586e5a88905 ;
    schema:name "Bill of Sale"@en .

_:N582261d4f1c74518b32e5373cf98f7c0 a schema:Person,
        foaf:Person ;
    mo:performed <album/159876#performance> ;
    schema:name "Jeff Conaway"@en ;
    foaf:name "Jeff Conaway"@en .

_:N640f617109374bcead38bd2c600091fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Brazzle Dazzle Day"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:47"^^xsd:interval ;
    schema:inPlaylist _:N18b7792478b243caa82fd586e5a88905 ;
    schema:name "Brazzle Dazzle Day"@en .

_:N701e60296e834b139f99d265d16adc6d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Every Little Piece"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:N18b7792478b243caa82fd586e5a88905 ;
    schema:name "Every Little Piece"@en .

_:N809c599ef82b435da220b7d0daef4618 a schema:Person,
        foaf:Person ;
    mo:performed <album/159876#performance> ;
    schema:name "Sean Marshall"@en ;
    foaf:name "Sean Marshall"@en .

_:N897639626477496c9696b61fe59df4c9 a schema:Person,
        foaf:Person ;
    mo:performed <album/159876#performance> ;
    schema:name "Jim Dale"@en ;
    foaf:name "Jim Dale"@en .

_:N8b562dc1926e4efe9b588eb998b18327 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "It's Not Easy"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:10"^^xsd:interval ;
    schema:inPlaylist _:N18b7792478b243caa82fd586e5a88905 ;
    schema:name "It's Not Easy"@en .

_:N90f335bbbce14093aef4573b3ae2abbe a schema:Person,
        foaf:Person ;
    mo:performed <album/159876#performance> ;
    schema:name "Charlie Callas"@en ;
    foaf:name "Charlie Callas"@en .

_:Nb031bf84d37542809ac52473fb22370c a schema:Person,
        foaf:Person ;
    mo:performed <album/159876#performance> ;
    schema:name "Shelley Winters"@en ;
    foaf:name "Shelley Winters"@en .

_:Nb3a82e2f9c7b40908203a69caa7d565d a schema:Person,
        foaf:Person ;
    mo:performed <album/159876#performance> ;
    schema:name "Charles Tyner"@en ;
    foaf:name "Charles Tyner"@en .

_:Nc9ca722f89ab4a739882eb56c007dec5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "There's Room For Everyone"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N18b7792478b243caa82fd586e5a88905 ;
    schema:name "There's Room For Everyone"@en .

_:Nd65041d9bf3743119293f0398982c736 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Candle On the Water (Reprise)"@en ;
    mo:track_number 12 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N18b7792478b243caa82fd586e5a88905 ;
    schema:name "Candle On the Water (Reprise)"@en .

_:Nd7de7e4cad0c4c6281b7dbf93504494a a schema:Person,
        foaf:Person ;
    mo:performed <album/159876#performance> ;
    schema:name "Helen Reddy"@en ;
    foaf:name "Helen Reddy"@en .

_:Nd7fd83e9fcea4f778b7879d3dac23037 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Candle On the Water"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:36"^^xsd:interval ;
    schema:inPlaylist _:N18b7792478b243caa82fd586e5a88905 ;
    schema:name "Candle On the Water"@en .

_:Nd81d3c5533154b81a19709c83e88facf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bop Bop Bopbop Bop (I Love You, Too)"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:45"^^xsd:interval ;
    schema:inPlaylist _:N18b7792478b243caa82fd586e5a88905 ;
    schema:name "Bop Bop Bopbop Bop (I Love You, Too)"@en .

_:N18b7792478b243caa82fd586e5a88905 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3743847b70ff42f4bd74f9f17e463e56,
        _:N3d3fc8e68928454eafea72059ab26ce7,
        _:N52fc7e4496734762ae376a108b6ab79a,
        _:N56a10b4a0dc74edaa62c6d5e05a32927,
        _:N56f38a2a6b2d4080b6052fdefbe444c7,
        _:N640f617109374bcead38bd2c600091fe,
        _:N701e60296e834b139f99d265d16adc6d,
        _:N8b562dc1926e4efe9b588eb998b18327,
        _:Nc9ca722f89ab4a739882eb56c007dec5,
        _:Nd65041d9bf3743119293f0398982c736,
        _:Nd7fd83e9fcea4f778b7879d3dac23037,
        _:Nd81d3c5533154b81a19709c83e88facf ;
    mo:track_count 12 ;
    schema:duration "PT37:55"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N3743847b70ff42f4bd74f9f17e463e56,
        _:N3d3fc8e68928454eafea72059ab26ce7,
        _:N52fc7e4496734762ae376a108b6ab79a,
        _:N56a10b4a0dc74edaa62c6d5e05a32927,
        _:N56f38a2a6b2d4080b6052fdefbe444c7,
        _:N640f617109374bcead38bd2c600091fe,
        _:N701e60296e834b139f99d265d16adc6d,
        _:N8b562dc1926e4efe9b588eb998b18327,
        _:Nc9ca722f89ab4a739882eb56c007dec5,
        _:Nd65041d9bf3743119293f0398982c736,
        _:Nd7fd83e9fcea4f778b7879d3dac23037,
        _:Nd81d3c5533154b81a19709c83e88facf .

