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

<album/32797#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Pac-man and the GHOST DIGGERS"@en,
        "Pac-man and the GHOST DIGGERS"@ja,
        "Pac-man and the GHOST DIGGERS"@ja-latn ;
    mo:produced_work <album/32797#musicalwork> ;
    schema:name "Pac-man and the GHOST DIGGERS"@en,
        "Pac-man and the GHOST DIGGERS"@ja,
        "Pac-man and the GHOST DIGGERS"@ja-latn .

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

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

<product/10476#subject> a schema:CreativeWork ;
    schema:name "PAC-MAN"@en,
        "パックマン"@ja,
        "PAC-MAN"@ja-latn ;
    foaf:name "PAC-MAN"@en,
        "パックマン"@ja,
        "PAC-MAN"@ja-latn .

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

<album/32797#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Pac-man and the GHOST DIGGERS"@en,
        "Pac-man and the GHOST DIGGERS"@ja,
        "Pac-man and the GHOST DIGGERS"@ja-latn ;
    mo:performance_of <album/32797#musicalwork> ;
    mo:recorded_as <album/32797#musicalexpression> ;
    schema:name "Pac-man and the GHOST DIGGERS"@en,
        "Pac-man and the GHOST DIGGERS"@ja,
        "Pac-man and the GHOST DIGGERS"@ja-latn ;
    schema:workPerformed <album/32797#musicalwork> .

<org/14#subject> schema:name "Kid Stuff"@en,
        "Kid Stuff"@ja,
        "Kid Stuff"@ja-latn ;
    foaf:name "Kid Stuff"@en,
        "Kid Stuff"@ja,
        "Kid Stuff"@ja-latn .

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

<https://medium-media.vgm.io/albums/79/32797/32797-1336003702.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/32797#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1982-01-01"^^xsd:date ;
    dcterms:title "Pac-man and the GHOST DIGGERS"@en,
        "Pac-man and the GHOST DIGGERS"@ja,
        "Pac-man and the GHOST DIGGERS"@ja-latn ;
    mo:catalogue_number "DBR-205" ;
    mo:media_type "Vinyl (7\" 33&frac13; rpm)" ;
    mo:publication_of <album/32797#musicalexpression> ;
    mo:publisher <org/14#subject> ;
    mo:record _:N9e792c21a1044db88e164903bee5a5eb ;
    mo:record_count 1 ;
    schema:about <product/10476#subject> ;
    schema:datePublished "1982-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/79/32797/32797-1336003702.jpg> ;
    schema:name "Pac-man and the GHOST DIGGERS"@en,
        "Pac-man and the GHOST DIGGERS"@ja,
        "Pac-man and the GHOST DIGGERS"@ja-latn ;
    schema:publisher <org/14#subject> ;
    foaf:depiction <https://media.vgm.io/albums/79/32797/32797-1336003702.jpg> .

_:N8a48d6ee55364e98a8c431d21d9b89eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pac-man and the GHOST DIGGERS"@en ;
    mo:track_number 1 ;
    schema:duration "PT12:27"^^xsd:interval ;
    schema:inPlaylist _:N9e792c21a1044db88e164903bee5a5eb ;
    schema:name "Pac-man and the GHOST DIGGERS"@en .

_:N9e792c21a1044db88e164903bee5a5eb a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N8a48d6ee55364e98a8c431d21d9b89eb ;
    mo:track_count 1 ;
    schema:duration "PT12:27"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N8a48d6ee55364e98a8c431d21d9b89eb .

