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
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
The text was updated successfully, but these errors were encountered:
ah, now i found a problem. i copied the stuff from here to another project and it was again not working! Then i saw, that here the prefix was wrong. i changed it to the correct one and again the problem!
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 toDate value may not be null
I have no idea what could be wrong.
Thanx
The text was updated successfully, but these errors were encountered: