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

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

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

<artist/167#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123710#subject> ;
    schema:name "Yoshitaka Hirota"@en,
        "弘田佳孝"@ja ;
    foaf:made <album/123710#composition>,
        <album/123710#subject> ;
    foaf:name "Yoshitaka Hirota"@en,
        "弘田佳孝"@ja .

<artist/273#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/123710#subject> ;
    schema:name "Akari Kaida"@en,
        "海田明里"@ja ;
    foaf:made <album/123710#composition>,
        <album/123710#subject> ;
    foaf:name "Akari Kaida"@en,
        "海田明里"@ja .

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

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

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

<https://medium-media.vgm.io/albums/01/123710/123710-aebe59a1db58.png> a schema:ImageObject,
        foaf:Image .

<album/123710#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Penny Blood"@en,
        "Penny Blood"@ja,
        "Penny Blood"@ja-latn ;
    mo:composer <artist/167#subject>,
        <artist/273#subject> ;
    mo:produced_work <album/123710#musicalwork> ;
    schema:name "Penny Blood"@en,
        "Penny Blood"@ja,
        "Penny Blood"@ja-latn .

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

<album/123710#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2025-03-01"^^xsd:date ;
    dcterms:title "Penny Blood"@en,
        "Penny Blood"@ja,
        "Penny Blood"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Vinyl (12\")" ;
    mo:publication_of <album/123710#musicalexpression> ;
    mo:publisher _:Na1ac818f60c54ed2a7f973602850b036 ;
    mo:record_count 0 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Penny Blood"@en ;
            foaf:name "Penny Blood"@en ] ;
    schema:datePublished "2025-03-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/01/123710/123710-aebe59a1db58.png> ;
    schema:name "Penny Blood"@en,
        "Penny Blood"@ja,
        "Penny Blood"@ja-latn ;
    schema:publisher _:Na1ac818f60c54ed2a7f973602850b036 ;
    foaf:depiction <https://media.vgm.io/albums/01/123710/123710-aebe59a1db58.png> .

_:Na1ac818f60c54ed2a7f973602850b036 schema:name "Studio Wildrose"@en,
        "Studio Wildrose"@ja,
        "Studio Wildrose"@ja-latn ;
    foaf:name "Studio Wildrose"@en,
        "Studio Wildrose"@ja,
        "Studio Wildrose"@ja-latn .

