opengeospatial / NamingAuthority

Primary repo for the OGC Naming Authority
6 stars 12 forks source link

Look into why http://www.opengis.net/def/ogc-na is not accessible from RAINBOW #261

Closed ghobona closed 6 months ago

ghobona commented 8 months ago

The ontology is here but currently it returns a status 400 error code.

http://www.opengis.net/def/ogc-na

Screenshot 2023-10-17 at 20 30 19

avillar commented 8 months ago

Is that file correctly loaded in defs? Running the following SPARQL query:

select * where { { <http://www.opengis.net/def/ogc-na> ?hasProperty ?o } UNION { ?o ?isPropertyOf <http://www.opengis.net/def/ogc-na> } }

Returns no triples where http://www.opengis.net/def/ogc-na is the subject (the isDefinedBy from http://www.opengis.net/def/ogc-na/ is there, though)...

avillar commented 8 months ago

On defs-dev it seems to be ok:

imagen

rob-metalinkage commented 8 months ago

the ogc-na.ttl source file was a legacy that has been refactored to extract a lot of the ConceptSchemes it defined - but its probably not published via the CMS - but rather by the ansible setup - i suspect it needs to be pushed manually to defs in the interim.