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

<album/145312#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Vectorman"@en,
        "Vectorman"@ja,
        "Vectorman"@ja-latn ;
    mo:produced_work <album/145312#musicalwork> ;
    schema:name "Vectorman"@en,
        "Vectorman"@ja,
        "Vectorman"@ja-latn .

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

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

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

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

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

<https://media.vgm.io/albums/21/145312/145312-6676d9889408.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/145312#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/21/145312/145312-6676d9889408.jpg> ;
    foaf:depicts <album/145312#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/21/145312/145312-6676d9889408.jpg> .

<https://medium-media.vgm.io/albums/21/145312/145312-6676d9889408.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/145312#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-03-28"^^xsd:date ;
    dcterms:title "Vectorman"@en,
        "Vectorman"@ja,
        "Vectorman"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/145312#musicalexpression> ;
    mo:publisher _:N0a583f41a278438f8a7695e220585f31 ;
    mo:record _:Nd76286c005e54a38aea3f5beab492e9b ;
    mo:record_count 1 ;
    schema:about <product/6104#subject> ;
    schema:datePublished "2019-03-28"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/21/145312/145312-6676d9889408.jpg> ;
    schema:name "Vectorman"@en,
        "Vectorman"@ja,
        "Vectorman"@ja-latn ;
    schema:publisher _:N0a583f41a278438f8a7695e220585f31 ;
    foaf:depiction <https://media.vgm.io/albums/21/145312/145312-6676d9889408.jpg> .

_:N0a583f41a278438f8a7695e220585f31 schema:name "Earthquaker"@en,
        "Earthquaker"@ja,
        "Earthquaker"@ja-latn ;
    foaf:name "Earthquaker"@en,
        "Earthquaker"@ja,
        "Earthquaker"@ja-latn .

_:N0ed83a6c37874a458179be361482c3c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Vectorman"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:inPlaylist _:Nd76286c005e54a38aea3f5beab492e9b ;
    schema:name "Vectorman"@en .

_:Nd76286c005e54a38aea3f5beab492e9b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0ed83a6c37874a458179be361482c3c9 ;
    mo:track_count 1 ;
    schema:duration "PT3:06"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N0ed83a6c37874a458179be361482c3c9 .

