- Fix scope_note → finding_aid_scope_note in FindingAid.yaml - Remove duplicate wikidata_entity slot from CustodianType.yaml (import instead) - Remove duplicate rico_record_set_type from class_metadata_slots.yaml - Fix range types for equals_string compatibility (uriorcurie → string) - Move class names from close_mappings to see_also in 10 RecordSetTypes files - Generate all RDF formats: OWL, N-Triples, RDF/XML, N3, JSON-LD context - Sync schemas to frontend/public/schemas/ Files: 1,151 changed (includes prior CustodianType migration)
21 lines
635 B
YAML
21 lines
635 B
YAML
id: https://nde.nl/ontology/hc/slot/extraction_method
|
|
name: extraction_method_slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
imports:
|
|
- linkml:types
|
|
default_range: string
|
|
slots:
|
|
extraction_method:
|
|
description: Method or tool used to extract the data
|
|
slot_uri: prov:wasGeneratedBy
|
|
range: string
|
|
comments:
|
|
- ExtractionMetadata overrides range to ProfileExtractionMethodEnum
|
|
- CustodianTimelineEvent overrides range to TimelineExtractionMethodEnum
|
|
close_mappings:
|
|
- prov:wasGeneratedBy
|
|
broad_mappings:
|
|
- prov:wasGeneratedBy
|