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

<artist/16298#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yuji Mitsuya"@en,
        "三ツ矢雄二"@ja ;
    foaf:made <album/25001#subject>,
        <album/25001#vocals> ;
    foaf:name "Yuji Mitsuya"@en,
        "三ツ矢雄二"@ja .

<artist/3495#subject> a schema:Person,
        foaf:Person ;
    schema:name "Mayumi Tanaka"@en,
        "田中真弓"@ja ;
    foaf:made <album/25001#subject>,
        <album/25001#vocals> ;
    foaf:name "Mayumi Tanaka"@en,
        "田中真弓"@ja .

<artist/49024#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ichiro Mochida"@en,
        "望田市郎"@ja ;
    foaf:made <album/25001#lyrics>,
        <album/25001#subject> ;
    foaf:name "Ichiro Mochida"@en,
        "望田市郎"@ja .

<artist/752#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/25001#subject> ;
    schema:name "Joe Hisaishi"@en,
        "久石譲"@ja ;
    foaf:made <album/25001#composition>,
        <album/25001#subject> ;
    foaf:name "Joe Hisaishi"@en,
        "久石譲"@ja .

<album/25001#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Ninton Reggae / Kuimono Song"@en,
        "忍豚レゲエ / 食いMONOソング"@ja,
        "Ninton Reggae / Kuimono Song"@ja-latn ;
    mo:composer <artist/752#subject> ;
    mo:produced_work <album/25001#musicalwork> ;
    schema:name "Ninton Reggae / Kuimono Song"@en,
        "忍豚レゲエ / 食いMONOソング"@ja,
        "Ninton Reggae / Kuimono Song"@ja-latn .

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

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

<album/25001#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Ninton Reggae / Kuimono Song"@en,
        "忍豚レゲエ / 食いMONOソング"@ja,
        "Ninton Reggae / Kuimono Song"@ja-latn ;
    mo:performance_of <album/25001#musicalwork> ;
    mo:recorded_as <album/25001#musicalexpression> ;
    schema:name "Ninton Reggae / Kuimono Song"@en,
        "忍豚レゲエ / 食いMONOソング"@ja,
        "Ninton Reggae / Kuimono Song"@ja-latn ;
    schema:workPerformed <album/25001#musicalwork> .

<org/1927#subject> schema:name "Victor"@en,
        "Victor"@ja,
        "Victor"@ja-latn ;
    foaf:name "Victor"@en,
        "Victor"@ja,
        "Victor"@ja-latn .

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

<https://medium-media.vgm.io/albums/10/25001/25001-1471522039.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/25001#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1983-04-01"^^xsd:date ;
    dcterms:title "Ninton Reggae / Kuimono Song"@en,
        "忍豚レゲエ / 食いMONOソング"@ja,
        "Ninton Reggae / Kuimono Song"@ja-latn ;
    mo:catalogue_number "KV-3039" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/25001#musicalexpression> ;
    mo:publisher <org/1927#subject> ;
    mo:record _:Nc0a2d289dd58493c9b31d95607582509 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Sasuga no Sarutobi"@en ;
            foaf:name "Sasuga no Sarutobi"@en ] ;
    schema:datePublished "1983-04-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/10/25001/25001-1471522039.jpg> ;
    schema:name "Ninton Reggae / Kuimono Song"@en,
        "忍豚レゲエ / 食いMONOソング"@ja,
        "Ninton Reggae / Kuimono Song"@ja-latn ;
    schema:publisher <org/1927#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/25001/25001-1471522039.jpg> .

_:N56b3eb1ade3846c3a3435c8164eb4bcc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "忍豚レゲエ"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nc0a2d289dd58493c9b31d95607582509 ;
    schema:name "忍豚レゲエ"@ja .

_:Nf23aeb9a7c3945559285c513417a7f8b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "食いMONOソング"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nc0a2d289dd58493c9b31d95607582509 ;
    schema:name "食いMONOソング"@ja .

_:Nc0a2d289dd58493c9b31d95607582509 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N56b3eb1ade3846c3a3435c8164eb4bcc,
        _:Nf23aeb9a7c3945559285c513417a7f8b ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N56b3eb1ade3846c3a3435c8164eb4bcc,
        _:Nf23aeb9a7c3945559285c513417a7f8b .

