Skip to content
Snippets Groups Projects

Merge request for new application profile: 2/20/2024, 10:29:18

Closed Ghost User requested to merge Request/62a3af30-9a9f-4139-a228-0a55dbcd1d88 into master
1 file
+ 42
0
Compare changes
  • Side-by-side
  • Inline
@base <https://purl.org/coscine/ap/b010010d-df5b-4081-abcd-ad18b535f6b9/>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix dash: <http://datashapes.org/dash#>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix sh: <http://www.w3.org/ns/shacl#>.
@prefix vocabterms: <https://purl.org/coscine/terms/>.
@prefix aps: <https://purl.org/coscine/ap/>.
<https://purl.org/coscine/ap/b010010d-df5b-4081-abcd-ad18b535f6b9/> dcterms:created "2024-02-20"^^xsd:date;
dcterms:creator "Mariano Forti";
dcterms:description "Base application profile for dft calculation"@de;
dcterms:license <http://spdx.org/licenses/CC0-1.0>;
dcterms:title "2/20/2024, 10:29:18"@en,
"DFT calculation"@de;
a rdfs:Class,
sh:NodeShape;
sh:closed false;
sh:property [sh:path <https://purl.org/coscine/terms/b396e274-9131-44b7-8999-8d0d3ec4c710/> ;
sh:order 1 ;
sh:name "Material"@de ;
sh:name "Material"@en ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:hasValue "" ;
sh:defaultValue "-material-" ;
sh:minLength 1 ],
[sh:path <https://purl.org/coscine/terms/0dcea1c5-fc43-4c25-a605-9ab7fcb604f7/> ;
sh:order 2 ;
sh:name "strcture-type"@en ;
sh:minCount 1 ;
sh:maxCount 1 ;
sh:defaultValue "bulk" ;
sh:minLength 1 ;
dash:singleLine true],
[sh:path <https://purl.org/coscine/terms/3b83a1e3-887a-45bb-863f-facc3a6da7ae/> ;
sh:order 3 ;
sh:name "total-energy"@en ;
sh:minCount 1 ;
sh:datatype xsd:float].
Loading