This repository has been archived by the owner on Jun 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
OKH-LOSH.ttl
842 lines (752 loc) · 23.9 KB
/
OKH-LOSH.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
@base <https://w3id.org/oseg/ont/okh> .
@prefix okh: <#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix npg: <http://ns.nature.com/terms/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix orcid: <https://orcid.org/> .
@prefix otrl: <https://w3id.org/oseg/ont/otrl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix patent: <http://data.epo.org/linked-data/def/patent/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix spdxt: <http://spdx.org/rdf/terms#> .
@prefix tsdc: <https://w3id.org/oseg/ont/tsdc/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# SPDX-FileCopyrightText: 2020 - 2021 Martin Häuer <[email protected]>
# SPDX-FileCopyrightText: 2020 - 2024 Robin Vobruba <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later
<>
a owl:Ontology ;
vann:preferredNamespacePrefix "okh" ;
vann:preferredNamespaceUri "https://w3id.org/oseg/ont/okh#" ;
owl:versionInfo "1.1.0" ;
owl:versionIRI <https://w3id.org/oseg/ont/1.1.0/okh> ;
dcterms:title "Open Know How (OKH) ontology"@en ;
dcterms:description "Used for indexing, searching and comparing Open Source Hardware projects"@en ;
schema:comment """Regarding the use of `schema:domainIncludes`
and `schema:rangeIncludes` in this ontology:
Looking at the definitions for the RDFS version
of the two, `rdfs:domain` and `rdfs:range`:
* https://www.w3.org/TR/rdf-schema/#ch_domain
* https://www.w3.org/TR/rdf-schema/#ch_range
and as described in this StackOverflow answer:
<https://stackoverflow.com/a/74782257/586229>,
multiple objects for the two RDFS properties mean,
that *all of them* apply, simultaneously,
not *one of them*.
You may think of this as an `AND` coupling.
We want the *one of them* meaning though (`OR`).
The `schema:*` properties give us just that."""@en ;
dcterms:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
dce:creator "Martin Häuer <[email protected]>" ;
dcterms:creator orcid:0000-0002-1611-7129 ;
dce:creator "Robin Vobruba <[email protected]>" ;
dcterms:creator orcid:0009-0004-3559-6542 ;
dce:publisher "Robin Vobruba (Open Source Ecology Germany e.V.) <[email protected]>" ;
dce:issued "2021-08-24 16:32:33" ;
dce:modified "2022-02-22 12:01:28" ;
dcterms:license <https://www.gnu.org/licenses/gpl-3.0.txt> ;
cc:license <https://www.gnu.org/licenses/gpl-3.0.txt> ;
spdxt:ListedLicense "GPL-3.0-or-later" ;
dce:source "https://github.com/OPEN-NEXT/OKH-LOSH/master/OKH-LOSH.ttl" ;
.
okh:Component
a owl:Class ;
rdfs:label "Component"@en ;
rdfs:comment "Either a module (MOSH) or Part (POSH); more component types may be added in the future"@en ;
vs:term_status "unstable" ;
.
okh:Module
a owl:Class ;
rdfs:label "Module"@en ;
rdfs:comment "Module of Open Source Hardware (MOSH)"@en ;
rdfs:subClassOf okh:Component ;
vs:term_status "unstable" ;
.
okh:Part
a owl:Class ;
rdfs:label "Part"@en ;
rdfs:comment "Piece of Open Source Hardware (POSH)"@en ;
rdfs:subClassOf okh:Component ;
vs:term_status "unstable" ;
.
okh:Software
a owl:Class ;
rdfs:label "Software"@en ;
rdfs:comment "Software (including firmware) needed to run & use the OSH" ;
rdfs:subClassOf okh:Component ;
vs:term_status "unstable" ;
.
okh:Reference
a owl:Class ;
rdfs:label "unambiguous reference" ;
vs:term_status "unstable" ;
.
okh:Publication
a owl:Class ;
rdfs:label "Scientific Publication" ;
rdfs:comment "_scientific_ (that is: peer reviewed) publication that _contains_ the design files";
rdfs:subClassOf npg:Publication ;
vs:term_status "unstable" ;
.
okh:Standard
a owl:Class ;
rdfs:label "Technical Standard"@en ;
rdfs:comment "official standard used in the _design_ (not e.g. DIN SPEC 3105-1)" ;
vs:term_status "unstable" ;
.
okh:WebsiteUrl
a owl:Class ;
rdfs:label "Website URL" ;
rdfs:subClassOf okh:Reference ;
rdfs:subClassOf schema:URL ;
vs:term_status "unstable" ;
.
okh:FileUrl
a owl:Class ;
rdfs:label "permanent URL to file" ;
rdfs:subClassOf okh:ComponentReference ;
rdfs:subClassOf schema:URL ;
vs:term_status "deprecated" ;
owl:deprecated "true"^^xsd:boolean ;
cc:deprecatedOn "2023-07-11"^^xsd:date ;
schema:supersededBy okh:File ;
.
okh:File
a owl:Class ;
vs:term_status "unstable" ;
rdfs:label "File" ;
rdfs:comment "A file that forms part of the project, specified/located either by a URL (okh:url) or a repo-/project-relative path (okh:relativePath)." ;
.
okh:ManifestFile
a owl:Class ;
rdfs:label "manifest file" ;
rdfs:comment "file holding the metadata" ;
rdfs:subClassOf okh:File ;
vs:term_status "unstable" ;
.
okh:Readme
a owl:Class ;
rdfs:label "Readme" ;
rdfs:subClassOf okh:File ;
vs:term_status "unstable" ;
.
okh:ContributionGuide
a owl:Class ;
rdfs:label "Contribution Guide" ;
rdfs:subClassOf okh:File ;
vs:term_status "unstable" ;
.
okh:Image
a owl:Class ;
vs:term_status "unstable" ;
rdfs:label "Image" ;
rdfs:subClassOf okh:File ;
.
okh:BoM
a owl:Class ;
rdfs:label "Bill of Materials" ;
rdfs:subClassOf okh:File ;
vs:term_status "unstable" ;
.
okh:SourceFile
a owl:Class ;
rdfs:label "source file" ;
rdfs:subClassOf okh:File ;
vs:term_status "unstable" ;
.
okh:ExportFile
a owl:Class ;
rdfs:label "exported source file" ;
rdfs:subClassOf okh:File ;
vs:term_status "unstable" ;
.
okh:AuxiliaryFile
a owl:Class ;
rdfs:label "auxiliary file (neither source nor export)" ;
rdfs:subClassOf okh:File ;
vs:term_status "unstable" ;
.
okh:ManufacturingInstructions
a owl:Class ;
rdfs:label "Manufacturing Instructions" ;
rdfs:subClassOf okh:File ;
vs:term_status "unstable" ;
.
okh:UserManual
a owl:Class ;
rdfs:label "User Manual" ;
rdfs:subClassOf okh:File ;
vs:term_status "unstable" ;
.
okh:OuterDimensions
a owl:Class ;
rdfs:label "outer dimensions"@en ;
rdfs:comment "…of a module or a part"@en ;
vs:term_status "unstable" ;
.
okh:Mass
a owl:Class ;
rdfs:label "mass"@en ;
rdfs:comment "…of a module or a part"@en ;
vs:term_status "unstable" ;
.
okh:ComponentReference
a owl:Class ;
rdfs:subClassOf okh:Reference ;
rdfs:label "Component Reference" ;
rdfs:comment '''
others shall be able to identify/procure this component only by the given reference(s),
MOSH → URL to corresponding release
POSH → URL to containing folder
STD → standard designation (preferably naming the _latest_ standard)
BUY → unambiguous reference'''@en ;
vs:term_status "deprecated" ;
owl:deprecated "true"^^xsd:boolean ;
cc:deprecatedOn "2023-08-19"^^xsd:date ;
.
okh:okhv
a owl:DatatypeProperty ;
rdfs:label "OKH version" ;
rdfs:comment "version of OKH specification the metadata is following (different version → different data fields)" ;
rdfs:subPropertyOf schema:version ;
vs:term_status "unstable" ;
schema:domainIncludes okh:ManifestFile ;
owl:cardinality 1 ;
.
okh:dataSource
a owl:DatatypeProperty ;
rdfs:label "Metadata Source" ;
rdfs:comment "platform, where the crawler found the metadata (e.g. GitHub, Wikifactory)"@en ;
rdfs:subPropertyOf schema:url ;
vs:term_status "unstable" ;
schema:domainIncludes okh:Module ;
owl:cardinality 1 ;
.
okh:repoHost
a owl:DatatypeProperty ;
rdfs:label "Repository Host" ;
rdfs:comment "platform where the OSH documentation is located (e.g. GitLab, Wikifactory or any self-hosted website or wiki)"@en ;
rdfs:subPropertyOf schema:url ;
vs:term_status "unstable" ;
schema:domainIncludes okh:Module ;
owl:cardinality 1 ;
.
okh:uploadMethod
a owl:DatatypeProperty ;
rdfs:label "Upload Method" ;
rdfs:comment "e.g. auto (fully integrated platforms) or manifest file (for connected platforms)"@en ;
vs:term_status "unstable" ;
schema:rangeIncludes xsd:string ;
schema:domainIncludes okh:Component ;
owl:cardinality 1 ;
.
## ----- identification -----
okh:repo
a owl:ObjectProperty ;
rdfs:label "repository" ;
rdfs:comment '''
URL to the place where development happens (typically the repository)" ;
following this link people shall be able to contribute to the development
(reporting issues, suggesting changes, connecting to the team etc.)" '''@en;
rdfs:subPropertyOf schema:codeRepository ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:WebsiteUrl ;
owl:cardinality 1 ;
schema:domainIncludes okh:Module ;
.
okh:repoSnapshot
a owl:ObjectProperty ;
rdfs:label "respository snapshot" ;
rdfs:comment "Repoistory snapshot (=specific version) URL" ;
rdfs:subPropertyOf okh:repo ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:WebsiteUrl ;
owl:cardinality 1 ;
schema:domainIncludes okh:Module ;
.
okh:version
a owl:DatatypeProperty ;
rdfs:label "version" ;
rdfs:comment "version of this Component, preferably in the semantic versioning scheme (semver.org)" ;
rdfs:subPropertyOf schema:version ;
vs:term_status "unstable" ;
schema:domainIncludes okh:Module ;
owl:cardinality 1 ;
.
okh:forkOf
a owl:ObjectProperty ;
rdfs:label "fork of" ;
rdfs:subPropertyOf schema:isBasedOn ;
vs:term_status "unstable" ;
owl:cardinality 1 ;
schema:domainIncludes
okh:Module,
okh:Part ;
.
okh:versionOf
a owl:ObjectProperty ;
rdfs:label "version of" ;
rdfs:comment "connects specific versions of Modules with their versionless superclass" ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:Module ;
schema:domainIncludes okh:Module ;
.
okh:documentationLanguage
a owl:DatatypeProperty ;
rdfs:label "documentation language" ;
rdfs:comment '''
IETF language tag
following the BCP 47 standard e.g. en-GB
denotes the language of the documentation for the component subject '''@en;
rdfs:subPropertyOf schema:inLanguage ;
vs:term_status "unstable" ;
owl:cardinality 1 ;
schema:domainIncludes
okh:Module,
okh:Part ;
.
## ----- legal -----
okh:licensor
a owl:ObjectProperty ;
rdfs:label "licensor" ;
rdfs:comment "organization/individual behind the hardware design (holder of intellectual property)" ;
rdfs:subPropertyOf schema:copyrightHolder ;
vs:term_status "unstable" ;
schema:rangeIncludes
schema:Organization,
schema:Person ;
schema:domainIncludes okh:Module ;
owl:cardinality 1 ;
.
okh:organization
a owl:ObjectProperty ;
rdfs:label "organization" ;
rdfs:comment "organization representing (most) contributors of this project" ;
vs:term_status "unstable" ;
schema:rangeIncludes schema:Organization ;
schema:domainIncludes okh:Module ;
.
okh:spdxLicense
a owl:ObjectProperty ;
rdfs:label "SPDX license identifier" ;
rdfs:comment "view complete list under https://spdx.org/licenses/" ;
vs:term_status "unstable" ;
schema:domainIncludes okh:Module ;
schema:rangeIncludes spdxt:ListedLicense ; # aka SPDX license identifier for a single, atomar license
owl:cardinality 1 ;
.
okh:alternativeLicense
a owl:ObjectProperty ;
rdfs:label "non-SPDX license" ;
rdfs:comment "URL to legal code of a license without SPDX identifier, hence OSHWA-compliance is to be checked manually" ;
# rdfs:subPropertyOf spdxt:License ;
vs:term_status "unstable" ;
schema:domainIncludes okh:Module ;
schema:rangeIncludes okh:File ;
owl:cardinality 1 ;
.
## ----- informative -----
# okh:contributorCount
# a owl:DatatypeProperty ;
# rdfs:label "number of conributors participating in the project" ;
# vs:term_status "unstable" ;
# schema:domainIncludes okh:Module ;
# schema:rangeIncludes xsd:int ;
# .
## ----- development stage -----
okh:technologyReadinessLevel
a owl:ObjectProperty ;
rdfs:label "Technology Readiness Level (TRL)" ;
rdfs:comment "…using the OTRL definitions" ;
vs:term_status "unstable" ;
owl:cardinality 1 ;
schema:rangeIncludes otrl:OTRL ;
schema:domainIncludes okh:Module ;
.
okh:documentationReadinessLevel
a owl:ObjectProperty ;
rdfs:label "Documentation Readiness Level (DLR)" ;
rdfs:comment "…using the ODRL definitions" ;
vs:term_status "unstable" ;
owl:cardinality 1 ;
schema:rangeIncludes otrl:ODRL ;
schema:domainIncludes okh:Module ;
.
okh:attestation
a owl:ObjectProperty ;
rdfs:label "attestation" ;
rdfs:comment "permanent URL to evidence of compliance (OSHWA, FSF, DIN SPEC 3105)" ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:WebsiteUrl ;
schema:domainIncludes okh:Module ;
.
okh:hasPublication
a owl:ObjectProperty ;
rdfs:label "has Publication" ;
rdfs:comment "design files of this OSH modules have been peer reviewed in a scientific publication" ;
vs:term_status "unstable" ;
rdfs:subPropertyOf npg:hasPublication;
schema:domainIncludes okh:Module ;
.
# okh:certificate
# a owl:ObjectProperty ;
# rdfs:label "certificate" ;
# rdfs:comment "official certificate, such as CE mark" ;
# FIXME rdfs:subPropertyOf ;
# vs:term_status "unstable" ;
# schema:domainIncludes okh:Module ;
# .
## ----- basic description -----
okh:cpcPatentClass
a owl:ObjectProperty ;
rdfs:label "Patent Class" ;
rdfs:comment "International Patent Classification (IPC)" ;
rdfs:subPropertyOf patent:classificationIPCInventive;
vs:term_status "unstable" ;
schema:domainIncludes okh:Module ;
schema:rangeIncludes xsd:string ;
.
okh:compliesWith
a owl:ObjectProperty ;
rdfs:label "complies with a technical standard" ;
# rdfs:subPropertyOf wdp:P5009 ;
vs:term_status "unstable" ;
schema:domainIncludes okh:Component ;
schema:rangeIncludes okh:Standard ;
.
okh:standardID
a owl:DatatypeProperty ;
rdfs:label "Document identifier for the technical standard" ;
# rdfs:subPropertyOf wdp:P5046 ;
vs:term_status "unstable" ;
schema:rangeIncludes xsd:string ;
schema:domainIncludes okh:Standard ;
.
okh:function
a owl:DatatypeProperty ;
rdfs:label "functional description" ;
rdfs:comment '''
functional description, e.g. what it actually does, what problem it solves, for whom, under which conditions etc.
so if you wish that someone finds & uses your okh specifically e.g. for COVID-19-crisis response, include relevant keywords in this field
optional: description of input, output and interfaces'''@en ;
rdfs:subPropertyOf obo:BFO_0000016 ; # aka function
vs:term_status "unstable" ;
owl:cardinality 1 ;
schema:domainIncludes okh:Module ;
schema:rangeIncludes xsd:string ;
.
okh:hasReadme
a owl:ObjectProperty ;
rdfs:label "has Readme" ;
rdfs:comment "links to the corresponding Readme" ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:Readme ;
schema:domainIncludes okh:Module ;
.
okh:hasContributionGuide
a owl:ObjectProperty ;
rdfs:label "has Contribution Guide" ;
rdfs:comment "links to the corresponding Contribution Guide" ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:ContributionGuide ;
schema:domainIncludes okh:Module ;
.
okh:hasBoM
a owl:ObjectProperty ;
rdfs:label "has Bill of Materials" ;
rdfs:comment "links to the corresponding Bill of Materials" ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:BoM ;
schema:domainIncludes okh:Module ;
.
okh:hasComponent
a owl:ObjectProperty ;
rdfs:label "has Component" ;
rdfs:comment "Links to sub-components of the Module. In the case of that sub-component being an external Module, it has to refer to a snapshot of the RDF object representing that OKH Module. Each sub-component should also appear in the BoM." ;
vs:term_status "unstable" ;
schema:rangeIncludes
okh:Part,
okh:Module,
okh:WebsiteUrl ;
schema:domainIncludes okh:Module ;
.
okh:hasImage
a owl:ObjectProperty ;
rdfs:label "has image" ;
rdfs:comment "links to the corresponding Image" ;
vs:term_status "unstable" ;
rdfs:subPropertyOf schema:image ;
schema:rangeIncludes okh:Image ;
schema:domainIncludes okh:Component ;
.
okh:functionalMetadata
a owl:DatatypeProperty ;
rdfs:label "functionality metadata" ;
rdfs:comment "Metadata addressing functionality, such as dimensions, material, weight, RPM,… (not standardized)" ;
rdfs:subPropertyOf schema:value ;
vs:term_status "unstable" ;
schema:rangeIncludes schema:StructuredValue ;
schema:domainIncludes okh:Module ;
.
okh:productionMetadata
a rdf:Property ;
rdfs:label "production metadata" ;
rdfs:comment "production-relevant metadata, such as material, manufacturing technology, outer dimensions, smallest tolerance, finest surface roughness" ;
rdfs:subPropertyOf schema:value ;
vs:term_status "unstable" ;
schema:domainIncludes
okh:Module,
okh:Part ;
.
okh:manufacturingProcess
a owl:DatatypeProperty ;
rdfs:label "manufacturing process" ;
rdfs:subPropertyOf okh:productionMetadata ;
vs:term_status "unstable" ;
.
okh:material
a owl:DatatypeProperty ;
rdfs:label "material" ;
rdfs:subPropertyOf okh:productionMetadata ;
vs:term_status "unstable" ;
.
okh:hasOuterDimensions
a owl:ObjectProperty ;
rdfs:label "outer dimensions using OpenSCAD primitives" ;
rdfs:comment "https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Primitive_Solids" ;
schema:rangeIncludes okh:OuterDimensions ;
rdfs:subPropertyOf okh:productionMetadata ;
vs:term_status "unstable" ;
.
okh:hasMass
a owl:ObjectProperty ;
rdfs:label "mass of the component" ;
rdfs:subPropertyOf okh:productionMetadata ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:Mass ;
.
okh:openSCAD
a owl:DatatypeProperty ;
rdfs:label "OpenSCAD code defining a shape" ;
vs:term_status "unstable" ;
schema:domainIncludes okh:OuterDimensions ;
schema:rangeIncludes xsd:string ;
.
okh:openScad
vs:term_status "deprecated" ;
owl:deprecated "true"^^xsd:boolean ;
cc:deprecatedOn "2023-07-06"^^xsd:date ;
schema:supersededBy okh:openSCAD ;
owl:sameAs okh:openSCAD ;
.
okh:unit
a owl:DatatypeProperty ;
rdfs:label "unit" ;
rdfs:comment "mm, cm, m, g, kg" ;
vs:term_status "unstable" ;
schema:domainIncludes
okh:Mass,
okh:OuterDimensions ;
.
okh:value
a owl:DatatypeProperty ;
rdfs:label "value" ;
vs:term_status "unstable" ;
schema:domainIncludes okh:Mass ;
.
okh:smallestToleranceClass
a owl:ObjectProperty ;
rdfs:label "smallest tolerance class (following ISO 286)" ;
# fixme rdfs:subPropertyOf ;
rdfs:subPropertyOf okh:productionMetadata ;
vs:term_status "unstable" ;
schema:domainIncludes okh:Part ;
.
okh:hasManifestFile
a owl:ObjectProperty ;
rdfs:label "has manifest file" ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:ManifestFile ;
schema:domainIncludes
okh:Module,
okh:Part ;
.
okh:doi
a owl:DatatypeProperty ;
rdfs:label "DOI"@en ;
rdfs:comment "this publication has a digital object identifier (DOI)"@en ;
schema:domainIncludes okh:Publication ;
rdfs:subPropertyOf npg:doi ;
vs:term_status "unstable" ;
.
okh:relativePath
a owl:ObjectProperty ;
rdfs:label "Project-/Repo-relative file path, directly starting with the first path element, *NOT* with '/' or './'" ;
rdfs:subPropertyOf schema:url ;
vs:term_status "unstable" ;
schema:domainIncludes okh:File ;
# NOTE Looked for HOURS to find a file-path, file-location, ... anything like that in tthe RDF world, suitable for relative paths, and there seems to be none!
# Closest thing was this: <https://www.semanticdesktop.org/ontologies/2007/03/22/nfo/#fileUrl>,
# which links to this: <https://commons.apache.org/proper/commons-vfs/filesystems.html#Local_Files>,
# which does not allow for relative paths, only for absolute ones.
# (Searched with <https://lov.linkeddata.es/dataset/lov/terms>)
schema:rangeIncludes xsd:string ;
.
okh:url
a owl:ObjectProperty ;
rdfs:label "file URL"@en ;
rdfs:comment "Global file locator, using either the HTTP or the HTTPS protocol."@en ;
rdfs:subPropertyOf schema:url ;
vs:term_status "unstable" ;
schema:domainIncludes okh:File ;
.
okh:fileUrl
a owl:ObjectProperty ;
rdfs:label "file URL" ;
rdfs:subPropertyOf schema:url ;
schema:domainIncludes okh:File ;
vs:term_status "deprecated" ;
owl:deprecated "true"^^xsd:boolean ;
cc:deprecatedOn "2023-07-11"^^xsd:date ;
schema:supersededBy okh:url ;
.
okh:permaURL
a owl:ObjectProperty ;
rdfs:label "Permanent file URL - It was not 'permanent', but rather 'frozen in time', and it was alsoThis was used in the karwler, but badly. Things simply should not be done that way, but rather with a separate manifest file, where either everything is frozen, or nothing is, and the manifest file (internally) itsself being marked accordingly." ;
schema:domainIncludes okh:File ;
vs:term_status "deprecated" ;
owl:deprecated "true"^^xsd:boolean ;
cc:deprecatedOn "2023-07-11"^^xsd:date ;
.
okh:fileFormat
a owl:ObjectProperty ;
rdfs:label "file format" ;
rdfs:subPropertyOf schema:encodingFormat ;
vs:term_status "unstable" ;
schema:domainIncludes okh:File ;
.
okh:timestamp
a owl:ObjectProperty ;
rdfs:label "timestamp" ;
rdfs:comment "following ISO 8601; see: <https://www.w3.org/TR/xmlschema11-2/#dateTimeStamp>" ;
vs:term_status "unstable" ;
schema:domainIncludes okh:Module ;
schema:rangeIncludes xsd:dateTimeStamp ;
.
okh:source
a owl:ObjectProperty ;
rdfs:label "source file" ;
rdfs:comment "relative link to a source file" ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:SourceFile ;
schema:domainIncludes
okh:Module,
okh:Part ;
.
okh:export
a owl:ObjectProperty ;
rdfs:label "exported source file" ;
rdfs:comment "URL to a (generated) exported source file" ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:ExportFile ;
schema:domainIncludes
okh:Module,
okh:Part ;
.
okh:auxiliary
a owl:ObjectProperty ;
rdfs:label "has auxiliary file" ;
rdfs:comment "reference to an auxiliary file" ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:AuxiliaryFile ;
schema:domainIncludes
okh:Module,
okh:Part ;
.
okh:hasUserManual
a owl:ObjectProperty ;
rdfs:label "has User Manual" ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:UserManual ;
schema:domainIncludes okh:Module ;
.
okh:hasManufacturingInstructions
a owl:ObjectProperty ;
rdfs:label "has Manufacturing Instructions" ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:ManufacturingInstructions ;
schema:domainIncludes
okh:Module,
okh:Part ;
.
okh:tsdc
a owl:ObjectProperty ;
rdfs:label "TsDC" ;
rdfs:comment "Applicable Technology-specific Documentation Criteria, according to DIN SPEC 3105-1, e.g. `tsdc:3DP`" ;
vs:term_status "unstable" ;
schema:rangeIncludes tsdc:OHTsDC ;
schema:domainIncludes okh:Component ;
.
okh:relatedTsdc
vs:term_status "deprecated" ;
owl:deprecated "true"^^xsd:boolean ;
cc:deprecatedOn "2023-07-10"^^xsd:date ;
schema:supersededBy okh:tsdc ;
owl:sameAs okh:tsdc ;
.
# source, export
okh:hasSoftware
a owl:ObjectProperty ;
rdfs:label "has Software" ;
vs:term_status "unstable" ;
schema:rangeIncludes okh:Software ;
schema:domainIncludes okh:Module ;
.
okh:release
a owl:DatatypeProperty ;
rdfs:label "release" ;
rdfs:comment "URL to release" ;
# rdfs:subPropertyOf schema:url ;
vs:term_status "unstable" ;
schema:domainIncludes
okh:Module,
okh:Software ;
.
okh:installationGuide
a owl:DatatypeProperty ;
rdfs:label "Installation Guide" ;
# rdfs:subPropertyOf schema:url ;
vs:term_status "unstable" ;
schema:domainIncludes okh:Software ;
.
### ----- source/export subproperties -----
### (from TsDC)
#
#okh:rationale
# a owl:ObjectProperty ;
# rdfs:label "rationale" ;
# vs:term_status "unstable" ;
# schema:rangeIncludes
# okh:export,
# okh:source ;
# schema:domainIncludes okh:Component ;
# .
#
#okh:design
# a owl:ObjectProperty ;
# rdfs:label "design file" ;
# vs:term_status "unstable" ;
# schema:rangeIncludes
# okh:export,
# okh:source ;
# schema:domainIncludes
# okh:Module,
# okh:Part ;
# .