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

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

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

<artist/505#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/97271#subject> ;
    schema:name "Robin Beanland"@en ;
    foaf:made <album/97271#composition>,
        <album/97271#subject> ;
    foaf:name "Robin Beanland"@en .

<product/8358#subject> a schema:CreativeWork ;
    schema:name "Sea of Thieves"@en,
        "Sea of Thieves"@ja,
        "Sea of Thieves"@ja-latn ;
    foaf:name "Sea of Thieves"@en,
        "Sea of Thieves"@ja,
        "Sea of Thieves"@ja-latn .

<album/97271#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Into the Heart of Fire"@en,
        "Into the Heart of Fire"@ja,
        "Into the Heart of Fire"@ja-latn ;
    mo:composer <artist/505#subject> ;
    mo:produced_work <album/97271#musicalwork> ;
    schema:name "Into the Heart of Fire"@en,
        "Into the Heart of Fire"@ja,
        "Into the Heart of Fire"@ja-latn .

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

<album/97271#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Into the Heart of Fire"@en,
        "Into the Heart of Fire"@ja,
        "Into the Heart of Fire"@ja-latn ;
    mo:performance_of <album/97271#musicalwork> ;
    mo:recorded_as <album/97271#musicalexpression> ;
    schema:name "Into the Heart of Fire"@en,
        "Into the Heart of Fire"@ja,
        "Into the Heart of Fire"@ja-latn ;
    schema:workPerformed <album/97271#musicalwork> .

<org/2633#subject> schema:name "Microsoft"@en,
        "Microsoft"@ja,
        "Microsoft"@ja-latn ;
    foaf:name "Microsoft"@en,
        "Microsoft"@ja,
        "Microsoft"@ja-latn .

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

<https://medium-media.vgm.io/albums/17/97271/97271-1584710933.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/97271#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-03-20"^^xsd:date ;
    dcterms:title "Into the Heart of Fire"@en,
        "Into the Heart of Fire"@ja,
        "Into the Heart of Fire"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/97271#musicalexpression> ;
    mo:publisher <org/2633#subject> ;
    mo:record _:N0911134753be4cceb57d387f03b0aa4c ;
    mo:record_count 1 ;
    schema:about <product/8358#subject> ;
    schema:datePublished "2020-03-20"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/17/97271/97271-1584710933.jpg> ;
    schema:name "Into the Heart of Fire"@en,
        "Into the Heart of Fire"@ja,
        "Into the Heart of Fire"@ja-latn ;
    schema:publisher <org/2633#subject> ;
    foaf:depiction <https://media.vgm.io/albums/17/97271/97271-1584710933.jpg> .

_:N0911134753be4cceb57d387f03b0aa4c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N60714220426a4fea9259660a205f3141 ;
    mo:track_count 1 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N60714220426a4fea9259660a205f3141 .

_:N60714220426a4fea9259660a205f3141 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Into the Heart of Fire (Original Game Soundtrack)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:N0911134753be4cceb57d387f03b0aa4c ;
    schema:name "Into the Heart of Fire (Original Game Soundtrack)"@en .

