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

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

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

<artist/1300#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2650#subject> ;
    schema:name "Johannes Bjerregaard"@en ;
    foaf:made <album/2650#composition>,
        <album/2650#subject> ;
    foaf:name "Johannes Bjerregaard"@en .

<artist/1302#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2650#subject> ;
    schema:name "Ben Daglish"@en ;
    foaf:made <album/2650#composition>,
        <album/2650#subject> ;
    foaf:name "Ben Daglish"@en .

<artist/1303#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/2650#subject> ;
    schema:name "Julian Breeze"@en ;
    foaf:made <album/2650#composition>,
        <album/2650#subject> ;
    foaf:name "Julian Breeze"@en .

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

<org/2034#subject> schema:name "C64Audio"@en,
        "C64Audio"@ja,
        "C64Audio"@ja-latn ;
    foaf:name "C64Audio"@en,
        "C64Audio"@ja,
        "C64Audio"@ja-latn .

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

<https://medium-media.vgm.io/albums/05/2650/2650-1296663856.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/2650#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Nexus 6581-II"@en,
        "Nexus 6581-II"@ja,
        "Nexus 6581-II"@ja-latn ;
    mo:performance_of <album/2650#musicalwork> ;
    mo:performer <artist/1299#subject> ;
    mo:recorded_as <album/2650#musicalexpression> ;
    schema:byArtist <artist/1299#subject> ;
    schema:name "Nexus 6581-II"@en,
        "Nexus 6581-II"@ja,
        "Nexus 6581-II"@ja-latn ;
    schema:workPerformed <album/2650#musicalwork> .

<artist/1299#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/2650#performance> ;
    schema:name "Reyn Ouwehand"@en ;
    foaf:name "Reyn Ouwehand"@en .

<album/2650#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Nexus 6581-II"@en,
        "Nexus 6581-II"@ja,
        "Nexus 6581-II"@ja-latn ;
    mo:composer <artist/1300#subject>,
        <artist/1302#subject>,
        <artist/1303#subject> ;
    mo:produced_work <album/2650#musicalwork> ;
    schema:name "Nexus 6581-II"@en,
        "Nexus 6581-II"@ja,
        "Nexus 6581-II"@ja-latn .

<album/2650#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2003-01-01"^^xsd:date ;
    dcterms:title "Nexus 6581-II"@en,
        "Nexus 6581-II"@ja,
        "Nexus 6581-II"@ja-latn ;
    mo:catalogue_number "PP 003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/2650#musicalexpression> ;
    mo:publisher <org/2034#subject> ;
    mo:record _:N59ebefc55e324fb294bcb286f7adda59 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Bombo"@en ;
            foaf:name "Bombo"@en ],
        [ a schema:CreativeWork ;
            schema:name "Pimple Squeezer"@en ;
            foaf:name "Pimple Squeezer"@en ],
        [ a schema:CreativeWork ;
            schema:name "Tiger Mission"@en ;
            foaf:name "Tiger Mission"@en ],
        [ a schema:CreativeWork ;
            schema:name "Thanatos"@en ;
            foaf:name "Thanatos"@en ] ;
    schema:byArtist <artist/1299#subject> ;
    schema:datePublished "2003-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/05/2650/2650-1296663856.jpg> ;
    schema:name "Nexus 6581-II"@en,
        "Nexus 6581-II"@ja,
        "Nexus 6581-II"@ja-latn ;
    schema:publisher <org/2034#subject> ;
    foaf:depiction <https://media.vgm.io/albums/05/2650/2650-1296663856.jpg> .

_:N5fbd9ef8bc7a4bcfa2879fded0ef8fd0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Thanatos"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:N59ebefc55e324fb294bcb286f7adda59 ;
    schema:name "Thanatos"@en .

_:N8e5ce0b9797341b9adf6ac0857a35c49 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tiger Mission"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:45"^^xsd:interval ;
    schema:inPlaylist _:N59ebefc55e324fb294bcb286f7adda59 ;
    schema:name "Tiger Mission"@en .

_:Na28e14679b734483b2a638e48b415596 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pimple Squeezer"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:N59ebefc55e324fb294bcb286f7adda59 ;
    schema:name "Pimple Squeezer"@en .

_:Nc888f2383fb84277a77cb4f7b2a3722f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bombo"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:56"^^xsd:interval ;
    schema:inPlaylist _:N59ebefc55e324fb294bcb286f7adda59 ;
    schema:name "Bombo"@en .

_:N59ebefc55e324fb294bcb286f7adda59 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5fbd9ef8bc7a4bcfa2879fded0ef8fd0,
        _:N8e5ce0b9797341b9adf6ac0857a35c49,
        _:Na28e14679b734483b2a638e48b415596,
        _:Nc888f2383fb84277a77cb4f7b2a3722f ;
    mo:track_count 4 ;
    schema:duration "PT16:47"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N5fbd9ef8bc7a4bcfa2879fded0ef8fd0,
        _:N8e5ce0b9797341b9adf6ac0857a35c49,
        _:Na28e14679b734483b2a638e48b415596,
        _:Nc888f2383fb84277a77cb4f7b2a3722f .

