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

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

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

<artist/190#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/78921#subject> ;
    schema:name "Koji Kondo"@en,
        "近藤浩治"@ja ;
    foaf:made <album/78921#composition>,
        <album/78921#subject> ;
    foaf:name "Koji Kondo"@en,
        "近藤浩治"@ja .

<product/258#subject> a schema:CreativeWork ;
    schema:name "Super Mario Bros."@en,
        "スーパーマリオブラザーズ"@ja,
        "Super Mario Bros."@ja-latn ;
    foaf:name "Super Mario Bros."@en,
        "スーパーマリオブラザーズ"@ja,
        "Super Mario Bros."@ja-latn .

<album/78921#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Another Castle (From \"Super Mario Bros.\")"@en,
        "Another Castle (From \"Super Mario Bros.\")"@ja,
        "Another Castle (From \"Super Mario Bros.\")"@ja-latn ;
    mo:composer <artist/190#subject> ;
    mo:produced_work <album/78921#musicalwork> ;
    schema:name "Another Castle (From \"Super Mario Bros.\")"@en,
        "Another Castle (From \"Super Mario Bros.\")"@ja,
        "Another Castle (From \"Super Mario Bros.\")"@ja-latn .

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

<album/78921#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Another Castle (From \"Super Mario Bros.\")"@en,
        "Another Castle (From \"Super Mario Bros.\")"@ja,
        "Another Castle (From \"Super Mario Bros.\")"@ja-latn ;
    mo:performance_of <album/78921#musicalwork> ;
    mo:recorded_as <album/78921#musicalexpression> ;
    schema:name "Another Castle (From \"Super Mario Bros.\")"@en,
        "Another Castle (From \"Super Mario Bros.\")"@ja,
        "Another Castle (From \"Super Mario Bros.\")"@ja-latn ;
    schema:workPerformed <album/78921#musicalwork> .

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

<https://medium-media.vgm.io/albums/12/78921/78921-1531053895.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/78921#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-10-14"^^xsd:date ;
    dcterms:title "Another Castle (From \"Super Mario Bros.\")"@en,
        "Another Castle (From \"Super Mario Bros.\")"@ja,
        "Another Castle (From \"Super Mario Bros.\")"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/78921#musicalexpression> ;
    mo:publisher _:Nc5949703f69f47e4b70e2f69fec9b831 ;
    mo:record _:N1aa9903719294268b6cc1b7cbff407d5 ;
    mo:record_count 1 ;
    schema:about <product/258#subject> ;
    schema:datePublished "2017-10-14"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/12/78921/78921-1531053895.jpg> ;
    schema:name "Another Castle (From \"Super Mario Bros.\")"@en,
        "Another Castle (From \"Super Mario Bros.\")"@ja,
        "Another Castle (From \"Super Mario Bros.\")"@ja-latn ;
    schema:publisher _:Nc5949703f69f47e4b70e2f69fec9b831 ;
    foaf:depiction <https://media.vgm.io/albums/12/78921/78921-1531053895.jpg> .

_:N03eb9f6c50eb4ed998e1e18a12b27952 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Super Mario Bros. Theme (From \"Super Mario Bros.\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:N1aa9903719294268b6cc1b7cbff407d5 ;
    schema:name "Super Mario Bros. Theme (From \"Super Mario Bros.\")"@en .

_:N0fca9cea68cc423f89d210b734ee3757 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Castle (From \"Super Mario Bros.\")"@en ;
    mo:track_number 5 ;
    schema:duration "PT2:43"^^xsd:interval ;
    schema:inPlaylist _:N1aa9903719294268b6cc1b7cbff407d5 ;
    schema:name "Castle (From \"Super Mario Bros.\")"@en .

_:N7ab1a2eaa4c241f0b298b91e502a9f6f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Starman (From \"Super Mario Bros.\")"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:18"^^xsd:interval ;
    schema:inPlaylist _:N1aa9903719294268b6cc1b7cbff407d5 ;
    schema:name "Starman (From \"Super Mario Bros.\")"@en .

_:Nc5949703f69f47e4b70e2f69fec9b831 schema:name "Mykah"@en ;
    foaf:name "Mykah"@en .

_:Nebe17b6fca8b41ba9f648249bdfa8ff3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Underwater (From \"Super Mario Bros.\")"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:N1aa9903719294268b6cc1b7cbff407d5 ;
    schema:name "Underwater (From \"Super Mario Bros.\")"@en .

_:Nf0e31b4098c54fe390aa11aef7340a08 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Underground (From \"Super Mario Bros.\")"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:44"^^xsd:interval ;
    schema:inPlaylist _:N1aa9903719294268b6cc1b7cbff407d5 ;
    schema:name "Underground (From \"Super Mario Bros.\")"@en .

_:N1aa9903719294268b6cc1b7cbff407d5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N03eb9f6c50eb4ed998e1e18a12b27952,
        _:N0fca9cea68cc423f89d210b734ee3757,
        _:N7ab1a2eaa4c241f0b298b91e502a9f6f,
        _:Nebe17b6fca8b41ba9f648249bdfa8ff3,
        _:Nf0e31b4098c54fe390aa11aef7340a08 ;
    mo:track_count 5 ;
    schema:duration "PT15:53"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N03eb9f6c50eb4ed998e1e18a12b27952,
        _:N0fca9cea68cc423f89d210b734ee3757,
        _:N7ab1a2eaa4c241f0b298b91e502a9f6f,
        _:Nebe17b6fca8b41ba9f648249bdfa8ff3,
        _:Nf0e31b4098c54fe390aa11aef7340a08 .

