Skip to content

pyld from-rdf

pyld from-rdf --help
 Usage: pyld from-rdf [OPTIONS] [INPUT_]                                        

 Convert an RDF document → *-LD form.                                          

╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│   input_      [INPUT_]  Path or URL. Omit to read from standard input.       │
│                         [default: None]                                      │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --use-native-types    --no-use-native-t…                 Convert XSD types   │
│                                                          into native types   │
│                                                          (boolean, integer,  │
│                                                          double)?            │
│                                                          [default:           │
│                                                          use-native-types]   │
│ --output-format                             [json|yaml]  Format to output    │
│                                                          the data at.        │
│                                                          [default: json]     │
│ --help                                                   Show this message   │
│                                                          and exit.           │
╰──────────────────────────────────────────────────────────────────────────────╯