URF Formats
SURF
“Markdown for JSON.” The simplified URF format that adds types and semantics to JSON while remaining compatible with TURF.
| SURF | JSON | 
|---|---|
				
			 |  
				
			 |  
TURF
The canonical text format for URF—a superset of SURF. Simple enough for hand-written configuration files, yet powerful enough to define web ontologies.
Tree#456:
  sproutYear = @1950
  bio-Species = bio-Species#quercusMacrocarpa:
    bio-deciduous: true;
  ;
;
		bio-Species*urf-Class
bio-deciduous*urf-Property:
  urf-domain = bio-Species
  urf-range = urf-Boolean
;
		COLURF
CSV-like files with the rigor and data types of URF, and the readability of TURF.
Under development …
NURF
Graph representation of subject, property, value statements; elegant analog of N-Triples with TURF syntax.
Under development …