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: ImagingOntology.ttl
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,19 @@ schema:license a rdf:Property;
28
28
rdfs:label "License" .
29
29
30
30
schema:citation a rdf:Property;
31
-
rdfs:comment "A DOI URL citation to publication about this software. Should always be a full and valid DOI URL.";
32
-
rdfs:label "Citation" .
31
+
rdfs:comment "A DOI https URL citation to publication about this software. Use Zenodo to generate if needed. e.g. https://doi.org/10.1016/j.procs.2017.03.009";
32
+
rdfs:label "Citation DOI" .
33
+
34
+
schema:contentURL a rdf:Property;
35
+
rdfs:comment "Actual bytes of the media object, for example the image file or video file.";
36
+
rdfs:label "Content URL".
33
37
34
38
schema:dateCreated a rdf:Property;
35
39
rdfs:comment "The date on which the repository was created.";
36
40
rdfs:label "Date created" .
37
41
38
42
schema:datePublished a rdf:Property;
39
-
rdfs:comment "Date of the latest published release.";
43
+
rdfs:comment "Latest published git release date, else, the publish date of the doi.";
40
44
rdfs:label "Date published" .
41
45
42
46
schema:maintainer a rdf:Property;
@@ -49,15 +53,19 @@ schema:name a rdf:Property;
49
53
rdfs:subPropertyOf rdfs:label .
50
54
51
55
schema:memoryRequirements a rdf:Property;
52
-
rdfs:comment "Minimum memory requirements.";
56
+
rdfs:comment "Minimum RAM requirements in GB to run the software, 0 if not applicable.";
53
57
rdfs:label "Memory requirements" .
54
58
55
59
ex:fairLevel a rdf:Property;
56
60
rdfs:comment "A score of 1-5 rating the Findability, Accessibility, Interoperability and Reusability of a piece of software based on the presence of certain properties for an instance of software";
57
61
rdfs:label "FAIR Level" .
58
62
63
+
schema:affiliation a rdf:Property;
64
+
rdfs:comment "An organization that this person is affiliated with. For example, a university (EPFL/ETHZ), lab, company." ;
65
+
rdfs:label "Affiliation".
66
+
59
67
schema:applicationCategory a rdf:Property;
60
-
rdfs:comment "Type of software application, e.g. 'Game, Multimedia'.";
68
+
rdfs:comment "Type of software application, e.g. 'Plugin, gui, desktop app, library'.";
61
69
rdfs:label "Application category" .
62
70
63
71
schema:codeRepository a rdf:Property;
@@ -77,7 +85,7 @@ schema:featureList a rdf:Property;
77
85
rdfs:label "Feature list" .
78
86
79
87
schema:image a rdf:Property;
80
-
rdfs:comment "An image of the item. This can be a URL or a fully described ImageObject.";
0 commit comments