You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-
1042
918
okh:smallestToleranceClass
1043
919
a owl:ObjectProperty ;
1044
920
a skos:Concept ;
@@ -1104,27 +980,6 @@ okh:url # TODO Use with okh:HttpUrl as range, and remove "rdfs:subPropertyOf sch
1104
980
okhmeta:hasMetaTag okhmeta:DataTag ;
1105
981
.
1106
982
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
-
1128
983
okh:fileFormat
1129
984
a owl:ObjectProperty ;
1130
985
a skos:Concept ;
@@ -1261,15 +1116,6 @@ okh:tsdc
1261
1116
okhmeta:hasMetaTag okhmeta:ExtendedInfoTag ;
1262
1117
.
1263
1118
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
-
1273
1119
okh:hasSoftware
1274
1120
a owl:ObjectProperty ;
1275
1121
a skos:Concept ;
@@ -1291,15 +1137,3 @@ okh:release
1291
1137
schema:rangeIncludes okh:HttpUrl ;
1292
1138
.
1293
1139
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 ;
0 commit comments