Skip to content
Snippets Groups Projects

Merge request for new application profile: CAD Datei

1 file
+ 116
0
Compare changes
  • Side-by-side
  • Inline
+ 116
0
@base <https://purl.org/coscine/ap/CADFile/>.
@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 dcat: <http://www.w3.org/ns/dcat#>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix exif: <http://www.w3.org/2003/12/exif/ns#>.
@prefix qudt: <http://qudt.org/schema/qudt/>.
@prefix schema: <http://schema.org/>.
@prefix sh: <http://www.w3.org/ns/shacl#>.
@prefix sioc: <http://rdfs.org/sioc/ns#>.
@prefix vocabterms: <https://purl.org/coscine/terms/>.
@prefix aps: <https://purl.org/coscine/ap/>.
<https://purl.org/coscine/ap/CADFile/> dcterms:created "2024-07-26"^^xsd:date;
dcterms:creator "Johann Lehmann";
dcterms:description "Profil zur Erfassung von CAD Metadaten"@de,
"Profile for tracking CAD Metadata"@en;
dcterms:license <http://spdx.org/licenses/CC0-1.0>;
dcterms:subject <https://github.com/tibonto/dfgfo/402-01>;
dcterms:title "CAD Datei"@de,
"Cad File"@en;
a rdfs:Class,
sh:NodeShape;
sh:closed false;
sh:property [sh:name "Bauteilname"@de ;
sh:name "_Part Name"@en ;
sh:order 1 ;
sh:datatype xsd:string ;
sh:path <https://purl.org/coscine/terms/013ac88b-98bb-476c-bd02-e2c0b8ec35aa/>],
[sh:name "Creator"@en ;
sh:name "Ersteller"@de ;
sh:order 2 ;
sh:path dcterms:creator ;
sh:datatype xsd:Name ;
sh:minCount 1 ;
sh:minLength 1 ],
[sh:name "Made By Configurator"@en ;
sh:name "Von Konfigurator Erstellt"@de ;
sh:order 15 ;
sh:path <https://purl.org/coscine/terms/c0957846-d9c6-4c97-a802-d9ea50339133/> ;
sh:datatype xsd:boolean],
[sh:name "Publication License"@en ;
sh:name "Veröffentlichungslizenz"@de ;
sh:order 16 ;
sh:path dcterms:license ;
sh:datatype xsd:string],
[sh:name "Datum"@de ;
sh:name "_Date"@en ;
sh:order 3 ;
sh:path schema:Date ;
sh:datatype xsd:date],
[sh:name "Dateiformat"@de ;
sh:name "_Fileformat"@en ;
sh:order 4 ;
sh:path dbo:format ;
sh:datatype xsd:string],
[sh:name "Softwareversion"@de ;
sh:name "_Software Version"@en ;
sh:order 6 ;
sh:path schema:softwareVersion ;
sh:datatype xsd:string],
[sh:name "Is Support"@en ;
sh:name "Ist Support"@de ;
sh:order 8 ;
sh:path <https://purl.org/coscine/terms/621a989f-7514-44cd-8524-cc1ec773e9f8/> ;
sh:minCount 1 ;
sh:minLength 1 ;
sh:in ("solid support" "non solid support" "no support")],
[sh:name "Is Oriented For Print"@en ;
sh:name "Ist Orientiert Für Druck"@de ;
sh:order 9 ;
sh:path <https://purl.org/coscine/terms/41730f20-a237-48c9-bb16-c66a1a6daa2b/> ;
sh:datatype xsd:boolean ;
sh:minCount 1 ;
sh:minLength 1 ],
[sh:name "Volumen"@de ;
sh:name "_Volume"@en ;
sh:order 10 ;
sh:path dbo:volume ;
sh:datatype xsd:double],
[sh:name "Einheit"@de ;
sh:name "_Unit"@en ;
sh:order 7 ;
sh:path qudt:unit ;
sh:in ("mm" "cm" "dm" "m")],
[sh:name "Oberfläche"@de ;
sh:name "_Surface Area"@en ;
sh:order 11 ;
sh:path dbo:surfaceArea ;
sh:datatype xsd:double],
[sh:name "Bounding Box"@de ;
sh:name "_Bounding Box"@en ;
sh:order 12 ;
sh:path dcat:bbox ;
sh:datatype xsd:string],
[sh:name "Software"@de ;
sh:name "_Software"@en ;
sh:order 5 ;
sh:path exif:software ;
sh:datatype xsd:string ;
sh:minCount 0 ],
[sh:name "Previous Version"@en ;
sh:name "Vorgängerversion"@de ;
sh:order 13 ;
sh:path sioc:previous_version ;
sh:datatype xsd:anyURI],
[sh:name "Project"@en ;
sh:name "Projekt"@de ;
sh:order 14 ;
sh:path dbo:project ;
sh:datatype xsd:string ;
sh:minCount 1 ;
sh:minLength 1 ].
Loading