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

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

<artist/14564#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/72501#subject> ;
    schema:name "Randy Newman"@en ;
    foaf:made <album/72501#composition>,
        <album/72501#lyrics>,
        <album/72501#subject> ;
    foaf:name "Randy Newman"@en .

<artist/17970#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/72501#subject> ;
    schema:name "Thomas Newman"@en ;
    foaf:made <album/72501#composition>,
        <album/72501#subject> ;
    foaf:name "Thomas Newman"@en .

<artist/406#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/72501#subject> ;
    schema:name "Michael Giacchino"@en ;
    foaf:made <album/72501#composition>,
        <album/72501#subject> ;
    foaf:name "Michael Giacchino"@en .

<product/7435#subject> a schema:CreativeWork ;
    schema:name "WALL·E"@en,
        "WALL·E"@ja,
        "WALL·E"@ja-latn ;
    foaf:name "WALL·E"@en,
        "WALL·E"@ja,
        "WALL·E"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/10/72501/72501-1509210350.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/25711#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/72501#performance> ;
    schema:name "Josiah Everhart"@en ;
    foaf:name "Josiah Everhart"@en .

<artist/45322#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/72501#performance> ;
    schema:name "Ace Waters"@en ;
    foaf:name "Ace Waters"@en .

<album/72501#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Pixar EP"@en,
        "The Pixar EP"@ja,
        "The Pixar EP"@ja-latn ;
    mo:performance_of <album/72501#musicalwork> ;
    mo:performer <artist/25711#subject>,
        <artist/45322#subject> ;
    mo:recorded_as <album/72501#musicalexpression> ;
    schema:byArtist <artist/25711#subject>,
        <artist/45322#subject> ;
    schema:name "The Pixar EP"@en,
        "The Pixar EP"@ja,
        "The Pixar EP"@ja-latn ;
    schema:workPerformed <album/72501#musicalwork> .

<album/72501#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Pixar EP"@en,
        "The Pixar EP"@ja,
        "The Pixar EP"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Peter Gabriel"@en ;
            foaf:made <album/72501#composition> ;
            foaf:name "Peter Gabriel"@en ],
        <artist/14564#subject>,
        <artist/17970#subject>,
        <artist/406#subject> ;
    mo:produced_work <album/72501#musicalwork> ;
    schema:name "The Pixar EP"@en,
        "The Pixar EP"@ja,
        "The Pixar EP"@ja-latn .

<album/72501#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-08-28"^^xsd:date ;
    dcterms:title "The Pixar EP"@en,
        "The Pixar EP"@ja,
        "The Pixar EP"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/72501#musicalexpression> ;
    mo:publisher _:N6bcd1b9a2c0e488786897c5f06641abf ;
    mo:record _:N42e0dbe2647943dfb7e736c57602f771 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Finding Nemo"@en ;
            foaf:name "Finding Nemo"@en ],
        [ a schema:CreativeWork ;
            schema:name "Monsters Inc."@en ;
            foaf:name "Monsters Inc."@en ],
        [ a schema:CreativeWork ;
            schema:name "Toy Story"@en ;
            foaf:name "Toy Story"@en ],
        [ a schema:CreativeWork ;
            schema:name "Up"@en ;
            foaf:name "Up"@en ],
        <product/7435#subject> ;
    schema:byArtist <artist/25711#subject>,
        <artist/45322#subject> ;
    schema:datePublished "2017-08-28"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/10/72501/72501-1509210350.jpg> ;
    schema:name "The Pixar EP"@en,
        "The Pixar EP"@ja,
        "The Pixar EP"@ja-latn ;
    schema:publisher _:N6bcd1b9a2c0e488786897c5f06641abf ;
    foaf:depiction <https://media.vgm.io/albums/10/72501/72501-1509210350.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Peter Gabriel"@en ;
    foaf:made <album/72501#lyrics> ;
    foaf:name "Peter Gabriel"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/72501#subject> ;
    schema:name "Peter Gabriel"@en ;
    foaf:made <album/72501#subject> ;
    foaf:name "Peter Gabriel"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Peter Gabriel"@en ;
    foaf:made <album/72501#subject> ;
    foaf:name "Peter Gabriel"@en .

_:N2295fcc9aa8a4c5a8c87cf52a8492371 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "You've Got a Friend in Me (feat. Josiah Everhart)"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N42e0dbe2647943dfb7e736c57602f771 ;
    schema:name "You've Got a Friend in Me (feat. Josiah Everhart)"@en .

_:N6bcd1b9a2c0e488786897c5f06641abf schema:name "Resonant Alms"@en ;
    foaf:name "Resonant Alms"@en .

_:N81fd316e051f47bd8706383e9ffbda37 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Married Life"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:24"^^xsd:interval ;
    schema:inPlaylist _:N42e0dbe2647943dfb7e736c57602f771 ;
    schema:name "Married Life"@en .

_:N86ed38b5d30d4f39b2e84989b8e9b291 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nemo Egg"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:36"^^xsd:interval ;
    schema:inPlaylist _:N42e0dbe2647943dfb7e736c57602f771 ;
    schema:name "Nemo Egg"@en .

_:N8fc5aefb1d0742aaae24fe0b022cf049 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Down to Earth"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:N42e0dbe2647943dfb7e736c57602f771 ;
    schema:name "Down to Earth"@en .

_:Nb9283e7b505f4c43939d33b6bdebeab7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Define Dancing"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:48"^^xsd:interval ;
    schema:inPlaylist _:N42e0dbe2647943dfb7e736c57602f771 ;
    schema:name "Define Dancing"@en .

_:Ne2bdb31a82744ba6872727536b6c44d4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Monsters, Inc. Theme"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N42e0dbe2647943dfb7e736c57602f771 ;
    schema:name "Monsters, Inc. Theme"@en .

_:N42e0dbe2647943dfb7e736c57602f771 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2295fcc9aa8a4c5a8c87cf52a8492371,
        _:N81fd316e051f47bd8706383e9ffbda37,
        _:N86ed38b5d30d4f39b2e84989b8e9b291,
        _:N8fc5aefb1d0742aaae24fe0b022cf049,
        _:Nb9283e7b505f4c43939d33b6bdebeab7,
        _:Ne2bdb31a82744ba6872727536b6c44d4 ;
    mo:track_count 6 ;
    schema:duration "PT25:26"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N2295fcc9aa8a4c5a8c87cf52a8492371,
        _:N81fd316e051f47bd8706383e9ffbda37,
        _:N86ed38b5d30d4f39b2e84989b8e9b291,
        _:N8fc5aefb1d0742aaae24fe0b022cf049,
        _:Nb9283e7b505f4c43939d33b6bdebeab7,
        _:Ne2bdb31a82744ba6872727536b6c44d4 .

