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

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

<artist/18456#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129705#subject> ;
    schema:name "Chris Granner"@en ;
    foaf:made <album/129705#composition>,
        <album/129705#subject> ;
    foaf:name "Chris Granner"@en .

<artist/59584#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129705#subject> ;
    schema:name "Brian Schmidt"@en ;
    foaf:made <album/129705#composition>,
        <album/129705#subject> ;
    foaf:name "Brian Schmidt"@en .

<artist/9825#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129705#subject> ;
    schema:name "Dan Forden"@en ;
    foaf:made <album/129705#composition>,
        <album/129705#subject> ;
    foaf:name "Dan Forden"@en .

<product/24443#subject> a schema:CreativeWork ;
    schema:name "Black Knight 2000"@en,
        "Black Knight 2000"@ja,
        "Black Knight 2000"@ja-latn ;
    foaf:name "Black Knight 2000"@en,
        "Black Knight 2000"@ja,
        "Black Knight 2000"@ja-latn .

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

<album/129705#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Jackpot Plays PINBALL, Vol. 1"@en,
        "Jackpot Plays PINBALL, Vol. 1"@ja,
        "Jackpot Plays PINBALL, Vol. 1"@ja-latn ;
    mo:performance_of <album/129705#musicalwork> ;
    mo:recorded_as <album/129705#musicalexpression> ;
    schema:name "Jackpot Plays PINBALL, Vol. 1"@en,
        "Jackpot Plays PINBALL, Vol. 1"@ja,
        "Jackpot Plays PINBALL, Vol. 1"@ja-latn ;
    schema:workPerformed <album/129705#musicalwork> .

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

<https://medium-media.vgm.io/albums/50/129705/129705-defccbd63b82.webp> a schema:ImageObject,
        foaf:Image .

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

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

<album/129705#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Jackpot Plays PINBALL, Vol. 1"@en,
        "Jackpot Plays PINBALL, Vol. 1"@ja,
        "Jackpot Plays PINBALL, Vol. 1"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Steve Ritchie"@en ;
            foaf:made <album/129705#composition> ;
            foaf:name "Steve Ritchie"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Dave Zabriskie"@en ;
            foaf:made <album/129705#composition> ;
            foaf:name "Dave Zabriskie"@en ],
        <artist/18456#subject>,
        <artist/59584#subject>,
        <artist/9825#subject> ;
    mo:produced_work <album/129705#musicalwork> ;
    schema:name "Jackpot Plays PINBALL, Vol. 1"@en,
        "Jackpot Plays PINBALL, Vol. 1"@ja,
        "Jackpot Plays PINBALL, Vol. 1"@ja-latn .

<album/129705#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-06-23"^^xsd:date ;
    dcterms:title "Jackpot Plays PINBALL, Vol. 1"@en,
        "Jackpot Plays PINBALL, Vol. 1"@ja,
        "Jackpot Plays PINBALL, Vol. 1"@ja-latn ;
    mo:catalogue_number "JPR104" ;
    mo:media_type "Vinyl (12\" 33&frac13; rpm)" ;
    mo:publication_of <album/129705#musicalexpression> ;
    mo:publisher _:N00d15c5474f74465a91f4e78c14242b9 ;
    mo:record_count 0 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Pinbot"@en ;
            foaf:name "Pinbot"@en ],
        [ a schema:CreativeWork ;
            schema:name "Attack from Mars"@en ;
            foaf:name "Attack from Mars"@en ],
        [ a schema:CreativeWork ;
            schema:name "Taxi"@en ;
            foaf:name "Taxi"@en ],
        [ a schema:CreativeWork ;
            schema:name "Tales of the Arabian Nights"@en ;
            foaf:name "Tales of the Arabian Nights"@en ],
        <product/24443#subject> ;
    schema:datePublished "2023-06-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/50/129705/129705-defccbd63b82.webp> ;
    schema:name "Jackpot Plays PINBALL, Vol. 1"@en,
        "Jackpot Plays PINBALL, Vol. 1"@ja,
        "Jackpot Plays PINBALL, Vol. 1"@ja-latn ;
    schema:publisher _:N00d15c5474f74465a91f4e78c14242b9 ;
    foaf:depiction <https://media.vgm.io/albums/50/129705/129705-defccbd63b82.webp> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129705#subject> ;
    schema:name "Steve Ritchie"@en ;
    foaf:made <album/129705#subject> ;
    foaf:name "Steve Ritchie"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Steve Ritchie"@en ;
    foaf:made <album/129705#subject> ;
    foaf:name "Steve Ritchie"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Glo Van Vlack"@en ;
    foaf:made <album/129705#subject> ;
    foaf:name "Glo Van Vlack"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Steve Ritchie"@en ;
    foaf:made <album/129705#vocals> ;
    foaf:name "Steve Ritchie"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Glo Van Vlack"@en ;
    foaf:made <album/129705#vocals> ;
    foaf:name "Glo Van Vlack"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/129705#subject> ;
    schema:name "Dave Zabriskie"@en ;
    foaf:made <album/129705#subject> ;
    foaf:name "Dave Zabriskie"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Stephanie Rogers"@en ;
    foaf:made <album/129705#subject> ;
    foaf:name "Stephanie Rogers"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Stephanie Rogers"@en ;
    foaf:made <album/129705#vocals> ;
    foaf:name "Stephanie Rogers"@en .

_:N00d15c5474f74465a91f4e78c14242b9 schema:name "Jackpot Records"@en,
        "Jackpot Records"@ja,
        "Jackpot Records"@ja-latn ;
    foaf:name "Jackpot Records"@en,
        "Jackpot Records"@ja,
        "Jackpot Records"@ja-latn .

