Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Metadata Profiles
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
graphs
Metadata Profiles
Commits
9e9ca5f5
Commit
9e9ca5f5
authored
4 months ago
by
coscine_application_profile_requests_live
Committed by
Kseniia Dukkart
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Merge request for new application profile: CAD Datei
parent
f0351141
No related branches found
Branches containing commit
No related tags found
1 merge request
!418
Merge request for new application profile: CAD Datei
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
profiles/CADFile/index.ttl
+116
-0
116 additions, 0 deletions
profiles/CADFile/index.ttl
with
116 additions
and
0 deletions
profiles/CADFile/index.ttl
0 → 100644
+
116
−
0
View file @
9e9ca5f5
@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
].
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment