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

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

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

<artist/38786#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/94281#subject> ;
    schema:name "Hiro"@en ;
    foaf:made <album/94281#composition>,
        <album/94281#subject> ;
    foaf:name "Hiro"@en .

<album/94281#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Take Me Out to the Hospital"@en,
        "私を病院へ連れてって"@ja,
        "Watashi o Byoin e Tsuretette"@ja-latn ;
    mo:composer <artist/38786#subject> ;
    mo:produced_work <album/94281#musicalwork> ;
    schema:name "Take Me Out to the Hospital"@en,
        "私を病院へ連れてって"@ja,
        "Watashi o Byoin e Tsuretette"@ja-latn .

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

<album/94281#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Take Me Out to the Hospital"@en,
        "私を病院へ連れてって"@ja,
        "Watashi o Byoin e Tsuretette"@ja-latn ;
    mo:performance_of <album/94281#musicalwork> ;
    mo:recorded_as <album/94281#musicalexpression> ;
    schema:name "Take Me Out to the Hospital"@en,
        "私を病院へ連れてって"@ja,
        "Watashi o Byoin e Tsuretette"@ja-latn ;
    schema:workPerformed <album/94281#musicalwork> .

<https://media.vgm.io/albums/18/94281/94281-1576507974.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/94281#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/18/94281/94281-1576507974.png> ;
    foaf:depicts <album/94281#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/18/94281/94281-1576507974.png> .

<https://medium-media.vgm.io/albums/18/94281/94281-1576507974.png> a schema:ImageObject,
        foaf:Image .

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

<album/94281#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-05-20"^^xsd:date ;
    dcterms:title "Take Me Out to the Hospital"@en,
        "私を病院へ連れてって"@ja,
        "Watashi o Byoin e Tsuretette"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/94281#musicalexpression> ;
    mo:publisher _:N2499a2694cbf40c7a46fb0e3fe2565ee ;
    mo:record _:N02890e3dd080447883afbedfd15eeab3 ;
    mo:record_count 1 ;
    schema:datePublished "2019-05-20"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/18/94281/94281-1576507974.png> ;
    schema:name "Take Me Out to the Hospital"@en,
        "私を病院へ連れてって"@ja,
        "Watashi o Byoin e Tsuretette"@ja-latn ;
    schema:publisher _:N2499a2694cbf40c7a46fb0e3fe2565ee ;
    foaf:depiction <https://media.vgm.io/albums/18/94281/94281-1576507974.png> .

_:N02890e3dd080447883afbedfd15eeab3 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N161cb46e11b64c2f9b6a754b38164472 ;
    mo:track_count 1 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N161cb46e11b64c2f9b6a754b38164472 .

_:N161cb46e11b64c2f9b6a754b38164472 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Take Me Out to the Hospital"@en,
        "私を病院へ連れてって"@ja ;
    mo:track_number 1 ;
    schema:duration "PT2:40"^^xsd:interval ;
    schema:inPlaylist _:N02890e3dd080447883afbedfd15eeab3 ;
    schema:name "Take Me Out to the Hospital"@en,
        "私を病院へ連れてって"@ja .

_:N2499a2694cbf40c7a46fb0e3fe2565ee schema:name "Hiro music records"@en ;
    foaf:name "Hiro music records"@en .

