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

<artist/45795#subject> a schema:Person,
        foaf:Person ;
    schema:name "Maysha"@en,
        "鳴紗"@ja ;
    foaf:made <album/115277#subject>,
        <album/115277#vocals> ;
    foaf:name "Maysha"@en,
        "鳴紗"@ja .

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

<artist/36879#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/115277#subject> ;
    schema:name "mark yataka"@en,
        "谷高マーク"@ja ;
    foaf:made <album/115277#composition>,
        <album/115277#subject> ;
    foaf:name "mark yataka"@en,
        "谷高マーク"@ja .

<album/115277#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Reading of the Pisces"@en,
        "Reading of the Pisces"@ja,
        "Reading of the Pisces"@ja-latn ;
    mo:composer <artist/36879#subject> ;
    mo:produced_work <album/115277#musicalwork> ;
    schema:name "Reading of the Pisces"@en,
        "Reading of the Pisces"@ja,
        "Reading of the Pisces"@ja-latn .

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

<album/115277#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Reading of the Pisces"@en,
        "Reading of the Pisces"@ja,
        "Reading of the Pisces"@ja-latn ;
    mo:performance_of <album/115277#musicalwork> ;
    mo:recorded_as <album/115277#musicalexpression> ;
    schema:name "Reading of the Pisces"@en,
        "Reading of the Pisces"@ja,
        "Reading of the Pisces"@ja-latn ;
    schema:workPerformed <album/115277#musicalwork> .

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

<org/3272#subject> schema:name "Fuling Cat Mark"@en,
        "フーリンキャットマーク"@ja,
        "Fuling Cat Mark"@ja-latn ;
    foaf:name "Fuling Cat Mark"@en,
        "フーリンキャットマーク"@ja,
        "Fuling Cat Mark"@ja-latn .

<https://media.vgm.io/albums/77/115277/115277-8890c3624ec9.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/115277#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/77/115277/115277-8890c3624ec9.png> ;
    foaf:depicts <album/115277#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/77/115277/115277-8890c3624ec9.png> .

<https://medium-media.vgm.io/albums/77/115277/115277-8890c3624ec9.png> a schema:ImageObject,
        foaf:Image .

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

<album/115277#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-06-16"^^xsd:date ;
    dcterms:title "Reading of the Pisces"@en,
        "Reading of the Pisces"@ja,
        "Reading of the Pisces"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/115277#musicalexpression> ;
    mo:publisher <org/3272#subject> ;
    mo:record _:N6ffb9d9561df402e90b00cb31e7dae16 ;
    mo:record_count 1 ;
    schema:datePublished "2021-06-16"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/77/115277/115277-8890c3624ec9.png> ;
    schema:name "Reading of the Pisces"@en,
        "Reading of the Pisces"@ja,
        "Reading of the Pisces"@ja-latn ;
    schema:publisher <org/3272#subject> ;
    foaf:depiction <https://media.vgm.io/albums/77/115277/115277-8890c3624ec9.png> .

_:N6ffb9d9561df402e90b00cb31e7dae16 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N9756552c54794aeeb16fc76f6df3e926 ;
    mo:track_count 1 ;
    schema:duration "PT5:34"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N9756552c54794aeeb16fc76f6df3e926 .

_:N9756552c54794aeeb16fc76f6df3e926 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Reading of the Pisces"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:34"^^xsd:interval ;
    schema:inPlaylist _:N6ffb9d9561df402e90b00cb31e7dae16 ;
    schema:name "Reading of the Pisces"@en .

