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

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

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

<artist/57336#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/130255#subject> ;
    schema:name "Haakon Davidsen"@en ;
    foaf:made <album/130255#composition>,
        <album/130255#subject> ;
    foaf:name "Haakon Davidsen"@en .

<album/130255#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Cogwheel Fields"@en,
        "Cogwheel Fields"@ja,
        "Cogwheel Fields"@ja-latn ;
    mo:composer <artist/57336#subject> ;
    mo:produced_work <album/130255#musicalwork> ;
    schema:name "Cogwheel Fields"@en,
        "Cogwheel Fields"@ja,
        "Cogwheel Fields"@ja-latn .

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

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

<https://media.vgm.io/albums/55/130255/130255-d7936261c6d9.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/130255#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/55/130255/130255-d7936261c6d9.jpg> ;
    foaf:depicts <album/130255#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/55/130255/130255-d7936261c6d9.jpg> .

<https://medium-media.vgm.io/albums/55/130255/130255-d7936261c6d9.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/130255#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2023-06-14"^^xsd:date ;
    dcterms:title "Cogwheel Fields"@en,
        "Cogwheel Fields"@ja,
        "Cogwheel Fields"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/130255#musicalexpression> ;
    mo:publisher _:Nbb9e9303fe1d4700ac2b030c8a0a2666 ;
    mo:record _:Nf4fa809a46c44e0996e6c3626631958b ;
    mo:record_count 1 ;
    schema:datePublished "2023-06-14"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/55/130255/130255-d7936261c6d9.jpg> ;
    schema:name "Cogwheel Fields"@en,
        "Cogwheel Fields"@ja,
        "Cogwheel Fields"@ja-latn ;
    schema:publisher _:Nbb9e9303fe1d4700ac2b030c8a0a2666 ;
    foaf:depiction <https://media.vgm.io/albums/55/130255/130255-d7936261c6d9.jpg> .

_:N5ecef9170a33459da4eeed1cb739b305 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cogwheel Fields"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:Nf4fa809a46c44e0996e6c3626631958b ;
    schema:name "Cogwheel Fields"@en .

_:Nbb9e9303fe1d4700ac2b030c8a0a2666 schema:name "Haakon Davidsen"@en,
        "Haakon Davidsen"@ja,
        "Haakon Davidsen"@ja-latn ;
    foaf:name "Haakon Davidsen"@en,
        "Haakon Davidsen"@ja,
        "Haakon Davidsen"@ja-latn .

_:Nf4fa809a46c44e0996e6c3626631958b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5ecef9170a33459da4eeed1cb739b305 ;
    mo:track_count 1 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N5ecef9170a33459da4eeed1cb739b305 .

