@prefix ns1: <https://martial.is/entity/> .
@prefix ns2: <https://w3id.org/martialis/ontology#> .
@prefix schema: <https://schema.org/> .

ns1:01KJJAWN29MA64W22606R3WD9Z a ns2:Source ;
    schema:description "Biographical resume of Karl Geis, American judo and aikido teacher, on his personal website."@en ;
    schema:inLanguage "en" ;
    schema:name "Karl Geis - Resume" ;
    schema:publisher _:b6477 ;
    schema:url <https://www.karlgeis.com/his-resume> ;
    ns2:hasContributor _:b6478 ;
    ns2:sourceGenre <https://w3id.org/martialis/vocab/source-genre/biography> ;
    ns2:sourceType "webpage" .
_:b6478 schema:name "Karl Geis" ;
    ns2:contributorRole "author" .
_:b6477 schema:name "karlgeis.com" .
