@prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix xsd: . @prefix dc: . @prefix u: . @prefix c: . @prefix j: . @prefix ts: . @prefix law: . @prefix : . :no-antecedent a ts:Event . #### Officials #### :RobinsonDuckworth a ts:Official ; ts:name [ u:personGivenName "Robinson" ; u:personMiddleName "" ; u:personSurName "Duckworth" ] ; ts:employment [ ts:position :CriminalInvestigator ; ts:office :TSA-DC ] . :CharlesDodgson a ts:Official ; ts:name [ u:personGivenName "Charles" ; u:personMiddleName "Lutwidge" ; u:personSurName "Dodgson" ] ; ts:employment [ ts:position :SpecialAgent ; ts:office :FBI-NYC ] . :ChristianAbelman a ts:Official ; ts:name [ u:personGivenName "Christian" ; u:personMiddleName "M." ; u:personSurName "Abelman" ] ; ts:employment [ ts:position :AssistantUSAttorney ; ts:office :USAO-NY ] . :AnnaLiszt a ts:Official ; ts:name [ u:personGivenName "Anna" ; u:personMiddleName "" ; u:personSurName "Liszt" ] ; ts:employment [ ts:position :IntelligenceAnalyst ; ts:office :FBI-NYC ] . :MattDillon a ts:Official ; ts:name [ u:personGivenName "Matthew" ; u:personMiddleName "" ; u:personSurName "Dillon" ] ; ts:employment [ ts:position :DeputyMarshal ; ts:office :Marshals-NY ] . :JosephCrater a ts:Official ; ts:name [ u:personGivenName "Joseph" ; u:personMiddleName "F." ; u:personSurName "Crater" ] ; ts:employment [ ts:position :Judge ; ts:office :NYCFC ] . #### Organizations #### :USG a ts:Organization ; dc:title "United States Government" ; dc:identifier . :FederalExecutive a ts:Organization ; dc:title "Federal Executive Branch" ; ts:partOf :USG . :FR a ts:Organization ; dc:title "Federal Register" ; dc:identifier ; ts:partOf :FederalExecutive . :DHS a ts:Organization ; dc:title "Department of Homeland Security" ; dc:identifier ; ts:partOf :FederalExecutive . :TSA a ts:Organization ; dc:title "Transportation Security Administration" ; dc:identifier ; ts:partOf :DHS . :DOJ a ts:Organization ; dc:title "Department of Justice" ; dc:identifier ; ts:partOf :FederalExecutive . :FBI a ts:Organization ; dc:title "Federal Bureau of Investigation" ; dc:identifier ; ts:partOf :DOJ . :JTTF a ts:Organization ; dc:title "Joint Terrorism Task Force" ; ts:partOf :FBI . :TSC a ts:Organization ; dc:title "Terrorism Screening Center" ; ts:partOf :FBI . :Marshalls a ts:Organization ; dc:title "US Marshals Service" ; dc:identifier ; ts:partOf :DOJ . :USAO a ts:Organization ; dc:title "United States Attorneys" ; dc:identifier ; ts:partOf :DOJ . :BOP a ts:Organization ; dc:title "Federal Bureau of Prisons" ; dc:identifier ; ts:partOf :DOJ . :NYCFC a ts:Organization ; dc:title "New York City Family Court" ; dc:identifier . #### Offices #### :FBI-NYC a ts:Office ; ts:organization :FBI ; ts:address :NYC . :Marshals-NY a ts:Office ; ts:organization :Marshals ; ts:address :NYC . :TSA-DC a ts:Office ; ts:organization :TSA ; ts:address :DC . :JTTF-NY a ts:Office ; ts:organization :JTTF ; ts:address :NYC . :USAO-NY a ts:Office ; ts:organization :USAO ; ts:address :NYC . :MCC-NYC a ts:Office ; dc:title "Metropolitan Correctional Center - NEW YORK" ; ts:organization :BOP ; ts:address :NYC . #### Locations #### :NYC a ts:Location ; u:locationCityName "New York" ; u:locationStateName "NY" . :DC a ts:Location ; u:locationCityName "Washington" ; u:locationStateName "DC" . #### Databases #### :SFDB a ts:SOR ; dc:title "Secure Flight Test Records System" ; ts:owner :TSA ; ts:notice :SFDB-SORN . :TSDB a ts:Database ; ts:owner :TSC . :lexis a ts:CommercialDatabase ; ts:owner [ dc:title "LexisNexis" ] . :AA-PNR a ts:CommercialDatabase ; ts:owner [ dc:title "American Airlines" ] . #### SORNs #### :SFDB-SORN a ts:SORN ; dc:date "2005-06-22" ; dc:publisher :FR ; dc:description """ Privacy Act of 1974; Systems of Records: Secure Flight Test Records; Privacy Impact Assessment; Secure Flight Test Phase; Notice """ ; dc:identifier ; dc:identifier "FR Doc. 05-12405" ; dc:identifier "70 FR 36319" ; dc:creator :TSA ; ts:sor :SORN ; ts:source :AA-PNR ; ts:source :TSDB ; ts:source [ a ts:CommercialDatabase ] ; ts:category :SFDB-category-1 , :SFDB-category-2 , :SFDB-category-3 ; ts:purpose :SFDB-purpose-1 ; ts:routineUse [ a ts:RoutineUse ; ts:recipient :FBI ; ts:category :SFDB-category-3 ; ts:purpose :ct-criminal-law-enforcement ; ts:purpose :ct-intelligence ; dc:description """ May share where TSA becomes aware of information that may be related to an individual identified in the TSDB. """ ] . :SFDB-category-1 a ts:DataCategory ; dc:description """ Information about people who traveled within the US by commercial passenger air in June 2004. """ . :SFDB-category-2 a ts:DataCategory ; dc:description """ Commercial data secured by a TSA contractor to compare with the first type of information. """ . :SFDB-category-3 a ts:DataCategory ; dc:description """ Information about people who are known or reasonably suspected to be or have been engaged in conduct constituting, in preparation for, in aid of, or related to terrorism. """ . :SFDB-purpose-1 a ts:AuthorizedPurpose ; dc:description """ Enhance the security of domestic air travel by identifying passengers who warrant further scrutiny prior to boarding an aircraft. """ . :ct-criminal-law-enforcement a ts:AuthorizedPurpose ; ts:statute law:USC-18-2331 ; ts:statute law:USC-18-2332 ; ts:statute law:USC-18-2333 ; ts:statute law:USC-18-2334 ; ts:statute law:USC-18-2335 ; ts:statute law:USC-18-2336 ; ts:statute law:USC-18-2337 ; ts:statute law:USC-18-2338 ; ts:statute law:USC-18-2339-a ; ts:statute law:USC-18-2339-b ; ts:statute law:USC-18-2339-c . :ct-intelligence a ts:AuthorizedPurpose . :any-purpose a ts:AuthorizedPurpose .