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
Copy file name to clipboardexpand all lines: sozialplattform/datafields.ttl
+26-39
Original file line number
Diff line number
Diff line change
@@ -42,49 +42,36 @@ ff:gesundheit-pflege a ff:Topic ;
42
42
ff:geburtsdatum a ff:DataField, ff:SozialleistungsfinderDataField ;
43
43
rdfs:label "Geburtsdatum" ;
44
44
rdfs:comment "Wie lautet Ihr Geburtsdatum?" ;
45
-
ff:hasOOshape ff:geburtsdatumOOshape ;
46
-
ff:hasSOshape ff:geburtsdatumSOshape .
47
-
ff:geburtsdatumOOshape a sh:PropertyShape ;
48
-
sh:targetObjectsOf ff:geburtsdatum ;
49
-
sh:datatype xsd:date .
50
-
ff:geburtsdatumSOshape a sh:NodeShape ;
51
-
sh:targetSubjectsOf ff:geburtsdatum ;
52
-
sh:property [
53
-
sh:path ff:geburtsdatum ;
54
-
sh:maxCount 1 ;
45
+
ff:objectConstraints [
46
+
a sh:PropertyShape ;
47
+
sh:targetObjectsOf ff:geburtsdatum ;
48
+
sh:datatype xsd:date ;
49
+
] ;
50
+
ff:usageConstraints [
51
+
a sh:NodeShape ;
52
+
sh:targetSubjectsOf ff:geburtsdatum ;
53
+
sh:property [
54
+
sh:path ff:geburtsdatum ;
55
+
sh:maxCount 1 ;
56
+
] ;
55
57
] .
56
58
57
-
#ff:geburtsdatum a ff:DataField, ff:SozialleistungsfinderDataField ;
58
-
# rdfs:label "Geburtsdatum" ;
59
-
# rdfs:comment "Wie lautet Ihr Geburtsdatum?" ;
60
-
# ff:hasOOshape [
61
-
# a sh:PropertyShape ;
62
-
# sh:targetObjectsOf ff:geburtsdatum ;
63
-
# sh:datatype xsd:date ;
64
-
# ] ;
65
-
# ff:hasSOshape [
66
-
# a sh:NodeShape ;
67
-
# sh:targetSubjectsOf ff:geburtsdatum ;
68
-
# sh:property [
69
-
# sh:path ff:geburtsdatum ;
70
-
# sh:maxCount 1 ;
71
-
# ] ;
72
-
# ] .
73
-
74
59
ff:aufenthaltsort a ff:DataField, ff:SozialleistungsfinderDataField ;
75
60
rdfs:label "Aufenthaltsort" ;
76
61
rdfs:comment "Wo ist Ihr tatsächlicher Aufenthaltsort an dem Sie erreichbar sind?" ;
77
62
ff:explanation "Das ist der Ort, wo Sie sich wirklich aufhalten. Es ist egal, ob Sie dort gemeldet sind oder das Recht haben, hier zu leben. Das kann auch eine Pflegeeinrichtung, ein Frauenhaus, ein Stadtteil oder Ähnliches sein." ;
0 commit comments