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

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

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

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

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

<https://medium-media.vgm.io/albums/06/1760/1760-1237307801.jpg> a schema:ImageObject,
        foaf:Image .

<album/1760#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Huntin' Country"@en,
        "Huntin' Country"@ja,
        "Huntin' Country"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Kim Russell"@en ;
            foaf:made <album/1760#composition> ;
            foaf:name "Kim Russell"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Scott Word"@en ;
            foaf:made <album/1760#composition> ;
            foaf:name "Scott Word"@en ] ;
    mo:produced_work <album/1760#musicalwork> ;
    schema:name "Huntin' Country"@en,
        "Huntin' Country"@ja,
        "Huntin' Country"@ja-latn .

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

<album/1760#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Huntin' Country"@en,
        "Huntin' Country"@ja,
        "Huntin' Country"@ja-latn ;
    mo:performance_of <album/1760#musicalwork> ;
    mo:performer _:N113e61b083494664b9e9828756f00e6b,
        _:N1e9390cc63df4817b64bb0bd010206c0,
        _:N553216bfad784438840f7da5ac94f3cf,
        _:N708d51c791e44bbeb5764ab74cc050e3,
        _:N93ae6ab0b43f4de2b7e2a39186fa3300 ;
    mo:recorded_as <album/1760#musicalexpression> ;
    schema:byArtist _:N113e61b083494664b9e9828756f00e6b,
        _:N1e9390cc63df4817b64bb0bd010206c0,
        _:N553216bfad784438840f7da5ac94f3cf,
        _:N708d51c791e44bbeb5764ab74cc050e3,
        _:N93ae6ab0b43f4de2b7e2a39186fa3300 ;
    schema:name "Huntin' Country"@en,
        "Huntin' Country"@ja,
        "Huntin' Country"@ja-latn ;
    schema:workPerformed <album/1760#musicalwork> .

<album/1760#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1999-10-01"^^xsd:date ;
    dcterms:title "Huntin' Country"@en,
        "Huntin' Country"@ja,
        "Huntin' Country"@ja-latn ;
    mo:catalogue_number "04-20592JCB" ;
    mo:media_type "CD" ;
    mo:publication_of <album/1760#musicalexpression> ;
    mo:publisher _:Ndaea4b6d30354a7282ca16ccbd61c534 ;
    mo:record _:N7838faa520474d559aa24d30d62e42d9 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Deer Hunter 3: The Legend Continues"@en ;
            foaf:name "Deer Hunter 3: The Legend Continues"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Rob Bublitz"@en ;
            foaf:name "Rob Bublitz"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Scott Word"@en ;
            foaf:name "Scott Word"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Maury Applen"@en ;
            foaf:name "Maury Applen"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Brian Trachsel"@en ;
            foaf:name "Brian Trachsel"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Miles Johnson"@en ;
            foaf:name "Miles Johnson"@en ] ;
    schema:datePublished "1999-10-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/06/1760/1760-1237307801.jpg> ;
    schema:name "Huntin' Country"@en,
        "Huntin' Country"@ja,
        "Huntin' Country"@ja-latn ;
    schema:publisher _:Ndaea4b6d30354a7282ca16ccbd61c534 ;
    foaf:depiction <https://media.vgm.io/albums/06/1760/1760-1237307801.jpg> .

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

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/1760#subject> ;
    schema:name "Kim Russell"@en ;
    foaf:made <album/1760#subject> ;
    foaf:name "Kim Russell"@en .

_:N09545bc238984072a9957054ac1f3c27 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rocky Mountain Trophy Hunter - Instrumental"@en ;
    mo:track_number 12 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Rocky Mountain Trophy Hunter - Instrumental"@en .

_:N113e61b083494664b9e9828756f00e6b a schema:Person,
        foaf:Person ;
    mo:performed <album/1760#performance> ;
    schema:name "Maury Applen"@en ;
    foaf:name "Maury Applen"@en .

_:N1e9390cc63df4817b64bb0bd010206c0 a schema:Person,
        foaf:Person ;
    mo:performed <album/1760#performance> ;
    schema:name "Rob Bublitz"@en ;
    foaf:name "Rob Bublitz"@en .

_:N2fee8aa4d4154776a8ea247ac921393e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Grand Slam Turkey Hunt - Instrumental"@en ;
    mo:track_number 13 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Grand Slam Turkey Hunt - Instrumental"@en .

_:N45ed99ef12a24c1192747693d733847f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Desktop Deer Hunter"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Desktop Deer Hunter"@en .

_:N48f07d2f1ad44a63a35393028351e034 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rocky Mountain Trophy Hunter"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:42"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Rocky Mountain Trophy Hunter"@en .

_:N553216bfad784438840f7da5ac94f3cf a schema:Person,
        foaf:Person ;
    mo:performed <album/1760#performance> ;
    schema:name "Scott Word"@en ;
    foaf:name "Scott Word"@en .

_:N708d51c791e44bbeb5764ab74cc050e3 a schema:Person,
        foaf:Person ;
    mo:performed <album/1760#performance> ;
    schema:name "Miles Johnson"@en ;
    foaf:name "Miles Johnson"@en .

