When using the maven plugin I get a
Could not generate schema BibframeVocab: field BibframeVocab.ACQUISITION_SOURCE_STRING is defined twice
<schema> <className>BibframeVocab</className> <url>http://id.loc.gov/ontologies/bibframe.rdf</url> </schema>
no exception is thrown when using the command line:
./rdf4j-schema-generator -f Application/rdf+xml bibframe.rdf -name BibframeVocab > BibframVocab.java
adding <mimeType>Application/rdf+xml</mimeType> yields to Date value may not be null
I have no idea what could be wrong.
Thanx
When using the maven plugin I get a
Could not generate schema BibframeVocab: field BibframeVocab.ACQUISITION_SOURCE_STRING is defined twice
<schema> <className>BibframeVocab</className> <url>http://id.loc.gov/ontologies/bibframe.rdf</url> </schema>no exception is thrown when using the command line:
./rdf4j-schema-generator -f Application/rdf+xml bibframe.rdf -name BibframeVocab > BibframVocab.javaadding
<mimeType>Application/rdf+xml</mimeType>yields toDate value may not be nullI have no idea what could be wrong.
Thanx