You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure style of triples to be output. RDF mode is the default; each existential relation is collapsed to a single direct triple.
32
+
--mode <RDF|OWL|TSV>
33
+
Configure style of triples to be output. RDF mode is the default; each existential relation is collapsed to a single direct triple. TSV mode outputs the same triples as RDF mode, but as TSV, compacting IRIs using an optional prefixes file.
34
34
--property <IRI>
35
-
Property to restrict output relations to. Provide option multiple times for multiple properties.
35
+
Property to restrict output relations to. Provide option multiple times for multiple properties. If no properties are provided (via CLI or file), then all properties found in the ontology will be used.
36
36
--properties-file <filename>
37
-
File containing line-separated property IRIs to restrict output relations to.
37
+
File containing line-separated property IRIs to restrict output relations to. If no properties are provided (via CLI or file), then all properties found in the ontology will be used.
38
38
--output-subclasses <bool>
39
39
Include entailed rdfs:subClassOf or owl:equivalentClass relations in output (default false)
0 commit comments