Skip to content

Commit 272186e

Browse files
authored
Merge pull request #10 from NFDI4Energy/develop
Improved description of sdpublisher, optional instead of bonus
2 parents 93936da + 13a1acb commit 272186e

4 files changed

Lines changed: 41 additions & 41 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The JSON schema can be found in [this file](schema/ersmeta_schema.json). This sc
1818

1919
## Documentation
2020
A **general description** of the metadata schema can be found on its [documentation website](https://nfdi4energy.github.io/ERSmeta/). The documentation is automatically build from the SHACL formalization.
21-
Also, a [description of all properties](schema/properties_description.csv) and [a description of all used types (and their properties)](schema/type_descriptions.csv) are provided in this repository. In extension to the SHACL formalization, we add three different priority levels to the elements in the description of all properties: mandatory, recommended, and bonus.
21+
Also, a [description of all properties](schema/properties_description.csv) and [a description of all used types (and their properties)](schema/type_descriptions.csv) are provided in this repository. In extension to the SHACL formalization, we add three different priority levels to the elements in the description of all properties: mandatory, recommended, and optional.
2222

2323
## Crosswalks
2424
We created crosswalks to the following metadata schemas:

schema/ERSmeta.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ ersmeta:EnergyResearchSoftware a rdfs:Class, sh:NodeShape, owl:Ontology;
721721
sh:path schema:sdLicense ;
722722
], [
723723
sh:datatype xsd:string ;
724-
sh:description "Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The sdPublisher property helps make such practices more explicit."@en ;
724+
sh:description "Indicates the party responsible for generating and publishing this metadata."@en ;
725725
sh:name "sdPublisher"@en, "sdPublisher"@de ;
726726
sh:minCount 1 ;
727727
sh:maxCount 1 ;

schema/ersmeta_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@
17891789
"title": "schemaVersion"
17901790
},
17911791
"sdPublisher": {
1792-
"description": "Indicates the party responsible for generating and publishing the current structured data markup. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The sdPublisher property helps make such practices more explicit.",
1792+
"description": "Indicates the party responsible for generating and publishing this metadata.",
17931793
"type": "string",
17941794
"title": "sdPublisher"
17951795
},

0 commit comments

Comments
 (0)