Class: Annotation
Enriches a metadata object with a property-level annotation to indicate the source of a specific property value if it diverges from the source of the metadata object itself. This is especially relevant in the context of inferred property values created by aggregators, including N4E itself.
URI: n4e:Annotation
Uses Mixin
- mixin: AllowsIRIOrBnode - Classes with this mixin are allowed in the KH to exist as full entities with an IRI (= the KH ID) but also as dependent object with blank nodes (= no KH ID). This functional mixin is used as a flag in order to generate the Python code (gen-python) in a customized way, because per default LinkML currently does not allow blank nodes for classes with an identifier.
Referenced by Class
Attributes
Own
- Annotation➞annotatesProperty 1..*
- Description: URI of the property which is annotated.
- Range: Uriorcurie
- Annotation➞annotatesElement 0..*
- Description: If annotated property contains several elements and the annotation refers only to some of them, this property can be used to indicate the annotated elements.
- Range: String
- originatedFrom 0..1
- Description: The person or organization that is responsible for the property value.
- Range: Uriorcurie
Other properties
| Mappings: | n4e:Annotation |