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

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

<artist/1791#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/88505#subject> ;
    schema:name "Harry Gregson-Williams"@en ;
    foaf:made <album/88505#composition>,
        <album/88505#subject> ;
    foaf:name "Harry Gregson-Williams"@en .

<artist/22124#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/88505#subject> ;
    schema:name "Halli Cauthery"@en ;
    foaf:made <album/88505#composition>,
        <album/88505#subject> ;
    foaf:name "Halli Cauthery"@en .

<artist/7407#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/88505#subject> ;
    schema:name "Franz Gruber"@en ;
    foaf:made <album/88505#composition>,
        <album/88505#subject> ;
    foaf:name "Franz Gruber"@en .

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

<org/1198#subject> schema:name "Sony Classical"@en,
        "Sony Classical"@ja,
        "Sony Classical"@ja-latn ;
    foaf:name "Sony Classical"@en,
        "Sony Classical"@ja,
        "Sony Classical"@ja-latn .

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

<https://medium-media.vgm.io/albums/50/88505/88505-1562696865.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/13580#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/88505#performance> ;
    schema:name "Perry Montague-Mason"@en ;
    foaf:name "Perry Montague-Mason"@en .

<artist/22126#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/88505#performance> ;
    schema:name "Apollo Voices"@en ;
    foaf:name "Apollo Voices"@en .

<album/88505#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Arthur Christmas Original Motion Picture Soundtrack"@en,
        "Arthur Christmas Original Motion Picture Soundtrack"@ja,
        "Arthur Christmas Original Motion Picture Soundtrack"@ja-latn ;
    mo:performance_of <album/88505#musicalwork> ;
    mo:performer _:Nd2fa89726fee46d78503bcc692d3baa8,
        <artist/13580#subject>,
        <artist/22126#subject> ;
    mo:recorded_as <album/88505#musicalexpression> ;
    schema:byArtist _:Nd2fa89726fee46d78503bcc692d3baa8,
        <artist/13580#subject>,
        <artist/22126#subject> ;
    schema:name "Arthur Christmas Original Motion Picture Soundtrack"@en,
        "Arthur Christmas Original Motion Picture Soundtrack"@ja,
        "Arthur Christmas Original Motion Picture Soundtrack"@ja-latn ;
    schema:workPerformed <album/88505#musicalwork> .

<album/88505#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Arthur Christmas Original Motion Picture Soundtrack"@en,
        "Arthur Christmas Original Motion Picture Soundtrack"@ja,
        "Arthur Christmas Original Motion Picture Soundtrack"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Jule Styne"@en ;
            foaf:made <album/88505#composition> ;
            foaf:name "Jule Styne"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Chris Bacon"@en ;
            foaf:made <album/88505#composition> ;
            foaf:name "Chris Bacon"@en ],
        <artist/1791#subject>,
        <artist/22124#subject>,
        <artist/7407#subject> ;
    mo:produced_work <album/88505#musicalwork> ;
    schema:name "Arthur Christmas Original Motion Picture Soundtrack"@en,
        "Arthur Christmas Original Motion Picture Soundtrack"@ja,
        "Arthur Christmas Original Motion Picture Soundtrack"@ja-latn .

<album/88505#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-11-14"^^xsd:date ;
    dcterms:title "Arthur Christmas Original Motion Picture Soundtrack"@en,
        "Arthur Christmas Original Motion Picture Soundtrack"@ja,
        "Arthur Christmas Original Motion Picture Soundtrack"@ja-latn ;
    mo:catalogue_number "88697998022" ;
    mo:media_type "CD" ;
    mo:publication_of <album/88505#musicalexpression> ;
    mo:publisher <org/1198#subject> ;
    mo:record _:N9de7361bd4d149b98acd5e4073ea4765 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Arthur Christmas"@en ;
            foaf:name "Arthur Christmas"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Bill Nighy"@en ;
            foaf:name "Bill Nighy"@en ],
        <artist/13580#subject>,
        <artist/22126#subject> ;
    schema:datePublished "2011-11-14"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/50/88505/88505-1562696865.jpg> ;
    schema:name "Arthur Christmas Original Motion Picture Soundtrack"@en,
        "Arthur Christmas Original Motion Picture Soundtrack"@ja,
        "Arthur Christmas Original Motion Picture Soundtrack"@ja-latn ;
    schema:publisher <org/1198#subject> ;
    foaf:depiction <https://media.vgm.io/albums/50/88505/88505-1562696865.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Betty Comden"@en ;
    foaf:made <album/88505#lyrics> ;
    foaf:name "Betty Comden"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Betty Comden"@en ;
    foaf:made <album/88505#subject> ;
    foaf:name "Betty Comden"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Adolph Green"@en ;
    foaf:made <album/88505#subject> ;
    foaf:name "Adolph Green"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Adolph Green"@en ;
    foaf:made <album/88505#lyrics> ;
    foaf:name "Adolph Green"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/88505#subject> ;
    schema:name "Chris Bacon"@en ;
    foaf:made <album/88505#subject> ;
    foaf:name "Chris Bacon"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/88505#subject> ;
    schema:name "Jule Styne"@en ;
    foaf:made <album/88505#subject> ;
    foaf:name "Jule Styne"@en .

_:N0f77a9ab55f44c1882b9755ff3e3deb1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Arthur's Sadness"@en ;
    mo:track_number 11 ;
    schema:duration "PT2:22"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Arthur's Sadness"@en .

_:N23663e9d071240c79aa2926467108e25 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Christmas Morning"@en ;
    mo:track_number 16 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Christmas Morning"@en .

