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

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

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

<artist/16551#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/80994#subject> ;
    schema:name "Henry Purcell"@en ;
    foaf:made <album/80994#composition>,
        <album/80994#subject> ;
    foaf:name "Henry Purcell"@en .

<artist/505#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/80994#subject> ;
    schema:name "Robin Beanland"@en ;
    foaf:made <album/80994#composition>,
        <album/80994#subject> ;
    foaf:name "Robin Beanland"@en .

<product/6167#subject> a schema:CreativeWork ;
    schema:name "Conker's Bad Fur Day"@en,
        "Conker's Bad Fur Day"@ja,
        "Conker's Bad Fur Day"@ja-latn ;
    foaf:name "Conker's Bad Fur Day"@en,
        "Conker's Bad Fur Day"@ja,
        "Conker's Bad Fur Day"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/49/80994/80994-1538296740.jpg> a schema:ImageObject,
        foaf:Image .

<album/80994#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Context Sensitive: A Conker's Bad Fur Day Album"@en,
        "Context Sensitive: A Conker's Bad Fur Day Album"@ja,
        "Context Sensitive: A Conker's Bad Fur Day Album"@ja-latn ;
    mo:composer <artist/16551#subject>,
        <artist/505#subject> ;
    mo:produced_work <album/80994#musicalwork> ;
    schema:name "Context Sensitive: A Conker's Bad Fur Day Album"@en,
        "Context Sensitive: A Conker's Bad Fur Day Album"@ja,
        "Context Sensitive: A Conker's Bad Fur Day Album"@ja-latn .

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

<artist/30331#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/80994#performance> ;
    schema:name "P2 Sue"@en ;
    foaf:name "P2 Sue"@en .

<artist/44571#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/80994#performance> ;
    schema:name "Phoenix Down RPG"@en ;
    foaf:name "Phoenix Down RPG"@en .

<artist/44726#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/80994#performance> ;
    schema:name "The Goatee"@en ;
    foaf:name "The Goatee"@en .

<album/80994#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Context Sensitive: A Conker's Bad Fur Day Album"@en,
        "Context Sensitive: A Conker's Bad Fur Day Album"@ja,
        "Context Sensitive: A Conker's Bad Fur Day Album"@ja-latn ;
    mo:performance_of <album/80994#musicalwork> ;
    mo:performer _:N9371c8af70754058a6a7fef4c556959a,
        <artist/30331#subject>,
        <artist/44571#subject>,
        <artist/44726#subject> ;
    mo:recorded_as <album/80994#musicalexpression> ;
    schema:byArtist _:N9371c8af70754058a6a7fef4c556959a,
        <artist/30331#subject>,
        <artist/44571#subject>,
        <artist/44726#subject> ;
    schema:name "Context Sensitive: A Conker's Bad Fur Day Album"@en,
        "Context Sensitive: A Conker's Bad Fur Day Album"@ja,
        "Context Sensitive: A Conker's Bad Fur Day Album"@ja-latn ;
    schema:workPerformed <album/80994#musicalwork> .

<album/80994#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2018-05-16"^^xsd:date ;
    dcterms:title "Context Sensitive: A Conker's Bad Fur Day Album"@en,
        "Context Sensitive: A Conker's Bad Fur Day Album"@ja,
        "Context Sensitive: A Conker's Bad Fur Day Album"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/80994#musicalexpression> ;
    mo:publisher _:Nf346896192124b9c80dd6c8df084baec ;
    mo:record _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    mo:record_count 1 ;
    schema:about <product/6167#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Ifnot"@en ;
            foaf:name "Ifnot"@en ],
        <artist/30331#subject>,
        <artist/44571#subject>,
        <artist/44726#subject> ;
    schema:datePublished "2018-05-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/49/80994/80994-1538296740.jpg> ;
    schema:name "Context Sensitive: A Conker's Bad Fur Day Album"@en,
        "Context Sensitive: A Conker's Bad Fur Day Album"@ja,
        "Context Sensitive: A Conker's Bad Fur Day Album"@ja-latn ;
    schema:publisher _:Nf346896192124b9c80dd6c8df084baec ;
    foaf:depiction <https://media.vgm.io/albums/49/80994/80994-1538296740.jpg> .

_:N096c5ca699af4510baf1940c3a05f230 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beardy, Erm Birdy"@en ;
    mo:track_number 3 ;
    schema:duration "PT1:40"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Beardy, Erm Birdy"@en .

