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

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

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

<artist/13860#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/121209#subject> ;
    schema:name "Yuki Hayashi"@en,
        "林ゆうき"@ja ;
    foaf:made <album/121209#composition>,
        <album/121209#subject> ;
    foaf:name "Yuki Hayashi"@en,
        "林ゆうき"@ja .

<album/121209#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Borderless Resonance"@en,
        "Borderless Resonance"@ja,
        "Borderless Resonance"@ja-latn ;
    mo:composer <artist/13860#subject> ;
    mo:produced_work <album/121209#musicalwork> ;
    schema:name "Borderless Resonance"@en,
        "Borderless Resonance"@ja,
        "Borderless Resonance"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/90/121209/121209-fdfe079f10a2.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/121209#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-06-06"^^xsd:date ;
    dcterms:title "Borderless Resonance"@en,
        "Borderless Resonance"@ja,
        "Borderless Resonance"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/121209#musicalexpression> ;
    mo:publisher _:N00b1ced5d6f54a4fbf958d671b777fe8 ;
    mo:record _:N39d7232f07784ef6888284f373951e6d ;
    mo:record_count 1 ;
    schema:datePublished "2022-06-06"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/90/121209/121209-fdfe079f10a2.jpg> ;
    schema:name "Borderless Resonance"@en,
        "Borderless Resonance"@ja,
        "Borderless Resonance"@ja-latn ;
    schema:publisher _:N00b1ced5d6f54a4fbf958d671b777fe8 ;
    foaf:depiction <https://media.vgm.io/albums/90/121209/121209-fdfe079f10a2.jpg> .

_:N00b1ced5d6f54a4fbf958d671b777fe8 schema:name "Futokorogatana"@en,
        "Futokorogatana"@ja,
        "Futokorogatana"@ja-latn ;
    foaf:name "Futokorogatana"@en,
        "Futokorogatana"@ja,
        "Futokorogatana"@ja-latn .

_:N39d7232f07784ef6888284f373951e6d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nf008cc9eb82640d4a73017d618115a2b ;
    mo:track_count 1 ;
    schema:duration "PT7:06"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nf008cc9eb82640d4a73017d618115a2b .

_:Nf008cc9eb82640d4a73017d618115a2b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Borderless Resonance"@en ;
    mo:track_number 1 ;
    schema:duration "PT7:06"^^xsd:interval ;
    schema:inPlaylist _:N39d7232f07784ef6888284f373951e6d ;
    schema:name "Borderless Resonance"@en .

