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

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

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

<artist/14679#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/104001#subject> ;
    schema:name "Al Lowe"@en ;
    foaf:made <album/104001#composition>,
        <album/104001#subject> ;
    foaf:name "Al Lowe"@en .

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

<artist/5218#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/104001#subject> ;
    schema:name "Mecano Associates"@en,
        "メカノ・アソシエイツ"@ja ;
    foaf:made <album/104001#composition>,
        <album/104001#subject> ;
    foaf:name "Mecano Associates"@en,
        "メカノ・アソシエイツ"@ja .

<product/16102#subject> a schema:CreativeWork ;
    schema:name "Space Quest III: The Pirates of Pestulon"@en,
        "Space Quest III: The Pirates of Pestulon"@ja,
        "Space Quest III: The Pirates of Pestulon"@ja-latn ;
    foaf:name "Space Quest III: The Pirates of Pestulon"@en,
        "Space Quest III: The Pirates of Pestulon"@ja,
        "Space Quest III: The Pirates of Pestulon"@ja-latn .

<product/18347#subject> a schema:CreativeWork ;
    schema:name "King's Quest IV: The Perils of Rosella"@en,
        "King's Quest IV: The Perils of Rosella"@ja,
        "King's Quest IV: The Perils of Rosella"@ja-latn ;
    foaf:name "King's Quest IV: The Perils of Rosella"@en,
        "King's Quest IV: The Perils of Rosella"@ja,
        "King's Quest IV: The Perils of Rosella"@ja-latn .

<product/18584#subject> a schema:CreativeWork ;
    schema:name "Police Quest 2: The Vengeance"@en,
        "Police Quest 2: The Vengeance"@ja,
        "Police Quest 2: The Vengeance"@ja-latn ;
    foaf:name "Police Quest 2: The Vengeance"@en,
        "Police Quest 2: The Vengeance"@ja,
        "Police Quest 2: The Vengeance"@ja-latn .

<release/15370#subject> a schema:CreativeWork ;
    schema:name "Silpheed (PC)"@en,
        "Silpheed (PC)"@ja,
        "Silpheed (PC)"@ja-latn ;
    foaf:name "Silpheed (PC)"@en,
        "Silpheed (PC)"@ja,
        "Silpheed (PC)"@ja-latn .

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

<album/104001#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Live from the SIERRA Lounge"@en,
        "Live from the SIERRA Lounge"@ja,
        "Live from the SIERRA Lounge"@ja-latn ;
    mo:performance_of <album/104001#musicalwork> ;
    mo:recorded_as <album/104001#musicalexpression> ;
    schema:name "Live from the SIERRA Lounge"@en,
        "Live from the SIERRA Lounge"@ja,
        "Live from the SIERRA Lounge"@ja-latn ;
    schema:workPerformed <album/104001#musicalwork> .

<org/3341#subject> schema:name "Sierra On-Line"@en,
        "Sierra On-Line"@ja,
        "Sierra On-Line"@ja-latn ;
    foaf:name "Sierra On-Line"@en,
        "Sierra On-Line"@ja,
        "Sierra On-Line"@ja-latn .

<https://media.vgm.io/albums/10/104001/104001-8ea2b5548106.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/104001#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/10/104001/104001-8ea2b5548106.jpg> ;
    foaf:depicts <album/104001#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/10/104001/104001-8ea2b5548106.jpg> .

<https://medium-media.vgm.io/albums/10/104001/104001-8ea2b5548106.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/104001#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Live from the SIERRA Lounge"@en,
        "Live from the SIERRA Lounge"@ja,
        "Live from the SIERRA Lounge"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Bob Siebenberg"@en ;
            foaf:made <album/104001#composition> ;
            foaf:name "Bob Siebenberg"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "William Goldstein"@en ;
            foaf:made <album/104001#composition> ;
            foaf:name "William Goldstein"@en ],
        <artist/14679#subject>,
        <artist/3529#subject>,
        <artist/5218#subject> ;
    mo:produced_work <album/104001#musicalwork> ;
    schema:name "Live from the SIERRA Lounge"@en,
        "Live from the SIERRA Lounge"@ja,
        "Live from the SIERRA Lounge"@ja-latn .

