著名的高等教育机构.

Entity["University",name]

表示类型 "University" 的一个实体.

[prop]

给出指定属性的值.

[{propi,}]

给出属性列表的值.

[prop,{qualivali,}]

给出由限定符 quali->vali 修改的指定属性的值.

[Dated[prop,date]]

给出特定日期规范相对应的属性值.

EntityClass["University",{propispeci,}]

表示实体类,其中 propi 的值由 speci 定义.

实体范例

实体类范例

属性

  • AcademicCalendaracademic calendar type
    AcceptanceRateacceptance rate
    Acronymacronym
    AverageNetPriceWithFederalLoansaverage net price (federal grants/loans)
    AverageNetPriceWithScholarshipsaverage net price (grants and scholarships)
    CampusTypecampus type
    Carnegie2005Carnegie classification
    ChangeInAverageNetPriceWithFederalLoansnet price change (federal grants/loans)
    ChangeInAverageNetPriceWithScholarshipsnet price change (grants and scholarships)
    Citylocation
    Colorsschool colors
    Controlpublic/private
    Coordinatescoordinates
    Countrycountry
    DegreesAwardeddegrees awarded
    DegreesAwardedAssociatesassociate's
    DegreesAwardedBachelorsbachelor's
    DegreesAwardedDoctorsdoctorate
    DegreesAwardedFirstProfessionalCertificatefirst professional certificate
    DegreesAwardedFirstProfessionalDegreefirst professional degree
    DegreesAwardedLessThanOneYearless than one year
    DegreesAwardedMastersmaster's
    DegreesAwardedOneToTwoYearsone to two years
    DegreesAwardedPostbaccalaureateCertificatepostbaccalaureate certificate
    DegreesAwardedPostMastersCertificatepostmaster's certificate
    DegreesAwardedTwoToFourYearstwo to four years
    EntityClassesentity classes
    EntityTypeListentity type list
    EstFTGradfulltime graduate students
    EstFTUndergradfulltime undergraduate students
    EstPTGradparttime graduate students
    EstPTUndergradparttime undergraduate students
    EstTotalGradgraduate students
    EstTotalUndergradundergraduate students
    FinancialAidScholarshipsfinancial aid / scholarships available
    FTTotalfulltime students
    Gendergender of student body
    GraduationRategraduation rate
    Housinghousing available
    Latitudelatitude
    LoanDefaultRateloan default rate
    LogoImagelogo
    Longitudelongitude
    MedianBorrowingmedian total borrowing
    MedianLoanPaymentmedian loan payment
    Mottomotto
    MottoInEnglishmotto (English translation)
    Namename
    OtherAccreditationsother accrediting agencies
    Positionposition
    PrimaryAccreditationaccrediting agency
    ProfitNonProfitprofit or not for profit
    Provincestate
    PTTotalparttime students
    SealImageseal
    SelectionPercentageselection fraction
    StudyAbroadExchangeProgramsstudy abroad / exchange programs available
    TotalEnrollmentall students
    TransferOutRatetransfer out rate
    TuitionInternationalGradinternational graduate students tuition
    TuitionInternationalUndergradinternational undergraduate students tuition
    TuitionLocalGradlocal graduate students tuition
    TuitionLocalUndergradlocal undergraduate students tuition
    Typetype
    Websitewebsite
    YearOfAccreditationaccreditation year
    YearOfEstablishmentyear founded

详细信息

  • "University" 实体包括四年制研究型大学、社区学院、职业学校和世界各地的其他高等学府.
  • "University" 实体类包括体育峰会、大学系统和其他高等教育机构协会.
  • 部分属性可用于作为整体的 "University" 实体类型,并可用 EntityValue["University",property] 格式给出,此类属性包括:
  • "Properties"可用属性列表
    "PropertyCanonicalNames"可用属性的标准名称
    "SampleEntities"可用实体的范例列表(通常长度为 10)
    "SampleEntityClasses"可用实体类的范例列表(通常长度为 10)
    "EntityCount"可用实体的数目
    "Entities"可用实体的列表
    "EntityCanonicalNames"可用实体的标准名称
    "EntityClasses"可用实体类的列表
    "EntityClassCanonicalNames"可用实体类的标准名称
    "PropertyClasses"可用属性分类的列表
    "PropertyClassCanonicalNames"可用属性分类的标准名称
    "PropertyCount"可用属性的数目
  • 以下注释可用于 EntityValue["University",property,annotation] 的第三个参数中:
  • "Source"属性的来源信息
    "Date"实体-属性值相关联的日期(若存在)
    "EntityAssociation"实体和实体-属性值的关联
    "PropertyAssociation"属性和实体-属性值的关联
    "EntityPropertyAssociation"此关联中,指定实体是键,值为属性和实体-属性值的嵌套关联
    "PropertyEntityAssociation"此关联中,指定属性是键,值为实体和实体-属性值的嵌套关联
    "Dataset"此数据集,指定实体是键和值为属性名称和实体-属性值的关联
  • 以下注释可用于 EntityValue[property,annotation] 的第二个参数中:
  • "Qualifiers"可用于属性的限定词列表
    "QualifierValues"可用于每个限定词的可用值列表
    "DefaultQualifierValues"属性限定词的默认值列表
    "Description"属性的简短文字描述
    "Definition"属性的详细文字定义
    "PhysicalQuantity"实体-属性值相关联的物理量
    "Unit"实体-属性值相关联的单位
  • Automatic 的限定词值表示一个可适用的值的格式; 例如,对于 "Date" 的限定词,包括正确的日期或日期跨度.

范例

打开所有单元关闭所有单元

基本范例  (4)

查找实体:

查找一个实体的属性值:

从一个实体的全部可用属性中提取数据集:

找到总入学人数最多的 10 所大学:

范围  (7)

很多大学都提供基本的地理和教育地点:

小型和非美国大学的数据可能较少:

许多分类和金融属性仅适用于美国的大学:

限定词  (3)

找出在美国颁发200个以上数学学士学位的大学:

日期  (1)

找出在美国的 10 个四年制研究机构,其在 2012-2013 学年毕业的本科学生的贷款中位数最低:

时间序列  (1)

绘制哈佛大学的本科学生年度国际学费:

地理计算  (1)

绘制旧金山有 100 名以上注册生的大学位置: