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: model/RegTAP.vodsl
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ include "../build/tmp/IVOA-v1.0.vodsl"
13
13
14
14
created: ivoa:datetime "The UTC date and time this resource metadata description was created.";
15
15
16
-
short_name: ivoa:string "A short name or abbreviation given to something, for presentation in space-constrained fields (up to 16 characters).";
16
+
short_name: ivoa:string @? "A short name or abbreviation given to something, for presentation in space-constrained fields (up to 16 characters).";
17
17
18
18
res_title: ivoa:string "The full name given to the resource.";
19
19
@@ -25,23 +25,23 @@ include "../build/tmp/IVOA-v1.0.vodsl"
25
25
26
26
reference_url: ivoa:string "URL pointing to a human-readable document describing this resource.";
27
27
28
-
creator_seq: ivoa:string "The creator(s) of the resource in the order given by the resource record author, separated by semicolons.";
28
+
creator_seq: ivoa:string @? "The creator(s) of the resource in the order given by the resource record author, separated by semicolons.";
29
29
30
-
content_type: ivoa:string "A hash-separated list of natures or genres of the content of the resource.";
30
+
content_type: ivoa:string @? "A hash-separated list of natures or genres of the content of the resource.";
31
31
32
-
source_format: ivoa:string "The format of source_value. This, in particular, can be ``bibcode''.";
32
+
source_format: ivoa:string @? "The format of source_value. This, in particular, can be ``bibcode''.";
33
33
34
-
source_value: ivoa:string "A bibliographic reference from which the present resource is derived or extracted.";
34
+
source_value: ivoa:string @? "A bibliographic reference from which the present resource is derived or extracted.";
35
35
36
-
res_version: ivoa:string "Label associated with creation or availablilty of a version of a resource.";
36
+
res_version: ivoa:string @? "Label associated with creation or availability of a version of a resource.";
37
37
38
-
region_of_regard: ivoa:real "A single numeric value representing the angle, given in decimal degrees, by which a positional query against this resource should be ``blurred'' in order to get an appropriate match.";
38
+
region_of_regard: ivoa:real @? "A single numeric value representing the angle, given in decimal degrees, by which a positional query against this resource should be ``blurred'' in order to get an appropriate match.";
39
39
40
-
waveband: ivoa:string "A hash-separated list of regions of the electro-magnetic spectrum that the resource's spectral coverage overlaps with.";
40
+
waveband: ivoa:string @? "A hash-separated list of regions of the electro-magnetic spectrum that the resource's spectral coverage overlaps with.";
41
41
42
-
rights: ivoa:string "A statement of usage conditions (license, attribution, embargo, etc).";
42
+
rights: ivoa:string @? "A statement of usage conditions (license, attribution, embargo, etc).";
43
43
44
-
rights_uri: ivoa:string "A URI identifying a license the data is made available under.";
44
+
rights_uri: ivoa:string @? "A URI identifying a license the data is made available under.";
45
45
46
46
//IMPL all of these compositions are really direct children in the VOResource model
47
47
@@ -75,7 +75,7 @@ include "../build/tmp/IVOA-v1.0.vodsl"
75
75
tapTables: TAPTable @* as composition "TAP tables"; // IMPL quite a departure from the original VOResource ideas...
76
76
77
77
}
78
-
78
+
// TODO - need to review all the multiplicities below.
79
79
otype Role "Entities (persons or organizations) operating on re-
0 commit comments