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

<artist/18901#subject> a schema:Person,
        foaf:Person ;
    schema:name "Jennifer Cihi"@en ;
    foaf:made <album/47596#subject>,
        <album/47596#vocals> ;
    foaf:name "Jennifer Cihi"@en .

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

<artist/8174#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/47596#subject> ;
    schema:name "John Lennon"@en ;
    foaf:made <album/47596#composition>,
        <album/47596#subject> ;
    foaf:name "John Lennon"@en .

<artist/8175#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/47596#subject> ;
    schema:name "Paul McCartney"@en ;
    foaf:made <album/47596#composition>,
        <album/47596#subject> ;
    foaf:name "Paul McCartney"@en .

<release/16264#subject> a schema:CreativeWork ;
    schema:name "Pretty Soldier Sailor Moon"@en,
        "Pretty Soldier Sailor Moon"@ja,
        "Pretty Soldier Sailor Moon"@ja-latn ;
    foaf:name "Pretty Soldier Sailor Moon"@en,
        "Pretty Soldier Sailor Moon"@ja,
        "Pretty Soldier Sailor Moon"@ja-latn .

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

<album/47596#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sailor Moon: The Full Moon Collection"@en,
        "Sailor Moon: The Full Moon Collection"@ja,
        "Sailor Moon: The Full Moon Collection"@ja-latn ;
    mo:performance_of <album/47596#musicalwork> ;
    mo:recorded_as <album/47596#musicalexpression> ;
    schema:name "Sailor Moon: The Full Moon Collection"@en,
        "Sailor Moon: The Full Moon Collection"@ja,
        "Sailor Moon: The Full Moon Collection"@ja-latn ;
    schema:workPerformed <album/47596#musicalwork> .

<org/2059#subject> schema:name "KOCH Records"@en,
        "KOCH Records"@ja,
        "KOCH Records"@ja-latn ;
    foaf:name "KOCH Records"@en,
        "KOCH Records"@ja,
        "KOCH Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/69/47596/47596-f874b4da385f.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/47596#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sailor Moon: The Full Moon Collection"@en,
        "Sailor Moon: The Full Moon Collection"@ja,
        "Sailor Moon: The Full Moon Collection"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "RAW"@en ;
            foaf:made <album/47596#composition> ;
            foaf:name "RAW"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Sandy Howell"@en ;
            foaf:made <album/47596#composition> ;
            foaf:name "Sandy Howell"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Michael Benghiat"@en ;
            foaf:made <album/47596#composition> ;
            foaf:name "Michael Benghiat"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Matt McGuire"@en ;
            foaf:made <album/47596#composition> ;
            foaf:name "Matt McGuire"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Melanie Anne"@en ;
            foaf:made <album/47596#composition> ;
            foaf:name "Melanie Anne"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Lois Blaisch"@en ;
            foaf:made <album/47596#composition> ;
            foaf:name "Lois Blaisch"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "John Miyagi Author"@en ;
            foaf:made <album/47596#composition> ;
            foaf:name "John Miyagi Author"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Evan Roberts"@en ;
            foaf:made <album/47596#composition> ;
            foaf:name "Evan Roberts"@en ],
        <artist/8174#subject>,
        <artist/8175#subject> ;
    mo:produced_work <album/47596#musicalwork> ;
    schema:name "Sailor Moon: The Full Moon Collection"@en,
        "Sailor Moon: The Full Moon Collection"@ja,
        "Sailor Moon: The Full Moon Collection"@ja-latn .

<album/47596#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2002-11-12"^^xsd:date ;
    dcterms:title "Sailor Moon: The Full Moon Collection"@en,
        "Sailor Moon: The Full Moon Collection"@ja,
        "Sailor Moon: The Full Moon Collection"@ja-latn ;
    mo:catalogue_number "KOC-CD-8383" ;
    mo:media_type "CD" ;
    mo:publication_of <album/47596#musicalexpression> ;
    mo:publisher <org/2059#subject> ;
    mo:record _:N36b6cc0ae4814bca990a63f22c53363d ;
    mo:record_count 1 ;
    schema:about <release/16264#subject> ;
    schema:datePublished "2002-11-12"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/69/47596/47596-f874b4da385f.jpg> ;
    schema:name "Sailor Moon: The Full Moon Collection"@en,
        "Sailor Moon: The Full Moon Collection"@ja,
        "Sailor Moon: The Full Moon Collection"@ja-latn ;
    schema:publisher <org/2059#subject> ;
    foaf:depiction <https://media.vgm.io/albums/69/47596/47596-f874b4da385f.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "RAW"@en ;
    foaf:made <album/47596#vocals> ;
    foaf:name "RAW"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/47596#subject> ;
    schema:name "Lois Blaisch"@en ;
    foaf:made <album/47596#subject> ;
    foaf:name "Lois Blaisch"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Sandy Howell"@en ;
    foaf:made <album/47596#vocals> ;
    foaf:name "Sandy Howell"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "RAW"@en ;
    foaf:made <album/47596#subject> ;
    foaf:name "RAW"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Brynne Price"@en ;
    foaf:made <album/47596#subject> ;
    foaf:name "Brynne Price"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Brynne Price"@en ;
    foaf:made <album/47596#vocals> ;
    foaf:name "Brynne Price"@en .

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

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/47596#subject> ;
    schema:name "Evan Roberts"@en ;
    foaf:made <album/47596#subject> ;
    foaf:name "Evan Roberts"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/47596#subject> ;
    schema:name "John Miyagi Author"@en ;
    foaf:made <album/47596#subject> ;
    foaf:name "John Miyagi Author"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/47596#subject> ;
    schema:name "Michael Benghiat"@en ;
    foaf:made <album/47596#subject> ;
    foaf:name "Michael Benghiat"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Sandy Howell"@en ;
    foaf:made <album/47596#subject> ;
    foaf:name "Sandy Howell"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Patricia Tollett"@en ;
    foaf:made <album/47596#vocals> ;
    foaf:name "Patricia Tollett"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Nicole Price"@en ;
    foaf:made <album/47596#subject> ;
    foaf:name "Nicole Price"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/47596#subject> ;
    schema:name "Sandy Howell"@en ;
    foaf:made <album/47596#subject> ;
    foaf:name "Sandy Howell"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Nicole Price"@en ;
    foaf:made <album/47596#vocals> ;
    foaf:name "Nicole Price"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/47596#subject> ;
    schema:name "Melanie Anne"@en ;
    foaf:made <album/47596#subject> ;
    foaf:name "Melanie Anne"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Patricia Tollett"@en ;
    foaf:made <album/47596#subject> ;
    foaf:name "Patricia Tollett"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/47596#subject> ;
    schema:name "Matt McGuire"@en ;
    foaf:made <album/47596#subject> ;
    foaf:name "Matt McGuire"@en .

_:N13af8a37a00b4f629b3aee374885f927 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sailor Jupiter"@en ;
    mo:track_number 17 ;
    schema:duration "PT0:57"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Sailor Jupiter"@en .

_:N2c0700a133194356a1195e61e19661af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nothing At All"@en ;
    mo:track_number 16 ;
    schema:duration "PT2:21"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Nothing At All"@en .

_:N2e40d61780a4491e9559b815d2e712b5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Wanna Be A Star"@en ;
    mo:track_number 10 ;
    schema:duration "PT3:26"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "I Wanna Be A Star"@en .

_:N2f3a15b0c601441784aaeae06fba7b15 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Luna"@en ;
    mo:track_number 15 ;
    schema:duration "PT0:24"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Luna"@en .

_:N3319cd1e01554c3eb0fdc68e03565c93 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sailor Moon Theme (S.A.F. Club Mix)"@en ;
    mo:track_number 20 ;
    schema:duration "PT6:48"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Sailor Moon Theme (S.A.F. Club Mix)"@en .

_:N365ae7ca7e6a45f982c589df6e5c945f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Queen Beryl"@en ;
    mo:track_number 21 ;
    schema:duration "PT1:02"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Queen Beryl"@en .

_:N3ba784c8c5ed4743a4806247184f865e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "It’s a New Day"@en ;
    mo:track_number 18 ;
    schema:duration "PT2:52"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "It’s a New Day"@en .

_:N4353c15233b44655983ad5eff937a8e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "My Only Love (Remix)"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:39"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "My Only Love (Remix)"@en .

_:N44cf15a5031943a8a9987a9f4a20d29f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sailor Moon Theme (S.A.F. Remix)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:15"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Sailor Moon Theme (S.A.F. Remix)"@en .

_:N799cb8c38791491f95bc1b7f66e36919 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Moon Crystal Power"@en ;
    mo:track_number 7 ;
    schema:duration "PT0:45"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Moon Crystal Power"@en .

_:N7fab2d922f684b168adb4fae00ec27b6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Want to Hold Your Hand (High-NRG Remix)"@en ;
    mo:track_number 6 ;
    schema:duration "PT5:09"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "I Want to Hold Your Hand (High-NRG Remix)"@en .

_:N9c93d6d7e20d4d18a04a35d4377ae771 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Call My Name (And I’ll Be There)"@en ;
    mo:track_number 8 ;
    schema:duration "PT2:57"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Call My Name (And I’ll Be There)"@en .

_:Na6f74633460a4c90b608f5b5b837ee6f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Rainy Day Man"@en ;
    mo:track_number 14 ;
    schema:duration "PT3:13"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Rainy Day Man"@en .

_:Na808a53272374ec49a510945207b44b1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Receiving Waves, Part 3"@en ;
    mo:track_number 11 ;
    schema:duration "PT0:51"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Receiving Waves, Part 3"@en .

_:Nab2bdb47cc1146f286198981ee0c6c7b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tiara Action"@en ;
    mo:track_number 9 ;
    schema:duration "PT0:43"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Tiara Action"@en .

_:Nac9dcebb389948f0887ec2d4a35d0d63 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Melvin"@en ;
    mo:track_number 19 ;
    schema:duration "PT0:49"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Melvin"@en .

_:Nc873ce0637ab4d43b28adecb295e6bf9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tuxedo Mask"@en ;
    mo:track_number 13 ;
    schema:duration "PT0:10"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Tuxedo Mask"@en .

_:Ncb5936a62ea644fe955094ff5d98e544 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I’m Not Ready"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "I’m Not Ready"@en .

_:Ne45c239e8ef14c93946c388f47ea52bf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Power of Love"@en ;
    mo:track_number 12 ;
    schema:duration "PT3:07"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "The Power of Love"@en .

_:Nf4cedbfdb8504ba38d78ea53cc42e966 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I Want Someone to Love (RAWer Remix)"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:19"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "I Want Someone to Love (RAWer Remix)"@en .

_:Nf93376e613524141aad535d27c9acde3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pan Flute"@en ;
    mo:track_number 1 ;
    schema:duration "PT0:33"^^xsd:interval ;
    schema:inPlaylist _:N36b6cc0ae4814bca990a63f22c53363d ;
    schema:name "Pan Flute"@en .

_:N36b6cc0ae4814bca990a63f22c53363d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N13af8a37a00b4f629b3aee374885f927,
        _:N2c0700a133194356a1195e61e19661af,
        _:N2e40d61780a4491e9559b815d2e712b5,
        _:N2f3a15b0c601441784aaeae06fba7b15,
        _:N3319cd1e01554c3eb0fdc68e03565c93,
        _:N365ae7ca7e6a45f982c589df6e5c945f,
        _:N3ba784c8c5ed4743a4806247184f865e,
        _:N4353c15233b44655983ad5eff937a8e6,
        _:N44cf15a5031943a8a9987a9f4a20d29f,
        _:N799cb8c38791491f95bc1b7f66e36919,
        _:N7fab2d922f684b168adb4fae00ec27b6,
        _:N9c93d6d7e20d4d18a04a35d4377ae771,
        _:Na6f74633460a4c90b608f5b5b837ee6f,
        _:Na808a53272374ec49a510945207b44b1,
        _:Nab2bdb47cc1146f286198981ee0c6c7b,
        _:Nac9dcebb389948f0887ec2d4a35d0d63,
        _:Nc873ce0637ab4d43b28adecb295e6bf9,
        _:Ncb5936a62ea644fe955094ff5d98e544,
        _:Ne45c239e8ef14c93946c388f47ea52bf,
        _:Nf4cedbfdb8504ba38d78ea53cc42e966,
        _:Nf93376e613524141aad535d27c9acde3 ;
    mo:track_count 21 ;
    schema:duration "PT52:09"^^xsd:interval ;
    schema:numTracks 21 ;
    schema:track _:N13af8a37a00b4f629b3aee374885f927,
        _:N2c0700a133194356a1195e61e19661af,
        _:N2e40d61780a4491e9559b815d2e712b5,
        _:N2f3a15b0c601441784aaeae06fba7b15,
        _:N3319cd1e01554c3eb0fdc68e03565c93,
        _:N365ae7ca7e6a45f982c589df6e5c945f,
        _:N3ba784c8c5ed4743a4806247184f865e,
        _:N4353c15233b44655983ad5eff937a8e6,
        _:N44cf15a5031943a8a9987a9f4a20d29f,
        _:N799cb8c38791491f95bc1b7f66e36919,
        _:N7fab2d922f684b168adb4fae00ec27b6,
        _:N9c93d6d7e20d4d18a04a35d4377ae771,
        _:Na6f74633460a4c90b608f5b5b837ee6f,
        _:Na808a53272374ec49a510945207b44b1,
        _:Nab2bdb47cc1146f286198981ee0c6c7b,
        _:Nac9dcebb389948f0887ec2d4a35d0d63,
        _:Nc873ce0637ab4d43b28adecb295e6bf9,
        _:Ncb5936a62ea644fe955094ff5d98e544,
        _:Ne45c239e8ef14c93946c388f47ea52bf,
        _:Nf4cedbfdb8504ba38d78ea53cc42e966,
        _:Nf93376e613524141aad535d27c9acde3 .

