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

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

<event/48> a mo:Release ;
    schema:name "Released at M3-2007 Fall (Oct 08, 2007)" .

<album/160103#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "\"Hello,world!\""@en,
        "\"Hello,world!\""@ja,
        "\"Hello,world!\""@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Dr.I"@en ;
            foaf:made <album/160103#composition> ;
            foaf:name "Dr.I"@en ] ;
    mo:produced_work <album/160103#musicalwork> ;
    schema:name "\"Hello,world!\""@en,
        "\"Hello,world!\""@ja,
        "\"Hello,world!\""@ja-latn .

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

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

<album/160103#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "\"Hello,world!\""@en,
        "\"Hello,world!\""@ja,
        "\"Hello,world!\""@ja-latn ;
    mo:performance_of <album/160103#musicalwork> ;
    mo:recorded_as <album/160103#musicalexpression> ;
    schema:name "\"Hello,world!\""@en,
        "\"Hello,world!\""@ja,
        "\"Hello,world!\""@ja-latn ;
    schema:workPerformed <album/160103#musicalwork> .

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

<https://medium-media.vgm.io/albums/30/160103/160103-d36ccd8658b4.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/160103#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2007-10-08"^^xsd:date ;
    dcterms:title "\"Hello,world!\""@en,
        "\"Hello,world!\""@ja,
        "\"Hello,world!\""@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/160103#musicalexpression> ;
    mo:publisher _:Nd599055a4b474f1abeece053681350d0 ;
    mo:record _:N90e58732b8f4400e9b3e85e3275d8bb6 ;
    mo:record_count 1 ;
    mo:release <event/48> ;
    schema:datePublished "2007-10-08"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/30/160103/160103-d36ccd8658b4.jpg> ;
    schema:name "\"Hello,world!\""@en,
        "\"Hello,world!\""@ja,
        "\"Hello,world!\""@ja-latn ;
    schema:publisher _:Nd599055a4b474f1abeece053681350d0 ;
    foaf:depiction <https://media.vgm.io/albums/30/160103/160103-d36ccd8658b4.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "吉良花鶏"@en ;
    foaf:made <album/160103#lyrics> ;
    foaf:name "吉良花鶏"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/160103#subject> ;
    schema:name "Dr.I"@en ;
    foaf:made <album/160103#subject> ;
    foaf:name "Dr.I"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "吉良花鶏"@en ;
    foaf:made <album/160103#subject> ;
    foaf:name "吉良花鶏"@en .

_:N278b4ec2e4154d4b9a189ddb6c0ba7d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Alice"@ja ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N90e58732b8f4400e9b3e85e3275d8bb6 ;
    schema:name "Alice"@ja .

_:N3a0ccd0802664ddb9d44210ffc5996ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Hello."@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N90e58732b8f4400e9b3e85e3275d8bb6 ;
    schema:name "Hello."@ja .

_:N43b5db5e2bbf479ca6483554f9e9b3b4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "つばさ"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N90e58732b8f4400e9b3e85e3275d8bb6 ;
    schema:name "つばさ"@ja .

_:N45a5bde165aa45fca7b4b1162cde8a4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "again."@ja ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N90e58732b8f4400e9b3e85e3275d8bb6 ;
    schema:name "again."@ja .

_:N4e0ff90af62847faa13e6de95a484660 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ドリーミングリトルスター"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N90e58732b8f4400e9b3e85e3275d8bb6 ;
    schema:name "ドリーミングリトルスター"@ja .

_:N6bc77e36da3047b9bc6c95d72a033d57 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "love song"@ja ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N90e58732b8f4400e9b3e85e3275d8bb6 ;
    schema:name "love song"@ja .

_:Nd599055a4b474f1abeece053681350d0 schema:name "M●THERsDAY"@en,
        "M●THERsDAY"@ja,
        "M●THERsDAY"@ja-latn ;
    foaf:name "M●THERsDAY"@en,
        "M●THERsDAY"@ja,
        "M●THERsDAY"@ja-latn .

_:N90e58732b8f4400e9b3e85e3275d8bb6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N278b4ec2e4154d4b9a189ddb6c0ba7d9,
        _:N3a0ccd0802664ddb9d44210ffc5996ef,
        _:N43b5db5e2bbf479ca6483554f9e9b3b4,
        _:N45a5bde165aa45fca7b4b1162cde8a4a,
        _:N4e0ff90af62847faa13e6de95a484660,
        _:N6bc77e36da3047b9bc6c95d72a033d57 ;
    mo:track_count 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N278b4ec2e4154d4b9a189ddb6c0ba7d9,
        _:N3a0ccd0802664ddb9d44210ffc5996ef,
        _:N43b5db5e2bbf479ca6483554f9e9b3b4,
        _:N45a5bde165aa45fca7b4b1162cde8a4a,
        _:N4e0ff90af62847faa13e6de95a484660,
        _:N6bc77e36da3047b9bc6c95d72a033d57 .

