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

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

<album/111453> a mo:Release ;
    mo:catalogue_number "NJR-041" .

<album/111454> a mo:Release ;
    mo:catalogue_number "NJR-041" .

<album/149136> a mo:Release ;
    mo:catalogue_number "NJR-041" .

<artist/19053#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111452#subject> ;
    schema:name "Hoyt Curtin"@en ;
    foaf:made <album/111452#composition>,
        <album/111452#subject> ;
    foaf:name "Hoyt Curtin"@en .

<artist/3603#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111452#subject> ;
    schema:name "Jerry Buckner"@en ;
    foaf:made <album/111452#composition>,
        <album/111452#subject> ;
    foaf:name "Jerry Buckner"@en .

<artist/3604#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111452#subject> ;
    schema:name "Gary Garcia"@en ;
    foaf:made <album/111452#composition>,
        <album/111452#subject> ;
    foaf:name "Gary Garcia"@en .

<artist/64172#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111452#subject> ;
    schema:name "Akon"@en ;
    foaf:made <album/111452#composition>,
        <album/111452#subject> ;
    foaf:name "Akon"@en .

<artist/78947#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111452#subject> ;
    schema:name "William Hanna"@en ;
    foaf:made <album/111452#composition>,
        <album/111452#subject> ;
    foaf:name "William Hanna"@en .

<artist/78948#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111452#subject> ;
    schema:name "Joseph Barbera"@en ;
    foaf:made <album/111452#composition>,
        <album/111452#subject> ;
    foaf:name "Joseph Barbera"@en .

<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/111452#musicalexpression> a mo:Signal ;
    mo:published_as <album/111452#subject> ;
    mo:records <album/111452#performance> .

<album/111452#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Pac-Man EP"@en,
        "The Pac-Man EP"@ja,
        "The Pac-Man EP"@ja-latn ;
    mo:performance_of <album/111452#musicalwork> ;
    mo:recorded_as <album/111452#musicalexpression> ;
    schema:name "The Pac-Man EP"@en,
        "The Pac-Man EP"@ja,
        "The Pac-Man EP"@ja-latn ;
    schema:workPerformed <album/111452#musicalwork> .

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

<https://media.vgm.io/albums/25/111452/111452-532b06a383fa.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/111452#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/25/111452/111452-532b06a383fa.jpg> ;
    foaf:depicts <album/111452#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/25/111452/111452-532b06a383fa.jpg> .

<https://medium-media.vgm.io/albums/25/111452/111452-532b06a383fa.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/111452#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Pac-Man EP"@en,
        "The Pac-Man EP"@ja,
        "The Pac-Man EP"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Art Barnes"@en ;
            foaf:made <album/111452#composition> ;
            foaf:name "Art Barnes"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Artie Barnes"@en ;
            foaf:made <album/111452#composition> ;
            foaf:name "Artie Barnes"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Timothy Crist"@en ;
            foaf:made <album/111452#composition> ;
            foaf:name "Timothy Crist"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Patric McBride"@en ;
            foaf:made <album/111452#composition> ;
            foaf:name "Patric McBride"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Dana Walden"@en ;
            foaf:made <album/111452#composition> ;
            foaf:name "Dana Walden"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Jeff Carter"@en ;
            foaf:made <album/111452#composition> ;
            foaf:name "Jeff Carter"@en ],
        <artist/19053#subject>,
        <artist/3603#subject>,
        <artist/3604#subject>,
        <artist/64172#subject>,
        <artist/78947#subject>,
        <artist/78948#subject> ;
    mo:produced_work <album/111452#musicalwork> ;
    schema:name "The Pac-Man EP"@en,
        "The Pac-Man EP"@ja,
        "The Pac-Man EP"@ja-latn .

<album/111452#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-11-23"^^xsd:date ;
    dcterms:title "The Pac-Man EP"@en,
        "The Pac-Man EP"@ja,
        "The Pac-Man EP"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:other_release_of <album/111453>,
        <album/111454>,
        <album/149136> ;
    mo:publication_of <album/111452#musicalexpression> ;
    mo:publisher _:Nb68242633dc740e789c7548a7fee0f72 ;
    mo:record _:Na9690e5f1a99476d906b44ffed2e8088 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Pac-Man (Series)"@en ;
            foaf:name "Pac-Man (Series)"@en ],
        <product/10476#subject> ;
    schema:datePublished "2020-11-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/25/111452/111452-532b06a383fa.jpg> ;
    schema:name "The Pac-Man EP"@en,
        "The Pac-Man EP"@ja,
        "The Pac-Man EP"@ja-latn ;
    schema:publisher _:Nb68242633dc740e789c7548a7fee0f72 ;
    foaf:depiction <https://media.vgm.io/albums/25/111452/111452-532b06a383fa.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111452#subject> ;
    schema:name "Jeff Carter"@en ;
    foaf:made <album/111452#subject> ;
    foaf:name "Jeff Carter"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111452#subject> ;
    schema:name "Dana Walden"@en ;
    foaf:made <album/111452#subject> ;
    foaf:name "Dana Walden"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111452#subject> ;
    schema:name "Timothy Crist"@en ;
    foaf:made <album/111452#subject> ;
    foaf:name "Timothy Crist"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111452#subject> ;
    schema:name "Art Barnes"@en ;
    foaf:made <album/111452#subject> ;
    foaf:name "Art Barnes"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Devo Spice"@en ;
    foaf:made <album/111452#subject> ;
    foaf:name "Devo Spice"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Devo Spice"@en ;
    foaf:made <album/111452#vocals> ;
    foaf:name "Devo Spice"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111452#subject> ;
    schema:name "Patric McBride"@en ;
    foaf:made <album/111452#subject> ;
    foaf:name "Patric McBride"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111452#subject> ;
    schema:name "Artie Barnes"@en ;
    foaf:made <album/111452#subject> ;
    foaf:name "Artie Barnes"@en .

