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
"Add the ability for contributors to easily add individual attestations rather than larger datasets, by coding a module for attestation contributions on the portal page for any given place ... Add a button on each portal page which would offer users a selection of potential matches generated from large language models for approval or rejection". [RM]
There are as yet only 7 named sources in the database, possibly because the Source class/object is not well-documented in the LPF model. It has 4 user-defined properties, these being src_id (a short identifier such as "dbpedia" or "EA"), a more descriptive label, a citation, and an as-yet optional uri. It needs to be tightened up by breaking the citation down into constituent parts including a publication (i.e. attestation) -year and making the uri compulsory (otherwise it's not linked data in our frame of reference).
A PlaceLink is the means by which a well-defined Source can be linked to a Place record, thereby serving the function of a NDA. It's defined in LPF here, but needs additionally to allow a src_id in lieu of the currently allowed urls and namespace resources.
A widget on the place portal pages would need to facilitate creation of, or selection of a pre-existing, Source record.
The text was updated successfully, but these errors were encountered:
"Add the ability for contributors to easily add individual attestations rather than larger datasets, by coding a module for attestation contributions on the portal page for any given place ... Add a button on each portal page which would offer users a selection of potential matches generated from large language models for approval or rejection". [RM]
There are as yet only 7 named sources in the database, possibly because the Source class/object is not well-documented in the LPF model. It has 4 user-defined properties, these being
src_id
(a short identifier such as "dbpedia" or "EA"), a more descriptivelabel
, acitation
, and an as-yet optionaluri
. It needs to be tightened up by breaking the citation down into constituent parts including a publication (i.e. attestation) -year and making theuri
compulsory (otherwise it's not linked data in our frame of reference).A
PlaceLink
is the means by which a well-definedSource
can be linked to aPlace
record, thereby serving the function of a NDA. It's defined in LPF here, but needs additionally to allow asrc_id
in lieu of the currently allowed urls and namespace resources.A widget on the place portal pages would need to facilitate creation of, or selection of a pre-existing,
Source
record.The text was updated successfully, but these errors were encountered: