Skip to content

Commit

Permalink
Few changes after code review, including removal of rdfs:Resource fro…
Browse files Browse the repository at this point in the history
…m domains and subClassOf
  • Loading branch information
alien-mcl committed Sep 20, 2020
1 parent c697e4a commit f8881c1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions spec/latest/core/core.jsonld
Expand Up @@ -95,9 +95,8 @@
{
"@id": "hydra:Resource",
"@type": "hydra:Class",
"subClassOf": "rdfs:Resource",
"label": "Hydra Resource",
"comment": "The class of dereferenceable resources by means a client can at least try to obtain a resource but it still should verify received payloads.",
"comment": "The class of dereferenceable resources by means a client can attempt to dereference; however, the received responses should still be verified.",
"vs:term_status": "testing"
},
{
Expand Down Expand Up @@ -172,7 +171,6 @@
{
"@id": "hydra:SupportedProperty",
"@type": "hydra:Class",
"subClassOf": "rdfs:Resource",
"label": "Supported Property",
"comment": "A property known to be supported by a Hydra class.",
"vs:term_status": "testing"
Expand Down Expand Up @@ -234,7 +232,6 @@
{
"@id": "hydra:Operation",
"@type": "hydra:Class",
"subClassOf": "rdfs:Resource",
"label": "Operation",
"comment": "An operation.",
"vs:term_status": "testing"
Expand Down Expand Up @@ -271,7 +268,6 @@
{
"@id": "hydra:Status",
"@type": "hydra:Class",
"subClassOf": "rdfs:Resource",
"label": "Status code description",
"comment": "Additional information about a status code that might be returned.",
"vs:term_status": "testing"
Expand Down Expand Up @@ -340,7 +336,6 @@
"@type": "hydra:Link",
"label": "collection",
"comment": "Collections somehow related to this resource.",
"domain": "rdfs:Resource",
"range": "hydra:Collection",
"vs:term_status": "testing"
},
Expand Down Expand Up @@ -463,7 +458,6 @@
{
"@id": "hydra:IriTemplate",
"@type": "hydra:Class",
"subClassOf": "rdfs:Resource",
"label": "IRI Template",
"comment": "The class of IRI templates.",
"vs:term_status": "testing"
Expand Down Expand Up @@ -499,7 +493,6 @@
{
"@id": "hydra:VariableRepresentation",
"@type": "hydra:Class",
"subClassOf": "rdfs:Resource",
"label": "VariableRepresentation",
"comment": "A representation specifies how to serialize variable values into strings.",
"vs:term_status": "testing"
Expand Down Expand Up @@ -530,7 +523,6 @@
{
"@id": "hydra:IriTemplateMapping",
"@type": "hydra:Class",
"subClassOf": "rdfs:Resource",
"label": "IriTemplateMapping",
"comment": "A mapping from an IRI template variable to a property.",
"vs:term_status": "testing"
Expand Down

0 comments on commit f8881c1

Please sign in to comment.