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

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

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

<artist/10601#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/120706#subject> ;
    schema:name "Atlus Sound Team"@en ;
    foaf:made <album/120706#composition>,
        <album/120706#subject> ;
    foaf:name "Atlus Sound Team"@en .

<artist/4795#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/120706#subject> ;
    schema:name "Reiko Tanaka"@en,
        "田中怜子"@ja ;
    foaf:made <album/120706#composition>,
        <album/120706#subject> ;
    foaf:name "Reiko Tanaka"@en,
        "田中怜子"@ja .

<artist/6904#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/120706#subject> ;
    schema:name "Shihoko Hirata"@en,
        "平田志穂子"@ja ;
    foaf:made <album/120706#composition>,
        <album/120706#subject> ;
    foaf:name "Shihoko Hirata"@en,
        "平田志穂子"@ja .

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

<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 .

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

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

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

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

<https://medium-media.vgm.io/albums/60/120706/120706-e6f05d0dba04.png> a schema:ImageObject,
        foaf:Image .

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

<album/120706#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Midnight Channel"@en,
        "The Midnight Channel"@ja,
        "The Midnight Channel"@ja-latn ;
    mo:composer <artist/10601#subject>,
        <artist/4795#subject>,
        <artist/6904#subject>,
        <artist/983#subject> ;
    mo:produced_work <album/120706#musicalwork> ;
    schema:name "The Midnight Channel"@en,
        "The Midnight Channel"@ja,
        "The Midnight Channel"@ja-latn .

<album/120706#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-10-22"^^xsd:date ;
    dcterms:title "The Midnight Channel"@en,
        "The Midnight Channel"@ja,
        "The Midnight Channel"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/120706#musicalexpression> ;
    mo:publisher _:N1867b8a4e2eb4e54b73b21d52f02059c ;
    mo:record _:N0e0bf5b0692d47958297f28a6a804c9e ;
    mo:record_count 1 ;
    schema:about <product/320#subject> ;
    schema:datePublished "2021-10-22"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/60/120706/120706-e6f05d0dba04.png> ;
    schema:name "The Midnight Channel"@en,
        "The Midnight Channel"@ja,
        "The Midnight Channel"@ja-latn ;
    schema:publisher _:N1867b8a4e2eb4e54b73b21d52f02059c ;
    foaf:depiction <https://media.vgm.io/albums/60/120706/120706-e6f05d0dba04.png> .

_:N1867b8a4e2eb4e54b73b21d52f02059c schema:name "Lacey Johnson"@en,
        "Lacey Johnson"@ja,
        "Lacey Johnson"@ja-latn ;
    foaf:name "Lacey Johnson"@en,
        "Lacey Johnson"@ja,
        "Lacey Johnson"@ja-latn .

_:N3af53038f404494ebb14d60cdd70e4bc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Heartbeat Heartbreak"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:19"^^xsd:interval ;
    schema:inPlaylist _:N0e0bf5b0692d47958297f28a6a804c9e ;
    schema:name "Heartbeat Heartbreak"@en .

_:N3fd3f59beeca4c35bfd80c57481a77ae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reach Out to the Truth"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N0e0bf5b0692d47958297f28a6a804c9e ;
    schema:name "Reach Out to the Truth"@en .

_:N4165281fadce45b09dcb2de1b6db692b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I'll Face Myself"@en ;
    mo:track_number 6 ;
    schema:duration "PT2:54"^^xsd:interval ;
    schema:inPlaylist _:N0e0bf5b0692d47958297f28a6a804c9e ;
    schema:name "I'll Face Myself"@en .

_:N7d5671cc4cd748438b9b457896939803 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Backside of the TV"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N0e0bf5b0692d47958297f28a6a804c9e ;
    schema:name "Backside of the TV"@en .

_:N8ad0453d3b4b418cbc7b93049e07497d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fog"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:50"^^xsd:interval ;
    schema:inPlaylist _:N0e0bf5b0692d47958297f28a6a804c9e ;
    schema:name "Fog"@en .

_:N96ec13de81e3493ea5e0c80679745610 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Signs of Love"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:56"^^xsd:interval ;
    schema:inPlaylist _:N0e0bf5b0692d47958297f28a6a804c9e ;
    schema:name "Signs of Love"@en .

_:Nbde107fbfad34de5be800eea3b3aa3be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pursuing My True Self"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:04"^^xsd:interval ;
    schema:inPlaylist _:N0e0bf5b0692d47958297f28a6a804c9e ;
    schema:name "Pursuing My True Self"@en .

_:Nc93cadb2cd3a48b7b66f43c2adf09102 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Your Affection"@en ;
    mo:track_number 3 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N0e0bf5b0692d47958297f28a6a804c9e ;
    schema:name "Your Affection"@en .

_:Nd0c4344cb1014df2825feb9997069989 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Specialist"@en ;
    mo:track_number 7 ;
    schema:duration "PT2:50"^^xsd:interval ;
    schema:inPlaylist _:N0e0bf5b0692d47958297f28a6a804c9e ;
    schema:name "Specialist"@en .

_:Nf7b12f2c57a44c7aaa17e5e98ad306e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Time to Make History"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:34"^^xsd:interval ;
    schema:inPlaylist _:N0e0bf5b0692d47958297f28a6a804c9e ;
    schema:name "Time to Make History"@en .

_:N0e0bf5b0692d47958297f28a6a804c9e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N3af53038f404494ebb14d60cdd70e4bc,
        _:N3fd3f59beeca4c35bfd80c57481a77ae,
        _:N4165281fadce45b09dcb2de1b6db692b,
        _:N7d5671cc4cd748438b9b457896939803,
        _:N8ad0453d3b4b418cbc7b93049e07497d,
        _:N96ec13de81e3493ea5e0c80679745610,
        _:Nbde107fbfad34de5be800eea3b3aa3be,
        _:Nc93cadb2cd3a48b7b66f43c2adf09102,
        _:Nd0c4344cb1014df2825feb9997069989,
        _:Nf7b12f2c57a44c7aaa17e5e98ad306e6 ;
    mo:track_count 10 ;
    schema:duration "PT29:08"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N3af53038f404494ebb14d60cdd70e4bc,
        _:N3fd3f59beeca4c35bfd80c57481a77ae,
        _:N4165281fadce45b09dcb2de1b6db692b,
        _:N7d5671cc4cd748438b9b457896939803,
        _:N8ad0453d3b4b418cbc7b93049e07497d,
        _:N96ec13de81e3493ea5e0c80679745610,
        _:Nbde107fbfad34de5be800eea3b3aa3be,
        _:Nc93cadb2cd3a48b7b66f43c2adf09102,
        _:Nd0c4344cb1014df2825feb9997069989,
        _:Nf7b12f2c57a44c7aaa17e5e98ad306e6 .

