Skip to content

Commit a2f9e8e

Browse files
committed
added description to institution response
1 parent da813d8 commit a2f9e8e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

trove/vocab/osfmap.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@
144144
JSONAPI_MEMBERNAME: {
145145
literal('affiliation', language='en'),
146146
},
147+
DCTERMS.description: {
148+
literal('Please select an institution to apply to your search. Only OSF Institutions member affiliations are discoverable. Learn more about OSF Institutions.', language='en')
149+
},
150+
OSFMAP.link: {
151+
literal('https://www.cos.io/products/osf-institutions', language='en')
152+
},
147153
},
148154
OSFMAP.hasFunding: {
149155
RDF.type: {RDF.Property},
@@ -610,6 +616,12 @@
610616
literal('shortFormLabel', language='en'),
611617
},
612618
},
619+
OSFMAP.link: {
620+
RDF.type: {RDF.Property},
621+
JSONAPI_MEMBERNAME: {
622+
literal('link', language='en'),
623+
},
624+
},
613625

614626
###
615627
# types:

0 commit comments

Comments
 (0)