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

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

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

<album/130940#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Hugo Rap!"@en,
        "Hugo Rap!"@ja,
        "Hugo Rap!"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "George Keller"@en ;
            foaf:made <album/130940#composition> ;
            foaf:name "George Keller"@en ] ;
    mo:produced_work <album/130940#musicalwork> ;
    schema:name "Hugo Rap!"@en,
        "Hugo Rap!"@ja,
        "Hugo Rap!"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/04/130940/130940-dc259af124ff.png> a schema:ImageObject,
        foaf:Image .

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

<album/130940#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1990-01-01"^^xsd:date ;
    dcterms:title "Hugo Rap!"@en,
        "Hugo Rap!"@ja,
        "Hugo Rap!"@ja-latn ;
    mo:catalogue_number "HUGOS 1" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/130940#musicalexpression> ;
    mo:publisher _:Nec934c0e0d384675851f800eef09077c ;
    mo:record _:N25c94af672464da88a94d91e52c484be ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Skærmtrolden Hugo"@en ;
            foaf:name "Skærmtrolden Hugo"@en ] ;
    schema:datePublished "1990-01-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/04/130940/130940-dc259af124ff.png> ;
    schema:name "Hugo Rap!"@en,
        "Hugo Rap!"@ja,
        "Hugo Rap!"@ja-latn ;
    schema:publisher _:Nec934c0e0d384675851f800eef09077c ;
    foaf:depiction <https://media.vgm.io/albums/04/130940/130940-dc259af124ff.png> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/130940#subject> ;
    schema:name "George Keller"@en ;
    foaf:made <album/130940#subject> ;
    foaf:name "George Keller"@en .

_:N2067ae5bee4a442ebc07c29df6f9ccbd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gu-Gonat"@danish ;
    mo:track_number 2 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:N25c94af672464da88a94d91e52c484be ;
    schema:name "Gu-Gonat"@danish .

_:Nd3fd0ca37e624904a6a16f09049f2251 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hugo Rap"@danish ;
    mo:track_number 1 ;
    schema:duration "PT4:31"^^xsd:interval ;
    schema:inPlaylist _:N25c94af672464da88a94d91e52c484be ;
    schema:name "Hugo Rap"@danish .

_:Nec934c0e0d384675851f800eef09077c schema:name "Mega Records"@en,
        "Mega Records"@ja,
        "Mega Records"@ja-latn ;
    foaf:name "Mega Records"@en,
        "Mega Records"@ja,
        "Mega Records"@ja-latn .

_:N25c94af672464da88a94d91e52c484be a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2067ae5bee4a442ebc07c29df6f9ccbd,
        _:Nd3fd0ca37e624904a6a16f09049f2251 ;
    mo:track_count 2 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N2067ae5bee4a442ebc07c29df6f9ccbd,
        _:Nd3fd0ca37e624904a6a16f09049f2251 .

