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

<artist/10692#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yoko Aki"@en,
        "阿木燿子"@ja ;
    foaf:made <album/41037#lyrics>,
        <album/41037#subject> ;
    foaf:name "Yoko Aki"@en,
        "阿木燿子"@ja .

<artist/32314#subject> a schema:Person,
        foaf:Person ;
    schema:name "John J. Stanley"@en ;
    foaf:made <album/41037#lyrics>,
        <album/41037#subject> ;
    foaf:name "John J. Stanley"@en .

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

<album/66993> a mo:Release ;
    mo:catalogue_number "28X-52" .

<artist/10239#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41037#subject> ;
    schema:name "Ryoichi Kuniyoshi"@en,
        "国吉良一"@ja ;
    foaf:made <album/41037#composition>,
        <album/41037#subject> ;
    foaf:name "Ryoichi Kuniyoshi"@en,
        "国吉良一"@ja .

<artist/14819#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41037#subject> ;
    schema:name "Toshiyuki Kimori"@en,
        "木森敏之"@ja ;
    foaf:made <album/41037#composition>,
        <album/41037#subject> ;
    foaf:name "Toshiyuki Kimori"@en,
        "木森敏之"@ja .

<artist/3256#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/41037#subject> ;
    schema:name "Gouji Tsuno"@en,
        "つのごうじ"@ja ;
    foaf:made <album/41037#composition>,
        <album/41037#subject> ;
    foaf:name "Gouji Tsuno"@en,
        "つのごうじ"@ja .

<product/16871#subject> a schema:CreativeWork ;
    schema:name "Golgo 13: The Professional"@en,
        "ゴルゴ13"@ja,
        "Golgo 13: The Professional"@ja-latn ;
    foaf:name "Golgo 13: The Professional"@en,
        "ゴルゴ13"@ja,
        "Golgo 13: The Professional"@ja-latn .

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

<album/41037#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "GOLGO 13"@en,
        "ゴルゴ13"@ja,
        "GOLGO 13"@ja-latn ;
    mo:performance_of <album/41037#musicalwork> ;
    mo:recorded_as <album/41037#musicalexpression> ;
    schema:name "GOLGO 13"@en,
        "ゴルゴ13"@ja,
        "GOLGO 13"@ja-latn ;
    schema:workPerformed <album/41037#musicalwork> .

<org/2431#subject> schema:name "Casablanca Record and FilmWorks"@en,
        "Casablanca Record and FilmWorks"@ja,
        "Casablanca Record and FilmWorks"@ja-latn ;
    foaf:name "Casablanca Record and FilmWorks"@en,
        "Casablanca Record and FilmWorks"@ja,
        "Casablanca Record and FilmWorks"@ja-latn .

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

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

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

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

<album/41037#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "GOLGO 13"@en,
        "ゴルゴ13"@ja,
        "GOLGO 13"@ja-latn ;
    mo:composer <artist/10239#subject>,
        <artist/14819#subject>,
        <artist/3256#subject> ;
    mo:produced_work <album/41037#musicalwork> ;
    schema:name "GOLGO 13"@en,
        "ゴルゴ13"@ja,
        "GOLGO 13"@ja-latn .

<album/41037#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1983-01-01"^^xsd:date ;
    dcterms:title "GOLGO 13"@en,
        "ゴルゴ13"@ja,
        "GOLGO 13"@ja-latn ;
    mo:catalogue_number "28P-52" ;
    mo:media_type "Vinyl (12\" 33&frac13; rpm)" ;
    mo:other_release_of <album/66993> ;
    mo:publication_of <album/41037#musicalexpression> ;
    mo:publisher <org/2431#subject> ;
    mo:record _:Nd450e6ae21e1403c89b6fe6b84a1f7be ;
    mo:record_count 1 ;
    schema:about <product/16871#subject> ;
    schema:datePublished "1983-01-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/73/41037/41037-1376247371.jpg> ;
    schema:name "GOLGO 13"@en,
        "ゴルゴ13"@ja,
        "GOLGO 13"@ja-latn ;
    schema:publisher <org/2431#subject> ;
    foaf:depiction <https://media.vgm.io/albums/73/41037/41037-1376247371.jpg> .

_:N1885ffe138e047db851d29f6ad3f5efe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love's Mistery"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:06"^^xsd:interval ;
    schema:inPlaylist _:Nd450e6ae21e1403c89b6fe6b84a1f7be ;
    schema:name "Love's Mistery"@en .

