@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:01KYMEA0X553XQW87Y65T7P0V1 a ns2:Organization ;
    schema:alternateName "SAC"@en ;
    schema:keywords "judo", "military", "us-air-force" ;
    schema:location _:b10541 ;
    schema:name "Strategic Air Command"@en ;
    schema:sameAs <https://www.wikidata.org/wiki/Q646145> ;
    ns2:foundedEvent _:b10542 ;
    ns2:hasEvidence _:b10544 ;
    ns2:orgType <https://w3id.org/martialis/vocab/org-classification/other> .
_:b10544 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 .
_:b10542 a ns2:LifeEvent ;
    schema:startDate "1946" ;
    ns2:earliestYear "1946"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:hasEvidence _:b10543 ;
    ns2:latestYear "1946"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b10543 a ns2:SourceAssertionRelation ;
    schema:citation "History of the USJA" ;
    schema:url ns5:ourhistory ;
    ns2:evidenceWeight ns4:medium ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b10541 schema:addressCountry <http://publications.europa.eu/resource/authority/country/USA> ;
    schema:name "Offutt Air Force Base" ;
    schema:sameAs <http://www.wikidata.org/entity/Q1636881> .