_:N3fd1f77335414261ae7d06a1a86fec6f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dash Away"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Dash Away"@en .

_:N47034b4a720a492fbac87f8c8baad763 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Trelew, Cornwall, England"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:48"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Trelew, Cornwall, England"@en .

_:N49ef278cd3124a20b0b0d4d49504ba13 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mission Control"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Mission Control"@en .

_:N5d081852cb5c48c080169c16b766099a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "We Wish You A..."@en ;
    mo:track_number 17 ;
    schema:duration "PT0:48"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "We Wish You A..."@en .

_:N66c45c38ed174ca4a5470937240ddf54 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Space Travel"@en ;
    mo:track_number 14 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Space Travel"@en .

_:N6f01a7f320d741f5a8dc849c37e4761e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "One Missed Child"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "One Missed Child"@en .

_:N7bef09949f4e460c8a530381dd77ee12 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Waker!\""@en ;
    mo:track_number 3 ;
    schema:duration "PT2:51"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "\"Waker!\""@en .

_:N819c8fd6e93144908e95327b6f941e45 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Wrong Trelew"@en ;
    mo:track_number 9 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "The Wrong Trelew"@en .

_:N8ed5c4e0c5dd4dd3bc5c63b7873588b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Race to Gwen's House"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:09"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Race to Gwen's House"@en .

_:N93c13b6f17a5453c9073d40ba5d49812 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Operation Christmas"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:54"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Operation Christmas"@en .

_:N9a39238579a44b61b89a715f9844d7f4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bring Them Home"@en ;
    mo:track_number 6 ;
    schema:duration "PT1:43"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Bring Them Home"@en .

_:N9c5a13f6e9fa4c32b50983d75fc9fb9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Make Someone Happy"@en ;
    mo:track_number 18 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Make Someone Happy"@en .

_:Na10a7d5cf0074d7eb6e319b568e2ad15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Serengeti Escape"@en ;
    mo:track_number 12 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Serengeti Escape"@en .

_:Nc423f4b792694c7f88ffcef026bdc0ea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Goodbye Evie"@en ;
    mo:track_number 15 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Goodbye Evie"@en .

_:Nd2fa89726fee46d78503bcc692d3baa8 a schema:Person,
        foaf:Person ;
    mo:performed <album/88505#performance> ;
    schema:name "Bill Nighy"@en ;
    foaf:name "Bill Nighy"@en .

_:Nde2d7b30c9b544179323639e7c062914 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Paris Zoo?"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:29"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "Paris Zoo?"@en .

_:Ndf4e642f394b49ed94530da797fea672 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "\"Worry Me!\""@en ;
    mo:track_number 13 ;
    schema:duration "PT1:37"^^xsd:interval ;
    schema:inPlaylist _:N9de7361bd4d149b98acd5e4073ea4765 ;
    schema:name "\"Worry Me!\""@en .

_:N9de7361bd4d149b98acd5e4073ea4765 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0f77a9ab55f44c1882b9755ff3e3deb1,
        _:N23663e9d071240c79aa2926467108e25,
        _:N3fd1f77335414261ae7d06a1a86fec6f,
        _:N47034b4a720a492fbac87f8c8baad763,
        _:N49ef278cd3124a20b0b0d4d49504ba13,
        _:N5d081852cb5c48c080169c16b766099a,
        _:N66c45c38ed174ca4a5470937240ddf54,
        _:N6f01a7f320d741f5a8dc849c37e4761e,
        _:N7bef09949f4e460c8a530381dd77ee12,
        _:N819c8fd6e93144908e95327b6f941e45,
        _:N8ed5c4e0c5dd4dd3bc5c63b7873588b1,
        _:N93c13b6f17a5453c9073d40ba5d49812,
        _:N9a39238579a44b61b89a715f9844d7f4,
        _:N9c5a13f6e9fa4c32b50983d75fc9fb9e,
        _:Na10a7d5cf0074d7eb6e319b568e2ad15,
        _:Nc423f4b792694c7f88ffcef026bdc0ea,
        _:Nde2d7b30c9b544179323639e7c062914,
        _:Ndf4e642f394b49ed94530da797fea672 ;
    mo:track_count 18 ;
    schema:duration "PT46:50"^^xsd:interval ;
    schema:numTracks 18 ;
    schema:track _:N0f77a9ab55f44c1882b9755ff3e3deb1,
        _:N23663e9d071240c79aa2926467108e25,
        _:N3fd1f77335414261ae7d06a1a86fec6f,
        _:N47034b4a720a492fbac87f8c8baad763,
        _:N49ef278cd3124a20b0b0d4d49504ba13,
        _:N5d081852cb5c48c080169c16b766099a,
        _:N66c45c38ed174ca4a5470937240ddf54,
        _:N6f01a7f320d741f5a8dc849c37e4761e,
        _:N7bef09949f4e460c8a530381dd77ee12,
        _:N819c8fd6e93144908e95327b6f941e45,
        _:N8ed5c4e0c5dd4dd3bc5c63b7873588b1,
        _:N93c13b6f17a5453c9073d40ba5d49812,
        _:N9a39238579a44b61b89a715f9844d7f4,
        _:N9c5a13f6e9fa4c32b50983d75fc9fb9e,
        _:Na10a7d5cf0074d7eb6e319b568e2ad15,
        _:Nc423f4b792694c7f88ffcef026bdc0ea,
        _:Nde2d7b30c9b544179323639e7c062914,
        _:Ndf4e642f394b49ed94530da797fea672 .

