- 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)
15 lines
424 B
YAML
15 lines
424 B
YAML
id: https://nde.nl/ontology/hc/slot/css_selector
|
|
name: css_selector_slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
imports:
|
|
- linkml:types
|
|
default_range: string
|
|
slots:
|
|
css_selector:
|
|
description: CSS selector pointing to the element in HTML. Alternative to xpath for element identification.
|
|
slot_uri: hc:cssSelector
|
|
range: string
|
|
related_mappings:
|
|
- prov:atLocation
|