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

reaction ruleml examples - key/keyref values #29

Open
greenTara opened this issue Sep 6, 2013 · 0 comments
Open

reaction ruleml examples - key/keyref values #29

greenTara opened this issue Sep 6, 2013 · 0 comments

Comments

@greenTara
Copy link
Member

The technical definition of CURIE allows a "no prefix" CURIE. However, most implementations (e.g. RDFa) avoid them. The CURIE for a default prefix reference would be
key=":r1"
not
key="r1"

as appears in https://github.com/RuleML/reaction-ruleml/blob/master/exa/dr/DistributedDerivationRuleImplementation.rrml

also should not be
key="#r1"

as appears in https://github.com/RuleML/reaction-ruleml/blob/master/exa/dr/FullDerivationRule.rrml
because that is not an absolute IRI or CURIE

Unfortunately, the "official" definition of the CURIE datatype does not filter out these constructions. Perhaps we should use a custom-built datatype that excludes these possibilities.

Also see http://wiki.ruleml.org/index.php/Priv:Reaction_RuleML_Github_Issues and http://wiki.ruleml.org/index.php/Key_and_Keyref_Content_Model

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

No branches or pull requests

1 participant