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

<album/2127> a mo:Release ;
    mo:catalogue_number "VSDE-5700" .

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

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

<artist/12629#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98802#subject> ;
    schema:name "John Williams"@en ;
    foaf:made <album/98802#composition>,
        <album/98802#subject> ;
    foaf:name "John Williams"@en .

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

<org/1022#subject> schema:name "Varèse Sarabande"@en,
        "Varèse Sarabande"@ja,
        "Varèse Sarabande"@ja-latn ;
    foaf:name "Varèse Sarabande"@en,
        "Varèse Sarabande"@ja,
        "Varèse Sarabande"@ja-latn .

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

<https://medium-media.vgm.io/albums/20/98802/98802-1589283422.jpg> a schema:ImageObject,
        foaf:Image .

<album/98802#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Star Wars: Shadows of the Empire"@en,
        "Star Wars: Shadows of the Empire"@ja,
        "Star Wars: Shadows of the Empire"@ja-latn ;
    mo:composer <artist/12629#subject>,
        <artist/16129#subject> ;
    mo:produced_work <album/98802#musicalwork> ;
    schema:name "Star Wars: Shadows of the Empire"@en,
        "Star Wars: Shadows of the Empire"@ja,
        "Star Wars: Shadows of the Empire"@ja-latn .

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

<artist/77488#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/98802#performance> ;
    schema:name "Royal Scottish National Orchestra"@en ;
    foaf:name "Royal Scottish National Orchestra"@en .

<album/98802#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Star Wars: Shadows of the Empire"@en,
        "Star Wars: Shadows of the Empire"@ja,
        "Star Wars: Shadows of the Empire"@ja-latn ;
    mo:performance_of <album/98802#musicalwork> ;
    mo:performer <artist/16129#subject>,
        <artist/77488#subject> ;
    mo:recorded_as <album/98802#musicalexpression> ;
    schema:byArtist <artist/16129#subject>,
        <artist/77488#subject> ;
    schema:name "Star Wars: Shadows of the Empire"@en,
        "Star Wars: Shadows of the Empire"@ja,
        "Star Wars: Shadows of the Empire"@ja-latn ;
    schema:workPerformed <album/98802#musicalwork> .

<artist/16129#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/98802#subject> ;
    mo:performed <album/98802#performance> ;
    schema:name "Joel McNeely"@en ;
    foaf:made <album/98802#composition>,
        <album/98802#subject> ;
    foaf:name "Joel McNeely"@en .

<album/98802#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-08-07"^^xsd:date ;
    dcterms:title "Star Wars: Shadows of the Empire"@en,
        "Star Wars: Shadows of the Empire"@ja,
        "Star Wars: Shadows of the Empire"@ja-latn ;
    mo:catalogue_number "VSD00251" ;
    mo:media_type "Vinyl (12\" 33&frac13; rpm)" ;
    mo:other_release_of <album/2127> ;
    mo:publication_of <album/98802#musicalexpression> ;
    mo:publisher <org/1022#subject> ;
    mo:record _:Nbe988879f6274fed91d97b6307a5d0e1 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Star Wars: Shadows of the Empire"@en ;
            foaf:name "Star Wars: Shadows of the Empire"@en ] ;
    schema:byArtist <artist/16129#subject>,
        <artist/77488#subject> ;
    schema:datePublished "2020-08-07"^^xsd:date ;
    schema:genre "Publication" ;
    schema:image <https://media.vgm.io/albums/20/98802/98802-1589283422.jpg> ;
    schema:name "Star Wars: Shadows of the Empire"@en,
        "Star Wars: Shadows of the Empire"@ja,
        "Star Wars: Shadows of the Empire"@ja-latn ;
    schema:publisher <org/1022#subject> ;
    foaf:depiction <https://media.vgm.io/albums/20/98802/98802-1589283422.jpg> .

_:N05b2160498f6467d9f5e2769d87c0acf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Battle of Gall"@en ;
    mo:track_number 2 ;
    schema:duration "PT8:03"^^xsd:interval ;
    schema:inPlaylist _:Nbe988879f6274fed91d97b6307a5d0e1 ;
    schema:name "The Battle of Gall"@en .

_:N15d29cd7709d416296a4214c2ed77fcf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beggar's Canyon Chase"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:01"^^xsd:interval ;
    schema:inPlaylist _:Nbe988879f6274fed91d97b6307a5d0e1 ;
    schema:name "Beggar's Canyon Chase"@en .

_:N17a2fbeb153346199dd39cc22b55080e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Seduction of Princess Leia"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:43"^^xsd:interval ;
    schema:inPlaylist _:Nbe988879f6274fed91d97b6307a5d0e1 ;
    schema:name "The Seduction of Princess Leia"@en .

_:N2679784f7a3a4239b08554a4b78deb66 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Main Theme from Star Wars and Leia's Nightmare"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:Nbe988879f6274fed91d97b6307a5d0e1 ;
    schema:name "Main Theme from Star Wars and Leia's Nightmare"@en .

_:N4fb77008dfd54331a5b7959e66ed8a39 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Southern Underground"@en ;
    mo:track_number 5 ;
    schema:duration "PT1:53"^^xsd:interval ;
    schema:inPlaylist _:Nbe988879f6274fed91d97b6307a5d0e1 ;
    schema:name "The Southern Underground"@en .

_:N77541a8aa8ee49bbb89d33166db568bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Xizor's Theme"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:40"^^xsd:interval ;
    schema:inPlaylist _:Nbe988879f6274fed91d97b6307a5d0e1 ;
    schema:name "Xizor's Theme"@en .

_:N91eb56c26a284907802f0cf7fdb5a48c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Destruction of Xizor's Palace"@en ;
    mo:track_number 10 ;
    schema:duration "PT10:44"^^xsd:interval ;
    schema:inPlaylist _:Nbe988879f6274fed91d97b6307a5d0e1 ;
    schema:name "The Destruction of Xizor's Palace"@en .

_:N9d72a882161e4aafb7d690b6239c37a1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Imperial City"@en ;
    mo:track_number 3 ;
    schema:duration "PT8:08"^^xsd:interval ;
    schema:inPlaylist _:Nbe988879f6274fed91d97b6307a5d0e1 ;
    schema:name "Imperial City"@en .

_:Nc9422fe6799242aaa12111e5b1224971 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night Skies"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:Nbe988879f6274fed91d97b6307a5d0e1 ;
    schema:name "Night Skies"@en .

_:Ne21b50d6b43f490cbadd4b34d803e4c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Into the Sewers"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:Nbe988879f6274fed91d97b6307a5d0e1 ;
    schema:name "Into the Sewers"@en .

_:Nbe988879f6274fed91d97b6307a5d0e1 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N05b2160498f6467d9f5e2769d87c0acf,
        _:N15d29cd7709d416296a4214c2ed77fcf,
        _:N17a2fbeb153346199dd39cc22b55080e,
        _:N2679784f7a3a4239b08554a4b78deb66,
        _:N4fb77008dfd54331a5b7959e66ed8a39,
        _:N77541a8aa8ee49bbb89d33166db568bc,
        _:N91eb56c26a284907802f0cf7fdb5a48c,
        _:N9d72a882161e4aafb7d690b6239c37a1,
        _:Nc9422fe6799242aaa12111e5b1224971,
        _:Ne21b50d6b43f490cbadd4b34d803e4c4 ;
    mo:track_count 10 ;
    schema:duration "PT26:30"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N05b2160498f6467d9f5e2769d87c0acf,
        _:N15d29cd7709d416296a4214c2ed77fcf,
        _:N17a2fbeb153346199dd39cc22b55080e,
        _:N2679784f7a3a4239b08554a4b78deb66,
        _:N4fb77008dfd54331a5b7959e66ed8a39,
        _:N77541a8aa8ee49bbb89d33166db568bc,
        _:N91eb56c26a284907802f0cf7fdb5a48c,
        _:N9d72a882161e4aafb7d690b6239c37a1,
        _:Nc9422fe6799242aaa12111e5b1224971,
        _:Ne21b50d6b43f490cbadd4b34d803e4c4 .

