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

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

<album/7463> a mo:Release ;
    mo:catalogue_number "TTRC-0015" .

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

<org/2244#subject> schema:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn ;
    foaf:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn .

<https://media.vgm.io/albums/63/3336/3336-4b1a14b1fc45.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/3336#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/63/3336/3336-4b1a14b1fc45.jpg> ;
    foaf:depicts <album/3336#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/63/3336/3336-4b1a14b1fc45.jpg> .

<https://medium-media.vgm.io/albums/63/3336/3336-4b1a14b1fc45.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/2121#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3336#subject> ;
    mo:performed <album/3336#performance> ;
    schema:name "Oriental Magnetic Yellow"@en ;
    foaf:made <album/3336#composition>,
        <album/3336#lyrics>,
        <album/3336#subject> ;
    foaf:name "Oriental Magnetic Yellow"@en .

<artist/36213#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3336#subject> ;
    mo:performed <album/3336#performance> ;
    schema:name "Haruomi Hosonoe"@en,
        "細野江晴臣"@ja ;
    foaf:made <album/3336#composition>,
        <album/3336#lyrics>,
        <album/3336#subject> ;
    foaf:name "Haruomi Hosonoe"@en,
        "細野江晴臣"@ja .

<artist/36231#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3336#subject> ;
    mo:performed <album/3336#performance> ;
    schema:name "Ryuichi Sanomoto"@en,
        "佐野本龍一"@ja ;
    foaf:made <album/3336#composition>,
        <album/3336#lyrics>,
        <album/3336#subject> ;
    foaf:name "Ryuichi Sanomoto"@en,
        "佐野本龍一"@ja .

<artist/56324#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3336#subject> ;
    mo:performed <album/3336#performance> ;
    schema:name "Hideki Sasatake"@en,
        "佐々武秀樹"@ja ;
    foaf:made <album/3336#composition>,
        <album/3336#lyrics>,
        <album/3336#subject> ;
    foaf:name "Hideki Sasatake"@en,
        "佐々武秀樹"@ja .

<artist/56325#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3336#subject> ;
    mo:performed <album/3336#performance> ;
    schema:name "Takayukihiro Aihara"@en,
        "相原隆幸宏"@ja ;
    foaf:made <album/3336#composition>,
        <album/3336#lyrics>,
        <album/3336#subject> ;
    foaf:name "Takayukihiro Aihara"@en,
        "相原隆幸宏"@ja .

<album/3336#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Breeding ~ XO BREEDS"@en,
        "養殖 XO BREEDS"@ja,
        "Youshoku XO BREEDS"@ja-latn ;
    mo:composer <artist/2121#subject>,
        <artist/36213#subject>,
        <artist/36231#subject>,
        <artist/56324#subject>,
        <artist/56325#subject> ;
    mo:produced_work <album/3336#musicalwork> ;
    schema:name "Breeding ~ XO BREEDS"@en,
        "養殖 XO BREEDS"@ja,
        "Youshoku XO BREEDS"@ja-latn .

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

<album/3336#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Breeding ~ XO BREEDS"@en,
        "養殖 XO BREEDS"@ja,
        "Youshoku XO BREEDS"@ja-latn ;
    mo:performance_of <album/3336#musicalwork> ;
    mo:performer <artist/2121#subject>,
        <artist/36213#subject>,
        <artist/36231#subject>,
        <artist/56324#subject>,
        <artist/56325#subject> ;
    mo:recorded_as <album/3336#musicalexpression> ;
    schema:byArtist <artist/2121#subject>,
        <artist/36213#subject>,
        <artist/36231#subject>,
        <artist/56324#subject>,
        <artist/56325#subject> ;
    schema:name "Breeding ~ XO BREEDS"@en,
        "養殖 XO BREEDS"@ja,
        "Youshoku XO BREEDS"@ja-latn ;
    schema:workPerformed <album/3336#musicalwork> .

<album/3336#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1997-02-21"^^xsd:date ;
    dcterms:title "Breeding ~ XO BREEDS"@en,
        "養殖 XO BREEDS"@ja,
        "Youshoku XO BREEDS"@ja-latn ;
    mo:catalogue_number "PCCB-00246" ;
    mo:media_type "CD" ;
    mo:other_release_of <album/7463> ;
    mo:publication_of <album/3336#musicalexpression> ;
    mo:publisher <org/2244#subject> ;
    mo:record _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    mo:record_count 1 ;
    schema:byArtist <artist/2121#subject>,
        <artist/36213#subject>,
        <artist/36231#subject>,
        <artist/56324#subject>,
        <artist/56325#subject> ;
    schema:datePublished "1997-02-21"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/63/3336/3336-4b1a14b1fc45.jpg> ;
    schema:name "Breeding ~ XO BREEDS"@en,
        "養殖 XO BREEDS"@ja,
        "Youshoku XO BREEDS"@ja-latn ;
    schema:publisher <org/2244#subject> ;
    foaf:depiction <https://media.vgm.io/albums/63/3336/3336-4b1a14b1fc45.jpg> .

_:N166da0a48db5425db4f5c8be68e76d1b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ryzeen"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:55"^^xsd:interval ;
    schema:inPlaylist _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    schema:name "Ryzeen"@en .

_:N31f85428ff26466da55214c4bea2b362 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Technopolish"@en ;
    mo:track_number 11 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    schema:name "Technopolish"@en .

_:N42b61eab44fe4d818419a02ccf6bda44 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MaruhiPLAY's"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:55"^^xsd:interval ;
    schema:inPlaylist _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    schema:name "MaruhiPLAY's"@en .

_:N69be6a5d84e749c1b76b6423e469fd3a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beyond the mustle"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:32"^^xsd:interval ;
    schema:inPlaylist _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    schema:name "Beyond the mustle"@en .

_:N6b3db5f0d5cf4154a879736944318e6e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cetaceans of saizance"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    schema:name "Cetaceans of saizance"@en .

_:N7d0f2afa8d6644b1aa8e1b4941e76aa3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tighten nap"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    schema:name "Tighten nap"@en .

_:N83734e349b564aed8fce4ca2a922517b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fiber cracker"@en ;
    mo:track_number 12 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    schema:name "Fiber cracker"@en .

_:N92464442c6544d13aa2068012c8ce1b7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rice Age"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    schema:name "Rice Age"@en .

_:Nc9807991913f45c09781d5be0f91be87 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Shang poo"@en ;
    mo:track_number 6 ;
    schema:duration "PT5:30"^^xsd:interval ;
    schema:inPlaylist _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    schema:name "Shang poo"@en .

_:Nd9aabd4914bd4cbd8b0a1fb87a8ae2eb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gay stripper"@en ;
    mo:track_number 9 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    schema:name "Gay stripper"@en .

_:Nda790d05dd31475680bf178b875ff6c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jingle \"O.M.Y.\""@en ;
    mo:track_number 1 ;
    schema:duration "PT0:20"^^xsd:interval ;
    schema:inPlaylist _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    schema:name "Jingle \"O.M.Y.\""@en .

_:Neda3cf2c54a44b399146dc390440e086 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sonic skate surveyor"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:Nd67e3c3e44f649c092f9c9115f6dbdac ;
    schema:name "Sonic skate surveyor"@en .

_:Nd67e3c3e44f649c092f9c9115f6dbdac a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N166da0a48db5425db4f5c8be68e76d1b,
        _:N31f85428ff26466da55214c4bea2b362,
        _:N42b61eab44fe4d818419a02ccf6bda44,
        _:N69be6a5d84e749c1b76b6423e469fd3a,
        _:N6b3db5f0d5cf4154a879736944318e6e,
        _:N7d0f2afa8d6644b1aa8e1b4941e76aa3,
        _:N83734e349b564aed8fce4ca2a922517b,
        _:N92464442c6544d13aa2068012c8ce1b7,
        _:Nc9807991913f45c09781d5be0f91be87,
        _:Nd9aabd4914bd4cbd8b0a1fb87a8ae2eb,
        _:Nda790d05dd31475680bf178b875ff6c6,
        _:Neda3cf2c54a44b399146dc390440e086 ;
    mo:track_count 12 ;
    schema:duration "PT45:31"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N166da0a48db5425db4f5c8be68e76d1b,
        _:N31f85428ff26466da55214c4bea2b362,
        _:N42b61eab44fe4d818419a02ccf6bda44,
        _:N69be6a5d84e749c1b76b6423e469fd3a,
        _:N6b3db5f0d5cf4154a879736944318e6e,
        _:N7d0f2afa8d6644b1aa8e1b4941e76aa3,
        _:N83734e349b564aed8fce4ca2a922517b,
        _:N92464442c6544d13aa2068012c8ce1b7,
        _:Nc9807991913f45c09781d5be0f91be87,
        _:Nd9aabd4914bd4cbd8b0a1fb87a8ae2eb,
        _:Nda790d05dd31475680bf178b875ff6c6,
        _:Neda3cf2c54a44b399146dc390440e086 .

