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

<album/123498#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Super Sonic Con Music Collection 2022"@en,
        "Super Sonic Con Music Collection 2022"@ja,
        "Super Sonic Con Music Collection 2022"@ja-latn ;
    mo:produced_work <album/123498#musicalwork> ;
    schema:name "Super Sonic Con Music Collection 2022"@en,
        "Super Sonic Con Music Collection 2022"@ja,
        "Super Sonic Con Music Collection 2022"@ja-latn .

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

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

<product/1104#subject> a schema:CreativeWork ;
    schema:name "Sonic 3D: Flickies' Island"@en,
        "ソニック3D フリッキーアイランド"@ja,
        "Sonic 3D: Flickies' Island"@ja-latn ;
    foaf:name "Sonic 3D: Flickies' Island"@en,
        "ソニック3D フリッキーアイランド"@ja,
        "Sonic 3D: Flickies' Island"@ja-latn .

<product/1108#subject> a schema:CreativeWork ;
    schema:name "Sonic Heroes"@en,
        "ソニック ヒーローズ"@ja,
        "Sonic Heroes"@ja-latn ;
    foaf:name "Sonic Heroes"@en,
        "ソニック ヒーローズ"@ja,
        "Sonic Heroes"@ja-latn .

<product/13010#subject> a schema:CreativeWork ;
    schema:name "Sonic Blast"@en,
        "Ｇソニック"@ja,
        "G Sonic"@ja-latn ;
    foaf:name "Sonic Blast"@en,
        "Ｇソニック"@ja,
        "G Sonic"@ja-latn .

<product/4019#subject> a schema:CreativeWork ;
    schema:name "Sonic the Hedgehog 2 (8-bit)"@en,
        "ソニック・ザ・ヘッジホッグ2 (8-bit)"@ja,
        "Sonic the Hedgehog 2 (8-bit)"@ja-latn ;
    foaf:name "Sonic the Hedgehog 2 (8-bit)"@en,
        "ソニック・ザ・ヘッジホッグ2 (8-bit)"@ja,
        "Sonic the Hedgehog 2 (8-bit)"@ja-latn .

<product/7123#subject> a schema:CreativeWork ;
    schema:name "Team Sonic Racing"@en,
        "チームソニックレーシング"@ja,
        "Team Sonic Racing"@ja-latn ;
    foaf:name "Team Sonic Racing"@en,
        "チームソニックレーシング"@ja,
        "Team Sonic Racing"@ja-latn .

<product/807#subject> a schema:CreativeWork ;
    schema:name "Sonic Adventure"@en,
        "ソニックアドベンチャー"@ja,
        "Sonic Adventure"@ja-latn ;
    foaf:name "Sonic Adventure"@en,
        "ソニックアドベンチャー"@ja,
        "Sonic Adventure"@ja-latn .

<product/870#subject> a schema:CreativeWork ;
    schema:name "Sonic the Hedgehog 3"@en,
        "ソニック・ザ・ヘッジホッグ3"@ja,
        "Sonic the Hedgehog 3"@ja-latn ;
    foaf:name "Sonic the Hedgehog 3"@en,
        "ソニック・ザ・ヘッジホッグ3"@ja,
        "Sonic the Hedgehog 3"@ja-latn .

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

<album/123498#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Super Sonic Con Music Collection 2022"@en,
        "Super Sonic Con Music Collection 2022"@ja,
        "Super Sonic Con Music Collection 2022"@ja-latn ;
    mo:performance_of <album/123498#musicalwork> ;
    mo:recorded_as <album/123498#musicalexpression> ;
    schema:name "Super Sonic Con Music Collection 2022"@en,
        "Super Sonic Con Music Collection 2022"@ja,
        "Super Sonic Con Music Collection 2022"@ja-latn ;
    schema:workPerformed <album/123498#musicalwork> .

<https://media.vgm.io/albums/89/123498/123498-6a3ac9541adb.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/123498#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/89/123498/123498-6a3ac9541adb.png> ;
    foaf:depicts <album/123498#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/89/123498/123498-6a3ac9541adb.png> .

