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

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

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

<artist/1#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/100537#subject> ;
    schema:name "ZUN"@en ;
    foaf:made <album/100537#composition>,
        <album/100537#subject> ;
    foaf:name "ZUN"@en .

<event/167> a mo:Release ;
    schema:name "Released at Comic Market 85 (Dec 29, 2013 to Dec 31, 2013)" .

<product/51#subject> a schema:CreativeWork ;
    schema:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn ;
    foaf:name "Touhou Seirensen ~ Undefined Fantastic Object."@en,
        "東方星蓮船　～ Undefined Fantastic Object."@ja,
        "Touhou Seirensen ~ Undefined Fantastic Object."@ja-latn .

<album/100537#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Year in and Year out"@en,
        "Year in and Year out"@ja,
        "Year in and Year out"@ja-latn ;
    mo:composer <artist/1#subject> ;
    mo:produced_work <album/100537#musicalwork> ;
    schema:name "Year in and Year out"@en,
        "Year in and Year out"@ja,
        "Year in and Year out"@ja-latn .

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

<album/100537#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Year in and Year out"@en,
        "Year in and Year out"@ja,
        "Year in and Year out"@ja-latn ;
    mo:performance_of <album/100537#musicalwork> ;
    mo:recorded_as <album/100537#musicalexpression> ;
    schema:name "Year in and Year out"@en,
        "Year in and Year out"@ja,
        "Year in and Year out"@ja-latn ;
    schema:workPerformed <album/100537#musicalwork> .

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

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

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

<album/100537#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-12-30"^^xsd:date ;
    dcterms:title "Year in and Year out"@en,
        "Year in and Year out"@ja,
        "Year in and Year out"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/100537#musicalexpression> ;
    mo:publisher _:Nf58ef3a0a1434a949e4a08b950e5beee ;
    mo:record _:N75c35d8d4b9a4d11a1e8e6d4aad0705b ;
    mo:record_count 1 ;
    mo:release <event/167> ;
    schema:about <product/51#subject> ;
    schema:datePublished "2013-12-30"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/73/100537/100537-1592664813.jpg> ;
    schema:name "Year in and Year out"@en,
        "Year in and Year out"@ja,
        "Year in and Year out"@ja-latn ;
    schema:publisher _:Nf58ef3a0a1434a949e4a08b950e5beee ;
    foaf:depiction <https://media.vgm.io/albums/73/100537/100537-1592664813.jpg> .

_:N75c35d8d4b9a4d11a1e8e6d4aad0705b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Ne305a2143e0a48d5be57d95bd37d6aab ;
    mo:track_count 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Ne305a2143e0a48d5be57d95bd37d6aab .

_:Ne305a2143e0a48d5be57d95bd37d6aab a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Year in and Year out"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N75c35d8d4b9a4d11a1e8e6d4aad0705b ;
    schema:name "Year in and Year out"@en .

_:Nf58ef3a0a1434a949e4a08b950e5beee schema:name "Full Color Bullet"@en ;
    foaf:name "Full Color Bullet"@en .

