Skip to content

aliasing @id not working #174

@majidaldo

Description

@majidaldo
{
  "@context": {"@vocab": "http://schema.org/", "@base":"http://test", "id":"@id"},
  "id": "id",
  "@type": "Person",
  "name": "Jane Doe",
  "jobTitle": "Professor",
  "telephone": "(425) 123-4567",
  "url": "http://www.janedoe.com"
}
In [33]: jsonld.to_rdf(loads(thedata))
Out[33]: {'@default': []}

rdflib parses this. it also works in jsonld playground

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions