generated from opengeospatial/bblock-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from FAIR-IMPACT/SemanticArtefactDistribution
Refactoring and the addition of the SemanticArtefactDistribution
- Loading branch information
Showing
28 changed files
with
249 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 5 additions & 5 deletions
10
_sources/mod-fairsfair-bblock/bblock.json → ...od-fairsfair-semanticartefact/bblock.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## MOD FAIRsFAIR Semantic Artefact Profile | ||
|
||
This is the representation of the FAIRsFAIR Profile of the SemanticArtefact from the MOD ontology. This document provides a human-readable description of the profile. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- title: Examples of MOD Semantic Artefact description complying with the FAIRsFAIR profile. | ||
content: |- | ||
These examples show the minimum feature set as well as a full feature set. | ||
snippets: | ||
- language: json | ||
ref: examples/example-basic.json | ||
schema-ref: "#/$defs/mod:SemanticArtefact" | ||
- language: json | ||
ref: examples/example-full.json | ||
schema-ref: "#/$defs/mod:SemanticArtefact" |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
"$schema": https://json-schema.org/draft/2020-12/schema | ||
description: 'Schema for the MOD FAIRsFAIR SemanticArtefact Profile' | ||
$defs: | ||
mod:SemanticArtefact: | ||
allOf: | ||
- type: object | ||
properties: | ||
dcat:keyword: | ||
type: string | ||
dcat:landingPage: | ||
type: string | ||
format: URI | ||
dct:accessRights: | ||
type: string | ||
dct:accrualMethod: | ||
type: string | ||
dct:accrualPeriodicity: | ||
type: string | ||
dct:contributor: | ||
type: string | ||
dct:created: | ||
type: string | ||
dct:creator: | ||
type: string | ||
dct:description: | ||
type: string | ||
dct:identifier: | ||
type: string | ||
dct:language: | ||
type: string | ||
dct:license: | ||
type: string | ||
dct:modified: | ||
type: string | ||
dct:publisher: | ||
type: string | ||
dct:relation: | ||
type: string | ||
dct:subject: | ||
type: string | ||
dct:title: | ||
type: string | ||
dct:type: | ||
type: string | ||
mod:acronym: | ||
type: string | ||
mod:competencyQuestion: | ||
type: string | ||
mod:hasFormalityLevel: | ||
type: string | ||
mod:status: | ||
type: string | ||
mod:URI: | ||
type: string | ||
format: URI | ||
mod:usedEngineeringMethodology: | ||
type: string | ||
owl:versionIRI: | ||
type: string | ||
prov:wasGeneratedBy: | ||
type: string | ||
schema:includedInDataCatalog: | ||
type: string | ||
|
||
required: | ||
- dct:title | ||
- dct:license | ||
- dct:identifier | ||
- dct:accessRights | ||
- dct:creator | ||
- dct:created | ||
- dct:description | ||
|
||
anyOf: | ||
- $ref: "#/$defs/mod:SemanticArtefact" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 21 additions & 0 deletions
21
_sources/mod-fairsfair-semanticartefactdistribution/bblock.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"$schema": "metaschema.yaml", | ||
"name": "MOD FAIRsFAIR SemanticArtefactDistribution Profile", | ||
"abstract": "This Building Block is the FAIRsFAIR Profile of the SemanticArtefactDistribution from the MOD ontology", | ||
"status": "under-development", | ||
"dateTimeAddition": "2023-04-05T00:00:00Z", | ||
"itemClass": "schema", | ||
"register": "ogc-building-block-register", | ||
"version": "0.1", | ||
"dateOfLastChange": "2023-04-05", | ||
"link": "https://github.com/FAIR-IMPACT/MOD-FAIRsFAIR-profile/", | ||
"sources": [ | ||
{ | ||
"title": "MOD Ontology", | ||
"link": "https://github.com/fair-IMPACT/mod" | ||
} | ||
], | ||
"maturity": "mature", | ||
"scope": "unstable", | ||
"tags": ["templates"] | ||
} |
13 changes: 13 additions & 0 deletions
13
_sources/mod-fairsfair-semanticartefactdistribution/context.jsonld
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"@context": { | ||
"dcat": "http://www.w3.org/ns/dca#", | ||
"dct": "http://purl.org/dc/terms/", | ||
"mod": "https://w3id.org/mod#", | ||
"owl": "http://www.w3.org/2002/07/owl#", | ||
"prov": "http://www.w3.org/ns/prov#", | ||
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | ||
"rdfs": "http://www.w3.org/2000/01/rdf-schema#", | ||
"schema": "https://schema.org/", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
_sources/mod-fairsfair-semanticartefactdistribution/description.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## MOD FAIRsFAIR Semantic Artefact Distribution Profile | ||
|
||
This is the representation of the FAIRsFAIR Profile of the SemanticArtefactDistribution from the MOD ontology. This document provides a human-readable description of the profile. |
8 changes: 8 additions & 0 deletions
8
_sources/mod-fairsfair-semanticartefactdistribution/examples.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- title: Examples of MOD Semantic Artefact Distribution description complying with the FAIRsFAIR profile. | ||
content: |- | ||
This example shows a full feature set. | ||
snippets: | ||
- language: json | ||
ref: examples/example.json | ||
schema-ref: "#/$defs/mod:SemanticArtefactDistribution" |
29 changes: 29 additions & 0 deletions
29
_sources/mod-fairsfair-semanticartefactdistribution/examples/example.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"dcat:keyword": "keyword", | ||
"dcat:landingPage": "https://example.org/", | ||
"dct:accessRights": "all", | ||
"dct:accrualMethod": "accrual method", | ||
"dct:accrualPeriodicity": "1 year", | ||
"dct:contributor": "me", | ||
"dct:created": "2024", | ||
"dct:creator": "me", | ||
"dct:description": "my semantic artefact is ....", | ||
"dct:identifier": "mySA", | ||
"dct:language": "English", | ||
"dct:license": "our license", | ||
"dct:modified": "2024", | ||
"dct:publisher": "2024", | ||
"dct:relation": "schema:keywords", | ||
"dct:subject": "semantic artefacts", | ||
"dct:title": "my semantic artefact", | ||
"dct:type": "semantic artefact", | ||
"mod:acronym": "mySA", | ||
"mod:competencyQuestion": "A set of questions made to build an ontology at the design time.", | ||
"mod:hasFormalityLevel": "1", | ||
"mod:status": "prime", | ||
"mod:URI": "https://example.org/", | ||
"mod:usedEngineeringMethodology": "snap", | ||
"owl:versionIRI": "https://w3id.org/modp/2.0", | ||
"prov:wasGeneratedBy": "me", | ||
"schema:includedInDataCatalog": "none" | ||
} |
48 changes: 48 additions & 0 deletions
48
_sources/mod-fairsfair-semanticartefactdistribution/schema.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
"$schema": https://json-schema.org/draft/2020-12/schema | ||
description: 'Schema for the MOD FAIRsFAIR SemanticArtefactDistribution Profile' | ||
$defs: | ||
mod:SemanticArtefactDistribution: | ||
allOf: | ||
- type: object | ||
properties: | ||
dcat:accessURL: | ||
type: string | ||
format: URI | ||
dcat:byteSize: | ||
type: string | ||
dcat:downloadURL: | ||
type: string | ||
format: URI | ||
dct:accessRights: | ||
type: string | ||
dct:description: | ||
type: string | ||
dct:modified: | ||
type: string | ||
dct:title: | ||
type: string | ||
mod:authorProperty: | ||
type: string | ||
mod:definitionProperty: | ||
type: string | ||
mod:hasRepresentationLanguage: | ||
type: string | ||
mod:hasSyntax: | ||
type: string | ||
mod:hierarchyProperty: | ||
type: string | ||
mod:metrics: | ||
type: string | ||
mod:obsoleteParent: | ||
type: string | ||
mod:obsoleteProperty: | ||
type: string | ||
mod:prefLabelProperty: | ||
type: string | ||
mod:sampleQueries: | ||
type: string | ||
mod:synonymProperty: | ||
type: string | ||
|
||
anyOf: | ||
- $ref: "#/$defs/mod:SemanticArtefactDistribution" |
Oops, something went wrong.