As for the definition of the embedding space, this is currently only
indirectly covered by FrAC, in that it should be provided via frac:corpus
(data source) and in human-readable form in dc:description (construction
method).
Am Mo., 10. Okt. 2022 um 17:43 Uhr schrieb Christian Chiarcos <
christian.chiarcos@web.de>:
> 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
>