Skip to content
Snippets Groups Projects
Commit 7d610ef6 authored by coscine_application_profile_requests_live's avatar coscine_application_profile_requests_live Committed by Kseniia Dukkart
Browse files

Merge request for new application profile: Job Datei

parent f91e4297
No related branches found
No related tags found
1 merge request!429Merge request for new application profile: Job Datei
@base <https://purl.org/coscine/ap/JobFile/>.
@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 dbo: <http://dbpedia.org/ontology/>.
@prefix dcmitype: <http://purl.org/dc/dcmitype/>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix doap: <http://usefulinc.com/ns/doap#>.
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/>.
@prefix schema: <http://schema.org/>.
@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/JobFile/> dcterms:created "2024-10-30"^^xsd:date;
dcterms:creator "Johann Lehmann";
dcterms:description ".openjz Datei der EOS Aufbereitung"@de,
".openjz file of the EOS preparation"@en;
dcterms:license <http://spdx.org/licenses/CC0-1.0>;
dcterms:subject <https://github.com/tibonto/dfgfo/402-01>;
dcterms:title "Job File"@en,
"Job Datei"@de;
a rdfs:Class,
sh:NodeShape;
sh:closed false;
sh:property [sh:datatype xsd:string ;
sh:minCount 1 ;
sh:minLength 1 ;
sh:name "Jobname"@de ;
sh:name "_Job Name"@en ;
sh:order 1 ;
sh:path doap:name],
[sh:datatype xsd:date ;
sh:minCount 1 ;
sh:minLength 1 ;
sh:name "Date"@de ;
sh:name "_Date"@en ;
sh:order 2 ;
sh:path dbo:date],
[sh:datatype xsd:integer ;
sh:minCount 1 ;
sh:minLength 1 ;
sh:name "Anzahl an Schichten"@de ;
sh:name "_Number of layers"@en ;
sh:order 11 ;
sh:path <https://purl.org/coscine/terms/22741d37-8af3-44fe-b5ac-d6461875e735/>],
[sh:datatype xsd:string ;
sh:name "Material"@de ;
sh:name "_Material"@en ;
sh:order 12 ;
sh:path dbo:material],
[sh:datatype xsd:double ;
sh:name "Preheating temperature"@en ;
sh:name "Vorheiztemperatur"@de ;
sh:order 17 ;
sh:path quantitykind:Temperature],
[sh:datatype xsd:double ;
sh:name "Beschichtergeschwindigkeit"@de ;
sh:name "Coater speed"@en ;
sh:order 18 ;
sh:path <https://purl.org/coscine/terms/b2f4d266-cfd4-4260-95d2-4236646500da/>],
[sh:datatype xsd:string ;
sh:name "Dateiformat"@de ;
sh:name "_Fileformat"@en ;
sh:order 19 ;
sh:path dbo:format],
[sh:datatype xsd:double ;
sh:name "Supplyfactor"@en ;
sh:name "Versorgungsfaktor"@de ;
sh:order 20 ;
sh:path <https://purl.org/coscine/terms/21253dd3-980b-4db9-8569-7b3a68d8e5ba/>],
[sh:datatype xsd:string ;
sh:minCount 1 ;
sh:minLength 1 ;
sh:name "Creator"@en ;
sh:name "Ersteller"@de ;
sh:order 3 ;
sh:path dcterms:creator],
[sh:datatype xsd:string ;
sh:minCount 1 ;
sh:minLength 1 ;
sh:name "Project"@en ;
sh:name "Projekt"@de ;
sh:order 4 ;
sh:path dbo:project],
[sh:name "Intention der Produktion"@de ;
sh:name "Intentions of production"@en ;
sh:order 5 ;
sh:path <https://purl.org/coscine/terms/3f87d74c-06d8-444d-b947-35d311805ea0/> ;
sh:in ("Produce defects" "Parameter study Investigation of density" "Parameter study Examination of the surface" "Part Production" "Scanstrategy Development")],
[sh:datatype xsd:string ;
sh:name "Software"@de ;
sh:name "Software"@en ;
sh:order 6 ;
sh:path dcmitype:Software],
[sh:datatype xsd:string ;
sh:name "Software version"@en ;
sh:name "Softwareversion"@de ;
sh:order 7 ;
sh:path schema:softwareVersion],
[sh:datatype xsd:string ;
sh:name "Publication license"@en ;
sh:name "Veröffentlichungslizenz"@de ;
sh:order 8 ;
sh:path doap:license],
[sh:datatype xsd:anyURI ;
sh:name "Bauteile"@de ;
sh:name "Parts"@en ;
sh:order 9 ;
sh:path <https://purl.org/coscine/terms/b8321042-453b-4d42-be24-d7eccdb7bacd/>],
[sh:datatype xsd:integer ;
sh:minCount 1 ;
sh:minLength 1 ;
sh:name "Anzahl der Bauteilinstanzen"@de ;
sh:name "_Number of part instances"@en ;
sh:order 10 ;
sh:path <https://purl.org/coscine/terms/3a502668-4e45-40c7-9fa2-69764195594d/>],
[sh:datatype xsd:string ;
sh:name "Parametersatz ID"@de ;
sh:name "_Parameterset ID"@en ;
sh:order 13 ;
sh:path <https://purl.org/coscine/terms/6f32dee3-57e2-4b13-b5ba-2b711d184b08/>],
[sh:datatype xsd:string ;
sh:name "Maschinen ID"@de ;
sh:name "_Machine ID"@en ;
sh:order 14 ;
sh:path <https://purl.org/coscine/terms/89f7217d-d350-412e-9f56-3f5c0cf0ae84/>].
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment