> But ... it's really interesting, if you give me a concept / item, a
> defined (and shared/accessible) embedding space, and the context of the
> item for that meaning; that would be a very good anchor to grasp the
> definition of the item.
>
Yes. This is exactly what frac:Attestation gives you, the context of the
observable (= the item for that meaning), so contextualized embeddings are
(in SPARQL) something like:
?observable frac:attestation [ frac:locus your:string_url_for_context;
rdf:value "your ... context ... string" ; frac:attestationEmbedding [
rdf:value ?contextualized_embedding ] ] .
And static embeddings are
?observable frac:embedding [ rdf:value ?contextualized_embedding ] .
(Plus medata).
Best,
Christian