<https://medium-media.vgm.io/albums/89/123498/123498-6a3ac9541adb.png> a schema:ImageObject,
        foaf:Image .

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

<album/123498#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-08-13"^^xsd:date ;
    dcterms:title "Super Sonic Con Music Collection 2022"@en,
        "Super Sonic Con Music Collection 2022"@ja,
        "Super Sonic Con Music Collection 2022"@ja-latn ;
    mo:catalogue_number "SSCD-0001" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/123498#musicalexpression> ;
    mo:publisher _:N45f1011ecad742c680ece9bdb5427513 ;
    mo:record _:N00c204ae93964d1aaa4601c2f2c63801 ;
    mo:record_count 1 ;
    schema:about <product/1104#subject>,
        <product/1108#subject>,
        <product/13010#subject>,
        <product/4019#subject>,
        <product/7123#subject>,
        <product/807#subject>,
        <product/870#subject> ;
    schema:datePublished "2022-08-13"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/89/123498/123498-6a3ac9541adb.png> ;
    schema:name "Super Sonic Con Music Collection 2022"@en,
        "Super Sonic Con Music Collection 2022"@ja,
        "Super Sonic Con Music Collection 2022"@ja-latn ;
    schema:publisher _:N45f1011ecad742c680ece9bdb5427513 ;
    foaf:depiction <https://media.vgm.io/albums/89/123498/123498-6a3ac9541adb.png> .

_:N0f72a6ab6d18405aa10ac645bac3cc6c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "IceCap Remix (IceCap Zone from Sonic The Hedgehog 3)"@en ;
    mo:track_number 7 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:N00c204ae93964d1aaa4601c2f2c63801 ;
    schema:name "IceCap Remix (IceCap Zone from Sonic The Hedgehog 3)"@en .

_:N324b82e3a00643c984e351c05dcd54e4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Spacelessness (The Final Fight from Sonic 3D Blast)"@en ;
    mo:track_number 6 ;
    schema:duration "PT3:42"^^xsd:interval ;
    schema:inPlaylist _:N00c204ae93964d1aaa4601c2f2c63801 ;
    schema:name "Spacelessness (The Final Fight from Sonic 3D Blast)"@en .

_:N45f1011ecad742c680ece9bdb5427513 schema:name "Super Sonic Con"@en,
        "Super Sonic Con"@ja,
        "Super Sonic Con"@ja-latn ;
    foaf:name "Super Sonic Con"@en,
        "Super Sonic Con"@ja,
        "Super Sonic Con"@ja-latn .

_:N4f8c0a640f6945db895208aed525b3da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Green Light Ride Remix (From Team Sonic Racing)"@en ;
    mo:track_number 10 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N00c204ae93964d1aaa4601c2f2c63801 ;
    schema:name "Green Light Ride Remix (From Team Sonic Racing)"@en .

_:N95f2ae47b94a4c8bacf8ef9054c8a244 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Sonic the Hedgehog Orchestral"@en ;
    mo:track_number 12 ;
    schema:duration "PT4:38"^^xsd:interval ;
    schema:inPlaylist _:N00c204ae93964d1aaa4601c2f2c63801 ;
    schema:name "Sonic the Hedgehog Orchestral"@en .

_:N97389133b3134a01a53ba5af663ffcdb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Soaring Metal Turtles (Sky Chase Zone from Sonic The Hedgehog 2)"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:N00c204ae93964d1aaa4601c2f2c63801 ;
    schema:name "Soaring Metal Turtles (Sky Chase Zone from Sonic The Hedgehog 2)"@en .

