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

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

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

<artist/49288#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/27726#subject> ;
    schema:name "Jan Müller-Michaelis"@en ;
    foaf:made <album/27726#composition>,
        <album/27726#subject> ;
    foaf:name "Jan Müller-Michaelis"@en .

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

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

<org/1579#subject> schema:name "Daedalic Entertainment"@en,
        "Daedalic Entertainment"@ja,
        "Daedalic Entertainment"@ja-latn ;
    foaf:name "Daedalic Entertainment"@en,
        "Daedalic Entertainment"@ja,
        "Daedalic Entertainment"@ja-latn .

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

<https://medium-media.vgm.io/albums/62/27726/27726-1407979058.jpg> a schema:ImageObject,
        foaf:Image .

<album/27726#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Harveys Soundtrack"@en,
        "Harveys Soundtrack"@ja,
        "Harveys Soundtrack"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Periscope Studio"@en ;
            foaf:made <album/27726#composition> ;
            foaf:name "Periscope Studio"@en ],
        <artist/49288#subject> ;
    mo:produced_work <album/27726#musicalwork> ;
    schema:name "Harveys Soundtrack"@en,
        "Harveys Soundtrack"@ja,
        "Harveys Soundtrack"@ja-latn .

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

<album/27726#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-08-26"^^xsd:date ;
    dcterms:title "Harveys Soundtrack"@en,
        "Harveys Soundtrack"@ja,
        "Harveys Soundtrack"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/27726#musicalexpression> ;
    mo:publisher <org/1579#subject> ;
    mo:record _:Na627804e08cb4452b82d3b048145eb12 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Edna & Harvey: Harvey's New Eyes"@en ;
            foaf:name "Edna & Harvey: Harvey's New Eyes"@en ] ;
    schema:datePublished "2011-08-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/62/27726/27726-1407979058.jpg> ;
    schema:name "Harveys Soundtrack"@en,
        "Harveys Soundtrack"@ja,
        "Harveys Soundtrack"@ja-latn ;
    schema:publisher <org/1579#subject> ;
    foaf:depiction <https://media.vgm.io/albums/62/27726/27726-1407979058.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/27726#subject> ;
    schema:name "Periscope Studio"@en ;
    foaf:made <album/27726#subject> ;
    foaf:name "Periscope Studio"@en .

_:Na627804e08cb4452b82d3b048145eb12 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nb839a16da9c345f7b7d44812540f03b8 ;
    mo:track_count 1 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nb839a16da9c345f7b7d44812540f03b8 .

_:Nb839a16da9c345f7b7d44812540f03b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nadel und Faden"@de ;
    mo:track_number 1 ;
    schema:duration "PT4:25"^^xsd:interval ;
    schema:inPlaylist _:Na627804e08cb4452b82d3b048145eb12 ;
    schema:name "Nadel und Faden"@de .

