Skip to content

BadgeP Format

Tim L edited this page Oct 31, 2021 · 6 revisions

Definition

A file format that encodes attribute-value pairs in a manner that conforms to both Bash and Java Properties syntax.

Usage

#!/bin/bash
#3> <> dcterms:format <https://github.com/timrdf/csv2rdf4lod-automation/wiki/BadgeP-Format> .
#3> <https://github.com/timrdf/csv2rdf4lod-automation/wiki/BadgeP-Format>
#3>   <prov:wasDerivedFrom <https://www.linux.com/training-tutorials/writing-simple-bash-script/>,
#3>      <https://docs.oracle.com/cd/E23095_01/Platform.93/ATGProgGuide/html/s0204propertiesfileformat01.html> .
num_wires=3

Recommended file extension

.properties to follow suit with the Java half; the first line declares itself as #!/bin/bash to complete the hybrid.

Naming brainstorm

  • ambiguously bash java properties bava pjash bajp
  • Bash Ambiguously Java Properties
  • Bash Ambiguously As Java Properties (BaaJP)
  • "badge-p" A file format
  • BFP: "Badge P Format"
  • BFP: "BaaJ P Format"

See also

Clone this wiki locally