-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels