@prefix ns1: <https://martial.is/entity/> .
@prefix ns2: <https://w3id.org/martialis/ontology#> .
@prefix ns3: <https://w3id.org/martialis/vocab/source-ref-type/> .
@prefix ns4: <https://w3id.org/martialis/vocab/evidence-weight/> .
@prefix schema: <https://schema.org/> .
@prefix ns5: <https://www.usja.net/about/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

ns1:01KYMEA0X5B2S975DFVQ4WEQSV a ns2:Organization ;
    schema:alternateName "AFJA"@en ;
    schema:keywords "judo", "federation", "us-air-force" ;
    schema:name "Air Force Judo Association"@en ;
    ns2:foundedEvent _:b7327 ;
    ns2:hasAffiliationAssertion _:b7329 ;
    ns2:hasEvidence _:b7331 ;
    ns2:orgType <https://w3id.org/martialis/vocab/org-classification/federation> ;
    ns2:parentOrg ns1:01KYMEA0X553XQW87Y65T7P0V1 .
_:b7331 a ns2:SourceAssertionRelation ;
    schema:citation "History of the USJA" ;
    schema:url ns5:ourhistory ;
    ns2:coversProperty schema:description, ns2:foundedEvent, schema:name ;
    ns2:evidenceWeight ns4:medium ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b7329 a ns2:AffiliationAssertion ;
    ns2:affiliationRelation <https://w3id.org/martialis/vocab/affiliation-relation/branch_of> ;
    ns2:hasEvidence _:b7330 ;
    ns2:object ns1:01KYMEA0X553XQW87Y65T7P0V1 ;
    ns2:subject ns1:01KYMEA0X5B2S975DFVQ4WEQSV .
_:b7330 a ns2:SourceAssertionRelation ;
    schema:citation "History of the USJA" ;
    schema:url ns5:ourhistory ;
    ns2:evidenceWeight ns4:medium ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b7327 a ns2:LifeEvent ;
    schema:startDate "1957" ;
    ns2:earliestYear "1957"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:hasEvidence _:b7328 ;
    ns2:latestYear "1957"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b7328 a ns2:SourceAssertionRelation ;
    schema:citation "History of the USJA" ;
    schema:url ns5:ourhistory ;
    ns2:evidenceWeight ns4:medium ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
