Florida Sunshine Law - Public Records

From TAMI

Jump to: navigation, search

Contents

Overview

Florida began its tradition of openness back in 1909 with the passage of what has come to be known as the "Public Records Law," Chapter 119 of the Florida Statutes.

Policy
type United States State Legislation
name Florida Sunshine Law - Public Records
citation Fla. Stat. Ch. 119 (2008)
homepage http://www.leg.state.fl.us/statutes/index.cfm?app_mode=display_statute&url=ch0119/ch0119.htm
Relation
Notes

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   :E, :D, :P, :ACCESSOR .

:FS_119_01_1  a  air:Policy;
  rdfs:label "Fla. Stat. Ch. 119.01(1)";
  air:rule [
    air:pattern {
       :E  a tamic:Event;
  	  tamip:Output_data :D;
	  tamip:Operation  tami:Disclose_Data .

       :D  a tamic:Data .

       :P a  tamic:Government_Agency;
             tamip:Administrate_region [
                  tamip:Part_of  tami:Florida       
             ]
    };
    air:rule [
      air:description ( "It is permitted that " :P " disclose " :D " to " :ACCESSOR ", because" :P " is a Florida Government Agency" );
      air:pattern {  :E tamip:Coordinator :P . };
      air:assert {  :E  air:compliant-with tami:FS_119_01_1.
                    :E  tamip:applicable tami:FS_119_01_1.   }
    ];
    air:rule [
      air:description ( "It is permitted that " :P " disclose " :D " to " :ACCESSOR ", because" :P " is affiliated with a Florida Government Agency" );
      air:pattern {  :E tamip:Coordinator [ tamip:Affiliation :P ]  };
      air:assert {  :E  air:compliant-with tami:FS_119_01_1. 
                    :E  tamip:applicable tami:FS_119_01_1. }
    ]
  ].
@forAll   :EVENT, :DATA , :CASE, :EO, :EC .

:FS_119_071_2_c_1 a  air:Policy;
  rdfs:label "Fla. Stat. Ch. 119.071(2)(c)1";
  air:rule [
    air:pattern {
       :EVENT  tamip:Output_data :DATA  ;
               tamip:Operation tami:Disclose_Data .

       :DATA  a tamic:Criminal_Intelligence_Information.
    };
    air:rule[
      rdfs:label "Fla. Stat. Ch. 119.011(3)(d)";
      air:pattern {
       :EVENT tamip:Relation :CASE ;
              tamip:Antecedent :EO.

       :CASE a tamic:Criminal_Investigation.
  
       :EO a tamic:Event; 
          tamip:Operation  tami:Open_Case; 
          tamip:Relation :CASE .       

       :EC a tamic:Event; 
               tamip:Operation  tami:Close_Case;
               tamip:Antecedent :EVENT;
               tamip:Relation :CASE .           
      };
      air:assert { 
            :DATA air:compliant-with :FS_119_071_2_c_1 .
            :EVENT air:non-compliant-with :FS_119_071_2_c_1 .
	    :EVENT tamip:applicable  :FS_119_071_2_c_1 .
       } 
    ]
  ].

:FS_119 a  air:Policy;
  rdfs:label "Fla. Stat. Ch. 119";
  air:variable  :E,  :POLICY1, :POLICY2, :PROPERTY;
  air:rule [
    air:pattern {
       :E  tamip:applicable  :POLICY1 .
       :E  :PROPERTY :POLICY1 .
    };
    air:rule [
      air:pattern {
       :E  tamip:applicable  :POLICY2 .
       :POLICY2 tamip:Overrides :POLICY1  .
      } ; 

      air:alt [ 
         air:assert {  :E :PROPERTY  :FS_119 . }
      ]
    ]
  ].

__END_LANDMARK_N3__ (View N3 source)

Rules

Definitions

Links

Personal tools