FS 119 011 3 a

From TAMI

Jump to: navigation, search

Policy
type Policy
name Criminal Intelligence Information
original text Criminal intelligence information" means information with respect to an identifiable person or group of persons collected by a criminal justice agency in an effort to anticipate, prevent, or monitor possible criminal activity.
citation Fla. Stat. Ch. 119.011(3)(a)
Relation
Notes
description Data collected by a criminal justice agency is criminal intelligence information
  • If the purpose of collection was to anticipate, prevent, or monitor possible criminal activity
  • If the data is about identifiable person(s)
kkw note I think everything collected by St Lucie PD before a criminal case was opened will fall under this definition

Semantics

__BEGIN_LANDMARK_N3__

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix air: <http://dig.csail.mit.edu/TAMI/2007/amord/air#> .	
@prefix tami: <http://tw.rpi.edu/proj/tami/Special:URIResolver/> .
@prefix tamic: <http://tw.rpi.edu/proj/tami/Special:URIResolver/Category-3A> .
@prefix tamip: <http://tw.rpi.edu/proj/tami/Special:URIResolver/Property-3A> .
@prefix :  <http://tw.rpi.edu/proj/tami/Special:URIResolver/> .
@forAll   :EVENT, :DATA,  :AGENT, :NAME_PERSON .

:FS_119_011_3_a a  air:Policy;
  rdfs:label "Fla. Stat. Ch. 119.011(3)(a)";
  air:rule [
    rdfs:label "FS_119_011_3_a rule 1";
    air:pattern {
       :EVENT  a tamic:Event;
  	  tamip:Input_data :DATA ;
	  tamip:Purpose tami:Monitor_Possible_Criminal_Activity ;
	  tamip:Operation  tami:Collect_Data .

       :DATA  a tamic:Data ;
  	    tamip:Subject [ a tamic:Person;  tamip:Name :NAME_PERSON ] .

       :AGENT a  tamic:Criminal_Justice_Agency. 
    };
    air:rule [
       air:pattern { :EVENT  tamip:Coordinator :AGENT };
       air:assert {  :DATA  air:compliant-with :FS_119_011_3_a. 
                  :DATA  a tamic:Criminal_Intelligence_Information  .  }
    ];
    air:rule [
       air:pattern {  :EVENT  tamip:Coordinator [ tamip:Affiliation :AGENT ] };
       air:assert {  :DATA  air:compliant-with :FS_119_011_3_a. 
                     :DATA  a tamic:Criminal_Intelligence_Information  .  }
    ]
  ].

__END_LANDMARK_N3__ (View N3 source)

Facts about FS 119 011 3 aRDF feed
Citation Fla. Stat. Ch. 119.011(3)(a)  +
Description Data collected by a criminal justice agency is criminal intelligence information
  • If the purpose of collection was to anticipate, prevent, or monitor possible criminal activity
  • If the data is about identifiable person(s)
Kkw note I think everything collected by St Lucie PD before a criminal case was opened will fall under this definition
Name Criminal Intelligence Information  +
Original text Criminal intelligence information" means information with respect to an identifiable person or group of persons collected by a criminal justice agency in an effort to anticipate, prevent, or monitor possible criminal activity.