lanthaler / JsonLD

JSON-LD processor for PHP
MIT License
335 stars 62 forks source link

Compact properties, but not URIs #90

Open wonkydonky opened 6 years ago

wonkydonky commented 6 years ago

Is there an option to apply a context to properties only, but not to URIs? For example

    <http://example.com/Alice> <http://example.com/friend> <http://example.com/Bob>

would become

    PREFIX ex: <http://example.com/>
    <http://example.com/Alice> ex:friend <http://example.com/Bob>