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

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

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

<artist/65129#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31235#subject> ;
    schema:name "Jonathan van den Wijngaarden"@en ;
    foaf:made <album/31235#composition>,
        <album/31235#subject> ;
    foaf:name "Jonathan van den Wijngaarden"@en .

<album/31235#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@en,
        "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@ja,
        "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@ja-latn ;
    mo:composer <artist/65129#subject> ;
    mo:produced_work <album/31235#musicalwork> ;
    schema:name "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@en,
        "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@ja,
        "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@ja-latn .

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

<album/31235#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@en,
        "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@ja,
        "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@ja-latn ;
    mo:performance_of <album/31235#musicalwork> ;
    mo:recorded_as <album/31235#musicalexpression> ;
    schema:name "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@en,
        "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@ja,
        "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@ja-latn ;
    schema:workPerformed <album/31235#musicalwork> .

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

<https://medium-media.vgm.io/albums/53/31235/31235-1326994782.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/31235#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-04-04"^^xsd:date ;
    dcterms:title "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@en,
        "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@ja,
        "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/31235#musicalexpression> ;
    mo:publisher _:Nc7a2eb0d43b74b43ac57a64e26e84f07 ;
    mo:record_count 0 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Adam's Venture Episode II: Solomon's Secret"@en ;
            foaf:name "Adam's Venture Episode II: Solomon's Secret"@en ] ;
    schema:datePublished "2011-04-04"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/53/31235/31235-1326994782.jpg> ;
    schema:name "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@en,
        "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@ja,
        "Adam's Venture Episode II: Solomon's Secret Original Soundtrack"@ja-latn ;
    schema:publisher _:Nc7a2eb0d43b74b43ac57a64e26e84f07 ;
    foaf:depiction <https://media.vgm.io/albums/53/31235/31235-1326994782.jpg> .

_:Nc7a2eb0d43b74b43ac57a64e26e84f07 schema:name "Jonathan vd Wijngaarden"@en,
        "Jonathan vd Wijngaarden"@ja,
        "Jonathan vd Wijngaarden"@ja-latn ;
    foaf:name "Jonathan vd Wijngaarden"@en,
        "Jonathan vd Wijngaarden"@ja,
        "Jonathan vd Wijngaarden"@ja-latn .

