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

<artist/44803#subject> a schema:Person,
        foaf:Person ;
    schema:name "Lacey Johnson"@en ;
    foaf:made <album/137060#subject>,
        <album/137060#vocals> ;
    foaf:name "Lacey Johnson"@en .

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

<artist/719#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/137060#subject> ;
    schema:name "Kenichi Tsuchiya"@en,
        "土屋憲一"@ja ;
    foaf:made <album/137060#composition>,
        <album/137060#subject> ;
    foaf:name "Kenichi Tsuchiya"@en,
        "土屋憲一"@ja .

<artist/983#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/137060#subject> ;
    schema:name "Shoji Meguro"@en,
        "目黒将司"@ja ;
    foaf:made <album/137060#composition>,
        <album/137060#subject> ;
    foaf:name "Shoji Meguro"@en,
        "目黒将司"@ja .

<product/284#subject> a schema:CreativeWork ;
    schema:name "Revelations: Persona"@en,
        "女神異聞録ペルソナ"@ja,
        "Megami Ibunroku Persona"@ja-latn ;
    foaf:name "Revelations: Persona"@en,
        "女神異聞録ペルソナ"@ja,
        "Megami Ibunroku Persona"@ja-latn .

<product/320#subject> a schema:CreativeWork ;
    schema:name "Shin Megami Tensei: Persona 4"@en,
        "ペルソナ4"@ja,
        "Persona 4"@ja-latn ;
    foaf:name "Shin Megami Tensei: Persona 4"@en,
        "ペルソナ4"@ja,
        "Persona 4"@ja-latn .

<product/486#subject> a schema:CreativeWork ;
    schema:name "Persona 2: Innocent sin."@en,
        "ペルソナ2 罪"@ja,
        "Persona 2: Tumi"@ja-latn ;
    foaf:name "Persona 2: Innocent sin."@en,
        "ペルソナ2 罪"@ja,
        "Persona 2: Tumi"@ja-latn .

<release/437#subject> a schema:CreativeWork ;
    schema:name "Shin Megami Tensei: Persona 3 Portable"@en,
        "ペルソナ3 ポータブル"@ja,
        "Persona 3 Portable"@ja-latn ;
    foaf:name "Shin Megami Tensei: Persona 3 Portable"@en,
        "ペルソナ3 ポータブル"@ja,
        "Persona 3 Portable"@ja-latn .

<release/9842#subject> a schema:CreativeWork ;
    schema:name "Persona 5 Royal"@en,
        "ペルソナ５ ザ・ロイヤル"@ja,
        "Persona 5 The Royal"@ja-latn ;
    foaf:name "Persona 5 Royal"@en,
        "ペルソナ５ ザ・ロイヤル"@ja,
        "Persona 5 The Royal"@ja-latn .

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

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

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

<https://media.vgm.io/albums/06/137060/137060-62b4418e7ebd.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/137060#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/06/137060/137060-62b4418e7ebd.jpg> ;
    foaf:depicts <album/137060#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/06/137060/137060-62b4418e7ebd.jpg> .

<https://medium-media.vgm.io/albums/06/137060/137060-62b4418e7ebd.jpg> a schema:ImageObject,
        foaf:Image .

<album/137060#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "This Is Persona."@en,
        "This Is Persona."@ja,
        "This Is Persona."@ja-latn ;
    mo:composer <artist/719#subject>,
        <artist/983#subject> ;
    mo:produced_work <album/137060#musicalwork> ;
    schema:name "This Is Persona."@en,
        "This Is Persona."@ja,
        "This Is Persona."@ja-latn .

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

<album/137060#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-02-16"^^xsd:date ;
    dcterms:title "This Is Persona."@en,
        "This Is Persona."@ja,
        "This Is Persona."@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/137060#musicalexpression> ;
    mo:publisher _:N7496f7d489794517a4bfa8235c4db9c2 ;
    mo:record _:N9120c585f34b4b4ca51740175c92b831 ;
    mo:record_count 1 ;
    schema:about <product/284#subject>,
        <product/320#subject>,
        <product/486#subject>,
        <release/437#subject>,
        <release/9842#subject> ;
    schema:datePublished "2024-02-16"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/06/137060/137060-62b4418e7ebd.jpg> ;
    schema:name "This Is Persona."@en,
        "This Is Persona."@ja,
        "This Is Persona."@ja-latn ;
    schema:publisher _:N7496f7d489794517a4bfa8235c4db9c2 ;
    foaf:depiction <https://media.vgm.io/albums/06/137060/137060-62b4418e7ebd.jpg> .

_:N07dbafb29487446293dee3ace2aa264f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Wiping All Out (Persona 3 Portable) [Featuring Lacey Johnson & Kev Ragone]"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N9120c585f34b4b4ca51740175c92b831 ;
    schema:name "Wiping All Out (Persona 3 Portable) [Featuring Lacey Johnson & Kev Ragone]"@en .

_:N179d7087297e471191403844d33468eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Maya's Theme (Persona 2: Innocent Sin)"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:34"^^xsd:interval ;
    schema:inPlaylist _:N9120c585f34b4b4ca51740175c92b831 ;
    schema:name "Maya's Theme (Persona 2: Innocent Sin)"@en .

_:N6fbc8036f42b4a15850f3cadde023923 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Signs of Love (Persona 4)"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:11"^^xsd:interval ;
    schema:inPlaylist _:N9120c585f34b4b4ca51740175c92b831 ;
    schema:name "Signs of Love (Persona 4)"@en .

_:N7496f7d489794517a4bfa8235c4db9c2 schema:name "Bi Score"@en,
        "Bi Score"@ja,
        "Bi Score"@ja-latn ;
    foaf:name "Bi Score"@en,
        "Bi Score"@ja,
        "Bi Score"@ja-latn .

_:N99253fbbc36f44b38015dc904fb1b6e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Aria of the Soul (The Velvet Room)"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:46"^^xsd:interval ;
    schema:inPlaylist _:N9120c585f34b4b4ca51740175c92b831 ;
    schema:name "Aria of the Soul (The Velvet Room)"@en .

_:Nd25c879fedbc4be5a385a333141ab541 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Lone Prayer (Revelations: Persona) [Featuring Ronin Op F]"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:22"^^xsd:interval ;
    schema:inPlaylist _:N9120c585f34b4b4ca51740175c92b831 ;
    schema:name "A Lone Prayer (Revelations: Persona) [Featuring Ronin Op F]"@en .

_:Ne8fa1028a7e444b7aea6b70ca53e8c26 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ideal and the Real (Persona 5 Royal)"@en ;
    mo:track_number 6 ;
    schema:duration "PT6:02"^^xsd:interval ;
    schema:inPlaylist _:N9120c585f34b4b4ca51740175c92b831 ;
    schema:name "Ideal and the Real (Persona 5 Royal)"@en .

_:N9120c585f34b4b4ca51740175c92b831 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07dbafb29487446293dee3ace2aa264f,
        _:N179d7087297e471191403844d33468eb,
        _:N6fbc8036f42b4a15850f3cadde023923,
        _:N99253fbbc36f44b38015dc904fb1b6e7,
        _:Nd25c879fedbc4be5a385a333141ab541,
        _:Ne8fa1028a7e444b7aea6b70ca53e8c26 ;
    mo:track_count 6 ;
    schema:duration "PT23:33"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N07dbafb29487446293dee3ace2aa264f,
        _:N179d7087297e471191403844d33468eb,
        _:N6fbc8036f42b4a15850f3cadde023923,
        _:N99253fbbc36f44b38015dc904fb1b6e7,
        _:Nd25c879fedbc4be5a385a333141ab541,
        _:Ne8fa1028a7e444b7aea6b70ca53e8c26 .

