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

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

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

<album/32340#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "And Yet It Moves"@en,
        "And Yet It Moves"@ja,
        "And Yet It Moves"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Christoph Binder"@en ;
            foaf:made <album/32340#composition> ;
            foaf:name "Christoph Binder"@en ] ;
    mo:produced_work <album/32340#musicalwork> ;
    schema:name "And Yet It Moves"@en,
        "And Yet It Moves"@ja,
        "And Yet It Moves"@ja-latn .

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

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

<org/1062#subject> schema:name "Humble Bundle"@en,
        "Humble Bundle"@ja,
        "Humble Bundle"@ja-latn ;
    foaf:name "Humble Bundle"@en,
        "Humble Bundle"@ja,
        "Humble Bundle"@ja-latn .

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

<https://medium-media.vgm.io/albums/04/32340/32340-1420375826.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/32340#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2011-07-26"^^xsd:date ;
    dcterms:title "And Yet It Moves"@en,
        "And Yet It Moves"@ja,
        "And Yet It Moves"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/32340#musicalexpression> ;
    mo:publisher <org/1062#subject> ;
    mo:record _:Na0e0a2c2cc144ea3bec5adca6f7defad ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "And Yet It Moves"@en ;
            foaf:name "And Yet It Moves"@en ] ;
    schema:datePublished "2011-07-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/04/32340/32340-1420375826.jpg> ;
    schema:name "And Yet It Moves"@en,
        "And Yet It Moves"@ja,
        "And Yet It Moves"@ja-latn ;
    schema:publisher <org/1062#subject> ;
    foaf:depiction <https://media.vgm.io/albums/04/32340/32340-1420375826.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/32340#subject> ;
    schema:name "Christoph Binder"@en ;
    foaf:made <album/32340#subject> ;
    foaf:name "Christoph Binder"@en .

_:N22a56ff2a4e940078743c133367ed58b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Credits"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:57"^^xsd:interval ;
    schema:inPlaylist _:Na0e0a2c2cc144ea3bec5adca6f7defad ;
    schema:name "Credits"@en .

_:Nc931fba544844dd4b7625e6b7bef28f4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Menu"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:inPlaylist _:Na0e0a2c2cc144ea3bec5adca6f7defad ;
    schema:name "Menu"@en .

_:Na0e0a2c2cc144ea3bec5adca6f7defad a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N22a56ff2a4e940078743c133367ed58b,
        _:Nc931fba544844dd4b7625e6b7bef28f4 ;
    mo:track_count 2 ;
    schema:duration "PT3:02"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N22a56ff2a4e940078743c133367ed58b,
        _:Nc931fba544844dd4b7625e6b7bef28f4 .

