In the objects return by call
http://176.31.200.199/repositories
you need a link to the ontologies for e.g. using the dcat:dataset property
{
@id: "agroportal",
@type: "http://www.w3.org/ns/dcat#Catalog",
http://purl.org/dc/terms/title: "AgroPortal",
http://xmlns.com/foaf/0.1/homePage: "http://agroportal.lirmm.fr"
http://www.w3.org/ns/dcat#dataset: "http://176.31.200.199/repositories/agroportal/ontologies"
},
By the way, the type for repositories should be dcat:Catalog rather than dcat:Dataset. Sorry I did not notice that early. And therefore the landingPage property becomes foaf:homePage.
In the objects return by call
http://176.31.200.199/repositories
you need a link to the ontologies for e.g. using the dcat:dataset property
By the way, the type for repositories should be dcat:Catalog rather than dcat:Dataset. Sorry I did not notice that early. And therefore the landingPage property becomes foaf:homePage.