Uc Davis Context
JSON-LD context defining the semantic vocabulary for Uc Davis from University of California, Davis.
33 Classes
1 Properties
2 Namespaces
Namespaces
schema:
https://schema.org/
peaks:
https://peaks.ucdavis.edu/vocab#
Classes
name
url
description
Person
firstName
lastName
email
title
homePhone
Equipment
make
model
serialNumber
type
Key
code
KeySerial
number
Access
Workstation
Space
bldgName
roomNumber
sqFt
Document
status
createdAt
completedAt
Team
slug
active
tags
notes
Properties
| Property |
Type |
Container |
| institution |
reference |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"peaks": "https://peaks.ucdavis.edu/vocab#",
"@vocab": "https://peaks.ucdavis.edu/vocab#",
"institution": {
"@id": "schema:CollegeOrUniversity",
"@type": "@id"
},
"name": "schema:name",
"url": "schema:url",
"description": "schema:description",
"Person": "schema:Person",
"firstName": "schema:givenName",
"lastName": "schema:familyName",
"email": "schema:email",
"title": "schema:jobTitle",
"homePhone": "schema:telephone",
"Equipment": "peaks:Equipment",
"make": "schema:manufacturer",
"model": "schema:model",
"serialNumber": "schema:serialNumber",
"type": "schema:category",
"Key": "peaks:Key",
"code": "schema:identifier",
"KeySerial": "peaks:KeySerial",
"number": "schema:serialNumber",
"Access": "peaks:Access",
"Workstation": "peaks:Workstation",
"Space": "schema:Place",
"bldgName": "schema:name",
"roomNumber": "schema:identifier",
"sqFt": "schema:floorSize",
"Document": "schema:DigitalDocument",
"status": "schema:creativeWorkStatus",
"createdAt": "schema:dateCreated",
"completedAt": "schema:dateModified",
"Team": "schema:Organization",
"slug": "schema:identifier",
"active": "schema:disambiguatingDescription",
"tags": "schema:keywords",
"notes": "schema:comment"
},
"@type": "CollegeOrUniversity",
"name": "University of California, Davis",
"url": "https://www.ucdavis.edu/"
}