You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by fpservant <gi...@git.apache.org> on 2017/04/09 08:11:30 UTC

[GitHub] jena pull request #235: jsonld: @vocab in @context for "" ns prefix

GitHub user fpservant opened a pull request:

    https://github.com/apache/jena/pull/235

    jsonld: @vocab in @context for "" ns prefix

    "" prefix are not allowed in jsonld's @context. "" ns prefix defined in a model were therefore ignored. This pull request proposes to define @vocab with the ns corresponding to such an "" prefix. Everything else remained unchanged.
    
    cf. JENA-1292
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fpservant/jena atvocabNEW2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/235.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #235
    
----
commit d81a0f0e35aba7b86b979574b2e3a33c4e4a1f78
Author: Franc\u0327ois-Paul Servant <fp...@semanlink.net>
Date:   2017-04-08T19:49:42Z

    jsonld: @vocab in @context for "" ns prefix

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena pull request #235: jsonld: @vocab in @context for "" ns prefix

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/jena/pull/235


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena issue #235: jsonld: @vocab in @context for "" ns prefix

Posted by fpservant <gi...@git.apache.org>.
Github user fpservant commented on the issue:

    https://github.com/apache/jena/pull/235
  
    > Does this complete JENA-1292?
    
    yes.
    
    In JENA-1292's discussion I had suggested a way to automatically remove from the @context the properties that belong to the @vocab, but it is not a good idea. It adds unnecessary complexity, as same result can be achieved by a user with a few lines of code, and existing features (possibility to replace the @context by a given value in the jsonld output)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jena issue #235: jsonld: @vocab in @context for "" ns prefix

Posted by afs <gi...@git.apache.org>.
Github user afs commented on the issue:

    https://github.com/apache/jena/pull/235
  
    I've pulled this into the work general cleaning up RIOT (PR#234). It'll get included when that is merged. 
    
    Does this complete JENA-1292?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---