Skip to content
Snippets Groups Projects
Commit 1510d252 authored by Nicole Parks's avatar Nicole Parks
Browse files

hopefully fix missing fields

parent 2875ca73
Branches
No related tags found
1 merge request!411Merge request for new application profile: Archived Experimental Data from ELN
Pipeline #1602023 passed with warnings
......@@ -58,6 +58,13 @@
sh:order 5 ;
sh:path schema:identifier ;
sh:datatype xsd:string],
[sh:description "Keywords or subjects relevant to the entity."@en ;
sh:description "Schlüsselwörter oder Themen, die für den Entität relevant sind."@de ;
sh:name "Keywords"@en ;
sh:name "Schlüsselwörter"@de ;
sh:order 7 ;
sh:path schema:keywords ;
sh:datatype xsd:string ],
[sh:description "Der Typ der Ressource, z. B. 'Dataset', 'File' oder 'Software'. This is @type in ro-crate json-ld."@de ;
sh:description "The type of resource, such as 'Dataset', 'File', or 'Software' Das @type in der ro-crate json-ld."@en ;
sh:name "Resource Type"@en ;
......@@ -66,10 +73,4 @@
sh:order 6 ;
sh:path rdf:type ;
sh:class <https://w3id.org/ro/crate/1.1/context>].
[sh:description "Keywords or subjects relevant to the entity."@en ;
sh:description "Schlüsselwörter oder Themen, die für den Entität relevant sind."@de ;
sh:name "Keywords"@en ;
sh:name "Schlüsselwörter"@de ;
sh:order 7 ;
sh:path schema:keywords ;
sh:datatype xsd:string ].
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment