- Updated slot names to improve semantic clarity: - `has_type` changed to `categorized_as` - `has_location` changed to `located_at` - `coordinates` changed to `has_coordinates` - `country` changed to `in_country` - `like_count` changed to `has_quantity` - Adjusted descriptions and annotations for slots to enhance understanding and alignment with ontology standards. - Modified imports in `WomensArchives.yaml` and `WomensArchivesRecordSetTypes.yaml` to reflect new slot names. - Enhanced multilingual support in `has_record_set` slot definition with additional translations and structured aliases. - General cleanup and standardization of slot definitions across various classes including `Wikidata`, `Youtube`, and `WorkExperience`.
38 lines
1.4 KiB
YAML
38 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/classes/WikidataLocation
|
|
name: WikidataLocation
|
|
title: WikidataLocation
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
|
|
locn: http://www.w3.org/ns/locn#
|
|
imports:
|
|
- linkml:types
|
|
# default_range: string
|
|
classes:
|
|
WikidataLocation:
|
|
description: "Location properties extracted from Wikidata including country (P17),\
|
|
\ headquarters location (P159), coordinates (P625), administrative entity (P131),\
|
|
\ postal code (P281), and adjacent buildings (P3032).\nOntology mapping rationale:\
|
|
\ - class_uri is schema:Place because location properties describe\n a geographic\
|
|
\ place.\n- close_mappings includes locn:Address from W3C Locn as this captures\n\
|
|
\ structured location information.\n- related_mappings includes geo:SpatialThing\
|
|
\ for coordinate data\n and prov:Location for provenance context."
|
|
class_uri: schema:Place
|
|
close_mappings:
|
|
- locn:Address
|
|
related_mappings:
|
|
- geo:SpatialThing
|
|
- prov:Location
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots:
|
|
- in_country
|
|
- has_coordinates
|
|
- has_postal_code
|
|
- located_at
|