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

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

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

<artist/1667#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3195#subject> ;
    schema:name "Mark Mothersbaugh"@en ;
    foaf:made <album/3195#composition>,
        <album/3195#subject> ;
    foaf:name "Mark Mothersbaugh"@en .

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

<album/3195#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Adventures Of The Smart Patrol"@en,
        "Adventures Of The Smart Patrol"@ja,
        "Adventures Of The Smart Patrol"@ja-latn ;
    mo:performance_of <album/3195#musicalwork> ;
    mo:recorded_as <album/3195#musicalexpression> ;
    schema:name "Adventures Of The Smart Patrol"@en,
        "Adventures Of The Smart Patrol"@ja,
        "Adventures Of The Smart Patrol"@ja-latn ;
    schema:workPerformed <album/3195#musicalwork> .

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

<https://medium-media.vgm.io/albums/59/3195/3195-f5719638c72e.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/3195#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Adventures Of The Smart Patrol"@en,
        "Adventures Of The Smart Patrol"@ja,
        "Adventures Of The Smart Patrol"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Gerald V. Casale"@en ;
            foaf:made <album/3195#composition> ;
            foaf:name "Gerald V. Casale"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Brian Applegate"@en ;
            foaf:made <album/3195#composition> ;
            foaf:name "Brian Applegate"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Scott Orsi"@en ;
            foaf:made <album/3195#composition> ;
            foaf:name "Scott Orsi"@en ],
        <artist/1667#subject> ;
    mo:produced_work <album/3195#musicalwork> ;
    schema:name "Adventures Of The Smart Patrol"@en,
        "Adventures Of The Smart Patrol"@ja,
        "Adventures Of The Smart Patrol"@ja-latn .

<album/3195#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1996-01-01"^^xsd:date ;
    dcterms:title "Adventures Of The Smart Patrol"@en,
        "Adventures Of The Smart Patrol"@ja,
        "Adventures Of The Smart Patrol"@ja-latn ;
    mo:catalogue_number "77034" ;
    mo:media_type "CD" ;
    mo:publication_of <album/3195#musicalexpression> ;
    mo:publisher _:N44f48639a9b340c19c9adba584eeb943 ;
    mo:record _:N845bc2fd1b494b0aba11b2e7b0867c19 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Adventures Of The Smart Patrol"@en ;
            foaf:name "Adventures Of The Smart Patrol"@en ] ;
    schema:datePublished "1996-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/59/3195/3195-f5719638c72e.jpg> ;
    schema:name "Adventures Of The Smart Patrol"@en,
        "Adventures Of The Smart Patrol"@ja,
        "Adventures Of The Smart Patrol"@ja-latn ;
    schema:publisher _:N44f48639a9b340c19c9adba584eeb943 ;
    foaf:depiction <https://media.vgm.io/albums/59/3195/3195-f5719638c72e.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3195#subject> ;
    schema:name "Gerald V. Casale"@en ;
    foaf:made <album/3195#subject> ;
    foaf:name "Gerald V. Casale"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3195#subject> ;
    schema:name "Brian Applegate"@en ;
    foaf:made <album/3195#subject> ;
    foaf:name "Brian Applegate"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3195#subject> ;
    schema:name "Scott Orsi"@en ;
    foaf:made <album/3195#subject> ;
    foaf:name "Scott Orsi"@en .

_:N301829bebeff48b992b8235abb617c32 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mechanical Man by M. Mothersbaugh"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:20"^^xsd:interval ;
    schema:inPlaylist _:N845bc2fd1b494b0aba11b2e7b0867c19 ;
    schema:name "Mechanical Man by M. Mothersbaugh"@en .

_:N44f48639a9b340c19c9adba584eeb943 schema:name "Discovery"@en ;
    foaf:name "Discovery"@en .

_:N55e68e4d496246c6848fab2f99e53698 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Whip It by G. V. Casale, M. Mothersbaugh"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:38"^^xsd:interval ;
    schema:inPlaylist _:N845bc2fd1b494b0aba11b2e7b0867c19 ;
    schema:name "Whip It by G. V. Casale, M. Mothersbaugh"@en .

_:N66936c5f8545447eaa371daeb6f14e7b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "U Got Me Bugged by M. Mothersbaugh"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:49"^^xsd:interval ;
    schema:inPlaylist _:N845bc2fd1b494b0aba11b2e7b0867c19 ;
    schema:name "U Got Me Bugged by M. Mothersbaugh"@en .

_:N6affa031426b4b9cb7af20721ecae58e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beautiful World by G. V. Casale, M. Mothersbaugh"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:N845bc2fd1b494b0aba11b2e7b0867c19 ;
    schema:name "Beautiful World by G. V. Casale, M. Mothersbaugh"@en .

_:N7213b4bf4be6464d8b91cee11ad93a00 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "34C by B. Applegate"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:N845bc2fd1b494b0aba11b2e7b0867c19 ;
    schema:name "34C by B. Applegate"@en .

_:N81a5b65b8d854fdc958022cbfae0af38 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "That's What He Said by G. V. Casale, M. Mothersbaugh"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:N845bc2fd1b494b0aba11b2e7b0867c19 ;
    schema:name "That's What He Said by G. V. Casale, M. Mothersbaugh"@en .

_:N86a4bb90a7be4e469a3efb5874e1bd02 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Peek A Boo! by G. V. Casale, M. Mothersbaugh"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:inPlaylist _:N845bc2fd1b494b0aba11b2e7b0867c19 ;
    schema:name "Peek A Boo! by G. V. Casale, M. Mothersbaugh"@en .

_:N897370abb0bc45079e6c17d3a303b53b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jocko Homo by G. V. Casale, M. Mothersbaugh"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:N845bc2fd1b494b0aba11b2e7b0867c19 ;
    schema:name "Jocko Homo by G. V. Casale, M. Mothersbaugh"@en .

_:Nb4f2def888d84169935c10993fc46e85 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Spirit Of JFK by S. Orsi"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:17"^^xsd:interval ;
    schema:inPlaylist _:N845bc2fd1b494b0aba11b2e7b0867c19 ;
    schema:name "The Spirit Of JFK by S. Orsi"@en .

_:Ncce44d42a1be4b7baec5cc947d30e569 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Theme From Adventures Of The Smart Patrol by M. Mothersbaugh"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:29"^^xsd:interval ;
    schema:inPlaylist _:N845bc2fd1b494b0aba11b2e7b0867c19 ;
    schema:name "Theme From Adventures Of The Smart Patrol by M. Mothersbaugh"@en .

_:Nfacb882931424a398380fbf20851d765 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Freedom Of Choice by G. V. Casale, M. Mothersbaugh"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N845bc2fd1b494b0aba11b2e7b0867c19 ;
    schema:name "Freedom Of Choice by G. V. Casale, M. Mothersbaugh"@en .

_:N845bc2fd1b494b0aba11b2e7b0867c19 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N301829bebeff48b992b8235abb617c32,
        _:N55e68e4d496246c6848fab2f99e53698,
        _:N66936c5f8545447eaa371daeb6f14e7b,
        _:N6affa031426b4b9cb7af20721ecae58e,
        _:N7213b4bf4be6464d8b91cee11ad93a00,
        _:N81a5b65b8d854fdc958022cbfae0af38,
        _:N86a4bb90a7be4e469a3efb5874e1bd02,
        _:N897370abb0bc45079e6c17d3a303b53b,
        _:Nb4f2def888d84169935c10993fc46e85,
        _:Ncce44d42a1be4b7baec5cc947d30e569,
        _:Nfacb882931424a398380fbf20851d765 ;
    mo:track_count 11 ;
    schema:duration "PT35:30"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N301829bebeff48b992b8235abb617c32,
        _:N55e68e4d496246c6848fab2f99e53698,
        _:N66936c5f8545447eaa371daeb6f14e7b,
        _:N6affa031426b4b9cb7af20721ecae58e,
        _:N7213b4bf4be6464d8b91cee11ad93a00,
        _:N81a5b65b8d854fdc958022cbfae0af38,
        _:N86a4bb90a7be4e469a3efb5874e1bd02,
        _:N897370abb0bc45079e6c17d3a303b53b,
        _:Nb4f2def888d84169935c10993fc46e85,
        _:Ncce44d42a1be4b7baec5cc947d30e569,
        _:Nfacb882931424a398380fbf20851d765 .

