@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://en.wikipedia.org/wiki/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

ns1:01KZKY9ZRHFRAABJE96Y1X44PN a ns2:Place ;
    schema:description "Aerospace startup founded and funded by John Carmack, headquartered in Mesquite, Texas. Its facility briefly hosted a mat area where Carmack took private Brazilian jiu-jitsu sessions with Carlos Machado on Saturdays."@en ;
    schema:keywords "training-venue", "bjj", "aerospace" ;
    schema:location _:b253 ;
    schema:name "Armadillo Aerospace"@en ;
    schema:sameAs <https://www.wikidata.org/wiki/Q373073> ;
    ns2:dissolvedEvent _:b254 ;
    ns2:foundedEvent _:b256 ;
    ns2:hasEvidence _:b258 ;
    ns2:placeType <https://w3id.org/martialis/vocab/place-classification/other> .
_:b258 a ns2:SourceAssertionRelation ;
    schema:citation "Armadillo Aerospace - Wikipedia" ;
    schema:url ns5:Armadillo_Aerospace ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b256 a ns2:LifeEvent ;
    schema:startDate "2000" ;
    ns2:earliestYear "2000"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:founder ns1:01KZKY9ZRHF2DG8JJ07FRBGR97 ;
    ns2:hasEvidence _:b257 ;
    ns2:latestYear "2000"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b257 a ns2:SourceAssertionRelation ;
    schema:citation "Armadillo Aerospace - Wikipedia" ;
    schema:url ns5:Armadillo_Aerospace ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b254 a ns2:LifeEvent ;
    schema:endDate "2015" ;
    ns2:earliestYear "2015"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:hasEvidence _:b255 ;
    ns2:latestYear "2015"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b255 a ns2:SourceAssertionRelation ;
    schema:citation "Armadillo Aerospace - Wikipedia" ;
    schema:url ns5:Armadillo_Aerospace ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b253 schema:addressCountry <http://publications.europa.eu/resource/authority/country/USA> ;
    schema:name "Mesquite, Texas" ;
    schema:sameAs <http://www.wikidata.org/entity/Q51696> .
