Re: Using Hydra alongside other vocabularies

I might have answered my own question - is the SupportedProperty "property"
adding statements about dct:title (i.e. it's using the open world
assumption to add Hydra based knowledge about dct:title)? So it looks as
follows (for dct:title):

"supportedProperty": [
  {
    "property": {
      "@id": "dct:title",
      "@type": "rdf:Property",
      ...

I guess the same applies to the hydra:Class. If we're making a Hydra API
Documentation for dcat:Dataset, then I'd use dcat:Dataset as the @id of the
hydra:Class, the Hydra information is then adding to what's known about
dcat:Dataset (in the context of the current Hydra API)?

"supportedClass": [
  {
    "@id": "dcat:Dataset",
    "@type": "hydra:Class",
    "label": "DCAT Dataset",
  ...

Thanks,

Kev

-- 
www.dataunity.org
twitter: @data_unity

Received on Friday, 29 August 2014 10:58:49 UTC