Constant Field Values

Contents

edu.cornell.*

  • edu.cornell.mannlib.vitro.webapp.utils.dataGetter.InternalClassesDataGetter 
    Modifier and Type Constant Field Value
    protected static final String individualsForClassesInternalQueryString "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> \nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> \nPREFIX xsd: <http://www.w3.org/2001/XMLSchema#> \nPREFIX display: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> \n\nSELECT?class ?isInternal WHERE {\n ?dataGetterUri <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#getIndividualsForClass> ?class . \n OPTIONAL { ?dataGetterUri <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#restrictResultsByInternalClass> ?isInternal } .\n} \n"

org.vivoweb.*

  • org.vivoweb.webapp.createandlink.pubmed.PubMedCreateAndLinkResourceProvider 
    Modifier and Type Constant Field Value
    public static final String PUBMED_ID_API "http://www.ncbi.nlm.nih.gov/pmc/utils/idconv/v1.0/?format=json&ids="
    public static final String PUBMED_SUMMARY_API "http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&retmode=json&tool=my_tool&email=my_email@example.com&id="