Skip to content

Commit 13a1acb

Browse files
committed
Improved the description for sdpublisher
1 parent b8cb516 commit 13a1acb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
},

schema/properties_description.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ https://schema.org/softwareRequirements,softwareRequirements,Text,n,Recommended,
8484
https://schema.org/fileSize,fileSize,Number,1,Optional,"Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed."
8585
https://schema.org/schemaVersion,metadataVersion,Text,1,Mandatory,The type and version number of the metadata.
8686
https://schema.org/sdLicense,sdLicense,https://schema.org/CreativeWork,n,Mandatory,The license of the provided metadata.
87-
https://schema.org/sdPublisher,sdPublisher,Text,1,Mandatory,"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."
87+
https://schema.org/sdPublisher,sdPublisher,Text,1,Mandatory,"Indicates the party responsible for generating and publishing this metadata."

0 commit comments

Comments
 (0)