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

<artist/11136#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yu Aku"@en ;
    foaf:made <album/100655#lyrics>,
        <album/100655#subject> ;
    foaf:name "Yu Aku"@en .

<album/100655#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Voice Picture Book Devilman"@en,
        "声のえほん デビルマン"@ja,
        "Voice Picture Book Devilman"@ja-latn ;
    mo:produced_work <album/100655#musicalwork> ;
    schema:name "Voice Picture Book Devilman"@en,
        "声のえほん デビルマン"@ja,
        "Voice Picture Book Devilman"@ja-latn .

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

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

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

<album/100655#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Voice Picture Book Devilman"@en,
        "声のえほん デビルマン"@ja,
        "Voice Picture Book Devilman"@ja-latn ;
    mo:performance_of <album/100655#musicalwork> ;
    mo:recorded_as <album/100655#musicalexpression> ;
    schema:name "Voice Picture Book Devilman"@en,
        "声のえほん デビルマン"@ja,
        "Voice Picture Book Devilman"@ja-latn ;
    schema:workPerformed <album/100655#musicalwork> .

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

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

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

<album/100655#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1973-01-01"^^xsd:date ;
    dcterms:title "Voice Picture Book Devilman"@en,
        "声のえほん デビルマン"@ja,
        "Voice Picture Book Devilman"@ja-latn ;
    mo:catalogue_number "SH-4622" ;
    mo:media_type "Flexi Disc (7\" 33&frac13; rpm)" ;
    mo:publication_of <album/100655#musicalexpression> ;
    mo:publisher _:N2e67108293bf4c5580cbd9bc39be9b84 ;
    mo:record _:Na92080f06d634045bb92f65ad42fd538 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Devilman"@en ;
            foaf:name "Devilman"@en ] ;
    schema:datePublished "1973-01-01"^^xsd:date ;
    schema:genre "Publication" ;
    schema:image <https://media.vgm.io/albums/55/100655/100655-1592904787.jpg> ;
    schema:name "Voice Picture Book Devilman"@en,
        "声のえほん デビルマン"@ja,
        "Voice Picture Book Devilman"@ja-latn ;
    schema:publisher _:N2e67108293bf4c5580cbd9bc39be9b84 ;
    foaf:depiction <https://media.vgm.io/albums/55/100655/100655-1592904787.jpg> .

_:N2e67108293bf4c5580cbd9bc39be9b84 schema:name "N/A"@en ;
    foaf:name "N/A"@en .

_:Na077712bc51445ee8ba84947ddc9e539 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "デビルマンのうた"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na92080f06d634045bb92f65ad42fd538 ;
    schema:name "デビルマンのうた"@ja .

_:Na170e2ca892040ca980c18630d68d5d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "悪魔の総攻撃"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Na92080f06d634045bb92f65ad42fd538 ;
    schema:name "悪魔の総攻撃"@ja .

_:Na92080f06d634045bb92f65ad42fd538 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Na077712bc51445ee8ba84947ddc9e539,
        _:Na170e2ca892040ca980c18630d68d5d5 ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:Na077712bc51445ee8ba84947ddc9e539,
        _:Na170e2ca892040ca980c18630d68d5d5 .

