cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neosemantics failed to import owl

when I import the ontology file an error message appears
Error Running Query

Failed to invoke procedure n10s.rdf.stream.fetch: Caused by: n10s.RDFImportException: unqualified attribute 'lang' not allowed [line 8, column 18]

ontologi from : KMS-Tumbuhan-Obat/ontologi_obat.owl at main · syukriyansyah-ipb/KMS-Tumbuhan-Obat · GitHub

CALL n10s.onto.import.fetch(
'KMS-Tumbuhan-Obat/ontologi_obat.owl at main · syukriyansyah-ipb/KMS-Tumbuhan-Obat · GitHub',
'RDF/XML'
)

1 ACCEPTED SOLUTION

hello Andreas, I have to convert the .owl file which is RDF / XML format to TURTLE format and everything works fine

View solution in original post

2 REPLIES 2

Hello @2020syukriyansyah ,

Have you resolved this issue? I'm not familiar with n10s but the error message looks like an indication that your source has unexpected attributes.

-ABK

hello Andreas, I have to convert the .owl file which is RDF / XML format to TURTLE format and everything works fine