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

<album/113282#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Nigetai"@en,
        "逃げたい"@ja,
        "Nigetai"@ja-latn ;
    mo:produced_work <album/113282#musicalwork> ;
    schema:name "Nigetai"@en,
        "逃げたい"@ja,
        "Nigetai"@ja-latn .

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

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

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

<album/113282#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Nigetai"@en,
        "逃げたい"@ja,
        "Nigetai"@ja-latn ;
    mo:performance_of <album/113282#musicalwork> ;
    mo:recorded_as <album/113282#musicalexpression> ;
    schema:name "Nigetai"@en,
        "逃げたい"@ja,
        "Nigetai"@ja-latn ;
    schema:workPerformed <album/113282#musicalwork> .

<https://media.vgm.io/albums/28/113282/113282-98f0c848fc85.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/113282#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/28/113282/113282-98f0c848fc85.jpg> ;
    foaf:depicts <album/113282#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/28/113282/113282-98f0c848fc85.jpg> .

<https://medium-media.vgm.io/albums/28/113282/113282-98f0c848fc85.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/113282#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-07-22"^^xsd:date ;
    dcterms:title "Nigetai"@en,
        "逃げたい"@ja,
        "Nigetai"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/113282#musicalexpression> ;
    mo:publisher _:Nae55ecfaeb8a4f408a5c8a7b119a48ac ;
    mo:record _:Nb9234d15238a4b21ab6e811554513c35 ;
    mo:record_count 1 ;
    schema:datePublished "2021-07-22"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/28/113282/113282-98f0c848fc85.jpg> ;
    schema:name "Nigetai"@en,
        "逃げたい"@ja,
        "Nigetai"@ja-latn ;
    schema:publisher _:Nae55ecfaeb8a4f408a5c8a7b119a48ac ;
    foaf:depiction <https://media.vgm.io/albums/28/113282/113282-98f0c848fc85.jpg> .

_:N0224068af9b04eb3a5c1a6572556a5ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "逃げたい"@ja,
        "Nigetai"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:inPlaylist _:Nb9234d15238a4b21ab6e811554513c35 ;
    schema:name "逃げたい"@ja,
        "Nigetai"@ja-latn .

_:Nae55ecfaeb8a4f408a5c8a7b119a48ac schema:name "siraph"@en,
        "siraph"@ja,
        "siraph"@ja-latn ;
    foaf:name "siraph"@en,
        "siraph"@ja,
        "siraph"@ja-latn .

_:Nb9234d15238a4b21ab6e811554513c35 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0224068af9b04eb3a5c1a6572556a5ed ;
    mo:track_count 1 ;
    schema:duration "PT3:12"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N0224068af9b04eb3a5c1a6572556a5ed .

