Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions spec/DOSDP_schema_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ properties:
no spaces. The only special characters allowed are '_' and '-'.
By convention, this is used as the file name of the
pattern - with an appropriate extension.

pattern_iri:
type: string
description: >
A global identifier for the pattern. This can be a full IRI or a CURIE, using
the same prefix mappings as other CURIEs in the pattern.

base_IRI: # not rqd, give JSON-LD base.
type: string # how to spec IRI?
Expand Down
6 changes: 6 additions & 0 deletions spec/DOSDP_schema_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ properties:
By convention, this is used as the file name of the
pattern - with an appropriate extension.

pattern_iri:
type: string
description: >
A global identifier for the pattern. This can be a full IRI or a CURIE, using
the same prefix mappings as other CURIEs in the pattern.

base_IRI: # not rqd, give JSON-LD base.
type: string # how to spec IRI?
description: "Specifies the base IRI to be used to generate new classes."
Expand Down