-
Notifications
You must be signed in to change notification settings - Fork 0
/
ontology_merged.rdf
1123 lines (735 loc) · 52.4 KB
/
ontology_merged.rdf
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
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.semanticweb.org/bsteenwi/ontologies/2024/5/untitled-ontology-67#"
xml:base="http://www.semanticweb.org/bsteenwi/ontologies/2024/5/untitled-ontology-67"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ex="http://example.com/"
xmlns:ns="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:swrla="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:schema="http://schema.org/"
xmlns:example="http://example.com//"
xmlns:ontology="https://w3id.org/function/ontology#">
<owl:Ontology rdf:about="http://www.semanticweb.org/bsteenwi/ontologies/2024/5/untitled-ontology-67">
<dc:description xml:lang="en">The Function Ontology Composition vocabulary specifies terms allowing function composition and partial application. The specification is online at https://w3id.org/function/spec</dc:description>
<dc:description xml:lang="en">The Function Ontology allows to declare and describe functions. The specification is online at https://w3id.org/function/spec. Copyright © Ghent University – imec – IDLab.</dc:description>
<dc:rights xml:lang="en">Copyright © Ghent University – imec – IDLab</dc:rights>
<dc:source rdf:resource="https://w3id.org/function/spec"/>
<dc:title xml:lang="en">The Function Ontology</dc:title>
<dc:title xml:lang="en">The Function Ontology - Composition vocabulary</dc:title>
<terms:bibliographicCitation>De Meester, B.; Seymoens, T.; Dimou, A. & Verborgh, R. Implementation-independent Function Reuse. Future Generation Computer Systems, Elsevier BV, 2020, 110, 946-959 </terms:bibliographicCitation>
<terms:contributor rdf:resource="http://maxime-lefrancois.info/me#"/>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2016-03-08</terms:created>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-07-15</terms:created>
<terms:creator rdf:resource="https://ben.de-meester.org/#me"/>
<terms:creator rdf:resource="https://natadimou.com/#me"/>
<terms:creator>Florian Kleedorfer</terms:creator>
<terms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2016-03-08</terms:issued>
<terms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-07-15</terms:issued>
<terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-12-22</terms:modified>
<terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-07-15</terms:modified>
<terms:publisher rdf:resource="https://ben.de-meester.org/#me"/>
<bibo:doi>10.5281/zenodo.595382</bibo:doi>
<bibo:status>stable</bibo:status>
<bibo:status>testing</bibo:status>
<vann:preferredNamespacePrefix>fno</vann:preferredNamespacePrefix>
<vann:preferredNamespacePrefix>fnoc</vann:preferredNamespacePrefix>
<vann:preferredNamespaceUri>https://w3id.org/function/ontology#</vann:preferredNamespaceUri>
<vann:preferredNamespaceUri>https://w3id.org/function/vocabulary/composition#</vann:preferredNamespaceUri>
<schema:license rdf:resource="http://creativecommons.org/license/by/3.0/"/>
<rdfs:comment xml:lang="en">
- Version 0.1.0: creation.</rdfs:comment>
<rdfs:label xml:lang="en">The Function Ontology</rdfs:label>
<rdfs:label xml:lang="en">The Function Ontology - Composition vocabulary</rdfs:label>
<rdfs:seeAlso rdf:resource="https://w3id.org/function/spec"/>
<owl:backwardCompatibleWith rdf:resource="https://w3id.org/function/ontology/0.6.0"/>
<owl:backwardCompatibleWith rdf:resource="https://w3id.org/function/vocabulary/composition/0.1.0"/>
<owl:incompatibleWith rdf:resource="https://w3id.org/function/ontology/0.1"/>
<owl:incompatibleWith rdf:resource="https://w3id.org/function/ontology/0.2"/>
<owl:incompatibleWith rdf:resource="https://w3id.org/function/ontology/0.3"/>
<owl:incompatibleWith rdf:resource="https://w3id.org/function/ontology/0.4"/>
<owl:incompatibleWith rdf:resource="https://w3id.org/function/ontology/0.4.1"/>
<owl:incompatibleWith rdf:resource="https://w3id.org/function/ontology/0.5.0"/>
<owl:incompatibleWith rdf:resource="https://w3id.org/function/ontology/0.5.1"/>
<owl:priorVersion rdf:resource="https://w3id.org/function/ontology/0.6.0"/>
<owl:priorVersion rdf:resource="https://w3id.org/function/vocabulary/composition/0.1.0"/>
<owl:versionInfo>0.1.0</owl:versionInfo>
<owl:versionInfo>1.0.0</owl:versionInfo>
<foaf:depiction rdf:resource="https://w3id.org/function/spec/resources/images/fno-full.png"/>
<foaf:logo rdf:resource="https://w3id.org/function/img/fno_favicon.png"/>
<foaf:primaryTopic rdf:resource="https://w3id.org/function/ontology"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://example.com//DASE_RULE -->
<owl:AnnotationProperty rdf:about="http://example.com//DASE_RULE"/>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
<!-- http://purl.org/dc/elements/1.1/rights -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/rights"/>
<!-- http://purl.org/dc/elements/1.1/source -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/source"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
<!-- http://purl.org/dc/terms/bibliographicCitation -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/bibliographicCitation"/>
<!-- http://purl.org/dc/terms/contributor -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>
<!-- http://purl.org/dc/terms/created -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/created"/>
<!-- http://purl.org/dc/terms/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/dc/terms/issued -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/issued"/>
<!-- http://purl.org/dc/terms/modified -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/modified"/>
<!-- http://purl.org/dc/terms/publisher -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/publisher"/>
<!-- http://purl.org/ontology/bibo/doi -->
<owl:AnnotationProperty rdf:about="http://purl.org/ontology/bibo/doi"/>
<!-- http://purl.org/ontology/bibo/status -->
<owl:AnnotationProperty rdf:about="http://purl.org/ontology/bibo/status"/>
<!-- http://purl.org/vocab/vann/example -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/example"/>
<!-- http://purl.org/vocab/vann/preferredNamespacePrefix -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
<!-- http://purl.org/vocab/vann/preferredNamespaceUri -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri"/>
<!-- http://schema.org/license -->
<owl:AnnotationProperty rdf:about="http://schema.org/license"/>
<!-- http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled -->
<owl:AnnotationProperty rdf:about="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#isRuleEnabled"/>
<!-- http://www.w3.org/2003/06/sw-vocab-status/ns#term_status -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
<!-- http://www.w3.org/2004/02/skos/core#note -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#note"/>
<!-- http://xmlns.com/foaf/0.1/depiction -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/depiction"/>
<!-- http://xmlns.com/foaf/0.1/logo -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/logo"/>
<!-- http://xmlns.com/foaf/0.1/mbox -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/mbox"/>
<!-- http://xmlns.com/foaf/0.1/name -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/name"/>
<!-- http://xmlns.com/foaf/0.1/primaryTopic -->
<owl:AnnotationProperty rdf:about="http://xmlns.com/foaf/0.1/primaryTopic"/>
<!-- https://w3id.org/function/ontology#name -->
<owl:AnnotationProperty rdf:about="https://w3id.org/function/ontology#name">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/2001/XMLSchema#date -->
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#date"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://example.com/isData -->
<owl:ObjectProperty rdf:about="http://example.com/isData"/>
<!-- http://example.com/isExtractor -->
<owl:ObjectProperty rdf:about="http://example.com/isExtractor"/>
<!-- http://example.com/isModel -->
<owl:ObjectProperty rdf:about="http://example.com/isModel"/>
<!-- http://example.com/usesData -->
<owl:ObjectProperty rdf:about="http://example.com/usesData">
<rdfs:domain rdf:resource="http://example.com/FeatureTransformer"/>
<rdfs:range rdf:resource="http://example.com/DataLoader"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://example.com/isExtractor"/>
<rdf:Description rdf:about="https://w3id.org/function/ontology#expects"/>
<rdf:Description>
<owl:inverseOf rdf:resource="https://w3id.org/function/ontology#returns"/>
</rdf:Description>
<rdf:Description rdf:about="http://example.com/isData"/>
</owl:propertyChainAxiom>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://example.com/isModel"/>
<rdf:Description rdf:about="https://w3id.org/function/ontology#expects"/>
<rdf:Description>
<owl:inverseOf rdf:resource="https://w3id.org/function/ontology#returns"/>
</rdf:Description>
<rdf:Description rdf:about="http://example.com/isData"/>
</owl:propertyChainAxiom>
</owl:ObjectProperty>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://example.com/usesData"/>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2002/07/owl#propertyChainAxiom"/>
<owl:annotatedTarget rdf:parseType="Collection">
<rdf:Description rdf:about="http://example.com/isExtractor"/>
<rdf:Description rdf:about="https://w3id.org/function/ontology#expects"/>
<rdf:Description>
<owl:inverseOf rdf:resource="https://w3id.org/function/ontology#returns"/>
</rdf:Description>
<rdf:Description rdf:about="http://example.com/isData"/>
</owl:annotatedTarget>
<example:DASE_RULE>R1___extractor(?x) ^ data(?y) ^ expectInput(?x, ?z) ^ expectOutput(?y, ?z) -> usesData(?x, ?y)______http://www.semanticweb.org/bsteenwi/ontologies/2024/4/untitled-ontology-61/freshObjectProperty2___http://www.semanticweb.org/bsteenwi/ontologies/2024/4/untitled-ontology-61/freshObjectProperty1</example:DASE_RULE>
</owl:Axiom>
<!-- http://example.com/usesExtractor -->
<owl:ObjectProperty rdf:about="http://example.com/usesExtractor">
<rdfs:range rdf:resource="http://example.com/FeatureTransformer"/>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://example.com/isExtractor"/>
<rdf:Description rdf:about="https://w3id.org/function/ontology#expects"/>
<rdf:Description>
<owl:inverseOf rdf:resource="https://w3id.org/function/ontology#returns"/>
</rdf:Description>
<rdf:Description rdf:about="http://example.com/isExtractor"/>
</owl:propertyChainAxiom>
<owl:propertyChainAxiom rdf:parseType="Collection">
<rdf:Description rdf:about="http://example.com/isModel"/>
<rdf:Description rdf:about="https://w3id.org/function/ontology#expects"/>
<rdf:Description>
<owl:inverseOf rdf:resource="https://w3id.org/function/ontology#returns"/>
</rdf:Description>
<rdf:Description rdf:about="http://example.com/isExtractor"/>
</owl:propertyChainAxiom>
</owl:ObjectProperty>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://example.com/usesExtractor"/>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2002/07/owl#propertyChainAxiom"/>
<owl:annotatedTarget rdf:parseType="Collection">
<rdf:Description rdf:about="http://example.com/isModel"/>
<rdf:Description rdf:about="https://w3id.org/function/ontology#expects"/>
<rdf:Description>
<owl:inverseOf rdf:resource="https://w3id.org/function/ontology#returns"/>
</rdf:Description>
<rdf:Description rdf:about="http://example.com/isExtractor"/>
</owl:annotatedTarget>
<example:DASE_RULE>R2___model(?x) ^ extractor(?y) ^ expectInput(?x,?f) ^ expectOutput(?y,?f) -> usesExtractor(?x,?y)______http://www.semanticweb.org/bsteenwi/ontologies/2024/4/untitled-ontology-61/freshObjectProperty2___http://www.semanticweb.org/bsteenwi/ontologies/2024/4/untitled-ontology-61/freshObjectProperty1</example:DASE_RULE>
</owl:Axiom>
<!-- https://w3id.org/function/ontology#executes -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#executes">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Execution"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#Function"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-execution"/>
<rdfs:comment xml:lang="en">Connects a function to an execution definition</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">executes</rdfs:label>
<ns:term_status>stable</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/ontology#expects -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#expects">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Function"/>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-parameter"/>
<rdfs:comment xml:lang="en">Connects a function description to an ordered list of zero or more parameter descriptions</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">expects</rdfs:label>
<ns:term_status>stable</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/ontology#function -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#function">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Mapping"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#Function"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fno-Mapping"/>
<rdfs:comment xml:lang="en">Connects a function to a mapping definition</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">function</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/ontology#implementation -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#implementation">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Mapping"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#Implementation"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fno-Mapping"/>
<rdfs:comment xml:lang="en">Connects an implementation to a mapping definition</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">implementation</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/ontology#implements -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#implements">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Function"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#Algorithm"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-algorithm"/>
<rdfs:comment xml:lang="en">Connects a function to an algorithm it implements. A function can implement 0..n algorithms.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">implements</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/ontology#methodMapping -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#methodMapping">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Mapping"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#MethodMapping"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fno-MethodMapping"/>
<rdfs:comment xml:lang="en">Connects a method mapping to a mapping definition</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">method mapping</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/ontology#parameterMapping -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#parameterMapping">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Mapping"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#ParameterMapping"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fno-ParameterMapping"/>
<rdfs:comment xml:lang="en">Connects a parameter mapping to a mapping definition</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">parameter mapping</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/ontology#predicate -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#predicate">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Parameter"/>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-parameter"/>
<rdfs:comment xml:lang="en">Connects a parameter description to the predicate used to link executions of this function to their parameter.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">predicate</rdfs:label>
<ns:term_status>stable</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/ontology#returnMapping -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#returnMapping">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Mapping"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#ReturnMapping"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fno-ReturnMapping"/>
<rdfs:comment xml:lang="en">Connects a return mapping to a mapping definition</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">return mapping</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/ontology#returns -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#returns">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Function"/>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-output"/>
<rdfs:comment xml:lang="en">Connects a description of a function to the description of the output</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">returns</rdfs:label>
<ns:term_status>stable</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/ontology#solves -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#solves">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Function"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#Problem"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-problem"/>
<rdfs:comment xml:lang="en">Connects a description of a function to the description of a problem it tries to solve.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">solves</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/ontology#type -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#type">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Parameter"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-parameter"/>
<rdfs:comment xml:lang="en">Connects an output or a parameter description to the type of instances of these parameters or outputs.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">type</rdfs:label>
<ns:term_status>stable</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/ontology#uses -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/ontology#uses">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Execution"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#Mapping"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fno-uses"/>
<rdfs:comment xml:lang="en">Connects an execution to a mapping definition</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">uses</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/vocabulary/composition#applies -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/vocabulary/composition#applies">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Function"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#Function"/>
<rdfs:comment xml:lang="en">Indicates that the [fno:Function] in the subject is a distinct application of the function in the
object of the triple. The distinct application has the same properties as the original. This construction allows
for making assertions about different applications of the same function.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">applies</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/vocabulary/composition#boundParameter -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/vocabulary/composition#boundParameter">
<rdfs:domain rdf:resource="https://w3id.org/function/vocabulary/composition#ParameterBinding"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#Parameter"/>
<rdfs:comment xml:lang="en">Specifies the [:Parameter] of a [:ParameterBinding].</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">:boundParameter</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/vocabulary/composition#boundToTerm -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/vocabulary/composition#boundToTerm">
<rdfs:domain rdf:resource="https://w3id.org/function/vocabulary/composition#ParameterBinding"/>
<rdfs:comment xml:lang="en">Specifies the constant value of a [:ParameterBinding], which can be any RDF term.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">:boundToTerm</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/vocabulary/composition#composedOf -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/vocabulary/composition#composedOf">
<rdfs:domain rdf:resource="https://w3id.org/function/vocabulary/composition#Composition"/>
<rdfs:range rdf:resource="https://w3id.org/function/vocabulary/composition#CompositionMapping"/>
<rdfs:comment xml:lang="en">Connects a [:Composition] with the [:CompositionMapping]s that define it.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">composedOf</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/vocabulary/composition#constituentFunction -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/vocabulary/composition#constituentFunction">
<rdfs:domain rdf:resource="https://w3id.org/function/vocabulary/composition#CompositionMappingEndpoint"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#Function"/>
<rdfs:comment xml:lang="en">Defines </rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">constituentFunction</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/vocabulary/composition#functionOutput -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/vocabulary/composition#functionOutput">
<rdfs:domain rdf:resource="https://w3id.org/function/vocabulary/composition#CompositionMappingEndpoint"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#Output"/>
<rdfs:comment xml:lang="en">References the [fno:Output] of a [fno:Function] as the `source` or the `target` of a [fno:CompositionMapping].</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">functionOutput</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/vocabulary/composition#functionParameter -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/vocabulary/composition#functionParameter">
<rdfs:domain rdf:resource="https://w3id.org/function/vocabulary/composition#CompositionMappingEndpoint"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#Parameter"/>
<rdfs:comment xml:lang="en">References the [fno:Parameter] of a [fno:Function] as the `source` or the `target` of a [fno:CompositionMapping].</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">functionParameter</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/vocabulary/composition#mapFrom -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/vocabulary/composition#mapFrom">
<rdfs:domain rdf:resource="https://w3id.org/function/vocabulary/composition#CompositionMapping"/>
<rdfs:range rdf:resource="https://w3id.org/function/vocabulary/composition#CompositionMappingEndpoint"/>
<rdfs:comment xml:lang="en">Links a [:CompopsitionMapping] to its `source` [:CompositionMappingEndpoint]</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">mapFrom</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/vocabulary/composition#mapFromTerm -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/vocabulary/composition#mapFromTerm">
<rdfs:domain rdf:resource="https://w3id.org/function/vocabulary/composition#CompositionMapping"/>
<rdfs:comment xml:lang="en">Defines a constant term (literal or resource) as the `source` endpoint of a [:CompositionMapping].</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">mapFromTerm</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/vocabulary/composition#mapTo -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/vocabulary/composition#mapTo">
<rdfs:domain rdf:resource="https://w3id.org/function/vocabulary/composition#CompositionMapping"/>
<rdfs:range rdf:resource="https://w3id.org/function/vocabulary/composition#CompositionMappingEndpoint"/>
<rdfs:comment xml:lang="en">Links a [:CompopsitionMapping] to its `target` [:CompositionMappingEndpoint]</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">mapTo</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/vocabulary/composition#parameterBinding -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/vocabulary/composition#parameterBinding">
<rdfs:domain rdf:resource="https://w3id.org/function/vocabulary/composition#PartiallyAppliedFunction"/>
<rdfs:range rdf:resource="https://w3id.org/function/vocabulary/composition#ParameterBinding"/>
<rdfs:comment xml:lang="en">Specifies a [:ParameterBinding] of a [:PartiallyAppliedFunction].</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">::parameterBinding</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!-- https://w3id.org/function/vocabulary/composition#partiallyApplies -->
<owl:ObjectProperty rdf:about="https://w3id.org/function/vocabulary/composition#partiallyApplies">
<rdfs:domain rdf:resource="https://w3id.org/function/vocabulary/composition#PartiallyAppliedFunction"/>
<rdfs:range rdf:resource="https://w3id.org/function/ontology#Function"/>
<rdfs:comment xml:lang="en">Expresses that the [fno:Function] in the subject is a partial application of the [fno:Function] referenced by the object.
It is expected that the partial application provides a constant value for at least one of the function's [fno:Parameter]s.
If no parameter values are specified the use of [:partiallyApplies] is equivalent to [:applies].</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">partiallyApplies</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://example.com/pythonDefinition -->
<owl:DatatypeProperty rdf:about="http://example.com/pythonDefinition"/>
<!-- https://w3id.org/function/ontology#name -->
<owl:DatatypeProperty rdf:about="https://w3id.org/function/ontology#name">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Function"/>
</owl:DatatypeProperty>
<!-- https://w3id.org/function/ontology#nullable -->
<owl:DatatypeProperty rdf:about="https://w3id.org/function/ontology#nullable">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Parameter"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:comment xml:lang="en">Defines if a parameteris nullable.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">nullable</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:DatatypeProperty>
<!-- https://w3id.org/function/ontology#required -->
<owl:DatatypeProperty rdf:about="https://w3id.org/function/ontology#required">
<rdfs:domain rdf:resource="https://w3id.org/function/ontology#Parameter"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-parameter"/>
<rdfs:comment xml:lang="en">Defines if a parameter or an output is required.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">required</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://example.com/DataLoader -->
<owl:Class rdf:about="http://example.com/DataLoader">
<rdfs:subClassOf rdf:resource="https://w3id.org/function/ontology#Function"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://example.com/isData"/>
<owl:hasSelf rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:hasSelf>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- http://example.com/FeatureTransformer -->
<owl:Class rdf:about="http://example.com/FeatureTransformer">
<rdfs:subClassOf rdf:resource="https://w3id.org/function/ontology#Function"/>
<rdfs:subClassOf rdf:nodeID="genid24"/>
</owl:Class>
<owl:Restriction rdf:nodeID="genid24">
<owl:onProperty rdf:resource="http://example.com/isExtractor"/>
<owl:hasSelf rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:hasSelf>
</owl:Restriction>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://example.com/FeatureTransformer"/>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subClassOf"/>
<owl:annotatedTarget rdf:nodeID="genid24"/>
<example:DASE_RULE>R2___model(?x) ^ extractor(?y) ^ expectInput(?x,?f) ^ expectOutput(?y,?f) -> usesExtractor(?x,?y)______http://www.semanticweb.org/bsteenwi/ontologies/2024/4/untitled-ontology-61/freshObjectProperty2___http://www.semanticweb.org/bsteenwi/ontologies/2024/4/untitled-ontology-61/freshObjectProperty1</example:DASE_RULE>
</owl:Axiom>
<!-- http://example.com/ModelBuilder -->
<owl:Class rdf:about="http://example.com/ModelBuilder">
<rdfs:subClassOf rdf:resource="https://w3id.org/function/ontology#Function"/>
<rdfs:subClassOf rdf:nodeID="genid26"/>
</owl:Class>
<owl:Restriction rdf:nodeID="genid26">
<owl:onProperty rdf:resource="http://example.com/isModel"/>
<owl:hasSelf rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:hasSelf>
</owl:Restriction>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://example.com/ModelBuilder"/>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subClassOf"/>
<owl:annotatedTarget rdf:nodeID="genid26"/>
<example:DASE_RULE>R2___model(?x) ^ extractor(?y) ^ expectInput(?x,?f) ^ expectOutput(?y,?f) -> usesExtractor(?x,?y)______http://www.semanticweb.org/bsteenwi/ontologies/2024/4/untitled-ontology-61/freshObjectProperty2___http://www.semanticweb.org/bsteenwi/ontologies/2024/4/untitled-ontology-61/freshObjectProperty1</example:DASE_RULE>
</owl:Axiom>
<!-- http://purl.org/vocommons/voaf#Vocabulary -->
<owl:Class rdf:about="http://purl.org/vocommons/voaf#Vocabulary"/>
<!-- http://www.w3.org/1999/02/22-rdf-syntax-ns#List -->
<owl:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<!-- http://www.w3.org/1999/02/22-rdf-syntax-ns#Property -->
<owl:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<!-- http://xmlns.com/foaf/0.1/Person -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Person"/>
<!-- https://w3id.org/function/ontology#Algorithm -->
<owl:Class rdf:about="https://w3id.org/function/ontology#Algorithm">
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-algorithm"/>
<rdfs:comment xml:lang="en">An algorithm is a specified set of instructions, independent of its implementation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">Algorithm</rdfs:label>
<ns:term_status>testing</ns:term_status>
<skos:note xml:lang="en">A function can be implemented using a known algorithm (e.g., Dijkstra's shortest path algorithm),
or use a combination of multiple algorithms to solve a certain problem.
A function does not have to be implemented by any algorithm or have to be mapped one-on-one to an algorithm.
It is not required to have a one-to-one mapping between an algorithm and a problem.</skos:note>
</owl:Class>
<!-- https://w3id.org/function/ontology#Execution -->
<owl:Class rdf:about="https://w3id.org/function/ontology#Execution">
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-execution"/>
<rdfs:comment xml:lang="en">An Execution is the connection between a Function and its Parameters and Outputs.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">Execution</rdfs:label>
<ns:term_status>stable</ns:term_status>
<skos:note xml:lang="en"> An Execution is the assignment of the values of the Parameters of a Function. An Execution has as result the value of the Output of the Function.</skos:note>
</owl:Class>
<!-- https://w3id.org/function/ontology#Function -->
<owl:Class rdf:about="https://w3id.org/function/ontology#Function">
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-function"/>
<rdfs:comment xml:lang="en">A Function is a process that performs a specific task by associating one or more Parameters to an Output</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">Function</rdfs:label>
<ns:term_status>stable</ns:term_status>
<skos:note xml:lang="en">A Function is an actionable thing that can have input parameters, output, solve certain problems, and can be implemented using certain algorithms.</skos:note>
</owl:Class>
<!-- https://w3id.org/function/ontology#Implementation -->
<owl:Class rdf:about="https://w3id.org/function/ontology#Implementation">
<vann:example rdf:resource="https://w3id.org/function/spec/#fno-implementation"/>
<rdfs:comment xml:lang="en">An Implementation defines the internal workings of one or more Functions</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">Implementation</rdfs:label>
<ns:term_status>testing</ns:term_status>
<skos:note xml:lang="en">An Implementation depends on the used development context, i.e., the used programming language and execution environment. An Implementation could be, e.g., an NPM package.</skos:note>
</owl:Class>
<!-- https://w3id.org/function/ontology#Mapping -->
<owl:Class rdf:about="https://w3id.org/function/ontology#Mapping">
<vann:example rdf:resource="https://w3id.org/function/spec/#fno-Mapping"/>
<rdfs:comment xml:lang="en">A Mapping links (abstract) Functions and (concrete) Implementations</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">Mapping</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:Class>
<!-- https://w3id.org/function/ontology#MethodMapping -->
<owl:Class rdf:about="https://w3id.org/function/ontology#MethodMapping">
<vann:example rdf:resource="https://w3id.org/function/spec/#fno-MethodMapping"/>
<rdfs:comment xml:lang="en">A method mapping unambiguously specifies how the abstract function can be mapped to the implemented method. This can be, e.g., the name of the method</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">Method mapping</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:Class>
<!-- https://w3id.org/function/ontology#Output -->
<owl:Class rdf:about="https://w3id.org/function/ontology#Output">
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-output"/>
<rdfs:comment xml:lang="en">An Output is the description of the output value of a Function.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">Output</rdfs:label>
<ns:term_status>stable</ns:term_status>
<skos:note xml:lang="en">A Function can have multiple outputs, just as, e.g., callbacks in JavaScript can return multiple results, or a function could throw multiple types of errors.</skos:note>
</owl:Class>
<!-- https://w3id.org/function/ontology#Parameter -->
<owl:Class rdf:about="https://w3id.org/function/ontology#Parameter">
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-parameter"/>
<rdfs:comment xml:lang="en">A Parameter is the description of the input value of a Function.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">Parameter</rdfs:label>
<ns:term_status>stable</ns:term_status>
<skos:note xml:lang="en">A Function expects a list of Parameters. This description actually defines which predicates to use when binding the values to the execution of the Function. The parameters are ordered in a list, and each parameter defines the relationship that is used for the execution. For this, the fno:predicate predicate MUST be used. All predicates are allowed, except for rdf:type and fno:executes. A Parameter can have a specific type or other metadata (e.g., required or not, having a default value or not).</skos:note>
</owl:Class>
<!-- https://w3id.org/function/ontology#ParameterMapping -->
<owl:Class rdf:about="https://w3id.org/function/ontology#ParameterMapping">
<vann:example rdf:resource="https://w3id.org/function/spec/#fno-ParameterMapping"/>
<rdfs:comment xml:lang="en">A parameter mapping unambiguously specifies how the abstract parameter can be mapped to the implemented method's argument. For example: Parameter X is mapped to the third argument of the method (a position parameter mapping, common for programming languages), or to property with name Y of the method (a property parameter mapping, common for Web APIs)</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">Parameter mapping</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:Class>
<!-- https://w3id.org/function/ontology#Problem -->
<owl:Class rdf:about="https://w3id.org/function/ontology#Problem">
<vann:example rdf:resource="https://w3id.org/function/spec/#fn-problem"/>
<rdfs:comment xml:lang="en">A Problem is a general issue. Some problems can be solved by executing a certain Function.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">Problem</rdfs:label>
<ns:term_status>testing</ns:term_status>
<skos:note xml:lang="en">For example, a Function can solve the <code>doing a sum</code> problem, however, "global warming" could also be perceived as a problem, with no single function to solve it.</skos:note>
</owl:Class>
<!-- https://w3id.org/function/ontology#ReturnMapping -->
<owl:Class rdf:about="https://w3id.org/function/ontology#ReturnMapping">
<vann:example rdf:resource="https://w3id.org/function/spec/#fno-ReturnMapping"/>
<rdfs:comment xml:lang="en">A return mapping unambiguously specifies how the abstract output can be mapped to the implemented method's return value. For example: the return value of the method, or the thrown error of a the method</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/ontology"/>
<rdfs:label xml:lang="en">Return mapping</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:Class>
<!-- https://w3id.org/function/vocabulary/composition#Composition -->
<owl:Class rdf:about="https://w3id.org/function/vocabulary/composition#Composition">
<rdfs:comment xml:lang="en">Represents a composition of [fno:Function] individuals</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://w3id.org/function/vocabulary/composition"/>
<rdfs:label xml:lang="en">Composition</rdfs:label>
<ns:term_status>testing</ns:term_status>
</owl:Class>