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

<album/109130#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Home (with Friends)"@en,
        "Home (with Friends)"@ja,
        "Home (with Friends)"@ja-latn ;
    mo:produced_work <album/109130#musicalwork> ;
    schema:name "Home (with Friends)"@en,
        "Home (with Friends)"@ja,
        "Home (with Friends)"@ja-latn .

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

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

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

<album/109130#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Home (with Friends)"@en,
        "Home (with Friends)"@ja,
        "Home (with Friends)"@ja-latn ;
    mo:performance_of <album/109130#musicalwork> ;
    mo:recorded_as <album/109130#musicalexpression> ;
    schema:name "Home (with Friends)"@en,
        "Home (with Friends)"@ja,
        "Home (with Friends)"@ja-latn ;
    schema:workPerformed <album/109130#musicalwork> .

<https://media.vgm.io/albums/03/109130/109130-4ecaf71976e5.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/109130#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/03/109130/109130-4ecaf71976e5.jpg> ;
    foaf:depicts <album/109130#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/03/109130/109130-4ecaf71976e5.jpg> .

<https://medium-media.vgm.io/albums/03/109130/109130-4ecaf71976e5.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/109130#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2019-02-01"^^xsd:date ;
    dcterms:title "Home (with Friends)"@en,
        "Home (with Friends)"@ja,
        "Home (with Friends)"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/109130#musicalexpression> ;
    mo:publisher _:N92c03ceb77b1413b8fe9b34374e79d28 ;
    mo:record _:N3a560f12f36a414b8512b342a9e2b7db ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Personal Space Invaders"@en ;
            foaf:name "Personal Space Invaders"@en ] ;
    schema:datePublished "2019-02-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/03/109130/109130-4ecaf71976e5.jpg> ;
    schema:name "Home (with Friends)"@en,
        "Home (with Friends)"@ja,
        "Home (with Friends)"@ja-latn ;
    schema:publisher _:N92c03ceb77b1413b8fe9b34374e79d28 ;
    foaf:depiction <https://media.vgm.io/albums/03/109130/109130-4ecaf71976e5.jpg> .

_:N3a560f12f36a414b8512b342a9e2b7db a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N43323360352f4523a0e1e3e0426954a0 ;
    mo:track_count 1 ;
    schema:duration "PT1:14"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N43323360352f4523a0e1e3e0426954a0 .

_:N43323360352f4523a0e1e3e0426954a0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Home (with Friends)"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:14"^^xsd:interval ;
    schema:inPlaylist _:N3a560f12f36a414b8512b342a9e2b7db ;
    schema:name "Home (with Friends)"@en .

_:N92c03ceb77b1413b8fe9b34374e79d28 schema:name "Bandcamp"@en ;
    foaf:name "Bandcamp"@en .

