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

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

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

<artist/49754#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/120504#subject> ;
    schema:name "HASEKO"@en ;
    foaf:made <album/120504#composition>,
        <album/120504#subject> ;
    foaf:name "HASEKO"@en .

<event/278> a mo:Release ;
    schema:name "Released at M3-2022 Spring (Apr 24, 2022)" .

<album/120504#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "DEVIL CONTRACT"@en,
        "DEVIL CONTRACT"@ja,
        "DEVIL CONTRACT"@ja-latn ;
    mo:composer <artist/49754#subject> ;
    mo:produced_work <album/120504#musicalwork> ;
    schema:name "DEVIL CONTRACT"@en,
        "DEVIL CONTRACT"@ja,
        "DEVIL CONTRACT"@ja-latn .

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

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

<org/3416#subject> schema:name "Chocofan"@en,
        "ちょこふぁん"@ja,
        "Chocofan"@ja-latn ;
    foaf:name "Chocofan"@en,
        "ちょこふぁん"@ja,
        "Chocofan"@ja-latn .

<https://media.vgm.io/albums/40/120504/120504-412d4c3c2f42.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/120504#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/40/120504/120504-412d4c3c2f42.jpg> ;
    foaf:depicts <album/120504#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/40/120504/120504-412d4c3c2f42.jpg> .

<https://medium-media.vgm.io/albums/40/120504/120504-412d4c3c2f42.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/120504#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-04-24"^^xsd:date ;
    dcterms:title "DEVIL CONTRACT"@en,
        "DEVIL CONTRACT"@ja,
        "DEVIL CONTRACT"@ja-latn ;
    mo:catalogue_number "CFCD-0043" ;
    mo:media_type "CD-R" ;
    mo:publication_of <album/120504#musicalexpression> ;
    mo:publisher <org/3416#subject> ;
    mo:record _:N24ae25c8095741cf991a393ce1d06c8b ;
    mo:record_count 1 ;
    mo:release <event/278> ;
    schema:datePublished "2022-04-24"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/40/120504/120504-412d4c3c2f42.jpg> ;
    schema:name "DEVIL CONTRACT"@en,
        "DEVIL CONTRACT"@ja,
        "DEVIL CONTRACT"@ja-latn ;
    schema:publisher <org/3416#subject> ;
    foaf:depiction <https://media.vgm.io/albums/40/120504/120504-412d4c3c2f42.jpg> .

_:N10fb4bf7f75f4203a4909c5c46fd8af8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GO IN FUTURE"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:N24ae25c8095741cf991a393ce1d06c8b ;
    schema:name "GO IN FUTURE"@en .

_:Nb0e26d721d424ae58729d769e0b18548 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DEVIL CONTRACT"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N24ae25c8095741cf991a393ce1d06c8b ;
    schema:name "DEVIL CONTRACT"@en .

_:N24ae25c8095741cf991a393ce1d06c8b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N10fb4bf7f75f4203a4909c5c46fd8af8,
        _:Nb0e26d721d424ae58729d769e0b18548 ;
    mo:track_count 2 ;
    schema:duration "PT8:57"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N10fb4bf7f75f4203a4909c5c46fd8af8,
        _:Nb0e26d721d424ae58729d769e0b18548 .