<album/104001#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1988-01-01"^^xsd:date ;
    dcterms:title "Live from the SIERRA Lounge"@en,
        "Live from the SIERRA Lounge"@ja,
        "Live from the SIERRA Lounge"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Cassette" ;
    mo:publication_of <album/104001#musicalexpression> ;
    mo:publisher <org/3341#subject> ;
    mo:record _:N1f01364b50b546d6bdcad0876aa0360d ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Leisure Suit Larry Goes Looking for Love (In Several Wrong Places)"@en ;
            foaf:name "Leisure Suit Larry Goes Looking for Love (In Several Wrong Places)"@en ],
        <product/16102#subject>,
        <product/18347#subject>,
        <product/18584#subject>,
        <release/15370#subject> ;
    schema:datePublished "1988-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/10/104001/104001-8ea2b5548106.jpg> ;
    schema:name "Live from the SIERRA Lounge"@en,
        "Live from the SIERRA Lounge"@ja,
        "Live from the SIERRA Lounge"@ja-latn ;
    schema:publisher <org/3341#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/104001/104001-8ea2b5548106.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/104001#subject> ;
    schema:name "William Goldstein"@en ;
    foaf:made <album/104001#subject> ;
    foaf:name "William Goldstein"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/104001#subject> ;
    schema:name "Bob Siebenberg"@en ;
    foaf:made <album/104001#subject> ;
    foaf:name "Bob Siebenberg"@en .

_:N1351ada4f401464b9f8e487cdf867dac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Leisure Suit Larry II (Evil Island ~ For Your Thighs Only)"@en ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1f01364b50b546d6bdcad0876aa0360d ;
    schema:name "Leisure Suit Larry II (Evil Island ~ For Your Thighs Only)"@en .

_:N1f2344a0f23d43c7919103546f652e95 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "King's Quest IV (Finale)"@en ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1f01364b50b546d6bdcad0876aa0360d ;
    schema:name "King's Quest IV (Finale)"@en .

_:N3146cf9463be419b8007872bb372a92c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Legend of Silpheed"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1f01364b50b546d6bdcad0876aa0360d ;
    schema:name "Legend of Silpheed"@en .

_:N4c9befc73f6c48489b6fe057c825bd2c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Police Quest II (Jazz Club)"@en ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1f01364b50b546d6bdcad0876aa0360d ;
    schema:name "Police Quest II (Jazz Club)"@en .

_:N8e63a04b5c744efd9f87fb40f8975200 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The PC Music Card Demonstration"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1f01364b50b546d6bdcad0876aa0360d ;
    schema:name "The PC Music Card Demonstration"@en .

_:Naa2b539ca6624a769b9b989eea32ad8e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Space Quest III (Title Sequence)"@en ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1f01364b50b546d6bdcad0876aa0360d ;
    schema:name "Space Quest III (Title Sequence)"@en .

_:Nbfbaaee83d854cc1a9815519d254ff9f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Police Quest II (Caribbean Flight)"@en ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1f01364b50b546d6bdcad0876aa0360d ;
    schema:name "Police Quest II (Caribbean Flight)"@en .

_:Ne2377457d51c480dafe4f790e9b8ca3d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Space Quest III (Intro)"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N1f01364b50b546d6bdcad0876aa0360d ;
    schema:name "Space Quest III (Intro)"@en .

_:N1f01364b50b546d6bdcad0876aa0360d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1351ada4f401464b9f8e487cdf867dac,
        _:N1f2344a0f23d43c7919103546f652e95,
        _:N3146cf9463be419b8007872bb372a92c,
        _:N4c9befc73f6c48489b6fe057c825bd2c,
        _:N8e63a04b5c744efd9f87fb40f8975200,
        _:Naa2b539ca6624a769b9b989eea32ad8e,
        _:Nbfbaaee83d854cc1a9815519d254ff9f,
        _:Ne2377457d51c480dafe4f790e9b8ca3d ;
    mo:track_count 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 8 ;
    schema:track _:N1351ada4f401464b9f8e487cdf867dac,
        _:N1f2344a0f23d43c7919103546f652e95,
        _:N3146cf9463be419b8007872bb372a92c,
        _:N4c9befc73f6c48489b6fe057c825bd2c,
        _:N8e63a04b5c744efd9f87fb40f8975200,
        _:Naa2b539ca6624a769b9b989eea32ad8e,
        _:Nbfbaaee83d854cc1a9815519d254ff9f,
        _:Ne2377457d51c480dafe4f790e9b8ca3d .