_:N1bbf0f6467f148b7bc9652384707888d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Golgo 13 and I"@en ;
    mo:track_number 10 ;
    schema:duration "PT4:35"^^xsd:interval ;
    schema:inPlaylist _:Nd450e6ae21e1403c89b6fe6b84a1f7be ;
    schema:name "Golgo 13 and I"@en .

_:N1c502655801a4499b2a63cc21b62a54d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Love's Mistery (Reprise)"@en ;
    mo:track_number 11 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:Nd450e6ae21e1403c89b6fe6b84a1f7be ;
    schema:name "Love's Mistery (Reprise)"@en .

_:N1dac6e387fcd4a8bb41be32650b2f147 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Danger Zone"@en ;
    mo:track_number 8 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:Nd450e6ae21e1403c89b6fe6b84a1f7be ;
    schema:name "Danger Zone"@en .

_:N2257fadc740a45afbfb37f177c577b4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pshy·cho-Wave"@en ;
    mo:track_number 7 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:Nd450e6ae21e1403c89b6fe6b84a1f7be ;
    schema:name "Pshy·cho-Wave"@en .

_:N54ffb497628740e1b6749ad29ce83737 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Gold and Silver"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:21"^^xsd:interval ;
    schema:inPlaylist _:Nd450e6ae21e1403c89b6fe6b84a1f7be ;
    schema:name "Gold and Silver"@en .

_:N837c896dc0e34e9a9772d98f4a379629 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "In Masquerade Scope"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:Nd450e6ae21e1403c89b6fe6b84a1f7be ;
    schema:name "In Masquerade Scope"@en .

_:Na1f73870354d4227b1c781edfbcb9a23 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tail to Nose"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:23"^^xsd:interval ;
    schema:inPlaylist _:Nd450e6ae21e1403c89b6fe6b84a1f7be ;
    schema:name "Tail to Nose"@en .

_:Nb22342db065341ddbb1a034f92829060 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Comand:G-13"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:42"^^xsd:interval ;
    schema:inPlaylist _:Nd450e6ae21e1403c89b6fe6b84a1f7be ;
    schema:name "Comand:G-13"@en .

_:Ne0cac88a479341d8bbccfed5bab68526 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pray for You"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:02"^^xsd:interval ;
    schema:inPlaylist _:Nd450e6ae21e1403c89b6fe6b84a1f7be ;
    schema:name "Pray for You"@en .

_:Ne97b3fd0f26e4993afdf95cf33f212b0 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Memory of Roburt"@en ;
    mo:track_number 9 ;
    schema:duration "PT2:24"^^xsd:interval ;
    schema:inPlaylist _:Nd450e6ae21e1403c89b6fe6b84a1f7be ;
    schema:name "Memory of Roburt"@en .

_:Nd450e6ae21e1403c89b6fe6b84a1f7be a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1885ffe138e047db851d29f6ad3f5efe,
        _:N1bbf0f6467f148b7bc9652384707888d,
        _:N1c502655801a4499b2a63cc21b62a54d,
        _:N1dac6e387fcd4a8bb41be32650b2f147,
        _:N2257fadc740a45afbfb37f177c577b4a,
        _:N54ffb497628740e1b6749ad29ce83737,
        _:N837c896dc0e34e9a9772d98f4a379629,
        _:Na1f73870354d4227b1c781edfbcb9a23,
        _:Nb22342db065341ddbb1a034f92829060,
        _:Ne0cac88a479341d8bbccfed5bab68526,
        _:Ne97b3fd0f26e4993afdf95cf33f212b0 ;
    mo:track_count 11 ;
    schema:duration "PT23:46"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N1885ffe138e047db851d29f6ad3f5efe,
        _:N1bbf0f6467f148b7bc9652384707888d,
        _:N1c502655801a4499b2a63cc21b62a54d,
        _:N1dac6e387fcd4a8bb41be32650b2f147,
        _:N2257fadc740a45afbfb37f177c577b4a,
        _:N54ffb497628740e1b6749ad29ce83737,
        _:N837c896dc0e34e9a9772d98f4a379629,
        _:Na1f73870354d4227b1c781edfbcb9a23,
        _:Nb22342db065341ddbb1a034f92829060,
        _:Ne0cac88a479341d8bbccfed5bab68526,
        _:Ne97b3fd0f26e4993afdf95cf33f212b0 .

