@keywords a. @prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix xsd: . @prefix foaf: . @prefix dc: . @prefix string: . @prefix u: . @prefix s: . @prefix c: . @prefix j: . @prefix emer: . @prefix int: . @prefix air: . @prefix log: . @prefix ts: . @prefix : . @prefix td: . @prefix tr: . ###################################### data of scenario3 ############################################ :JohnDoe a ts:Subject ; ts:name [ u:personGivenName "John" ; u:personMiddleName "Henry" ; u:personSurName "Doe" ] ; ts:birthDate "1975-08-24" ; ts:homeAddress [ u:locationAddress "123 Main Street" ; u:locationCityName "New York" ; u:locationStateName "NY" ; u:locationPostalCodeID "10044" ] . :AliceDoe a ts:Subject ; ts:name [ u:personGivenName "Alice" ; u:personMiddleName "Liddell" ; u:personSurName "Doe" ] ; ts:homeAddress [ u:locationAddress "325 Beacon Street" ; u:locationCityName "Boston" ; u:locationStateName "MA" ; u:locationPostalCodeID "02111" ] . :RobinsonDuckworth a ts:Official ; ts:name [ u:personGivenName "Robinson" ; u:personMiddleName "" ; u:personSurName "Duckworth" ] ; ts:work [ ts:position :CriminalInvestigator ################ cdk ; ts:employer :TSA ] . :CharlesDodgson a ts:Official ; ts:name [ u:personGivenName "Charles" ; u:personMiddleName "Lutwidge" ; u:personSurName "Dodgson" ] ; ts:work [ ts:position :SpecialAgent ################ cdk ; ts:employer :FBI ] . :ChristianAbelman a ts:Official ; ts:name [ u:personGivenName "Christian" ; u:personMiddleName "M." ; u:personSurName "Abelman" ] ; ts:work [ ts:position :AssistantUSAttorney ################ cdk ; ts:employer :USAO-NY ] . :AnnaLiszt a ts:Official ; ts:name [ u:personGivenName "Anna" ; u:personMiddleName "" ; u:personSurName "Liszt" ] ; ts:work [ ts:position :IntelligenceAnalyst ; ts:employer :FBI ] . :MattDillon a ts:Official ; ts:name [ u:personGivenName "Matthew" ; u:personMiddleName "" ; u:personSurName "Dillon" ] ; ts:work [ ts:position :DeputyMarshal ; ts:employer :Marshals ] . :JosephCrater a ts:Official ; ts:name [ u:personGivenName "Joseph" ; u:personMiddleName "F." ; u:personSurName "Crater" ] ; ts:work [ ts:position :Judge ; ts:employer :NYCFC ] . ############### Organizations :FBI a ts:Organization ; ts:organizationName "Federal Bureau of Investigation" ; dc:identifier ; ts:office # cuidado con office y address!!!!!!! [ ts:address [ u:locationCityName "New York" ; u:locationStateName "NY" ] ] ; ts:partOf :DOJ . :TSA a ts:Organization ; ts:organizationName "Transportation Security Administration" ; dc:identifier ; ts:office [ ts:address [ u:locationCityName "Washington" ; u:locationStateName "DC" ] ] ; ts:partOf :DHS . :JTTF a ts:Organization ; ts:organizationName "Joint Terrorism Task Force" ; ts:office [ ts:address [ u:locationCityName "New York" ; u:locationStateName "NY"] ] ; ts:partOf FBI . Marshals a ts:Organization ; ts:organizationName "US Marshals Service" ; dc:identifier ; ts:office [ ts:address [ u:locationCityName "New York" ; u:locationStateName "NY" ] ] ; ts:partOf DOJ . USAO a ts:Organization ; ts:organizationName "United States Attorney's Office" ; dc:identifier ; ts:office [ ts:address [ u:locationCityName "New York" ; u:locationStateName "NY" ] ] ; ts:partOf DOJ . NYCFC a ts:Organization ; ts:organizationName "New York City Family Court" ; dc:identifier . MCC a ts:Organization ; ts:organizationName "Metropolitan Correctional Center" . DHS a ts:Organization ; ts:organizationName "Department of Homeland Security" ; dc:identifier ; ts:partOf FEB . FEB a ts:Organization ; ts:organizationName "Federal Executive Branch" ; ts:partOf USG . USG a ts:Organization ; ts:organizationName "United States Government" ; dc:identifier . FR a ts:Organization ; ts:organizationName "Federal Register" ; dc:identifier ; ts:partOf FEB . DOJ a ts:Organization ; ts:organizationName "Department of Justice" ; dc:identifier ; ts:partOf FEB . TSC a ts:Organization ; dc:title "Terrorism Screening Center" ; ts:partOf FBI . BOP a ts:Organization ; dc:title "Federal Bureau of Prisons" ; dc:identifier ; ts:partOf DOJ . TSDB a ts:Database ; ts:owner [organizationName "Terrorism Screening Center"] . lexis a ts:Database ; ts:owner [ts:organizationName "LexisNexis"] ; ts:nature ts:Commercial . AA-PNR a ts:Database ; ts:owner [ts:organizationName "American Airlines"] ; ts:nature ts:Commercial . ## SOR data SFDB a ts:Sorn; ts:notice ; dc:title "Secure Flight Test Records System"; dc:date "2005-06-22"; dc:publisher FR; ts:sor SFDB; dc:description "Privacy Act of 1974; Systems of Records: Secure Flight Test Records; Privacy Impact Assessment; Secure Flight Test Phase; Notice"; dc:identifier "FR Doc. 05-12405"; dc:identifier "70 FR 36319"; dc:creator TSA; ts:source AA-PNR; ts:source TSBD; ts:allowedSource TSDB; ts:category DataCategory1; ts:category DataCategory2; ts:category DataCategory3; ts:purpose AuthorizedPurpose1; ts:routineUse RU1 . RU1 a ts:RoutineUse; ts:recipient FBI; # separar oficinas y organizaciones ts:category DataCategory3; ts:purpose td:ct-criminal-law-enforcement; ts:purpose td:ct-intelligence; ts:purpose CounterTerrorism; dc:description "May share where TSA becomes aware of information that may be related to an individual identified in the TSDB." . DataCategory1 a ts:DataCategory ; dc:description "Information about people who traveled within the US by commercial passenger air in June 2004." . DataCategory2 a ts:DataCategory ; dc:description "Commercial data secured by a TSA contractor to compare with the first type of information." . DataCategory3 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." . AuthorizedPurpose1 a ts:Activity ; dc:description "Enhance the security of domestic air travel by identifying passengers who warrant further scrutiny prior to boarding an aircraft." . GeneralLaw a ts:LegalSystem . CriminalLaw a ts:LegalSystem . CivilLaw a ts:LegalSystem . GovernmentActivity a ts:Activity . LawEnforcement a ts:Activity ; dc:title "Law enforcement" ; legalSystem GeneralLaw ; specializationOf GovernmentActivity . CriminalLawEnforcement a ts:Activity ; dc:title "Criminal law enforcement" ; ts:legalSystem CriminalLaw ; ts:specializationOf LawEnforcement . Intelligence a ts:Activity ; dc:title "Intelligence" ; ts:specializationOf GovernmentActivity . CounterTerrorism a ts:Activity ; dc:title "Counter-terrorism" ; ts:specializationOf GovernmentActivity . CT-CriminalLawEnforcement a ts:Activity ; dc:title "Counter-terrorism - criminal law enforcement" ; ts:specializationOf CounterTerrorism ; ts:specializationOf CriminalLawEnforcement . CT-Intelligence a ts:Activity ; dc:title "Counter-terrorism - intelligence" ; ts:specializationOf CounterTerrorism ; ts:specializationOf Intelligence . ########################################### transactions from scenario3 #####################################3 # receive-pnr-1 a ts:Transfer ; xsd:dateTime "2004-06-14" ; ts:logOwner TSA-DC ; ts:sender AA-PNR ; ts:recipient SFDB ; ts:category DataCategory1 ; ts:purpose AuthorizedPurpose1 ## ; ts:content pnr-1. pnr-1 a ts:PassengerNameRecord ; ts:passenger [ ts:name [ u:personGivenName "John" ; u:personMiddleName "Henry" ; u:personSurName "Doe" ] ; ts:birthDate "1975-08-24" ] ; ts:flight [ ts:number "723" ; dc:date "2004-06-14" ; ts:origin LGA ; ts:destination ORD ] . # flight-test-search-1 a ts:Search ; xsd:dateTime "2005-09-12T11:30:00" ; ts:antecedent receive-pnr-1 ; dc:identifier "Secure Flight Test" ; ts:query [ ts:aboutPerson [ ts:name [ u:personGivenName "John" ; u:personMiddleName "Henry" ; u:personSurName "Doe" ] ; ts:birthDate "1975-08-24" ] ] ################# aqui #################### ; ts:result flight-test-search-1-1 ; ts:result flight-test-search-1-2 ; ts:result flight-test-search-1-3 . flight-test-search-1-result-1 a ts:SearchResult ; xsd:dateTime "2005-09-12T12:00:00" ; ts:antecedent flight-test-search-1 ; ts:source TSDB ; ts:recipient SFDB ; ts:category DataCategory3 ; ts:content [ ts:aboutPerson [ ts:name [ u:personGivenName "John" ; u:personMiddleName "Henry" ; u:personSurName "Doe" ] ; ts:birthDate "" ] ] . flight-test-search-1-result-2 a ts:SearchResult ; xsd:dateTime "2005-09-12T12:00:00" ; ts:antecedent flight-test-search-1 ; ts:source lexis ; ts:recipient SFDB ; ts:category DataCategory2 ; ts:content [ ts:aboutPerson [ ts:name [ u:personGivenName "John" ; u:personMiddleName "Henry" ; u:personSurName "Doe" ] ; ts:homeAddress [ u:locationAddress "123 Main Street" ; u:locationCityName "New York" ; u:locationStateName "NY" ; u:locationPostalCodeID "10044" ] ; ts:birthDate "1975-08-24" ] ] . flight-test-search-1-result-3 a ts:SearchResult; xsd:dateTime "2005-09-12T12:00:00"; ts:antecedent flight-test-search-1; ts:source lexis; ts:recipient SFDB; ts:category DataCategory2; ts:content [ ts:aboutPerson [ ts:name [ u:personGivenName "John"; u:personMiddleName "Henry"; u:personSurName "Doe" ]; ts:homeAddress [ u:locationAddress "723 High Street"; u:locationCityName "Seattle"; u:locationStateName "WA"; u:locationPostalCodeID "98104" ]; ts:birthDate "1975-08-24" ] ] . # transfer-1a a ts:Transfer; xsd:dateTime "2005-09-17"; ts:antecedent flight-test-search-1-result-1; ts:source ts:SFBD; ts:recipient FBI-NYC; ts:category DataCategory3; ts:purpose ts:ct-criminal-law-enforcement; ts:purpose ts:ct-intelligence; dc:Identifier "3556780"; ts:logOwner TSA-DC; ts:sender RobinsonDuckworth; ts:recipient CharlesDodgson; ts:content transfer-1-content. # transfer-1b a ts:Transfer; xsd:dateTime "2005-09-17"; ts:antecedent transfer-1a; ts:sender TSA; ts:source TSA-DC; ts:recipient FBI-NY; ts:category DataCategory3; ts:purpose ts:ct-criminal-law-enforcement; ts:purpose ts:ct-intelligence; dc:Identifier "0876553"; ts:logOwner FBI; ts:content transfer-1-content . transfer-1-content ts:sender RobinsonDuckworth; ts:recipient td:CharlesDodgson; ts:subject td:JohnDoe; ts:text "Secure flight match. Possible terror suspect.". #/horrible # td:open-investigation-1 a ts:OpeningCase; xsd:dateTime "2005-09-18T15:00:00"; ts:antecedent transfer-1b; ts:opens investigation-1. td:investigation-1 a ts:Case; c:caseTrackingID "555NY5678"; c:caseCategory td:AuthorizedPurpose3; # case-category ??? ts:agent td:CharlesDodgson; ts:agency td:FBI; ts:isOpenedBy td:open-investigation-1. # (4) td:assignment-1 a ts:Assignment; ts:antecedent :open-investigation-1; ts:subject td:investigation-1; ts:recipient td:JTTF. td:assignment-2 a ts:Assignment; ts:antecedent :open-investigation-1; ts:subject td:investigation-1; ts:recipient td:AnnaLiszt. # (5) td:open-source-search-2 a ts:Search ; dateTime "2005-10-02T09:00:00" ; ts:antecedent td:assignment-2 ; query [ aboutPerson [ ts:name [ u:personGivenName "John" ; u:personMiddleName "Henry" ; u:personSurName "Doe" ] ; homeAddress [ u:locationAddress "123 Main Street" ; u:locationCityName "New York" ; u:locationStateName "NY" ; u:locationPostalCodeID "10044" ] ; birthDate "1975-08-24" ] ] ; result td:open-source-search-2-result-1 . td:open-source-search-2-result-1 a ts:SearchResult ; dateTime "2005-10-02T12:00:01" ; ts:antecedent td:open-source-search-2 ; source ; content td:ny-warrant # revisar . # (new 6) :18USC228 a j:ArrestCharge. Arrest05NY2343CRJFC a j:Arrest; dateTime "2005-11-01T10:00:00"; ts:antecedent td:open-source-search-2-result-1; j:arrestOfficial CharlesDodgson; j:arrestWarrant :05-NY-2343-CR-JFC; j:arrestSubject JohnDoe; j:arrestLocation [ u:locationCityName "New York"; u:locationStateName "NY" ]; j:arrestCharge :18USC228; j:arrestSubjectRightsReadIndicator "true".