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

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

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

<artist/15887#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/78109#subject> ;
    schema:name "Chris Remo"@en ;
    foaf:made <album/78109#composition>,
        <album/78109#subject> ;
    foaf:name "Chris Remo"@en .

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

<album/78109#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Tacoma Teaser Soundtrack"@en,
        "Tacoma Teaser Soundtrack"@ja,
        "Tacoma Teaser Soundtrack"@ja-latn ;
    mo:composer <artist/15887#subject> ;
    mo:produced_work <album/78109#musicalwork> ;
    schema:name "Tacoma Teaser Soundtrack"@en,
        "Tacoma Teaser Soundtrack"@ja,
        "Tacoma Teaser Soundtrack"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/90/78109/78109-1527808314.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/78109#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-12-06"^^xsd:date ;
    dcterms:title "Tacoma Teaser Soundtrack"@en,
        "Tacoma Teaser Soundtrack"@ja,
        "Tacoma Teaser Soundtrack"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/78109#musicalexpression> ;
    mo:publisher _:Na12a8a37b657431d8eb5d2ff0fb48cc4 ;
    mo:record _:N9370e11fd2c641c482cf0f04efd2774e ;
    mo:record_count 1 ;
    schema:about <product/18186#subject> ;
    schema:datePublished "2014-12-06"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/90/78109/78109-1527808314.jpg> ;
    schema:name "Tacoma Teaser Soundtrack"@en,
        "Tacoma Teaser Soundtrack"@ja,
        "Tacoma Teaser Soundtrack"@ja-latn ;
    schema:publisher _:Na12a8a37b657431d8eb5d2ff0fb48cc4 ;
    foaf:depiction <https://media.vgm.io/albums/90/78109/78109-1527808314.jpg> .

_:N9370e11fd2c641c482cf0f04efd2774e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Na78be21b4b884600a8fc4b3d72205948 ;
    mo:track_count 1 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Na78be21b4b884600a8fc4b3d72205948 .

_:Na12a8a37b657431d8eb5d2ff0fb48cc4 schema:name "Chris Remo"@en,
        "Chris Remo"@ja,
        "Chris Remo"@ja-latn ;
    foaf:name "Chris Remo"@en,
        "Chris Remo"@ja,
        "Chris Remo"@ja-latn .

_:Na78be21b4b884600a8fc4b3d72205948 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tacoma Teaser Soundtrack"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:19"^^xsd:interval ;
    schema:inPlaylist _:N9370e11fd2c641c482cf0f04efd2774e ;
    schema:name "Tacoma Teaser Soundtrack"@en .

