You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.";
.
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.
The text was updated successfully, but these errors were encountered:
We need a couple of properties for ook:
These will need changing from placeholders in:
#115 (
resources/etl/observation-construct.sparql
andresources/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.
The text was updated successfully, but these errors were encountered: