Skip to content

Commit 16e465c

Browse files
committed
ont: Moves deprecated terms to a separate file (okh_deprecated.ttl)
1 parent dcc56f0 commit 16e465c

File tree

2 files changed

+180
-166
lines changed

2 files changed

+180
-166
lines changed

src/spec/okh.ttl

Lines changed: 0 additions & 166 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,6 @@ okh:DataSourcingProcedure
159159
vs:term_status "unstable" ;
160160
.
161161

162-
okh:Reference
163-
a owl:Class ;
164-
rdfs:label "unambiguous reference"@en ;
165-
vs:term_status "deprecated" ;
166-
owl:deprecated "true"^^xsd:boolean ;
167-
cc:deprecatedOn "2024-12-15"^^xsd:date ;
168-
.
169-
170162
okh:Publication
171163
a owl:Class ;
172164
a skos:Concept ;
@@ -200,17 +192,6 @@ okh:HttpUrl
200192
vs:term_status "unstable" ;
201193
.
202194

203-
okh:FileUrl
204-
a owl:Class ;
205-
rdfs:label "permanent URL to file"@en ;
206-
rdfs:subClassOf okh:ComponentReference ;
207-
rdfs:subClassOf schema:URL ;
208-
vs:term_status "deprecated" ;
209-
owl:deprecated "true"^^xsd:boolean ;
210-
cc:deprecatedOn "2023-07-11"^^xsd:date ;
211-
schema:supersededBy okh:File ;
212-
.
213-
214195
okh:File
215196
a owl:Class ;
216197
#rdfs:subClassOf schema:DigitalDocument ; commented out, because this does not include images, for example
@@ -261,34 +242,6 @@ can be packed into storage space of known dimensions.'''@en ;
261242
okhmeta:hasMetaTag okhmeta:TransportationTag ;
262243
.
263244

264-
okh:Mass
265-
a owl:Class ;
266-
a skos:Concept ;
267-
rdfs:label "mass"@en ;
268-
rdfs:comment "… of a module or a part"@en ;
269-
vs:term_status "deprecated" ;
270-
owl:deprecated "true"^^xsd:boolean ;
271-
cc:deprecatedOn "2024-06-16"^^xsd:date ;
272-
okhmeta:hasMetaTag okhmeta:PhysicalTag ;
273-
okhmeta:hasMetaTag okhmeta:TransportationTag ;
274-
.
275-
276-
okh:ComponentReference
277-
a owl:Class ;
278-
a skos:Concept ;
279-
rdfs:subClassOf okh:Reference ;
280-
rdfs:label "component reference"@en ;
281-
rdfs:comment '''others shall be able to identify/procure this component only by the given reference(s),
282-
MOSH → URL to corresponding release
283-
POSH → URL to containing folder
284-
STD → standard designation (preferably naming the _latest_ standard)
285-
BUY → unambiguous reference'''@en ;
286-
vs:term_status "deprecated" ;
287-
owl:deprecated "true"^^xsd:boolean ;
288-
cc:deprecatedOn "2023-08-19"^^xsd:date ;
289-
okhmeta:hasMetaTag okhmeta:PartsTag ;
290-
.
291-
292245
okh:TimeStamp # TODO Check
293246
a rdfs:Datatype ;
294247
owl:onDatatype xsd:dateTimeStamp ;
@@ -623,38 +576,6 @@ just in a different format."""@en ;
623576
okhmeta:hasMetaTag okhmeta:LegalTag ;
624577
.
625578

626-
okh:spdxLicense
627-
a owl:ObjectProperty ;
628-
a skos:Concept ;
629-
rdfs:label "SPDX license identifier"@en ;
630-
rdfs:comment "view complete list under https://spdx.org/licenses/"@en ;
631-
# rdfs:subPropertyOf doap:license ;
632-
skos:closeMatch schema:license ;
633-
vs:term_status "deprecated" ;
634-
owl:deprecated "true"^^xsd:boolean ;
635-
cc:deprecatedOn "2024-06-25"^^xsd:date ;
636-
schema:supersededBy okh:license ;
637-
schema:domainIncludes okh:Module ;
638-
schema:rangeIncludes spdx:ListedLicense ; # aka SPDX license identifier for a single, atomar license
639-
okhmeta:hasMetaTag okhmeta:LegalTag ;
640-
.
641-
642-
okh:alternativeLicense
643-
a owl:ObjectProperty ;
644-
a skos:Concept ;
645-
rdfs:label "non-SPDX license"@en ;
646-
rdfs:comment "URL to legal code of a license without SPDX identifier, hence OSHWA-compliance is to be checked manually"@en ;
647-
skos:closeMatch schema:license ;
648-
vs:term_status "deprecated" ;
649-
owl:deprecated "true"^^xsd:boolean ;
650-
cc:deprecatedOn "2024-06-25"^^xsd:date ;
651-
schema:supersededBy okh:license ;
652-
schema:domainIncludes okh:Module ;
653-
schema:rangeIncludes okh:File ;
654-
owl:cardinality 1 ;
655-
okhmeta:hasMetaTag okhmeta:LegalTag ;
656-
.
657-
658579
# okh:contributorCount
659580
# a owl:DatatypeProperty ;
660581
# a skos:Concept ;
@@ -949,27 +870,6 @@ okh:hasMass
949870
okhmeta:hasMetaTag okhmeta:PhysicalTag ;
950871
.
951872

952-
okh:openSCAD
953-
a owl:DatatypeProperty ;
954-
rdfs:label "OpenSCAD code defining a shape"@en ;
955-
vs:term_status "deprecated" ;
956-
owl:deprecated "true"^^xsd:boolean ;
957-
cc:deprecatedOn "2024-06-16"^^xsd:date ;
958-
schema:supersededBy okh:width, okh:depth, okh:height;
959-
schema:domainIncludes okh:Dimensions ;
960-
schema:rangeIncludes xsd:string ;
961-
.
962-
963-
okh:openScad
964-
a owl:DatatypeProperty ;
965-
rdfs:label "OpenSCAD volume"@en ;
966-
vs:term_status "deprecated" ;
967-
owl:deprecated "true"^^xsd:boolean ;
968-
cc:deprecatedOn "2023-07-06"^^xsd:date ;
969-
schema:supersededBy okh:openSCAD ;
970-
owl:sameAs okh:openSCAD ;
971-
.
972-
973873
okh:width
974874
a owl:DatatypeProperty ;
975875
a skos:Concept ;
@@ -1015,30 +915,6 @@ okh:height
1015915
okhmeta:hasMetaTag okhmeta:PhysicalTag ;
1016916
.
1017917

1018-
okh:unit
1019-
a owl:DatatypeProperty ;
1020-
rdfs:label "unit"@en ;
1021-
rdfs:comment "mm, cm, m, g, kg"@en ;
1022-
rdfs:comment "the unit of measurement associated with a property (additionally required okh:value)"@en ;
1023-
vs:term_status "deprecated" ;
1024-
owl:deprecated "true"^^xsd:boolean ;
1025-
cc:deprecatedOn "2024-06-16"^^xsd:date ;
1026-
schema:domainIncludes
1027-
okh:Mass,
1028-
okh:Dimensions ;
1029-
.
1030-
1031-
okh:value
1032-
a owl:DatatypeProperty ;
1033-
rdfs:label "value"@en ;
1034-
rdfs:comment "the numerical value associated with a property (additionally required okh:unit)"@en ;
1035-
vs:term_status "deprecated" ;
1036-
owl:deprecated "true"^^xsd:boolean ;
1037-
cc:deprecatedOn "2024-06-16"^^xsd:date ;
1038-
schema:supersededBy okh:hasMass;
1039-
schema:domainIncludes okh:Mass ;
1040-
.
1041-
1042918
okh:smallestToleranceClass
1043919
a owl:ObjectProperty ;
1044920
a skos:Concept ;
@@ -1104,27 +980,6 @@ okh:url # TODO Use with okh:HttpUrl as range, and remove "rdfs:subPropertyOf sch
1104980
okhmeta:hasMetaTag okhmeta:DataTag ;
1105981
.
1106982

1107-
okh:fileUrl
1108-
a owl:ObjectProperty ;
1109-
rdfs:label "file URL"@en ;
1110-
rdfs:subPropertyOf schema:url ;
1111-
schema:domainIncludes okh:File ;
1112-
vs:term_status "deprecated" ;
1113-
owl:deprecated "true"^^xsd:boolean ;
1114-
cc:deprecatedOn "2023-07-11"^^xsd:date ;
1115-
schema:supersededBy okh:url ;
1116-
.
1117-
1118-
okh:permaURL
1119-
a owl:ObjectProperty ;
1120-
rdfs:label "Permanent file URL"@en ;
1121-
rdfs:comment "It was not 'permanent', but rather 'frozen in time', and it was also used in the Krawler, 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) itself being marked accordingly."@en ;
1122-
schema:domainIncludes okh:File ;
1123-
vs:term_status "deprecated" ;
1124-
owl:deprecated "true"^^xsd:boolean ;
1125-
cc:deprecatedOn "2023-07-11"^^xsd:date ;
1126-
.
1127-
1128983
okh:fileFormat
1129984
a owl:ObjectProperty ;
1130985
a skos:Concept ;
@@ -1261,15 +1116,6 @@ okh:tsdc
12611116
okhmeta:hasMetaTag okhmeta:ExtendedInfoTag ;
12621117
.
12631118

1264-
okh:relatedTsdc
1265-
a owl:ObjectProperty ;
1266-
vs:term_status "deprecated" ;
1267-
owl:deprecated "true"^^xsd:boolean ;
1268-
cc:deprecatedOn "2023-07-10"^^xsd:date ;
1269-
schema:supersededBy okh:tsdc ;
1270-
owl:sameAs okh:tsdc ;
1271-
.
1272-
12731119
okh:hasSoftware
12741120
a owl:ObjectProperty ;
12751121
a skos:Concept ;
@@ -1291,15 +1137,3 @@ okh:release
12911137
schema:rangeIncludes okh:HttpUrl ;
12921138
.
12931139

1294-
okh:installationGuide
1295-
a owl:DatatypeProperty ;
1296-
a skos:Concept ;
1297-
rdfs:label "installation guide"@en ;
1298-
rdfs:comment "Instructions for how to install the subject-software"@en ;
1299-
vaem:todo "TODO We should probably remove this, as this should be part of the software packages README, or be handled by some software-specific ontology instead"@en ;
1300-
# rdfs:subPropertyOf schema:url ;
1301-
vs:term_status "deprecated" ;
1302-
owl:deprecated "true"^^xsd:boolean ;
1303-
cc:deprecatedOn "2024-12-15"^^xsd:date ;
1304-
schema:domainIncludes okh:Software ;
1305-
.

0 commit comments

Comments
 (0)