_:N72596f81646a423d88765781c9bc7d87 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Thrill Of The Hunt - Instrumental"@en ;
    mo:track_number 14 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Thrill Of The Hunt - Instrumental"@en .

_:N72c27ec51c74456f994583a8d2b268ff a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Desktop Deer Hunter - Instrumental"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Desktop Deer Hunter - Instrumental"@en .

_:N77fde19caa2247bdbe87aa30de68af74 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bird Hunting Upland Style"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Bird Hunting Upland Style"@en .

_:N7a4cb06b96f74302b49be9d75c253b7f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "WizardWorks Outdoors - Instrumental"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "WizardWorks Outdoors - Instrumental"@en .

_:N8777b50017684a6d96f27125f6a896e1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hunter And Fisherman's Prayer -Instrumental"@en ;
    mo:track_number 15 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Hunter And Fisherman's Prayer -Instrumental"@en .

_:N917cc2a132fb4891b87e2c7a9e2a7087 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Thrill Of The Hunt"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Thrill Of The Hunt"@en .

_:N93ae6ab0b43f4de2b7e2a39186fa3300 a schema:Person,
        foaf:Person ;
    mo:performed <album/1760#performance> ;
    schema:name "Brian Trachsel"@en ;
    foaf:name "Brian Trachsel"@en .

_:Nc4932d0ee1cb41698edc56b9e95b12e5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Grand Slam Turkey Hunt"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:01"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Grand Slam Turkey Hunt"@en .

_:Nc9119fac57494fdb820faec198db3a08 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rolling Down Old River Road - Instrumental"@en ;
    mo:track_number 16 ;
    schema:duration "PT4:37"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Rolling Down Old River Road - Instrumental"@en .

_:Nc9fb0d133e9d45c999327fccd739aecd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bird Hunting Upland Style - Instrumental"@en ;
    mo:track_number 11 ;
    schema:duration "PT2:08"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Bird Hunting Upland Style - Instrumental"@en .

_:Nd23fc496a7f84f8f8028a939170ec2ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rolling Down Old River Road"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Rolling Down Old River Road"@en .

_:Ndaea4b6d30354a7282ca16ccbd61c534 schema:name "WizardWorks"@en ;
    foaf:name "WizardWorks"@en .

_:Ne85566fda5c449988ce6810f080750c1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hunter And Fisherman's Prayer"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "Hunter And Fisherman's Prayer"@en .

_:Ne8c3d3d4a5cb40ffa63747142d32f46a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "WizardWorks Outdoors"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:26"^^xsd:interval ;
    schema:inPlaylist _:N7838faa520474d559aa24d30d62e42d9 ;
    schema:name "WizardWorks Outdoors"@en .

_:N7838faa520474d559aa24d30d62e42d9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N09545bc238984072a9957054ac1f3c27,
        _:N2fee8aa4d4154776a8ea247ac921393e,
        _:N45ed99ef12a24c1192747693d733847f,
        _:N48f07d2f1ad44a63a35393028351e034,
        _:N72596f81646a423d88765781c9bc7d87,
        _:N72c27ec51c74456f994583a8d2b268ff,
        _:N77fde19caa2247bdbe87aa30de68af74,
        _:N7a4cb06b96f74302b49be9d75c253b7f,
        _:N8777b50017684a6d96f27125f6a896e1,
        _:N917cc2a132fb4891b87e2c7a9e2a7087,
        _:Nc4932d0ee1cb41698edc56b9e95b12e5,
        _:Nc9119fac57494fdb820faec198db3a08,
        _:Nc9fb0d133e9d45c999327fccd739aecd,
        _:Nd23fc496a7f84f8f8028a939170ec2ef,
        _:Ne85566fda5c449988ce6810f080750c1,
        _:Ne8c3d3d4a5cb40ffa63747142d32f46a ;
    mo:track_count 16 ;
    schema:duration "PT46:23"^^xsd:interval ;
    schema:numTracks 16 ;
    schema:track _:N09545bc238984072a9957054ac1f3c27,
        _:N2fee8aa4d4154776a8ea247ac921393e,
        _:N45ed99ef12a24c1192747693d733847f,
        _:N48f07d2f1ad44a63a35393028351e034,
        _:N72596f81646a423d88765781c9bc7d87,
        _:N72c27ec51c74456f994583a8d2b268ff,
        _:N77fde19caa2247bdbe87aa30de68af74,
        _:N7a4cb06b96f74302b49be9d75c253b7f,
        _:N8777b50017684a6d96f27125f6a896e1,
        _:N917cc2a132fb4891b87e2c7a9e2a7087,
        _:Nc4932d0ee1cb41698edc56b9e95b12e5,
        _:Nc9119fac57494fdb820faec198db3a08,
        _:Nc9fb0d133e9d45c999327fccd739aecd,
        _:Nd23fc496a7f84f8f8028a939170ec2ef,
        _:Ne85566fda5c449988ce6810f080750c1,
        _:Ne8c3d3d4a5cb40ffa63747142d32f46a .

