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

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

<artist/11683#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96636#subject> ;
    schema:name "Clint Mansell"@en ;
    foaf:made <album/96636#composition>,
        <album/96636#subject> ;
    foaf:name "Clint Mansell"@en .

<artist/1199#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96636#subject> ;
    schema:name "Richard Jacques"@en ;
    foaf:made <album/96636#composition>,
        <album/96636#subject> ;
    foaf:name "Richard Jacques"@en .

<artist/2264#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96636#subject> ;
    schema:name "Christopher Lennertz"@en ;
    foaf:made <album/96636#composition>,
        <album/96636#subject> ;
    foaf:name "Christopher Lennertz"@en .

<artist/4285#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96636#subject> ;
    schema:name "Sam Hulick"@en ;
    foaf:made <album/96636#composition>,
        <album/96636#subject> ;
    foaf:name "Sam Hulick"@en .

<artist/993#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/96636#subject> ;
    schema:name "Jack Wall"@en ;
    foaf:made <album/96636#composition>,
        <album/96636#subject> ;
    foaf:name "Jack Wall"@en .

<product/1185#subject> a schema:CreativeWork ;
    schema:name "Mass Effect"@en,
        "Mass Effect"@ja,
        "Mass Effect"@ja-latn ;
    foaf:name "Mass Effect"@en,
        "Mass Effect"@ja,
        "Mass Effect"@ja-latn .

<product/1187#subject> a schema:CreativeWork ;
    schema:name "Mass Effect 3"@en,
        "Mass Effect 3"@ja,
        "Mass Effect 3"@ja-latn ;
    foaf:name "Mass Effect 3"@en,
        "Mass Effect 3"@ja,
        "Mass Effect 3"@ja-latn .

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

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

<org/1517#subject> schema:name "Materia Collective"@en,
        "Materia Collective"@ja,
        "Materia Collective"@ja-latn ;
    foaf:name "Materia Collective"@en,
        "Materia Collective"@ja,
        "Materia Collective"@ja-latn .

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

<https://medium-media.vgm.io/albums/63/96636/96636-1582646017.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<artist/68644#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/96636#performance> ;
    schema:name "Malukah"@en ;
    foaf:made <album/96636#lyrics>,
        <album/96636#subject> ;
    foaf:name "Malukah"@en .

<album/96636#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Reignite"@en,
        "Reignite"@ja,
        "Reignite"@ja-latn ;
    mo:composer <artist/11683#subject>,
        <artist/1199#subject>,
        <artist/2264#subject>,
        <artist/4285#subject>,
        <artist/993#subject> ;
    mo:produced_work <album/96636#musicalwork> ;
    schema:name "Reignite"@en,
        "Reignite"@ja,
        "Reignite"@ja-latn .

<album/96636#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-02-21"^^xsd:date ;
    dcterms:title "Reignite"@en,
        "Reignite"@ja,
        "Reignite"@ja-latn ;
    mo:catalogue_number "MCOL-0270" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/96636#musicalexpression> ;
    mo:publisher <org/1517#subject> ;
    mo:record _:N549e93aeb0fa4fd1830c2d1a7fe8f634 ;
    mo:record_count 1 ;
    schema:about <product/1185#subject>,
        <product/1187#subject> ;
    schema:byArtist <artist/68644#subject> ;
    schema:datePublished "2020-02-21"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/63/96636/96636-1582646017.jpg> ;
    schema:name "Reignite"@en,
        "Reignite"@ja,
        "Reignite"@ja-latn ;
    schema:publisher <org/1517#subject> ;
    foaf:depiction <https://media.vgm.io/albums/63/96636/96636-1582646017.jpg> .

_:N549e93aeb0fa4fd1830c2d1a7fe8f634 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nabeaec7a16b74f8b8f4bb8fe65c408b6 ;
    mo:track_count 1 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nabeaec7a16b74f8b8f4bb8fe65c408b6 .

_:Nabeaec7a16b74f8b8f4bb8fe65c408b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reignite"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N549e93aeb0fa4fd1830c2d1a7fe8f634 ;
    schema:name "Reignite"@en .

