buda-base / lds-pdi

http://purl.bdrc.io BDRC Linked Data Server
Apache License 2.0
2 stars 0 forks source link

Ontology file: http://purl.bdrc.io/ontology/admin.ttl is not giving as much data as before #138

Closed codam closed 5 years ago

codam commented 5 years ago

This morning it was 5000+ lines long, and now it is 700+. Probably as a result of that, the editor doesn't work anymore. I tested the editor with the local copy of admin.ttl I did a couple of days ago, and everything works fine with it, so something is definitely wrong with the current admin.ttl file.

eroux commented 5 years ago

I think it's because the imports are not merged right? If it's the case let's leave it like that for now...

MarcAgate commented 5 years ago

Prior to this morning ldspdi served imported triples along with the requested ontology.

Now, imported triples are not served anymore so we can distinguish the specificities of each ontology in our set of ontologies. As a matter of fact when requesting http://purl.bdrc.io/ontology/admin.ttl then ldspdi serves the latest version of https://github.com/buda-base/owl-schema/blob/master/adm/admin.ttl without the imported triples.

However it is always possible to request from that any of the imported ontologies (for instance http://purl.bdrc.io/ontology/adm/ContentProvider.ttl) The same applies to each ontology (auth, core, types ontologies, etc.)