_:N0e6f497f6468401c9c856df0cda8bbea a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Side 1 Outro (Intro)"@en ;
    mo:track_number 5 ;
    schema:duration "PT0:04"^^xsd:interval ;
    schema:inPlaylist _:Na9690e5f1a99476d906b44ffed2e8088 ;
    schema:name "Side 1 Outro (Intro)"@en .

_:N223e4107e9de40888c58cb4e7615220d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pac-Man is Forty and So Should You - Pac-Animal Mix by The Gothsicles"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:Na9690e5f1a99476d906b44ffed2e8088 ;
    schema:name "Pac-Man is Forty and So Should You - Pac-Animal Mix by The Gothsicles"@en .

_:N2e2cffa64b714f45907b12ec0c827ccb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Side 2 Intro"@en ;
    mo:track_number 7 ;
    schema:duration "PT0:04"^^xsd:interval ;
    schema:inPlaylist _:Na9690e5f1a99476d906b44ffed2e8088 ;
    schema:name "Side 2 Intro"@en .

_:N3417419318934eb3bade89806bf162e8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pac-Man"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:Na9690e5f1a99476d906b44ffed2e8088 ;
    schema:name "Pac-Man"@en .

_:N4f0a08bba58a44f7806d4941f9db3d6d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pac-Man is Forty and So Should You - 3Demon Mix by Soggy Potato Chips"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:Na9690e5f1a99476d906b44ffed2e8088 ;
    schema:name "Pac-Man is Forty and So Should You - 3Demon Mix by Soggy Potato Chips"@en .

_:Naaf987231ea146f98446a38a1c8d327c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Take the Fruit and Scoot"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:Na9690e5f1a99476d906b44ffed2e8088 ;
    schema:name "Take the Fruit and Scoot"@en .

_:Nb68242633dc740e789c7548a7fee0f72 schema:name "Needlejuice Records"@en,
        "Needlejuice Records"@ja,
        "Needlejuice Records"@ja-latn ;
    foaf:name "Needlejuice Records"@en,
        "Needlejuice Records"@ja,
        "Needlejuice Records"@ja-latn .

_:Nc403a1877b054947b26a404d972c8b38 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Had Sex with Pac-Man"@en ;
    mo:track_number 10 ;
    schema:duration "PT1:25"^^xsd:interval ;
    schema:inPlaylist _:Na9690e5f1a99476d906b44ffed2e8088 ;
    schema:name "I Had Sex with Pac-Man"@en .

_:Ne0f39876a80c40ee8323c31eac646cbe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pac-Man Fever"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:Na9690e5f1a99476d906b44ffed2e8088 ;
    schema:name "Pac-Man Fever"@en .

_:Ne8766b9a2f6a4e5186d2bc8c9fa3e6a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pac-Man is Forty and So Should You"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:Na9690e5f1a99476d906b44ffed2e8088 ;
    schema:name "Pac-Man is Forty and So Should You"@en .

_:Nede0a3bd7dd5417b99c89679b9763cba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Side 1 Outro"@en ;
    mo:track_number 6 ;
    schema:duration "PT0:33"^^xsd:interval ;
    schema:inPlaylist _:Na9690e5f1a99476d906b44ffed2e8088 ;
    schema:name "Side 1 Outro"@en .

_:Nee47cdac032147759e12bad2fbfe8f87 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pac-Man Theme"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:Na9690e5f1a99476d906b44ffed2e8088 ;
    schema:name "Pac-Man Theme"@en .

_:Na9690e5f1a99476d906b44ffed2e8088 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0e6f497f6468401c9c856df0cda8bbea,
        _:N223e4107e9de40888c58cb4e7615220d,
        _:N2e2cffa64b714f45907b12ec0c827ccb,
        _:N3417419318934eb3bade89806bf162e8,
        _:N4f0a08bba58a44f7806d4941f9db3d6d,
        _:Naaf987231ea146f98446a38a1c8d327c,
        _:Nc403a1877b054947b26a404d972c8b38,
        _:Ne0f39876a80c40ee8323c31eac646cbe,
        _:Ne8766b9a2f6a4e5186d2bc8c9fa3e6a0,
        _:Nede0a3bd7dd5417b99c89679b9763cba,
        _:Nee47cdac032147759e12bad2fbfe8f87 ;
    mo:track_count 11 ;
    schema:duration "PT24:45"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N0e6f497f6468401c9c856df0cda8bbea,
        _:N223e4107e9de40888c58cb4e7615220d,
        _:N2e2cffa64b714f45907b12ec0c827ccb,
        _:N3417419318934eb3bade89806bf162e8,
        _:N4f0a08bba58a44f7806d4941f9db3d6d,
        _:Naaf987231ea146f98446a38a1c8d327c,
        _:Nc403a1877b054947b26a404d972c8b38,
        _:Ne0f39876a80c40ee8323c31eac646cbe,
        _:Ne8766b9a2f6a4e5186d2bc8c9fa3e6a0,
        _:Nede0a3bd7dd5417b99c89679b9763cba,
        _:Nee47cdac032147759e12bad2fbfe8f87 .

