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

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

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

<album/108090#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Liberated: Mixtape - Vol.1"@en,
        "Liberated: Mixtape - Vol.1"@ja,
        "Liberated: Mixtape - Vol.1"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Robert Purzycki"@en ;
            foaf:made <album/108090#composition> ;
            foaf:name "Robert Purzycki"@en ] ;
    mo:produced_work <album/108090#musicalwork> ;
    schema:name "Liberated: Mixtape - Vol.1"@en,
        "Liberated: Mixtape - Vol.1"@ja,
        "Liberated: Mixtape - Vol.1"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/09/108090/108090-ff7672eb39c4.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/108090#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-07-30"^^xsd:date ;
    dcterms:title "Liberated: Mixtape - Vol.1"@en,
        "Liberated: Mixtape - Vol.1"@ja,
        "Liberated: Mixtape - Vol.1"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/108090#musicalexpression> ;
    mo:publisher _:Nd697091c3acd46c8a04885eead5bdde9 ;
    mo:record _:Nb32b7ce5363d4143949bb3c2245c286b ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Liberated"@en ;
            foaf:name "Liberated"@en ] ;
    schema:datePublished "2020-07-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/09/108090/108090-ff7672eb39c4.jpg> ;
    schema:name "Liberated: Mixtape - Vol.1"@en,
        "Liberated: Mixtape - Vol.1"@ja,
        "Liberated: Mixtape - Vol.1"@ja-latn ;
    schema:publisher _:Nd697091c3acd46c8a04885eead5bdde9 ;
    foaf:depiction <https://media.vgm.io/albums/09/108090/108090-ff7672eb39c4.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/108090#subject> ;
    schema:name "Robert Purzycki"@en ;
    foaf:made <album/108090#subject> ;
    foaf:name "Robert Purzycki"@en .

_:N4b7b17ad1a30464397471f198a52ceee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mixtape - Vol. 1"@en ;
    mo:track_number 1 ;
    schema:duration "PT42:58"^^xsd:interval ;
    schema:inPlaylist _:Nb32b7ce5363d4143949bb3c2245c286b ;
    schema:name "Mixtape - Vol. 1"@en .

_:Nb32b7ce5363d4143949bb3c2245c286b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4b7b17ad1a30464397471f198a52ceee ;
    mo:track_count 1 ;
    schema:duration "PT42:58"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N4b7b17ad1a30464397471f198a52ceee .

_:Nd697091c3acd46c8a04885eead5bdde9 schema:name "Walkabout"@en,
        "Walkabout"@ja,
        "Walkabout"@ja-latn ;
    foaf:name "Walkabout"@en,
        "Walkabout"@ja,
        "Walkabout"@ja-latn .

