GeoscienceAustralia / Placenames-Ontology

Codes and other documentation for transformation, querying and managing the Place Names dataset in Linked Data format.
Creative Commons Attribution 4.0 International
2 stars 3 forks source link

What to align with - PROV, schema.org (, Org) #13

Closed dr-shorthair closed 4 years ago

dr-shorthair commented 4 years ago

The ontology is partly aligned with PROV-O (prov:Agent, prov:isAttributedTo, ...) and partly with schema.org (schema.Organization). Best if the model is consistent. Will align with PROV-O for now.

(Ontology metadata is another matter - this might use schema.org elements.)

bellie888 commented 4 years ago

OK - relying on your experience and knowledge. I have been editing the API to output your examples properly.

ibastrak commented 4 years ago

I agree with Simon on Prov-O

dr-shorthair commented 4 years ago

Thanks @bellie888 - as you can see I'm trying to tidy up the ontology while I'm working through this example.

When you say 'editing the API' what RDF library are you using? (I'm a bit concerned that the original chimera indicates that you are rolling your own ...)

dr-shorthair commented 4 years ago

fixed by #9

bellie888 commented 4 years ago

@dr-shorthair Hi Simon, Using these: from pyldapi import Renderer, View from rdflib import Graph, URIRef, RDF, XSD, Namespace, Literal standard ones that Nick Carr set us up with -no roll your own. Cheers