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

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

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

<artist/46420#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/138020#subject> ;
    schema:name "Tatsunoshin"@en ;
    foaf:made <album/138020#composition>,
        <album/138020#subject> ;
    foaf:name "Tatsunoshin"@en .

<album/138020#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "In Your Arms / Tatsunoshin"@en,
        "In Your Arms / Tatsunoshin"@ja,
        "In Your Arms / Tatsunoshin"@ja-latn ;
    mo:composer <artist/46420#subject> ;
    mo:produced_work <album/138020#musicalwork> ;
    schema:name "In Your Arms / Tatsunoshin"@en,
        "In Your Arms / Tatsunoshin"@ja,
        "In Your Arms / Tatsunoshin"@ja-latn .

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

<album/138020#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "In Your Arms / Tatsunoshin"@en,
        "In Your Arms / Tatsunoshin"@ja,
        "In Your Arms / Tatsunoshin"@ja-latn ;
    mo:performance_of <album/138020#musicalwork> ;
    mo:recorded_as <album/138020#musicalexpression> ;
    schema:name "In Your Arms / Tatsunoshin"@en,
        "In Your Arms / Tatsunoshin"@ja,
        "In Your Arms / Tatsunoshin"@ja-latn ;
    schema:workPerformed <album/138020#musicalwork> .

<https://media.vgm.io/albums/02/138020/138020-fa343d372efe.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/138020#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/02/138020/138020-fa343d372efe.png> ;
    foaf:depicts <album/138020#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/02/138020/138020-fa343d372efe.png> .

<https://medium-media.vgm.io/albums/02/138020/138020-fa343d372efe.png> a schema:ImageObject,
        foaf:Image .

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

<album/138020#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-01-16"^^xsd:date ;
    dcterms:title "In Your Arms / Tatsunoshin"@en,
        "In Your Arms / Tatsunoshin"@ja,
        "In Your Arms / Tatsunoshin"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/138020#musicalexpression> ;
    mo:publisher _:N82c93e78bc624955af0739f6451fd037 ;
    mo:record _:N31152b5701b048128dc59539b3578875 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "ABEAR CUP VOL.8"@en ;
            foaf:name "ABEAR CUP VOL.8"@en ] ;
    schema:datePublished "2024-01-16"^^xsd:date ;
    schema:genre "Event" ;
    schema:image <https://media.vgm.io/albums/02/138020/138020-fa343d372efe.png> ;
    schema:name "In Your Arms / Tatsunoshin"@en,
        "In Your Arms / Tatsunoshin"@ja,
        "In Your Arms / Tatsunoshin"@ja-latn ;
    schema:publisher _:N82c93e78bc624955af0739f6451fd037 ;
    foaf:depiction <https://media.vgm.io/albums/02/138020/138020-fa343d372efe.png> .

_:N31152b5701b048128dc59539b3578875 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N82d1254098e64fe597f849f612f46d9c ;
    mo:track_count 1 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N82d1254098e64fe597f849f612f46d9c .

_:N82c93e78bc624955af0739f6451fd037 schema:name "ABEAR CUP"@en,
        "ABEAR CUP"@ja,
        "ABEAR CUP"@ja-latn ;
    foaf:name "ABEAR CUP"@en,
        "ABEAR CUP"@ja,
        "ABEAR CUP"@ja-latn .

_:N82d1254098e64fe597f849f612f46d9c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In Your Arms (feat. Tatsunoshin)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:N31152b5701b048128dc59539b3578875 ;
    schema:name "In Your Arms (feat. Tatsunoshin)"@en .

