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
<http://purl.org/dc/elements/1.1/abstract> "An ontology for describing software and their links to inputs, outputs and variables. The ontology extends schema.org and codemeta vocabularies. This version does not have mappings to external ontologies"@en ;
rdfs:comment "An ontology for describing software and their links to inputs, outputs and variables. The ontology extends schema.org and codemeta vocabularies. This version does not have mappings to external ontologies"@en ;
rdfs:comment "Property to identify the original source of the information of the annotated resource. It could be a web page, an organization, a person, some experiment notes, etc."@en ,
147
-
"had primary source"@en .
150
+
rdfs:comment "Property to identify the original source of the information of the annotated resource. It could be a web page, an organization, a person, some experiment notes, etc."@en ;
rdfs:comment "Property designed to link a software component with its corresponding versions"@en ;
319
328
rdfs:label "has software version"@en .
320
329
321
330
331
+
### https://w3id.org/okn/o/sd#isTransformedFrom
332
+
:isTransformedFrom rdf:type owl:ObjectProperty ;
333
+
rdfs:domain :DatasetSpecification ;
334
+
rdfs:range :DatasetSpecification ;
335
+
rdfs:comment "Property that links a dataset specification from a model configuration or setup to the output from a target data transformation. This occurs when a data transformation produces several outputs, but only one of them is the one needed for a model"@en ;
336
+
rdfs:label "is transformed from"@en .
337
+
338
+
322
339
### https://w3id.org/okn/o/sd#logo
323
340
:logo rdf:type owl:ObjectProperty ;
324
341
rdfs:domain :Software ;
325
-
rdfs:range :Image .
342
+
rdfs:range :Image ;
343
+
rdfs:comment "Property that links to the image used as logo for a software component"@en ;
rdfs:comment "Property that links a setup to a previous version of that setup. This property is needed (for example) when creating snapshots of setups."@en ;
rdfs:comment "Software requirements needed to install a software component"@en ;
907
947
rdfs:label "software requirements"@en .
908
948
909
949
950
+
### https://w3id.org/okn/o/sd#status
951
+
:status rdf:type owl:DatatypeProperty ;
952
+
rdfs:domain :ConfigurationSetup ;
953
+
rdfs:range xsd:string ;
954
+
rdfs:comment "Data property to indicate the status of a configuration setups. For example, to indicate that a setup has been executed in a platform, that the setup should notbe shown to users (it's an auxiliary setup), etc."@en ;
955
+
rdfs:label "status"@en .
956
+
957
+
910
958
### https://w3id.org/okn/o/sd#supportDetails
911
959
:supportDetails rdf:type owl:DatatypeProperty ;
912
960
rdfs:domain :Software ;
@@ -918,7 +966,8 @@ In this case the property would capture this as follows:
918
966
### https://w3id.org/okn/o/sd#tag
919
967
:tag rdf:type owl:DatatypeProperty ;
920
968
rdfs:domain [ rdf:type owl:Class ;
921
-
owl:unionOf ( :SoftwareConfiguration
969
+
owl:unionOf ( :ConfigurationSetup
970
+
:SoftwareConfiguration
922
971
:SoftwareVersion
923
972
)
924
973
] ;
@@ -962,8 +1011,15 @@ In this case the property would capture this as follows:
rdfs:comment "Class to identify that a parameter is a catalog identifier. The rationale for this type of parameter is that in some cases datasets may be downloaded in the software component itself, rather than exposed as an input"@en ;
1021
+
rdfs:label "Catalog identifier"@en .
1022
+
967
1023
968
1024
### https://w3id.org/okn/o/sd#ConfigurationSetup
969
1025
:ConfigurationSetup rdf:type owl:Class ;
@@ -1052,6 +1108,7 @@ In this case the property would capture this as follows:
1052
1108
1053
1109
### https://w3id.org/okn/o/sd#Software
1054
1110
:Software rdf:type owl:Class ;
1111
+
rdfs:comment "The set of instructions that indicate a machine how to work. In this ontology software is a general concept which acts as a superclass for software versions, docker images, data transformations, etc."@en ;
0 commit comments