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
As suggested by #783, it should be possible to specify an IRI for the original entity being described by a metadata instance. With that information CEDAR could generate RDF that correctly associates the user-provided metadata with the original entity. (Instead of using the instance IRI as the subject for both the artifact metadata, and for the original object, as originally described in #695.) The triples in the RDF should look like original-entity-IRI field-property value
instead of instance-metadata-IRI field-property value
To do this the following work is needed:
the template editor lets the author specify that instances should collect this information from the metadata creators
the metadata editor presents a field for collecting this information (possibly in the metadata location for identifier string in templates)
the appropriate property must be decided upon
the metadata editor generates JSON-LD that represents this model correctly/consistently with the RDF
the metadata editor generates RDF that includes the original-entity-IRI as the subject for all user-provided metadata
user guides need be updated
The text was updated successfully, but these errors were encountered:
In discussion we considered a temporary solution involving adding a field or object to each template that would specify the original-entity-IRI with an isMetadataOf property. That is addressed in #1209, as it does not meet the needs that the above description addresses and should be discussed separately.
As suggested by #783, it should be possible to specify an IRI for the original entity being described by a metadata instance. With that information CEDAR could generate RDF that correctly associates the user-provided metadata with the original entity. (Instead of using the instance IRI as the subject for both the artifact metadata, and for the original object, as originally described in #695.) The triples in the RDF should look like
original-entity-IRI field-property value
instead of
instance-metadata-IRI field-property value
To do this the following work is needed:
The text was updated successfully, but these errors were encountered: