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

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

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

<artist/27417#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/87422#subject> ;
    schema:name "Pascal Michael Stiefel"@en ;
    foaf:made <album/87422#composition>,
        <album/87422#subject> ;
    foaf:name "Pascal Michael Stiefel"@en .

<product/6137#subject> a schema:CreativeWork ;
    schema:name "A Hat in Time"@en,
        "A Hat in Time"@ja,
        "A Hat in Time"@ja-latn ;
    foaf:name "A Hat in Time"@en,
        "A Hat in Time"@ja,
        "A Hat in Time"@ja-latn .

<album/87422#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Rush Hour (From \"A Hat in Time\")"@en,
        "Rush Hour"@ja,
        "Rush Hour (From \"A Hat in Time\")"@ja-latn ;
    mo:composer <artist/27417#subject> ;
    mo:produced_work <album/87422#musicalwork> ;
    schema:name "Rush Hour (From \"A Hat in Time\")"@en,
        "Rush Hour"@ja,
        "Rush Hour (From \"A Hat in Time\")"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/22/87422/87422-1559721045.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/87422#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Rush Hour (From \"A Hat in Time\")"@en,
        "Rush Hour"@ja,
        "Rush Hour (From \"A Hat in Time\")"@ja-latn ;
    mo:performance_of <album/87422#musicalwork> ;
    mo:performer <artist/42324#subject> ;
    mo:recorded_as <album/87422#musicalexpression> ;
    schema:byArtist <artist/42324#subject> ;
    schema:name "Rush Hour (From \"A Hat in Time\")"@en,
        "Rush Hour"@ja,
        "Rush Hour (From \"A Hat in Time\")"@ja-latn ;
    schema:workPerformed <album/87422#musicalwork> .

<artist/42324#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/87422#performance> ;
    schema:name "Yuki Kyle"@en ;
    foaf:name "Yuki Kyle"@en .

<album/87422#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-05-30"^^xsd:date ;
    dcterms:title "Rush Hour (From \"A Hat in Time\")"@en,
        "Rush Hour"@ja,
        "Rush Hour (From \"A Hat in Time\")"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/87422#musicalexpression> ;
    mo:publisher _:Ncfc91fee891d49a6aa1a665e3ec2c98d ;
    mo:record _:N2d5eb9a456a542d98ba16af7a7c2c167 ;
    mo:record_count 1 ;
    schema:about <product/6137#subject> ;
    schema:byArtist <artist/42324#subject> ;
    schema:datePublished "2019-05-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/87422/87422-1559721045.jpg> ;
    schema:name "Rush Hour (From \"A Hat in Time\")"@en,
        "Rush Hour"@ja,
        "Rush Hour (From \"A Hat in Time\")"@ja-latn ;
    schema:publisher _:Ncfc91fee891d49a6aa1a665e3ec2c98d ;
    foaf:depiction <https://media.vgm.io/albums/22/87422/87422-1559721045.jpg> .

_:N2d5eb9a456a542d98ba16af7a7c2c167 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N435503fd69374386b7c7087b2d947a71 ;
    mo:track_count 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N435503fd69374386b7c7087b2d947a71 .

_:N435503fd69374386b7c7087b2d947a71 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rush Hour (From \"A Hat in Time\")"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2d5eb9a456a542d98ba16af7a7c2c167 ;
    schema:name "Rush Hour (From \"A Hat in Time\")"@en .

_:Ncfc91fee891d49a6aa1a665e3ec2c98d schema:name "Yuki Kyle"@en ;
    foaf:name "Yuki Kyle"@en .

