Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ook ontology #116

Open
Robsteranium opened this issue Feb 22, 2022 · 0 comments
Open

Create ook ontology #116

Robsteranium opened this issue Feb 22, 2022 · 0 comments

Comments

@Robsteranium
Copy link
Contributor

We need a couple of properties for ook:

ook:graph a rdf:Property;
  rdfs:label "in graph";
  rdfs:comment "The graph containing the resource. Used to describe the origin of documents in ElasticSearch.";
  .

ook:component a rdf:Property;
  rdfs:domain pmdcat:Dataset;
  rdfs:range qb:ComponentProperty;
  rdfs:label "has Component Property";
  rdfs:comment "Equivalent to the property path e.g. `qb:structure/qb:component/qb:dimension`. Serves to lift component properties from within the DSD to the dataset itself.";
  .

These will need changing from placeholders in:
#115 (resources/etl/observation-construct.sparql and resources/etl/observation-frame.json)
https://github.com/Swirrl/ook/blob/main/resources/etl/dataset-construct.sparql#L17
https://github.com/Swirrl/ook/blob/main/resources/etl/dataset-frame.json#L22

We don't need to load the vocab for anything yet but we should confirm it parses and add it to the resources directory for future reference. We might use this to reconstruct RDF isomorphic to the source back out of OOK/ES.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant