Upload .owl files to marklogic

Can I upload .owl files with mlcp? I tried with -input_file_type rdf, but it gives an error as shown below:

bin / mlcp.sh import -host localhost -port 9010 -username uname -password pwd -mode local -input_file_path / home / user / semantics / data -input_file_type rdf -input_file_pattern '. *. owl '

FATAL contentpump.RDFReader: dbpedia1.owl: Element or attribute not match QName production: QName :: = (NCName ':')? NCName FATAL contentpump.RDFReader: dbpedia2.owl: The item or attribute does not match QName production: QName :: = (NCName ':')? NCName

What am I missing here?

+4
source share
2 answers

MarkLogic :

  • .rdf
  • .ttl
  • .json
  • .n3
  • .nt
  • .nq
  • .trig

, .owl , MLCP . , . , , .

+3

MarkLogic .owl, , , MarkLogic , .owl RDF/XML. Mimetypes . .owl "application/owl + xml", RDF/XML, -, OWL.

, .nt, .

!

+1

All Articles