atextor / owl-cli

Command line tool for ontology engineering
Apache License 2.0
14 stars 2 forks source link

No prefix declaration matched URI <INPUT> - Bug? #24

Closed hoijui closed 2 weeks ago

hoijui commented 2 weeks ago
$ java -jar cli/build/libs/owl-cli-snapshot.jar write --commaForPredicate osh_orig.ttl osh_fmtd.ttl
18:26:13.719 [main] DEBUG org.apache.jena.riot.system.stream.JenaIOEnvironment -- Failed to find configuration: location-mapping.ttl;location-mapping.rdf;etc/location-mapping.rdf;etc/location-mapping.ttl
18:26:14.105 [main] DEBUG de.atextor.owlcli.OWLCLIWriteCommand -- No prefix declaration matched URI osh_orig.ttl, keeping as-is
Error: osh_fmtd.ttl

Side note: Should these DEBUG log messages not rather be warnings or errors?

hoijui commented 2 weeks ago

Woops.. my bad :D used CLI arg wrong