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

<album/6350#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Project 667"@en,
        "Project 667"@ja,
        "Project 667"@ja-latn ;
    mo:produced_work <album/6350#musicalwork> ;
    schema:name "Project 667"@en,
        "Project 667"@ja,
        "Project 667"@ja-latn .

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

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

<product/10884#subject> a schema:CreativeWork ;
    schema:name "The Lone Ranger"@en,
        "The Lone Ranger"@ja,
        "The Lone Ranger"@ja-latn ;
    foaf:name "The Lone Ranger"@en,
        "The Lone Ranger"@ja,
        "The Lone Ranger"@ja-latn .

<product/2297#subject> a schema:CreativeWork ;
    schema:name "Nobunaga no Yabou: Zenkokuban"@en,
        "信長の野望・全国版"@ja,
        "Nobunaga no Yabou: Zenkokuban"@ja-latn ;
    foaf:name "Nobunaga no Yabou: Zenkokuban"@en,
        "信長の野望・全国版"@ja,
        "Nobunaga no Yabou: Zenkokuban"@ja-latn .

<product/952#subject> a schema:CreativeWork ;
    schema:name "Sky Shark"@en,
        "飛翔鮫"@ja,
        "Hishouzame"@ja-latn ;
    foaf:name "Sky Shark"@en,
        "飛翔鮫"@ja,
        "Hishouzame"@ja-latn .

<release/1854#subject> a schema:CreativeWork ;
    schema:name "Legacy of the Wizard"@en,
        "ドラゴンスレイヤーIV ドラスレファミリー (NES)"@ja,
        "Dragon Slayer IV: Drasle Family (NES)"@ja-latn ;
    foaf:name "Legacy of the Wizard"@en,
        "ドラゴンスレイヤーIV ドラスレファミリー (NES)"@ja,
        "Dragon Slayer IV: Drasle Family (NES)"@ja-latn .

<release/26910#subject> a schema:CreativeWork ;
    schema:name "Felix the Cat (NES)"@en,
        "Felix the Cat (NES)"@ja,
        "Felix the Cat (NES)"@ja-latn ;
    foaf:name "Felix the Cat (NES)"@en,
        "Felix the Cat (NES)"@ja,
        "Felix the Cat (NES)"@ja-latn .

<release/28587#subject> a schema:CreativeWork ;
    schema:name "King's Quest V (NES)"@en,
        "King's Quest V (NES)"@ja,
        "King's Quest V (NES)"@ja-latn ;
    foaf:name "King's Quest V (NES)"@en,
        "King's Quest V (NES)"@ja,
        "King's Quest V (NES)"@ja-latn .

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

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

<album/6350#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Project 667"@en,
        "Project 667"@ja,
        "Project 667"@ja-latn ;
    mo:performance_of <album/6350#musicalwork> ;
    mo:performer <artist/2331#subject> ;
    mo:recorded_as <album/6350#musicalexpression> ;
    schema:byArtist <artist/2331#subject> ;
    schema:name "Project 667"@en,
        "Project 667"@ja,
        "Project 667"@ja-latn ;
    schema:workPerformed <album/6350#musicalwork> .

<artist/2331#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6350#performance> ;
    schema:name "Daniel Brown"@en ;
    foaf:name "Daniel Brown"@en .

<album/6350#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2006-01-01"^^xsd:date ;
    dcterms:title "Project 667"@en,
        "Project 667"@ja,
        "Project 667"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/6350#musicalexpression> ;
    mo:publisher _:Nea9ff16e1e3546278e154e2a03fa7f2b ;
    mo:record _:Nbe0420724a1d4f6597ae3813ae5e760b ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Baseball Stars II"@en ;
            foaf:name "Baseball Stars II"@en ],
        [ a schema:CreativeWork ;
            schema:name "Solar Jetman"@en ;
            foaf:name "Solar Jetman"@en ],
        [ a schema:CreativeWork ;
            schema:name "The Blues Brothers"@en ;
            foaf:name "The Blues Brothers"@en ],
        [ a schema:CreativeWork ;
            schema:name "Metal Mech"@en ;
            foaf:name "Metal Mech"@en ],
        [ a schema:CreativeWork ;
            schema:name "Bases Loaded"@en ;
            foaf:name "Bases Loaded"@en ],
        <product/10884#subject>,
        <product/2297#subject>,
        <product/952#subject>,
        <release/1854#subject>,
        <release/26910#subject>,
        <release/28587#subject> ;
    schema:byArtist <artist/2331#subject> ;
    schema:datePublished "2006-01-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Project 667"@en,
        "Project 667"@ja,
        "Project 667"@ja-latn ;
    schema:publisher _:Nea9ff16e1e3546278e154e2a03fa7f2b ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/6350#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/6350#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

_:N1734dd0e07774e1490bb97d3fb559053 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Legacy of the Wizard"@en ;
    mo:track_number 8 ;
    schema:duration "PT1:26"^^xsd:interval ;
    schema:inPlaylist _:Nbe0420724a1d4f6597ae3813ae5e760b ;
    schema:name "Legacy of the Wizard"@en .

_:N39d46fe424514a33b415eb8e318b6b95 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Felix the Cat"@en ;
    mo:track_number 5 ;
    schema:duration "PT1:27"^^xsd:interval ;
    schema:inPlaylist _:Nbe0420724a1d4f6597ae3813ae5e760b ;
    schema:name "Felix the Cat"@en .

_:N4ed08e22bd9a44a9bffedf74a0f3deb5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Baseball Stars II"@en ;
    mo:track_number 2 ;
    schema:duration "PT0:47"^^xsd:interval ;
    schema:inPlaylist _:Nbe0420724a1d4f6597ae3813ae5e760b ;
    schema:name "Baseball Stars II"@en .

_:N89a07924546e4b9ca1b12a8bd0ec366c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Solar Jetman"@en ;
    mo:track_number 7 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:Nbe0420724a1d4f6597ae3813ae5e760b ;
    schema:name "Solar Jetman"@en .

_:Na7aee696bb024fde8f917b0984222b79 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bases Loaded"@en ;
    mo:track_number 10 ;
    schema:duration "PT1:12"^^xsd:interval ;
    schema:inPlaylist _:Nbe0420724a1d4f6597ae3813ae5e760b ;
    schema:name "Bases Loaded"@en .

_:Nab88638d3e8948d8915aec999ac36311 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Metal Mech"@en ;
    mo:track_number 6 ;
    schema:duration "PT0:20"^^xsd:interval ;
    schema:inPlaylist _:Nbe0420724a1d4f6597ae3813ae5e760b ;
    schema:name "Metal Mech"@en .

_:Nada1690eea814101a93413c4473ba539 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "King's Quest V"@en ;
    mo:track_number 1 ;
    schema:duration "PT0:58"^^xsd:interval ;
    schema:inPlaylist _:Nbe0420724a1d4f6597ae3813ae5e760b ;
    schema:name "King's Quest V"@en .

_:Nca7ccff7045f444da971bac9d6af1466 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sky Shark"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:Nbe0420724a1d4f6597ae3813ae5e760b ;
    schema:name "Sky Shark"@en .

_:Nce7030235e2d477aad5da9b687495cdb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Blues Brothers"@en ;
    mo:track_number 9 ;
    schema:duration "PT1:58"^^xsd:interval ;
    schema:inPlaylist _:Nbe0420724a1d4f6597ae3813ae5e760b ;
    schema:name "The Blues Brothers"@en .

_:Nea9ff16e1e3546278e154e2a03fa7f2b schema:name "Daniel Brown"@en ;
    foaf:name "Daniel Brown"@en .

_:Nec65aeb6fcda41acbb6c369f71921a98 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nobunaga's Ambition"@en ;
    mo:track_number 4 ;
    schema:duration "PT0:56"^^xsd:interval ;
    schema:inPlaylist _:Nbe0420724a1d4f6597ae3813ae5e760b ;
    schema:name "Nobunaga's Ambition"@en .

_:Nffcdace7e1db436699d01da3af447a83 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Lone Ranger"@en ;
    mo:track_number 3 ;
    schema:duration "PT0:45"^^xsd:interval ;
    schema:inPlaylist _:Nbe0420724a1d4f6597ae3813ae5e760b ;
    schema:name "The Lone Ranger"@en .

_:Nbe0420724a1d4f6597ae3813ae5e760b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1734dd0e07774e1490bb97d3fb559053,
        _:N39d46fe424514a33b415eb8e318b6b95,
        _:N4ed08e22bd9a44a9bffedf74a0f3deb5,
        _:N89a07924546e4b9ca1b12a8bd0ec366c,
        _:Na7aee696bb024fde8f917b0984222b79,
        _:Nab88638d3e8948d8915aec999ac36311,
        _:Nada1690eea814101a93413c4473ba539,
        _:Nca7ccff7045f444da971bac9d6af1466,
        _:Nce7030235e2d477aad5da9b687495cdb,
        _:Nec65aeb6fcda41acbb6c369f71921a98,
        _:Nffcdace7e1db436699d01da3af447a83 ;
    mo:track_count 11 ;
    schema:duration "PT14:11"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N1734dd0e07774e1490bb97d3fb559053,
        _:N39d46fe424514a33b415eb8e318b6b95,
        _:N4ed08e22bd9a44a9bffedf74a0f3deb5,
        _:N89a07924546e4b9ca1b12a8bd0ec366c,
        _:Na7aee696bb024fde8f917b0984222b79,
        _:Nab88638d3e8948d8915aec999ac36311,
        _:Nada1690eea814101a93413c4473ba539,
        _:Nca7ccff7045f444da971bac9d6af1466,
        _:Nce7030235e2d477aad5da9b687495cdb,
        _:Nec65aeb6fcda41acbb6c369f71921a98,
        _:Nffcdace7e1db436699d01da3af447a83 .

