Douglas Fils

Results 44 comments of Douglas Fils

Perhaps I am naive but couldn't this simply be a SHACL shape? LDP defines such constraints (SHACL, Web Annotations) via http://www.w3.org/ns/ldp#constrainedBy Currently Google defines their required and recommended in the...

@cboettig interesting question.... I think I would start with the schema:url for the https://gbif-open-data-us-east-1.s3.us-east-1.amazonaws.com/index.html#occurrence/2023-02-01/occurrence.parquet/ as it is a more human URL. schema:distribution would be more for a single download of...

@aorehek so I don't know what the current thinking is on SOS as a group. So please note these are just my personal observations. FYI.. check https://github.com/ESIPFed/science-on-schema.org/issues/105 for some ideas...

@rduerr So the "subject" of approach is a link to external GeoJSON. So the full set of spatial geometries it can do would be there. The GeoSPARQL approach is really...

For those curious about GeoJSON-LD and why it's not here I'd reference you to https://github.com/opengeospatial/SELFIE/issues/52

@pbuttigieg There is nothing hard about implementing the Universal Data API (UDA) in Gleaner that I can see from quick inspection of the documentation. The API looks clean and easy...

@arnounesco This looks good.. just one small issue... ```json { "@context": { "@vocab": "https://schema.org/" }, "@id": "https://catalogue.odis.org/view/256 ", "@type": "Organization", "email": "info@ico", ``` There is a control character \n at...

Interesting.. I see what you are both seeing too. Let me check if the python library is messing something up. There might be a processing setting I need to play...

so tried with with extrunct rather than BeautifulSoup and I still see it. I get ```json { "@context": { "@vocab": "https://schema.org/" }, "@id": "https://catalogue.odis.org/view/263\n ", "@type": "Organization", "email": "[email protected]", ```...

@jmckenna @arnounesco really odd, if I look in the "source view" of the browser it looks fine.. but no matter how I pull it down with python, I get ```json...