Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make markers in rdf-macro configurable #657

Closed
TobiasNx opened this issue Jan 30, 2025 · 1 comment
Closed

Make markers in rdf-macro configurable #657

TobiasNx opened this issue Jan 30, 2025 · 1 comment

Comments

@TobiasNx
Copy link
Contributor

The markers should be configurable, came up in #589 and is currently not workable with fix due to #656:

public static final char REFERENCE_MARKER = '*';
public static final char LANGUAGE_MARKER = '$';
public static final String RDF_REFERENCE = "~rdf:resource";
public static final String RDF_ABOUT = "~rdf:about";
public static final String XML_LANG = "~xml:lang";

@TobiasNx
Copy link
Contributor Author

TobiasNx commented Feb 3, 2025

Done with: #658

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant