From b9a47795c7c18007cdec29ac7c0e70b700fb79c9 Mon Sep 17 00:00:00 2001 From: Alejandro Villar Date: Tue, 2 Jan 2024 14:44:56 +0100 Subject: [PATCH] Add isProfileOf to metadata --- ogc/bblocks/metadata-schema.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ogc/bblocks/metadata-schema.yaml b/ogc/bblocks/metadata-schema.yaml index a07536d..bfd7246 100644 --- a/ogc/bblocks/metadata-schema.yaml +++ b/ogc/bblocks/metadata-schema.yaml @@ -133,8 +133,17 @@ properties: successor: description: Identifier or URI of the predecessor of this Building Block. type: string + isProfileOf: + description: | + Identifier of another Building Block that this Building Block is a profile of, or list thereof. + Profiling in this context is akin to inheritance. + oneOf: + - type: string + - type: array + items: + type: string dependsOn: - description: Identifier or URI of other Building Blocks that this Building Blocks depends on + description: Identifiers of other Building Blocks that this Building Block depends on type: array items: type: string