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

<artist/68644#subject> a schema:Person,
        foaf:Person ;
    schema:name "Malukah"@en ;
    foaf:made <album/41120#subject>,
        <album/41120#vocals> ;
    foaf:name "Malukah"@en .

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

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

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

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

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

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

<https://medium-media.vgm.io/albums/02/41120/41120-1376605910.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/41120#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-05-08"^^xsd:date ;
    dcterms:title "The Forge"@en,
        "The Forge"@ja,
        "The Forge"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/41120#musicalexpression> ;
    mo:publisher _:Nc2b3a62a2d1b4d7f93229efb3780ad4b ;
    mo:record _:N658aea55e48e49129829e0d702423354 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "The Forge"@en ;
            foaf:name "The Forge"@en ] ;
    schema:datePublished "2013-05-08"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/02/41120/41120-1376605910.jpg> ;
    schema:name "The Forge"@en,
        "The Forge"@ja,
        "The Forge"@ja-latn ;
    schema:publisher _:Nc2b3a62a2d1b4d7f93229efb3780ad4b ;
    foaf:depiction <https://media.vgm.io/albums/02/41120/41120-1376605910.jpg> .

_:N658aea55e48e49129829e0d702423354 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Ncd90aae664d047c6bf1fbff72a65dc83 ;
    mo:track_count 1 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Ncd90aae664d047c6bf1fbff72a65dc83 .

_:Nc2b3a62a2d1b4d7f93229efb3780ad4b schema:name "Austin Wintory"@en,
        "Austin Wintory"@ja,
        "Austin Wintory"@ja-latn ;
    foaf:name "Austin Wintory"@en,
        "Austin Wintory"@ja,
        "Austin Wintory"@ja-latn .

_:Ncd90aae664d047c6bf1fbff72a65dc83 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Forge"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:54"^^xsd:interval ;
    schema:inPlaylist _:N658aea55e48e49129829e0d702423354 ;
    schema:name "The Forge"@en .

