HydraCG / Specifications

Specifications created by the Hydra W3C Community Group
Other
139 stars 25 forks source link

There seem to be some bugs with the textual rendering of the vocabulary #29

Open lanthaler opened 10 years ago

lanthaler commented 10 years ago

As noticed by Ruben Verborgh:

2) The range of hydra:property is currently undefined (in the text, not in the schema); I think this should be updated to:

  • Domain: hydra:IriTemplateMapping
  • Range: rdf:Property

Even though its definition looks like this:

{
  "@id": "hydra:property",
  "@type": "rdf:Property",
  "comment": "A property",
  "label": "property",
  "range": "rdf:Property",
  "status": "stable"
}