_:N1daeb445c1f048afbac1b99303e8d160 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sloprano"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Sloprano"@en .

_:N7bd62ad1b21f41c4a769cb781905f1b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heist"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Heist"@en .

_:N84cf2545259849e19e4e932edf009b94 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rock Solid"@en ;
    mo:track_number 9 ;
    schema:duration "PT5:20"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Rock Solid"@en .

_:N8e57960f523640b888815d3c6d87afc0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Elevator Music"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:17"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Elevator Music"@en .

_:N8fb39989904f40bb97a14888580f0ce6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Peace at Last"@en ;
    mo:track_number 12 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Peace at Last"@en .

_:N9371c8af70754058a6a7fef4c556959a a schema:Person,
        foaf:Person ;
    mo:performed <album/80994#performance> ;
    schema:name "Ifnot"@en ;
    foaf:name "Ifnot"@en .

_:N94f59be24ad6448c92c76f38676ca70c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Don Weazo"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Don Weazo"@en .

_:N9df736bebc8a46fb8edbf1f10d26f4e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cock and Plucker"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:27"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Cock and Plucker"@en .

_:N9e0c8c273e324afdad1b081328e30385 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Windy & Co."@en ;
    mo:track_number 13 ;
    schema:duration "PT6:21"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Windy & Co."@en .

_:N9f25d06bb1814685936804a2a1356bec a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Conker's Drunk"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Conker's Drunk"@en .

_:Nd5ec6f03679f4c71856145d77480fa44 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Conker the King"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:55"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Conker the King"@en .

_:Nd63de174e9504ac7a7f62d722410253f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sad Jugga"@en ;
    mo:track_number 4 ;
    schema:duration "PT1:10"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Sad Jugga"@en .

_:Nf346896192124b9c80dd6c8df084baec schema:name "Coin Op. Studios"@en,
        "Coin Op. Studios"@ja,
        "Coin Op. Studios"@ja-latn ;
    foaf:name "Coin Op. Studios"@en,
        "Coin Op. Studios"@ja,
        "Coin Op. Studios"@ja-latn .

_:Nf70b38d54894433283530c13e2f7f36a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bats"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:30"^^xsd:interval ;
    schema:inPlaylist _:Nb5fbed6cea094a86bf73f8ac40a65073 ;
    schema:name "Bats"@en .

_:Nb5fbed6cea094a86bf73f8ac40a65073 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N096c5ca699af4510baf1940c3a05f230,
        _:N1daeb445c1f048afbac1b99303e8d160,
        _:N7bd62ad1b21f41c4a769cb781905f1b6,
        _:N84cf2545259849e19e4e932edf009b94,
        _:N8e57960f523640b888815d3c6d87afc0,
        _:N8fb39989904f40bb97a14888580f0ce6,
        _:N94f59be24ad6448c92c76f38676ca70c,
        _:N9df736bebc8a46fb8edbf1f10d26f4e7,
        _:N9e0c8c273e324afdad1b081328e30385,
        _:N9f25d06bb1814685936804a2a1356bec,
        _:Nd5ec6f03679f4c71856145d77480fa44,
        _:Nd63de174e9504ac7a7f62d722410253f,
        _:Nf70b38d54894433283530c13e2f7f36a ;
    mo:track_count 13 ;
    schema:duration "PT36:18"^^xsd:interval ;
    schema:numTracks 13 ;
    schema:track _:N096c5ca699af4510baf1940c3a05f230,
        _:N1daeb445c1f048afbac1b99303e8d160,
        _:N7bd62ad1b21f41c4a769cb781905f1b6,
        _:N84cf2545259849e19e4e932edf009b94,
        _:N8e57960f523640b888815d3c6d87afc0,
        _:N8fb39989904f40bb97a14888580f0ce6,
        _:N94f59be24ad6448c92c76f38676ca70c,
        _:N9df736bebc8a46fb8edbf1f10d26f4e7,
        _:N9e0c8c273e324afdad1b081328e30385,
        _:N9f25d06bb1814685936804a2a1356bec,
        _:Nd5ec6f03679f4c71856145d77480fa44,
        _:Nd63de174e9504ac7a7f62d722410253f,
        _:Nf70b38d54894433283530c13e2f7f36a .

