Refactor and expand LinkML slot definitions

- Deleted the `rights_statement_url` slot definition as it is no longer needed.
- Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments.
- Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions.
- Enhanced the `require` slot with additional aliases for better usability.
- Improved documentation and comments across all slot definitions to clarify their purpose and usage.
This commit is contained in:
kempersc 2026-02-08 23:37:44 +01:00
parent 8f77f62585
commit 69a22e2b5a
326 changed files with 916 additions and 1961 deletions

View file

@ -2,7 +2,7 @@
This document catalogs all ontologies used in the GLAM Heritage Custodian project.
**Last Updated**: 2025-01-13
**Last Updated**: 2026-02-08
## Core Domain Ontologies
@ -13,6 +13,7 @@ This document catalogs all ontologies used in the GLAM Heritage Custodian projec
| `CIDOC_CRM_v7.1.3.rdf` | CIDOC Conceptual Reference Model | 7.1.3 | https://cidoc-crm.org/ | `crm:` |
| `CRMgeo_v1_2.rdfs` | CRMgeo (Geospatial Extension) | 1.2 | https://cidoc-crm.org/ | `crmgeo:` |
| `RiC-O_1-1.rdf` | Records in Contexts Ontology | 1.1 | https://www.ica.org/standards/RiC/ontology | `rico:` |
| `RiC-O_1-0-2.rdf` | Records in Contexts Ontology (legacy) | 1.0.2 | https://www.ica.org/standards/RiC/ontology | `rico:` |
| `edm.owl` | Europeana Data Model | 5.2.8 | http://www.europeana.eu/schemas/edm/ | `edm:` |
| `bibframe.rdf` | BIBFRAME (Library Bibliographic) | 2.x | https://id.loc.gov/ontologies/bibframe.html | `bf:` |
| `premis3.owl` | PREMIS (Preservation Metadata) | 3.0 | http://www.loc.gov/premis/rdf/v3/ | `premis:` |
@ -22,9 +23,11 @@ This document catalogs all ontologies used in the GLAM Heritage Custodian projec
| File | Ontology | Version | Source | Namespace |
|------|----------|---------|--------|-----------|
| `pico.ttl` | PiCo (Persons in Context) | 2023-09-21 | https://personsincontext.org/ | `pico:` |
| `pnv.ttl` | Person Name Vocabulary | 2021 | https://w3id.org/pnv | `pnv:` |
| `foaf.ttl` | FOAF (Friend of a Friend) | 0.1 | http://xmlns.com/foaf/spec/ | `foaf:` |
| `org.rdf` | W3C Organization Ontology | 2014 | https://www.w3.org/TR/vocab-org/ | `org:` |
| `core-public-organisation-ap.ttl` | CPOV (Core Public Organisation) | 1.1 | https://joinup.ec.europa.eu/collection/semic-support-centre/solution/cpov-application-profile | `cpov:` |
| `core-public-organisation-ap.jsonld` | CPOV (JSON-LD format) | 1.1 | https://joinup.ec.europa.eu/collection/semic-support-centre/solution/cpov-application-profile | `cpov:` |
| `regorg.ttl` | Registered Organization Vocabulary | 1.0 | https://www.w3.org/TR/vocab-regorg/ | `regorg:` |
| `tooiont.ttl` | TOOI (Dutch Government Ontology) | 2023 | https://identifier.overheid.nl/tooi/ | `tooi:` |
@ -45,6 +48,8 @@ This document catalogs all ontologies used in the GLAM Heritage Custodian projec
| File | Ontology | Version | Source | Namespace |
|------|----------|---------|--------|-----------|
| `geonames_ontology.rdf` | GeoNames Ontology | 3.3 | https://www.geonames.org/ontology/ | `gn:` |
| `locn.ttl` | ISA Core Location Vocabulary | 1.0 | https://www.w3.org/ns/locn | `locn:` |
| `legacy_locn.ttl` | ISA Core Location (legacy) | 1.0 | http://www.w3.org/ns/locn | `locn:` |
| `geo.ttl` | GeoSPARQL | 1.1 | https://www.ogc.org/standard/geosparql/ | `geo:` |
| `wgs84_pos.rdf` | W3C WGS84 Geo Positioning | 2009 | https://www.w3.org/2003/01/geo/ | `wgs84_pos:` |
| `lcc-cr.rdf` | LCC Country Representation | 1.2 | https://www.omg.org/spec/LCC/ | `lcc-cr:` |
@ -64,6 +69,7 @@ This document catalogs all ontologies used in the GLAM Heritage Custodian projec
|------|----------|---------|--------|-----------|
| `sosa.ttl` | SOSA (Sensor, Observation, Sample, Actuator) | 1.1 | https://www.w3.org/TR/vocab-ssn/ | `sosa:` |
| `ssn.ttl` | SSN (Semantic Sensor Network) | 1.1 | https://www.w3.org/TR/vocab-ssn/ | `ssn:` |
| `Brick.ttl` | Brick Schema (Building IoT) | 1.3 | https://brickschema.org/ | `brick:` |
## Foundational Ontologies
@ -74,11 +80,14 @@ This document catalogs all ontologies used in the GLAM Heritage Custodian projec
| `skos.rdf` | SKOS (Simple Knowledge Org System) | 2009 | https://www.w3.org/TR/skos-reference/ | `skos:` |
| `dublin_core_elements.rdf` | Dublin Core Elements | 1.1 | https://www.dublincore.org/specifications/dublin-core/ | `dc:` |
| `dcterms.rdf` | DCMI Metadata Terms (RDF) | 2020 | https://www.dublincore.org/specifications/dublin-core/dcmi-terms/dublin_core_terms.rdf | `dcterms:` |
| `dcterms.ttl` | DCMI Metadata Terms (TTL) | 2020 | https://www.dublincore.org/specifications/dublin-core/dcmi-terms/ | `dcterms:` |
| `dctype.rdf` | DCMI Type Vocabulary | 2012 | https://www.dublincore.org/specifications/dublin-core/dcmi-type-vocabulary/ | `dcmitype:` |
| `oa.ttl` | Open Annotation Data Model | 2013 | https://www.w3.org/TR/annotation-vocab/ | `oa:` |
| `odrl.ttl` | ODRL (Open Digital Rights Language) | 2.2 | https://www.w3.org/TR/odrl-model/ | `odrl:` |
| `dcat3.ttl` | DCAT (Data Catalog Vocabulary) | 3.0 | https://www.w3.org/TR/vocab-dcat-3/ | `dcat:` |
| `schemaorg.owl` | Schema.org | 2024 | https://schema.org/ | `schema:` |
| `vcard.rdf` | vCard Ontology | 4.0 | https://www.w3.org/TR/vcard-rdf/ | `vcard:` |
| `vcard.ttl` | vCard Ontology (TTL) | 4.0 | https://www.w3.org/TR/vcard-rdf/ | `vcard:` |
| `dqv.ttl` | Data Quality Vocabulary | 2016-12 | https://www.w3.org/TR/vocab-dqv/ | `dqv:` |
| `adms.ttl` | Asset Description Metadata Schema | 2015-07 | https://www.w3.org/TR/vocab-adms/ | `adms:` |
@ -88,8 +97,10 @@ This document catalogs all ontologies used in the GLAM Heritage Custodian projec
|------|----------|---------|--------|-----------|
| `prov.ttl` | PROV-O (Provenance Ontology) | 2013 | https://www.w3.org/TR/prov-o/ | `prov:` |
| `prov-o.rdf` | PROV-O (RDF format) | 2013 | https://www.w3.org/TR/prov-o/ | `prov:` |
| `prov-o.ttl` | PROV-O (TTL format) | 2013 | https://www.w3.org/TR/prov-o/ | `prov:` |
| `pav.rdf` | PAV (Provenance, Authoring, Versioning) | 2.3 | http://purl.org/pav/ | `pav:` |
| `time.rdf` | OWL-Time | 2017 | https://www.w3.org/TR/owl-time/ | `time:` |
| `time.ttl` | OWL-Time (TTL) | 2017 | https://www.w3.org/TR/owl-time/ | `time:` |
### Object Reuse & Exchange
@ -132,6 +143,37 @@ This document catalogs all ontologies used in the GLAM Heritage Custodian projec
|------|----------|---------|--------|-----------|
| `hydra_cg.jsonld` | Hydra Core Vocabulary | 1.0 | https://www.hydra-cg.com/spec/latest/core/ | `hydra:` |
### Natural History & Biodiversity
| File | Ontology | Version | Source | Namespace |
|------|----------|---------|--------|-----------|
| `dwc.rdf` | Darwin Core | 2023-09 | http://rs.tdwg.org/dwc/terms/ | `dwc:` |
### Smart Buildings & Real Estate
| File | Ontology | Version | Source | Namespace |
|------|----------|---------|--------|-----------|
| `rec.ttl` | RealEstateCore | 4.0 | https://github.com/RealEstateCore/rec | `rec:` |
### Licensing & Rights
| File | Ontology | Version | Source | Namespace |
|------|----------|---------|--------|-----------|
| `spdx.ttl` | SPDX (Software Package Data Exchange) | 3.0.1 | https://spdx.org/ | `spdx3:` |
| `spdx2.owl` | SPDX (v2.2.2, used by prefix spdx:) | 2.2.2 | https://spdx.org/ | `spdx:` |
### Commerce & Vocabularies
| File | Ontology | Version | Source | Namespace |
|------|----------|---------|--------|-----------|
| `goodrelations.owl` | GoodRelations | 1.0 | http://purl.org/goodrelations/v1 | `gr:` |
### Lexicography
| File | Ontology | Version | Source | Namespace |
|------|----------|---------|--------|-----------|
| `ontolex-frac.ttl` | OntoLex-FRaC (Frequency, Attestation, Corpus) | 2024 | https://www.w3.org/2019/09/lexicog/ | `frac:` |
### Other
| File | Ontology | Version | Source | Namespace |
@ -195,6 +237,11 @@ curl -L -o wgs84_pos.rdf "https://www.w3.org/2003/01/geo/wgs84_pos" -H "Accept:
- **LCC** provides ISO 3166 and ISO 639 codes as RDF - essential for country/language modeling
- **SOSA/SSN** is a W3C/OGC joint standard for sensor observations
- **GeoNames** ontology v3.3 (2022-01-30) includes feature codes for settlements
- **DWC** (Darwin Core) downloaded from TDWG with Accept: application/rdf+xml
- **SPDX** has two versions: `spdx2.owl` uses `http://spdx.org/rdf/terms#` namespace (used by schema prefix `spdx:`); `spdx.ttl` uses the v3.x namespace
- **REC** (RealEstateCore) v4 uses SHACL shapes, not OWL classes
- **PNV** (Person Name Vocabulary) for structured person name components
- **Brick** schema for building IoT systems (environmental monitoring sensors)
## See Also