_:Na872a0f091d746c3873626373fc5727d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chasing the Starlight (\"Windy Hill... for Windy Valley\" from Sonic Adventure)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N00c204ae93964d1aaa4601c2f2c63801 ;
    schema:name "Chasing the Starlight (\"Windy Hill... for Windy Valley\" from Sonic Adventure)"@en .

_:Nab152cabc3e1418782336134f607e147 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Emerald Hill Zone Remix (From Sonic The Hedgehog 2)"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N00c204ae93964d1aaa4601c2f2c63801 ;
    schema:name "Emerald Hill Zone Remix (From Sonic The Hedgehog 2)"@en .

_:Ndf66073bbf894e27a46673a936e0ee1d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Evergreen Hills (Green Hill Zone from Sonic Blast)"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:53"^^xsd:interval ;
    schema:inPlaylist _:N00c204ae93964d1aaa4601c2f2c63801 ;
    schema:name "Evergreen Hills (Green Hill Zone from Sonic Blast)"@en .

_:Ne6d32ceb70464883bcba495ee45c4f9e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "What I'm Made Of (From Sonic Heroes) (acoustic ver.)"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:41"^^xsd:interval ;
    schema:inPlaylist _:N00c204ae93964d1aaa4601c2f2c63801 ;
    schema:name "What I'm Made Of (From Sonic Heroes) (acoustic ver.)"@en .

_:Nf279ce2caed94c4e91cb968fd2f112c4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tikal in the Future (\"Theme of TIKAL\" from Sonic Adventure)"@en ;
    mo:track_number 8 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N00c204ae93964d1aaa4601c2f2c63801 ;
    schema:name "Tikal in the Future (\"Theme of TIKAL\" from Sonic Adventure)"@en .

_:Nf57cc78b61e94fcc9a68544bdce3c70e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Winter on Seaside Hill (Seaside Hill from Sonic Heroes)"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N00c204ae93964d1aaa4601c2f2c63801 ;
    schema:name "Winter on Seaside Hill (Seaside Hill from Sonic Heroes)"@en .

_:Nff73d34cb514403cbfcbd3f66c02a17c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Synthwave Sanctuary (Sky Sanctuary Zone from Sonic 3 & Knuckles)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:38"^^xsd:interval ;
    schema:inPlaylist _:N00c204ae93964d1aaa4601c2f2c63801 ;
    schema:name "Synthwave Sanctuary (Sky Sanctuary Zone from Sonic 3 & Knuckles)"@en .

_:N00c204ae93964d1aaa4601c2f2c63801 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0f72a6ab6d18405aa10ac645bac3cc6c,
        _:N324b82e3a00643c984e351c05dcd54e4,
        _:N4f8c0a640f6945db895208aed525b3da,
        _:N95f2ae47b94a4c8bacf8ef9054c8a244,
        _:N97389133b3134a01a53ba5af663ffcdb,
        _:Na872a0f091d746c3873626373fc5727d,
        _:Nab152cabc3e1418782336134f607e147,
        _:Ndf66073bbf894e27a46673a936e0ee1d,
        _:Ne6d32ceb70464883bcba495ee45c4f9e,
        _:Nf279ce2caed94c4e91cb968fd2f112c4,
        _:Nf57cc78b61e94fcc9a68544bdce3c70e,
        _:Nff73d34cb514403cbfcbd3f66c02a17c ;
    mo:track_count 12 ;
    schema:duration "PT44:08"^^xsd:interval ;
    schema:numTracks 12 ;
    schema:track _:N0f72a6ab6d18405aa10ac645bac3cc6c,
        _:N324b82e3a00643c984e351c05dcd54e4,
        _:N4f8c0a640f6945db895208aed525b3da,
        _:N95f2ae47b94a4c8bacf8ef9054c8a244,
        _:N97389133b3134a01a53ba5af663ffcdb,
        _:Na872a0f091d746c3873626373fc5727d,
        _:Nab152cabc3e1418782336134f607e147,
        _:Ndf66073bbf894e27a46673a936e0ee1d,
        _:Ne6d32ceb70464883bcba495ee45c4f9e,
        _:Nf279ce2caed94c4e91cb968fd2f112c4,
        _:Nf57cc78b61e94fcc9a68544bdce3c70e,
        _:Nff73d34cb514403cbfcbd3f66c02a17c .

