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

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

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

<artist/41713#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/137137#subject> ;
    schema:name "Hayato Asano"@en,
        "アサノハヤト"@ja ;
    foaf:made <album/137137#composition>,
        <album/137137#subject> ;
    foaf:name "Hayato Asano"@en,
        "アサノハヤト"@ja .

<album/137137#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Dancing Cranes / Hayato Asano"@en,
        "The Dancing Cranes / アサノハヤト"@ja,
        "The Dancing Cranes / Hayato Asano"@ja-latn ;
    mo:composer <artist/41713#subject> ;
    mo:produced_work <album/137137#musicalwork> ;
    schema:name "The Dancing Cranes / Hayato Asano"@en,
        "The Dancing Cranes / アサノハヤト"@ja,
        "The Dancing Cranes / Hayato Asano"@ja-latn .

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

<album/137137#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Dancing Cranes / Hayato Asano"@en,
        "The Dancing Cranes / アサノハヤト"@ja,
        "The Dancing Cranes / Hayato Asano"@ja-latn ;
    mo:performance_of <album/137137#musicalwork> ;
    mo:recorded_as <album/137137#musicalexpression> ;
    schema:name "The Dancing Cranes / Hayato Asano"@en,
        "The Dancing Cranes / アサノハヤト"@ja,
        "The Dancing Cranes / Hayato Asano"@ja-latn ;
    schema:workPerformed <album/137137#musicalwork> .

<https://media.vgm.io/albums/73/137137/137137-0c1314d1dc86.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/137137#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/73/137137/137137-0c1314d1dc86.jpg> ;
    foaf:depicts <album/137137#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/73/137137/137137-0c1314d1dc86.jpg> .

<https://medium-media.vgm.io/albums/73/137137/137137-0c1314d1dc86.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/137137#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-12-22"^^xsd:date ;
    dcterms:title "The Dancing Cranes / Hayato Asano"@en,
        "The Dancing Cranes / アサノハヤト"@ja,
        "The Dancing Cranes / Hayato Asano"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/137137#musicalexpression> ;
    mo:publisher _:N474477e892f84b249bd2244eb894ed45 ;
    mo:record _:Ne76d7b15ef70461cb55698949f39ee8c ;
    mo:record_count 1 ;
    schema:datePublished "2022-12-22"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/73/137137/137137-0c1314d1dc86.jpg> ;
    schema:name "The Dancing Cranes / Hayato Asano"@en,
        "The Dancing Cranes / アサノハヤト"@ja,
        "The Dancing Cranes / Hayato Asano"@ja-latn ;
    schema:publisher _:N474477e892f84b249bd2244eb894ed45 ;
    foaf:depiction <https://media.vgm.io/albums/73/137137/137137-0c1314d1dc86.jpg> .

_:N474477e892f84b249bd2244eb894ed45 schema:name "Hayato Asano"@en,
        "Hayato Asano"@ja,
        "Hayato Asano"@ja-latn ;
    foaf:name "Hayato Asano"@en,
        "Hayato Asano"@ja,
        "Hayato Asano"@ja-latn .

_:Ne76d7b15ef70461cb55698949f39ee8c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nfef3dc2df3d446b0afba997820037c73 ;
    mo:track_count 1 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nfef3dc2df3d446b0afba997820037c73 .

_:Nfef3dc2df3d446b0afba997820037c73 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Dancing Cranes"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:40"^^xsd:interval ;
    schema:inPlaylist _:Ne76d7b15ef70461cb55698949f39ee8c ;
    schema:name "The Dancing Cranes"@en .