View file

@ -1,5 +1,5 @@
{
"generated": "2026-02-08T16:18:30.347Z",
"generated": "2026-02-08T18:22:13.374Z",
"schemaRoot": "/schemas/20251121/linkml",
"totalFiles": 2916,
"categoryCounts": {

View file

@ -1,5 +1,5 @@
{
"generated": "2026-02-08T18:22:13.374Z",
"generated": "2026-02-08T22:37:44.605Z",
"schemaRoot": "/schemas/20251121/linkml",
"totalFiles": 2916,
"categoryCounts": {

View file

@ -16,13 +16,9 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/privacy_note
- ../slots/20260202_matang/new/record_note
- ../slots/20260202_matang/has_note
- ../slots/20260202_matang/new/record_set_type
- ../slots/20260202_matang/new/scope_exclude
- ../slots/20260202_matang/new/scope_include
- ../slots/20260202_matang/has_scope
classes:
UniversityAdministrativeFonds:
is_a: AcademicArchiveRecordSetType

View file

@ -13,21 +13,18 @@ prefixes:
default_prefix: hc
imports:
- linkml:types
- ../slots/20260202_matang/new/credentials_required
- ../slots/20260202_matang/new/cultural_protocol_url
- ../slots/20260202_matang/require
- ../slots/20260202_matang/has_protocol
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_embargo_end_date
- ../slots/20260202_matang/has_embargo_reason
- ../slots/20260202_matang/embargo
- ../slots/20260202_matang/new/has_embargo_reason
- ../slots/20260202_matang/has_level
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/new/imposes_or_imposed
- ../slots/20260202_matang/new/legal_basis
- ../slots/20260202_matang/new/policy_id
- ../slots/20260202_matang/new/policy_name
- ../slots/20260202_matang/new/poses_or_posed_condition
- ../slots/20260202_matang/new/registration_required
- ../slots/20260202_matang/new/requires_appointment
- ../slots/20260202_matang/new/requires_or_required
- ../slots/20260202_matang/pose_condition
- ../slots/20260202_matang/new/review_date
- ../slots/20260202_matang/new/rights_statement
- ../slots/20260202_matang/new/rights_statement_url

View file

@ -11,7 +11,7 @@ imports:
- ./Entity
- linkml:types
- ../slots/20260202_matang/has_method
- ../slots/20260202_matang/has_origin
- ../slots/20260202_matang/originate_from
- ../slots/20260202_matang/has_provenance
- ../slots/20260202_matang/temporal_extent
default_prefix: hc

View file

@ -20,7 +20,7 @@ imports:
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_section
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/derived_from # was: was_derived_from
- ../slots/20260202_matang/derive_from # was: was_derived_from
- ../slots/20260202_matang/generated_by # was: was_generated_by
- ../slots/20260202_matang/located_in
- ../slots/20260202_matang/new/latitude

View file

@ -8,9 +8,9 @@ imports:
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_staff_member
- ../slots/20260202_matang/has_staff
- ../slots/20260202_matang/new/is_leased
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/new/lease_expiry
prefixes:

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -11,7 +11,7 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
classes:
Age:
class_uri: schema:QuantitativeValue

View file

@ -9,7 +9,7 @@ default_prefix: hc
imports:
- linkml:types
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
classes:
AirChanges:
class_uri: schema:QuantitativeValue

View file

@ -10,7 +10,7 @@ description: 'Represents positioning or alignment information for content elemen
imports:
- linkml:types
- ../slots/20260202_matang/has_alignment
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
- ../slots/20260202_matang/has_value
prefixes:
linkml: https://w3id.org/linkml/

View file

@ -10,7 +10,7 @@ prefixes:
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
- ../slots/20260202_matang/has_value
classes:
Altitude:

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -11,7 +11,7 @@ imports:
- linkml:types
- ../metadata
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
- ../slots/20260202_matang/temporal_extent
default_prefix: hc
classes:

View file

@ -21,8 +21,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -22,7 +22,7 @@ imports:
- ../slots/20260202_matang/has_schema
- ../slots/20260202_matang/has_scope
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_subtype
- ../slots/20260202_matang/has_hyponym
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/preservation_standard
- ../slots/20260202_matang/new/record_type

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -29,7 +29,7 @@ prefixes:
imports:
- linkml:types
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
- ../slots/20260202_matang/has_value
- ../slots/20260202_matang/new/is_estimate
- ../slots/20260202_matang/new/measurement_date

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -8,7 +8,7 @@ prefixes:
imports:
- linkml:types
- ../metadata
- ../slots/20260202_matang/new/takes_or_took_comission
- ../slots/20260202_matang/take_comission
default_prefix: hc
classes:
ArtSaleService:

View file

@ -15,7 +15,7 @@ imports:
- ../slots/20260202_matang/new/is_current_version
- ../slots/20260202_matang/amended_through
- ../slots/20260202_matang/archived_in
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/effective_at
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/included_in
@ -29,8 +29,8 @@ imports:
- ../slots/20260202_matang/new/refers_to_custodian
- ../slots/20260202_matang/new/refers_to_legal_status
- ../slots/20260202_matang/new/registered_office_clause
- ../slots/20260202_matang/new/requires_articles_at_registration
- ../slots/20260202_matang/new/supersedes_or_superseded
- ../slots/20260202_matang/require
- ../slots/20260202_matang/supersede
- ../slots/20260202_matang/temporal_extent
prefixes:
linkml: https://w3id.org/linkml/

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -8,7 +8,7 @@ prefixes:
default_prefix: hc
imports:
- linkml:types
- ../slots/20260202_matang/new/requires_or_required
- ../slots/20260202_matang/require
classes:
Authentication:
class_uri: hc:Authentication

View file

@ -13,7 +13,7 @@ imports:
- ../slots/20260202_matang/new/is_auxiliary_of_platform
- ../slots/20260202_matang/archived_at
- ../slots/20260202_matang/based_on
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/new/linked_data
- ../slots/20260202_matang/new/platform_description

View file

@ -6,16 +6,16 @@ imports:
- ../enums/AuxiliaryPlaceTypeEnum
- ../slots/20260202_matang/new/country
- ../slots/20260202_matang/has_geographic_subdivision
- ../slots/20260202_matang/has_geometry
- ../slots/20260202_matang/geometric_extent
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_location
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/branch_of
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/located_in
- ../slots/20260202_matang/is_location_of
- ../slots/20260202_matang/location_of
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/new/postal_code

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -23,7 +23,7 @@ imports:
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_name
- ../slots/20260202_matang/has_place
- ../slots/20260202_matang/in_place
- ../slots/20260202_matang/has_rank
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_status
@ -44,7 +44,7 @@ imports:
- ../slots/20260202_matang/new/sex
- ../slots/20260202_matang/new/specimen_count
- ../slots/20260202_matang/new/specimen_type
- ../slots/20260202_matang/new/was_acquired_through
- ../slots/20260202_matang/acquired_through
default_prefix: hc
classes:
BiologicalObject:

View file

@ -14,7 +14,7 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_owner
- ../slots/20260202_matang/owned_by
- ../slots/20260202_matang/has_score
classes:
Bookplate:

View file

@ -10,7 +10,7 @@ imports:
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_service_area
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/new/is_public_facing
- ../slots/20260202_matang/new/operating_hour

View file

@ -6,21 +6,21 @@ imports:
- ../slots/20260202_matang/allocate
- ../slots/20260202_matang/has_currency
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_endowment_draw
- ../slots/20260202_matang/draw_endowment
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_main_part
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_status
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
- ../slots/20260202_matang/include
- ../slots/20260202_matang/new/innovation_budget
- ../slots/20260202_matang/new/internal_funding
- ../slots/20260202_matang/approved_by
- ../slots/20260202_matang/approved_on
- ../slots/20260202_matang/based_on
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/documented_by
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/new/managing_unit

View file

@ -18,25 +18,24 @@ imports:
- ../slots/20260202_matang/end_of_the_end
- ../slots/20260202_matang/has_budget # was: total_budget
- ../slots/20260202_matang/has_description # was: call_description
- ../slots/20260202_matang/has_funded # was: funded_project
- ../slots/20260202_matang/fund # was: funded_project
- ../slots/identified_by # was: call_id, call_identifier
- ../slots/20260202_matang/has_label # was: call_short_name, call_title
- ../slots/20260202_matang/has_provenance # was: web_observation
- ../slots/20260202_matang/has_range
- ../slots/20260202_matang/has_requirement
- ../slots/20260202_matang/require
- ../slots/20260202_matang/has_score # was: template_specificity
- ../slots/20260202_matang/has_status # was: call_status
- ../slots/20260202_matang/has_url # was: call_url
- ../slots/20260202_matang/new/info_session_date
- ../slots/20260202_matang/categorized_as # was: thematic_area
- ../slots/20260202_matang/due_on
- ../slots/20260202_matang/opened_on
- ../slots/20260202_matang/initiate_on
- ../slots/20260202_matang/new/issuing_organisation
- ../slots/20260202_matang/new/keyword
- ../slots/20260202_matang/new/minimum_partner
- ../slots/offers_or_offered # was: funding_rate
- ../slots/20260202_matang/new/parent_programme
- ../slots/20260202_matang/new/partnership_required
- ../slots/20260202_matang/new/related_call
- ../slots/requires_or_required # was: co_funding_required
- ../slots/20260202_matang/new/results_expected_date

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -17,7 +17,6 @@ imports:
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/new/is_estimate
- ../slots/20260202_matang/temporal_extent
default_prefix: hc

View file

@ -13,14 +13,14 @@ imports:
- ../slots/20260202_matang/has_service
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/classified_as
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/founded_through
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/new/michelin_star
- ../slots/20260202_matang/new/opening_hour
- ../slots/20260202_matang/new/operator
- ../slots/20260202_matang/new/outdoor_seating_capacity
- ../slots/20260202_matang/new/reservation_required
- ../slots/20260202_matang/require
- ../slots/20260202_matang/new/seating_capacity
- ../slots/20260202_matang/new/serves_staff
- ../slots/20260202_matang/new/serves_visitors_only

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -16,13 +16,9 @@ imports:
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/legal_note
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/privacy_note
- ../slots/20260202_matang/new/record_note
- ../slots/20260202_matang/has_note
- ../slots/20260202_matang/new/record_set_type
- ../slots/20260202_matang/new/scope_exclude
- ../slots/20260202_matang/new/scope_include
- ../slots/20260202_matang/has_scope
classes:
ChurchGovernanceFonds:
is_a: ChurchArchiveRecordSetType

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -10,7 +10,7 @@ default_prefix: hc
imports:
- linkml:types
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
- ../slots/20260202_matang/new/seating_capacity
classes:
Classroom:

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -30,7 +30,7 @@ imports:
- ../slots/20260202_matang/acquired_through
- ../slots/20260202_matang/categorized_as
- ../slots/20260202_matang/instantiated_by
- ../slots/20260202_matang/sub_collection_of
- ../slots/20260202_matang/part_of
- ../slots/20260202_matang/new/item
- ../slots/20260202_matang/new/part_of_custodian_collection
- ../slots/20260202_matang/new/record_set_type

View file

@ -14,7 +14,7 @@ imports:
- ../metadata
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_note
- ../slots/20260202_matang/has_place
- ../slots/20260202_matang/in_place
- ../slots/20260202_matang/has_provenance
- ../slots/20260202_matang/acquired_by
- ../slots/20260202_matang/temporal_extent

View file

@ -12,7 +12,7 @@ imports:
- ../slots/20260202_matang/has_version
- ../slots/20260202_matang/available
- ../slots/20260202_matang/deployed_at
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/used_by
- ../slots/20260202_matang/new/license

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -11,7 +11,7 @@ imports:
- linkml:types
- ../metadata
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
- ../slots/20260202_matang/temporal_extent
default_prefix: hc
classes:

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -17,13 +17,9 @@ imports:
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/legal_note
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/privacy_note
- ../slots/20260202_matang/new/record_note
- ../slots/20260202_matang/has_note
- ../slots/20260202_matang/new/record_set_type
- ../slots/20260202_matang/new/scope_exclude
- ../slots/20260202_matang/new/scope_include
- ../slots/20260202_matang/has_scope
classes:
CorporateGovernanceFonds:
is_a: CompanyArchiveRecordSetType

View file

@ -12,7 +12,7 @@ imports:
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_scope
- ../slots/20260202_matang/new/hold_or_held_record_set_type
- ../slots/20260202_matang/archive_department_of
- ../slots/20260202_matang/department_of
- ../slots/20260202_matang/new/parent_corporation
classes:
CompanyArchives:

View file

@ -7,13 +7,12 @@ imports:
- ../slots/20260202_matang/new/conservation_specialization
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_equipment
- ../slots/20260202_matang/has_equipment_type
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/new/is_accredited
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/new/safety_certification
prefixes:

View file

@ -40,7 +40,7 @@ imports:
- ../slots/20260202_matang/new/related_loan
- ../slots/20260202_matang/new/report_document
- ../slots/20260202_matang/new/report_url
- ../slots/20260202_matang/new/uses_or_used_technique
- ../slots/20260202_matang/use
default_prefix: hc
classes:
ConservationRecord:

View file

@ -25,7 +25,6 @@ imports:
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_url
- ../slots/20260202_matang/new/is_active
- ../slots/20260202_matang/also_allocation_agency
- ../slots/20260202_matang/represented_by
- ../slots/20260202_matang/member_of
- ../slots/20260202_matang/new/name_local

View file

@ -10,7 +10,7 @@ prefixes:
wd: http://www.wikidata.org/entity/
imports:
- linkml:types
- ../slots/20260202_matang/has_citation
- ../slots/20260202_matang/based_on
classes:
CoordinateProvenance:
slots:

View file

@ -13,7 +13,7 @@ imports:
- ./Place
- linkml:types
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_place
- ../slots/20260202_matang/in_place
- ../slots/20260202_matang/temporal_extent
classes:
CreationEvent:

View file

@ -21,8 +21,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -21,12 +21,12 @@ imports:
- ../slots/20260202_matang/new/created
- ../slots/20260202_matang/has_collection
- ../slots/20260202_matang/has_digital_presence
- ../slots/20260202_matang/has_exhibition
- ../slots/20260202_matang/exhibit
- ../slots/20260202_matang/has_facility
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_policy
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_social_media_profile
- ../slots/20260202_matang/has_profile
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/encompassed_by
- ../slots/20260202_matang/involved_in

View file

@ -14,7 +14,7 @@ imports:
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_status
- ../slots/20260202_matang/active_since
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/new/managing_unit
- ../slots/20260202_matang/new/primary_system

View file

@ -5,7 +5,7 @@ imports:
- linkml:types
- ../enums/ArchiveProcessingStatusEnum
- ../slots/20260202_matang/new/creating_agency
- ../slots/20260202_matang/has_accumulation
- ../slots/20260202_matang/accumulated_at
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_note
@ -16,7 +16,7 @@ imports:
- ../slots/20260202_matang/accessioned_through
- ../slots/20260202_matang/appended_with
- ../slots/20260202_matang/conducted_by
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/stored_at
- ../slots/20260202_matang/transferred

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -4,7 +4,7 @@ title: CustodianCollection Class
imports:
- linkml:types
- ../slots/20260202_matang/new/custody_history
- ../slots/20260202_matang/has_arrangement
- ../slots/20260202_matang/arranged_as
- ../slots/20260202_matang/has_content
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_label
@ -12,7 +12,7 @@ imports:
- ../slots/20260202_matang/has_scope
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/instantiated_by
- ../slots/20260202_matang/new/managing_unit

View file

@ -28,12 +28,12 @@ imports:
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_status
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/dissolved_by
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/responsible_for
- ../slots/20260202_matang/revision_of
- ../slots/20260202_matang/suborganization_of
- ../slots/20260202_matang/part_of
- ../slots/20260202_matang/new/legal_entity_type
- ../slots/20260202_matang/new/legal_form
- ../slots/20260202_matang/new/legal_jurisdiction

View file

@ -19,14 +19,14 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/new/name_authority
- ../slots/20260202_matang/new/name_language
- ../slots/20260202_matang/new/name_validity_period
- ../slots/20260202_matang/new/refers_to_custodian
- ../slots/20260202_matang/new/standardized_name
- ../slots/20260202_matang/new/supersedes_or_superseded
- ../slots/20260202_matang/supersede
- ../slots/20260202_matang/temporal_extent
# - ./ReconstructionActivity
classes:

View file

@ -14,12 +14,12 @@ imports:
- linkml:types
- ../enums/PlaceSpecificityEnum
- ../slots/20260202_matang/new/country
- ../slots/20260202_matang/has_auxiliary_entities
- ../slots/20260202_matang/related_to
- ../slots/20260202_matang/has_geographic_subdivision
- ../slots/20260202_matang/has_location
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/based_on
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/new/place_custodian_ref
- ../slots/20260202_matang/new/place_language

View file

@ -18,7 +18,7 @@ imports:
- ../slots/20260202_matang/new/archive_path
- ../slots/20260202_matang/degree_of_certainty
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_file_path
- ../slots/20260202_matang/has_file_location
- ../slots/20260202_matang/has_level
- ../slots/20260202_matang/has_method
- ../slots/20260202_matang/has_note

View file

@ -13,7 +13,7 @@ imports:
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type_code
- ../slots/20260202_matang/has_code
- ../slots/20260202_matang/new/modified
classes:
CustodianType:

View file

@ -13,7 +13,7 @@ default_prefix: hc
imports:
- ../classes/AgentType
- linkml:types
- ../slots/20260202_matang/has_embargo_end_date
- ../slots/20260202_matang/embargo
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_scope
- ../slots/20260202_matang/has_score

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -19,7 +19,7 @@ imports:
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_staff_member
- ../slots/20260202_matang/has_staff
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/dissolved_by
- ../slots/20260202_matang/established_by

View file

@ -18,7 +18,7 @@ imports:
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/hold_or_held_record_set_type
- ../slots/20260202_matang/applicable_in
- ../slots/20260202_matang/part_of_archive_series
- ../slots/20260202_matang/part_of
- ../slots/20260202_matang/related_to
classes:
DepartmentalArchives:

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -11,7 +11,7 @@ prefixes:
default_prefix: hc
imports:
- linkml:types
- ../slots/20260202_matang/has_geographic_extent
- ../slots/20260202_matang/geographic_extent
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_time_interval

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -3,14 +3,14 @@ name: digital_platform_class
title: DigitalPlatform Class
imports:
- linkml:types
- ../slots/20260202_matang/has_auxiliary_entities
- ../slots/20260202_matang/related_to
- ../slots/20260202_matang/has_endpoint
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_url
- ../slots/20260202_matang/new/inventory_web_address
- ../slots/20260202_matang/associated_with
- ../slots/20260202_matang/checked_through
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/stored_at
- ../slots/20260202_matang/new/linked_data

View file

@ -11,27 +11,24 @@ prefixes:
imports:
- linkml:types
- ./DigitalPlatformV2Provenance
- ../slots/20260202_matang/has_transformation_metadata
- ../slots/20260202_matang/has_organization_status
- ../slots/20260202_matang/has_data_quality_notes
- ../slots/20260202_matang/has_organization_profile
- ../slots/20260202_matang/has_primary_platform
- ../slots/20260202_matang/has_key_contact
- ../slots/20260202_matang/has_service_details
- ../slots/20260202_matang/has_metadata
- ../slots/20260202_matang/has_status
- ../slots/20260202_matang/has_data_quality
- ../slots/20260202_matang/has_profile
- ../slots/20260202_matang/has_digital_platform
- ../slots/20260202_matang/has_contact_point
- ../slots/20260202_matang/has_service
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_provenance
- ../slots/20260202_matang/has_auxiliary_platform
- ../slots/20260202_matang/has_navigation_link
- ../slots/20260202_matang/related_to
- ../slots/20260202_matang/has_url
- ../slots/20260202_matang/has_homepage
- ../slots/20260202_matang/has_name
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/refers_to_custodian
- ../slots/20260202_matang/has_contact_information
- ../slots/20260202_matang/has_contact_details
- ../slots/20260202_matang/has_facility
- ../slots/20260202_matang/has_secondary_platform
- ../slots/20260202_matang/has_web_claim
- ../slots/20260202_matang/has_collection_url
- ../slots/20260202_matang/has_inventory_url
- ../slots/20260202_matang/contain_collection
# default_range: string
classes:
DigitalPlatformV2:

View file

@ -10,7 +10,7 @@ imports:
- linkml:types
- ../slots/20260202_matang/founded_through
- ../slots/20260202_matang/new/organization_type
- ../slots/20260202_matang/new/scope
- ../slots/20260202_matang/has_scope
# default_range: string
classes:
DigitalPlatformV2OrganizationProfile:

View file

@ -12,7 +12,7 @@ prefixes:
default_prefix: hc
imports:
- linkml:types
- ../slots/20260202_matang/new/grants_or_granted_access_through
- ../slots/20260202_matang/grant_access_to
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_scope
- ../slots/20260202_matang/has_score

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -19,7 +19,7 @@ imports:
- ../slots/20260202_matang/new/hold_or_held_record_set_type
- ../slots/20260202_matang/part_of
- ../slots/20260202_matang/new/originates_or_originated_from
- ../slots/20260202_matang/new/requires_or_required
- ../slots/20260202_matang/require
classes:
DiocesanArchive:
is_a: ArchiveOrganizationType

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -8,7 +8,7 @@ prefixes:
imports:
- linkml:types
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
default_prefix: hc
classes:
DismissalEvent:

View file

@ -21,8 +21,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -15,8 +15,6 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/organizational_principle
- ../slots/20260202_matang/new/organizational_principle_uri
- ../slots/20260202_matang/new/record_holder
- ../slots/20260202_matang/new/record_holder_note
- ../slots/20260202_matang/new/record_set_type

View file

@ -16,7 +16,7 @@ imports:
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_time_interval
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/required
- ../slots/20260202_matang/new/max_group_size

View file

@ -17,9 +17,9 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_authority
- ../slots/20260202_matang/has_budget
- ../slots/20260202_matang/has_focus
- ../slots/20260202_matang/focus_on
- ../slots/20260202_matang/has_policy
- ../slots/20260202_matang/has_scheme
- ../slots/20260202_matang/has_schema
- ../slots/20260202_matang/has_source
- ../slots/20260202_matang/has_time_interval
- ../slots/20260202_matang/new/issued_call

View file

@ -12,7 +12,7 @@ imports:
- linkml:types
- ../metadata
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
- ../slots/20260202_matang/has_value
classes:
EngagementMetric:

View file

@ -10,7 +10,7 @@ default_prefix: hc
imports:
- linkml:types
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
- ../slots/20260202_matang/has_value
classes:
EnvironmentalCondition:

View file

@ -20,7 +20,7 @@ imports:
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_requirement
- ../slots/20260202_matang/require
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_setpoint
- ../slots/20260202_matang/has_tolerance

View file

@ -37,11 +37,8 @@ imports:
- ../slots/20260202_matang/new/iso_standard
- ../slots/20260202_matang/new/max_annual_light_exposure
- ../slots/20260202_matang/new/max_light_lux
- ../slots/20260202_matang/new/requires_dark_storage
- ../slots/20260202_matang/new/requires_dust_free
- ../slots/20260202_matang/new/requires_esd_protection
- ../slots/20260202_matang/new/requires_uv_filter
- ../slots/20260202_matang/new/stores_or_stored
- ../slots/20260202_matang/require
- ../slots/20260202_matang/store
- ../slots/stores_or_stored # was: target_material
classes:
EnvironmentalZoneType:

View file

@ -20,10 +20,7 @@ imports:
- ../slots/20260202_matang/has_setpoint
- ../slots/20260202_matang/new/max_annual_light_exposure
- ../slots/20260202_matang/new/max_light_lux
- ../slots/20260202_matang/new/requires_dark_storage
- ../slots/20260202_matang/new/requires_dust_free
- ../slots/20260202_matang/new/requires_esd_protection
- ../slots/20260202_matang/new/requires_uv_filter
- ../slots/20260202_matang/require
classes:
ArchiveStandardStorageEnvironment:
is_a: EnvironmentalZoneType

View file

@ -21,7 +21,7 @@ imports:
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/new/involves_or_involved
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/new/takes_or_took_place_at
- ../slots/20260202_matang/in_place
- ../slots/20260202_matang/temporal_extent
classes:
Event:

View file

@ -39,7 +39,7 @@ imports:
- ../slots/20260202_matang/has_size
- ../slots/20260202_matang/has_subject
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
- ../slots/20260202_matang/new/inscription
- ../slots/20260202_matang/new/inventory_number
- ../slots/20260202_matang/acquired_through

View file

@ -21,7 +21,7 @@ imports:
- ../slots/20260202_matang/has_documentation
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_organizer
- ../slots/20260202_matang/organized_by
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_status

View file

@ -27,7 +27,7 @@ imports:
- ../slots/20260202_matang/has_url
- ../slots/20260202_matang/associated_with
- ../slots/20260202_matang/edited_by
- ../slots/20260202_matang/indexed
- ../slots/20260202_matang/indexed_as
- ../slots/20260202_matang/instantiated_as
- ../slots/20260202_matang/published_at
- ../slots/20260202_matang/new/isbn

View file

@ -10,14 +10,14 @@ imports:
- ../slots/20260202_matang/in_area
- ../slots/20260202_matang/has_capacity
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_fee
- ../slots/20260202_matang/charge_fee
- ../slots/20260202_matang/identified_by
- ../slots/20260202_matang/has_label
- ../slots/20260202_matang/has_schedule
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/new/is_accessible
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/new/is_permanent
- ../slots/20260202_matang/new/museum_type_classification

View file

@ -11,7 +11,7 @@ imports:
- ../slots/20260202_matang/has_note
- ../slots/20260202_matang/has_score
- ../slots/20260202_matang/has_type
- ../slots/20260202_matang/derived_from
- ../slots/20260202_matang/derive_from
- ../slots/20260202_matang/generated_by
- ../slots/20260202_matang/temporal_extent
classes:

View file

@ -11,7 +11,7 @@ imports:
- linkml:types
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_quantity
- ../slots/20260202_matang/has_unit
- ../slots/20260202_matang/has_measurement_unit
default_prefix: hc
classes:
Fee:

Some files were not shown because too many files have changed in this diff Show more